/*  

Theme Name: NSC Lao Theme

Theme URI: agentc.com.au

Description: WordPress theme for the Lao NSC

Version: 1.0

Author: 

Author URI: agentc.com.au

*/



/*********************************************************
   HTML Elements
*********************************************************/

html,  body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#dddddd;
	font-family:"Saysettha Unicode",verdana,"Lao Unicode" ;
	font-size:1em;
	color: #000000;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 5 0 10px 0;
	padding: 0;
}
h1 {
	padding-bottom: 0.2em;
	color: #000000;
}


/* Links */
a {
	text-decoration: underline;
	color:#0033CC;
}
a:hover {
	color: #f60;
}
a img {
	border: 0;
}
a img.border {
	border: 1px solid #FC3307;
}
a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}

/* Blockquote */
blockquote {
	margin: 0;
	padding: 0 20px;
	background: #E7F1F3;
	border-top: 1px solid #AAD3DB;
	border-bottom: 1px solid #AAD3DB;
}
/**************************************************************
   Form Elements
**************************************************************/

form {
	padding: 0;
	margin: 0;
}
/* If you're finding the input elements get pushed down, increase the width */
label {
	width: 25%;
	vertical-align: top;
}
input, textarea, select {
	padding: 1px;
	font: 400 1em verdana, sans-serif;
	color: #999;
	background: #EEE;
	border: 1px solid #CCC;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #000;
	background: #E7F1F3;
	border: 1px solid #888;
}
input.button {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #fff;
	background: #FC3307;
	border-width: 1px;
	border-style: solid;
	border-color: #FF7800 #691300 #691300 #FF7800;
}
input.radio {
	background: none;
	border: 0px;
}
/**************************************************************
   All page content except for footer
 **************************************************************/
#content {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-left:0px;
	padding-right:0px;
	margin-left:5px;
}
#pagewrapper {
	background: url(./images/bg.gif) repeat-y top center;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	background-color:#FF3300;
}
/**************************************************************

   Top menu and logo

 **************************************************************/
#header {
	clear: both;
	
}
#header img {
}
/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
	height: 150px;
	background: url(./images/header_image.jpg) no-repeat top left;
}
#menu{
margin-left:5px;
	margin-right:5px;
	height:34px;
	background-color:#ffffff;
	
}
#menu_shadow {
	background-image:url(./images/menu_shadow.gif);
	background-repeat:repeat-x;
	height:6px;
	clear:both;
	margin-left:5px;
	margin-right:5px;
}

/**************************************************************
   Page Content
 **************************************************************/
#page {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 6em;
	text-align: left;
}
#columns {
	
}
/* Column widths */
.width {
	width: 970px;
}
.widthPad {
	width: 970px;
	
}
.pagecontent {
	width: 663px;
	padding-left:10px;
	
}

/**************************************************************
   Footer
 **************************************************************/

#footer {
	padding: 0;
	
	width: 980px;
	clear: both;
	background: url(./images/footer_bg.gif) no-repeat bottom;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/**************************************************************
   Posts
 **************************************************************/

.post {
	position: relative;
	padding: 5px;
}
.post-date {
	font-style: italic;
}
.post-headline {
	padding-bottom: 5px;
	font:  1.2em;
	color: #000000;
	font-weight:bold;
	border-bottom: 3px solid #ddd;
}
.post-headline a{
	text-decoration:none;
	color: #333333;
}
.post-headline a:hover{
	text-decoration:none;
	color: #f60;
}

/**************************************************************
   Generic Display 
 **************************************************************/
.block {
	display: block;
}
.clear {
	clear:both;
	overflow:hidden;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
/**********************************/

/* Sidebar                        */

/**********************************/
#sidebar {
	width:270px;
	float:right;
	padding-top:0px;
	font-size:.9em;
	margin-top:-3px;
	padding-left:10px;
	padding-right:10px;
}
#sidebar a {
	text-decoration:none;
	color:#333333;
}
#sidebar a:hover {
	text-decoration:underline;
	color: #f60;
}
#sidebar ul {
	margin: 0 0 5px 0;
	padding:0;
	list-style-type: none;
}
#sidebar h1 {
	font: bold 1.4em;
	color:#333;
	border:0px;
	
}
#sidebar h2 {
 font-size: 1.2em;
   color:#333333;
   font-weight:bold;
   margin-bottom:0px;
	
}
.headlines{
 font-size:.8em;

}
.headlines ol, .headlines ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.headlines li {
	margin: 0;
	padding: 0;
	display: block;
	color: #000000;
	list-style: none;
	font-weight:normal;
	float: left;
	width:100%;
	
	
}
.headlines ul li a {
	margin: 0;
	padding: 2px 0px 2px 5px;
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom:1px solid #999999;
	width:100%;
	background-color:#ececec;
}
.headlines ul li a:hover {
	color:#ff0000;
	background-color:#efefef;
	
}
.headlines ul li:hover {
	color:#ff0000;
	background-color:#efefef;
}
.headlines h1 {
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #000000;
	font-weight:bold;
	border-bottom: 3px solid #ddd;
}

