/*
Theme Name:DWR
Description:Utah Division of Wildlife Resources theme
Author:Terrell the Turkey
Author URI:http://wildlife.utah.gov/
Version: 0.1
Tags:fixed width,simple,two columns,valid XHTML,valid CSS,green,brown,sidebar right,sidebar widgets 
*/



/* basics */

*{margin:0; padding:0;}

body, html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: url(images/blog_back.jpg) repeat-x;
	background-color: #4e4a47;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	}


h1 {font-size: 17px;}

h3 {font-size: 10px; margin-top:10px;}
h4 {font-size: 10px;}


/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #a5abab;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

 link="#003366" alink="#990000" vlink="#445522"


a {color: #003366; text-decoration: none;} 
a:visited {color: #003366; text-decoration: none;}     /* unvisited link */
a:hover {color: #990000; text-decoration: underlined;}   /* mouse over link */
/* a:active {color: #990000; text-decoration: none}   selected link */


#wp-polls-form {
	text-align: left;
	color:#990000;
	}



/* container */


#container {
	width: 638px ;
	margin: 0px 10px 10px 22px /*the 10px used to be set to auto */;
	padding-left: 90px;
	min-height: 700px;
  	/* here is the IE6 fix */
	height:auto !important;
  	height:700px;
	
	
	background: url(images/brown_column_back.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	color:#333;
	}
	
/* header */

#cheader {
	background: #677e52 url(images/header.jpg) no-repeat right bottom;
    width: 700px; 
	color: #fff; 
	height: 120px;
	margin: 0 26px 0 26px /*right and left margins were set to 15px */;
	}

#cheader h1{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;	
	padding: 30px 0 0 16px;	
	}
	
#cheader h1 a {color: #fff; text-decoration: none;}
#cheader h1 a:visited{color: #fff; text-decoration: none;}

#cheader h1 a:hover{color: #ddd; text-decoration: none;}


#cheader h2{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */


#menu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height:25px;
	margin: 15px 0 10px -25px;
	font-weight: bold;
}


#menu ul {
	padding: 5px 0 0 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;	
}

#menu ul li a {
	padding: 0 15px 0 0;
	margin: 0;
	}

#menu ul li a:hover {
	color:#900;
	text-decoration: underline;
}



/* content */

.bios {
	width:99%;
	}

.subhead {
	font-family: georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #555;
	margin: 10px 0 14px 0;
	}

.thumb {
	float: left;
	margin: 4px 9px 7px 0;
	}

/* Here is the original style:
#content {
	float: left;
	width: 522px;
	padding: 0 0 0 40px;
	overflow: hidden;
	}	
*/
/* Here is the new content style. I changed the width because it seems as though it was causing the sidebar to vanish.
 This has corrected the problem for about 99% of the time. By removing overflow, it goes back to default which is visible */	
#content {
	float: left;
	width: 550px;
	padding: 0 0 0 0;
	margin: 0 0 0 -5px;
	
	min-height: 300px;
  	/* here is the IE6 fix */
	height:auto !important;
  	height:300px;
	}


.post {
	margin:0 10px;
	padding:10px 10px 10px 0px;
	line-height: 18px;
	color: #333;
	}
	
.post h2{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 8px;
	color: #a03d1e;
	}
	
.post h2 a{
	color: #a03d1e;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #933;
	text-decoration: underline;
	}
	
.post p{font-size: 10px;}

.post a{text-decoration:none;}

.post ul {
	margin-left: 20px;
	}

.post ol {
	margin-left: 20px;
	}

.entry p{
	margin:12px 0;
	padding:0px;
	font-size: 12px;
	color: #333;

	}

.postmetadata{
	clear: both;
	/*background: url(images/blue_gradient.gif) repeat-x bottom;*/
	background-color: #cdd5dc;
	padding: 2px 9px 4px 9px;
	margin-top: 16px;
	}

