/*************************************
 +TWYE Template
 *************************************/
body {
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	background: url('../images/twye_background_pattern.gif') top left repeat;  
}
h1 {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 24px;
	color: #555;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
a {
	color: #336699;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.header_link {
	text-decoration: none;
	color: #666;
	font-size: 16px;
}
ul.no_bullet {
	list-style: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* ========================= Main body container ============================== */

.t {
	background: url(../images/twye_main_body_dot.gif) 0 0 repeat-x;
	float: left;
	background-color: #FFF;
}
.b {background: url(../images/twye_main_body_dot.gif) 0 100% repeat-x; float: left;}
.l {background: url(../images/twye_main_body_dot.gif) 0 0 repeat-y; float: left;}
.r {background: url(../images/twye_main_body_dot.gif) 100% 0 repeat-y; float: right;}
.bl {background: url(../images/twye_main_body_corner_bl.gif) 0 100% no-repeat; float: left;}
.br {background: url(../images/twye_main_body_corner_br.gif) 100% 100% no-repeat; float: left;}
.tl {background: url(../images/twye_main_body_corner_tl.gif) 0 0 no-repeat; float: left;}
.tr {
	background: url(../images/twye_main_body_corner_tr.gif) 100% 0 no-repeat; padding:10px; float: left;
	width: 1000px;
	min-height: 600px;
}
#page_wrapper {
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
}
#header{ 
	height: 100px;
	width: 100%;
}
#logo_container {

}
#state_and_nav {
	height: 100%;
	padding-left: 60px;
}
#state {
	height: 68px;
}
#nav {

}
#secondary_nav {
	padding-left: 18px;
	padding-top: 6px;
}
.bird {
	position: relative;
	top: 24px;
}
.logo {
	position: relative;
	top: 26px;	
}
#main_body {
	float: left;
	width: 735px;
}

#right_column {
	float: left;
	padding: 10px; 
	width: 230px;  
	/* min-height: 600px; */
	height: auto;
	margin: 0; 
	/* background-color: #F4F4F4; */  
}

.main_tabnav {
	float: left;
	font-family: verdana;  
}

#main_tabnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
} 

#main_tabnav li {
	float: left;
	background: url(../images/twye_tabs_left.gif) no-repeat left top;
    padding: 0px 1px 0px 7px; /* this was labeled 'Padding', changed 8px to 7px */
}  
#main_tabnav a 
{
	float: left; 
	background: url(../images/twye_tabs_right.gif) no-repeat right top; 
	padding: 5px 12px 7px 6px; /* padding: 2px 12px 4px 6px; */
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
#main_tabnav > ul a {width:auto;} 
#main_tabnav li:hover, #main_tabnav li:hover a {
	background-position:0% -52px;
}
#main_tabnav li:hover a {
	background-position:100% -52px;
	color: #000; 
} 
#main_tabnav li.active {
	background-position:0% -52px;

}
#main_tabnav a.active {
	background-position:100% -52px;

	color: #000;
}
#footer {
	width: 100%;
	padding: 4px; 
}
#footer p {
    margin-top: 3px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
/*************************************
 +Containers
 *************************************/

#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:40em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
.entrytitle h2{
	font-size:1.6em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.2em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.entrybody {
        line-height:1.5;
}

/*************************************
 +Contact Info
 *************************************/
#contact_info {
       width: 100%;
}
#contact_info ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#contact_info ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
        font-size: 14px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