td{
 border:1px solid #666666;
 padding: 3px;
}


.button {
	background-position: 0px center;
	background-repeat: repeat-x;
	position: relative;
	background-image: url(./images/blue_fade.gif) ;
	border: 1px solid #AAA;
	white-space: nowrap;
	display: block;
	height: 22px;
 	text-align: center; 
 	margin-top: 2px;
 	margin-bottom: 2px;
}
.button a, .button a:link, .button a:visited {
	display: block;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bold;
	
}
.button a:hover{
	color:#ff0000;
}

.center {
 	 margin-left: auto;
 	 margin-right: auto;
}


.tiny {
	width:30px;
}
.small {
	width:70px;
}
.medium {width:120px;}
.large {width:150px;}

#scroller{
background-color:#ffffff;
clear:both;
	margin-left:5px;
	margin-right:5px;
	height:34px;
	overflow:hidden;
}
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	
}

#scroller li{
	height: 28px;
	visibility: hidden;
	text-align:center;
	position: relative;
	padding-top:6px;
	top: 0;
	left: 0;
	width:100%;
	background-image: url(./images/blue_fade.gif) ;
	display:block;
	font-weight:bold;
}

#scroller li{
	height: 28px;
	visibility: hidden;
	text-align:center;
	position: relative;
	padding-top:6px;
	top: 0;
	left: 0;
	width:100%;
	background-image: url(./images/blue_fade.gif) ;
	display:block;
	font-weight:bold;
}

#photoarea{
 border:1px solid #999999;
 padding:5px;
 text-align:center;
}
#photoarea h2{
	margin:0px;
	padding:0px;
	text-align:center;
}
#sidebarscroller{
	clear:both;
	margin-left:5px;
	margin-right:5px;
	height:240px;
	overflow:hidden;
	text-align:center;
	
}
#sidebarscroller li{
	height: 240px;
	visibility: hidden;
	text-align:center;
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	display:block;
	font-size:11px;
	text-align:center;
	
	
}


#menuList {
	margin: 0;
	padding: 0;
	display: block;
	width: 970px;
	z-index: 1;
	left: 10px;
	background: url(./images/menu_bg.gif) repeat-x top left;
}	

#menuList ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menuList li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	height: 34px;
	padding-left: 12px;
	padding-right: 15px;
	cursor: pointer;
	text-align: center;
	border-right:1px solid #bc1a21;
}



#menuList li#first {
	margin-left: 0px;
	padding-left: 17px;
	display: inline;
}

#menuList li:hover {
	background-color: #bc1a21;
	color:#FFFFFF;
	height: 34px;
}

#menuList li:hover a {
color: #ffffff;
}

#menuList a {
	text-decoration: none;
	text-align: center;
	color: #000000;
	padding: 8px 0px 0px 3px; 
	display: block;
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 26px;
	width:105px;
	
}

html>body #menuList a { 
	height: 34px;
	/* normal width and height */ 
}		
	
#menuList li.current_page_item, #menuList li.current_page_ancestor {
	height: 34px;
	background: url(./images/menu_bg2.gif) repeat-x top left;
	display: inline;
	
}
#menuList li.current_page_item:hover, #menuList li.current_page_ancestor:hover {
		background-color: #bc1a21;
		background: url(./images/menu_bg2.gif) repeat-x top left;
}
	
#menuList li.current_page_item a {
	color: #000000;
}
#menuList li.current_page_item>li a {
	color: #000000;
}

#menuList li.current_page_item li a {
	color: #000000;
}

#menuList li.current_page_item a:hover {
	color: #000000;
}

#menuList li:hover a:hover {
	
}

#menuList li a:hover {
	
}

#menuList li li {
	height: 30px;
	background-color: #f02028;
	margin-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	width: 175px;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menuList li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menuList li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menuList li ul {
	display: none;
	position: absolute;
	z-index: 10;
	color: #000;
	width: 175px;
	padding-top: 1px;
	background-color: #bc1a21;
	margin-top: 0px;
	left: 0px;
	top: 30px;
}

#menuList li a {
	text-align: left;
}

#menuList li li a {
	padding-left: 15px;
}

#menuList li ul ul{
	padding-top: 0px;
	margin-top: 7px;
	padding-left: 2px;
	margin-left: 0px;	
}

/* display them on hover */
#menuList li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#menuList {
	display: inline-block;
}
/*  */