.post-meta li{
	font-family: georgia, serif;
	list-style: none;
	list-style-position: outside;
	margin: 15px 0 12px -21px;
	padding-left: 0px;
	text-indent: 0px;
	}

.post-meta-key{
	padding-left: 0px;
	margin-left: 0px
	}

.byline {
	color: #888;
	font-weight: bold;
	line-height:0.9em;
	}

.navigation {
	height: 20px;
	font-size:11px;
	float:left;
	width:100%;
	margin:20px 0 35px 0;
	}

.notfound{
	padding: 25px;
	font-size: 14px;
	font-weight: 300;
	}

.archivetitle {
margin-left: 9px;
width: 565px;
font-size:1.8em;
}

/* sidebar 

#sidebar {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	width: 79px;

	border-left: solid 9px #495966;
	border-right: solid 9px #495966;
	border-bottom: solid 10px #495966;
	background-color:#e3e3e3;
	
	}

#sidebar h2{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold; 
	font-size: 11px; 
	text-align: left;
	color: #08122e;	
	margin: 10px 0px 5px 10px;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 0px;}

#sidebar a:link {text-decoration:none}

#sidebar img {padding: 0; margin: 0; width: 160px;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px -30px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	width: 170px;
	
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 0px;
	list-style-type: square;
	color: #898989;
}

.textwidget {
	color:#555;
	line-height:14px;
	margin-left:15px;
	font-family:Verdana,Helevetica,Arial,sans-serif;
	}*/

/* comments */

.gra {
	display: inline;
	float: left;
	}

#commentssection{
	clear: both;
	padding: 2px 15px;
	margin: 0;
	}

#commentssection h3{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #dedddb;
	margin: 12px 17px 20px 14px;
	padding:20px;
	/* I added the following because of IE6 issues.--Feb 17. 2009 */
	min-height:250px;
  	height:auto !important;
  	height:250px;

	
	}
	
#commentform p{
	color: #666;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465d71;line-height: 18px;}
	
#commentform h3{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin-top:-4px;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #e6d5c3;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background-color: #e6d5c3; color:#333; font-size: 12px;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 17px;}

ol.commentlist a {color:#000;}

cite {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.comminfo {
	margin: 15px 0 20px 25px;
	}

/* search */

#searchform{
	padding: 6px 0 6px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

#searchform input#s{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#555;
	padding: 2px;
	margin: 2px;
	width: 100px;
	border: 1px solid #b7b7b7;
	}

#searchform input#searchsubmit{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#closer {
	clear: both;
	height:18px;
	}

#footer a{color: #888;text-decoration: none;}
#footer a:hover{color: #ccc;text-decoration: underline;}

/* WP aligns */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 4px 11px 8px 0px;
}

.alignright {
   float: right;
   margin: 4px 0px 8px 8px;
   padding: 90px;
}

.wp-caption {
	border: 0px solid #ddd;
	background-color: #e6e6e6;
	text-align: center;
	padding: 8px 4px 0px 4px;
	font-style: italic;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.rounded {
	border: 0px solid #dedddb;
	background-color: #dedddb;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.wp-caption img {
   margin: 0px;
   padding: 0px;
   border: 1 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px 4px -px 4px;
   margin: 4px 0 3px 4px;
   text-align: left;
}

.cloud{
	font-family: Georgia,"New Times Roman",Times Roman,serif;
	line-height: 1.1em;
	color:#a7a59e;
}

#maincontent-block{
	padding-bottom:25px !important;
}



/* MATH QUESTION STYLES */

#bsbm_form { clear:both; margin:20px 0; }
#bsbm_form label { font-size: 13px; font-weight:normal; color: #999; margin:0; padding:13px 0;}
#bsbm_form .question { font-size: 13px; font-weight:bold; margin-bottom:5px; padding:5px 0; color:#666;}
#bsbm_form .answer { font-size: 12px; }
#bsbm_form .notice { font-size: 11px; color:#666; margin:5px 0 -17px 0; }

