/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #88988B;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #88988B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #CCCC00;
}
h2{
 font-size: 150%;
 color: #7C700B;
}
h3{
 font-size: 120%;
 color: #7C700B;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #ffffff;
}
h5{
 font-size: 100%;
 color: #334d55;
}
trebu12yell{
 font-family: trebuchet,Verdana,Arial,sans-serif;
 font-size: 12px;
 color: #F3E506;
}
trebu12white{
 font-family: trebuchet,Verdana,Arial,sans-serif;
 font-size: 12px;
 color: #ffffff;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#top {
height:120px;
margin: 0;
background-color: #7C700C;
width: 100%;
}
#topContainer {
margin:0;
width:100%;
height:120px;
}
#logo {
background:url(images/logo.gif) no-repeat;
width:265px;
height:100px;
margin-top:1px;
float:left;
}
#logolang{
font-family: Arial Rounded MT, Arial, trebuchet, Helvetica, sans-serif;
font-size:14px;
position:absolute;
right:150px;
visibility:visible;
}

#logotext{
font-family: Arial Rounded MT, Arial, trebuchet, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;
position:absolute;
left:255px;
top:58px;
visibility:visible;
}
#topglobalNav{
	color: #FFFFFF;
	position:absolute;
	top:95px;
	right:15px;
	visibility:visible;
}

#beta {
background:url(images/beta.gif) no-repeat;
width:118px;
height:108px;
position:absolute;
right:0px;
visibility:visible;
}
#topglobalNav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#topglobalNav a:link {
	color: #ffffff;
	text-decoration: none;
}
#topglobalNav a:hover{
	color: #EAF9C2;
	text-decoration: underline;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 5px 10px;
	background-color:#FFFFFE;
	
}

#navBar a:hover{
text-decoration:underline;

}


#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 2px;
	border-left: 1px solid #ccc;
}
.content1{
  float:left;
	width: 30%;
	margin: 0;
	padding: 0 3% 0 0;
	text-align:center;
}
.content2{
  float:left;
	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
	text-align:left;
}
.content1 a:hover{
	color: #7C700B;
	text-decoration: underline;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

.pageName{
	padding: 0px 0px 10px 30px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top:1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 0px;
	font-size: 90%;
}
#headlines a:link, a:visited, a:hover {
	color: #88988B;
	text-decoration: none;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/******** posts content ******/
.posts-content {
margin-right:5px;
padding-left: 10px;
padding-right: 5px;
}

.posts-content h1 {
margin: 0;
padding: 0 5px 0 0;
font-size: 110%;
font-weight: normal;
background: none;
border: none;
}

.posts-content p {
margin: 2px 0 1px 0;
padding: 0 5px 0 0;
text-align: left;
overflow: hidden;
font-size:80%;
color:#666666;
}

.posts-tags {
font-size: 70%;
margin: 0;
color:#666666;
float:left;
}

.posts-tags a:link a:visited {
font-weight:bold;
color:#666666;
}

.posts-tags a:hover {
text-decoration:underline;
}



.get-this-post {
float:right;
margin-right:10px;
color:#CCCC00;
}

.form-post-content {
padding:5px 5px 5px 5px;
width:100%;
color:#CCCC00;
border: 1px solid #cccc00;
}

.number-content {
padding:2px 4px 1px 4px;
width:100%;
color:#CCCC00;
border: 1px solid #cccc00;
font-size: 11px;

}


.linkh3 {
font-weight:bold;
color:#7C700B;
font-size: 120%;

}

.wingdings {
font-family:Wingdings;
}
