/*  
Welcome to the NC State Insect Museum website's stylesheet. If you have any questions feel free to gmail me (adeans). I used Dreamweaver v. 9 to work it up.
*/


body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width:  750px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#header {
	background: url(http://insectmuseum.org/images/rotator.php) no-repeat right;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right;
	height: 146px;
}
#header img {
	float:right;
	border:none;
}
a {
	text-decoration:none;
	color: #009900;
}
a:hover {
	color: #cc9900;
}
a:visited {
	color: #6CC417;
}
a[href$=".pdf"]     {
        background: url("http://insectmuseum.org/otherimages/pdf.png") no-repeat right top; padding-right: 16px; border-style: none 
}
a[href$=".m4v"]     {
        background: url("http://insectmuseum.org/otherimages/mp4.png") no-repeat right top; padding-right: 16px; border-style: none }
a[href$=".kml"]     {
        background: url("http://insectmuseum.org/otherimages/kml.png") no-repeat right top; padding-right: 16px; border-style: none }
a[href$=".xls"]     {background: url("http://www4.ncsu.edu/~ardeans/ENT502/images/xls.png") no-repeat right top; padding-right: 17px; border-style:
 none }

#rotator
{
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#content {
	width:540px;
	margin-top: 0;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#content p {
	padding-left:12px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccc;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #383838;
	text-align: center;
}
.disguise {
	font-weight:normal;
	font-style: oblique;
}
#navmenu {
	text-align:center;
	color: #CCCCCC;
	padding-right: 5px;
	padding-top:2px;
}
#navmenu a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #666633;
	font-size: 14px;
}
#navmenu a:hover {
	color: #cc9900;
}
.credits {
	font-size:12px;
	width: 600px;
	padding-left: 40px;
	padding-top: 20px;
}
h3 {
	color:#905D0C;
}
.taxalist li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.taxalist em {
	font-weight:bold
}

#sidebar {
	font-size: 0.9em;
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 10px;
	margin-top: 25px;
} 
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
	
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
}
#sidebar ul ul li a {
	display: block;

	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
} 

.rsswidget {
font-size:0.8em;
}
.rsswidget h2 {
font-size:1.1em;
}
.rss-date {
font-size:0.8em;
margin-left:5px;
}

html>body #sidebar ul ul li a {
}
#sidebar td {font-size:0.8em; text-align:center; padding-right: 5px}
#sidebar table {margin-top: 0.8em; margin-bottom: 0.8em}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}

/* Blog */

.entry {
	width:520px;
	margin-right: 5px;
	margin-top: 20px;
}
#content h2
{ background-image: url("http://insectmuseum.org/otherimages/treehopper.png"); 
background-repeat: no-repeat; 
background-position: left 0; 
margin-bottom: 0; 
padding-left: 30px; 
padding-bottom: 2px;
width: 100%; 
overflow: auto;
color: #333333;
font-size:1.2em;
 }

.postmeta {
	margin-left: 30px;
	padding-top: 1px;
	font-size: 0.8em;
	color: #999;
}
.navigation {
text-align:center;
}

.postmetadata {
	font-size: 0.9em;
	padding-bottom: 14px;
	margin-left: 30px;
}

.permalink {
	margin: 0 0 0 0;
	padding: 0 0 0 14px;
}
.commentslink {
	padding: 0 0 0 17px;
}

.postfeedback  { padding-bottom: 10px }

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 1px 20px;
}
.alt {
	background-color: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
.comments-head {
	margin: 1.2em 0;
	font-size: 120%;
	font-family: Arial, sans-serif;
	color: #9BBB38;
}
.comment {
	padding: 3px;
	margin: 0px 0px 1.5em 0px;
	width: 98%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a5a5a5;
	font-family: "Times New Roman", Times, serif;

}
.comment-details {
   font-size:80%;
   color: #666;
	font-family: Arial, sans-serif;
}
.next-previous {
   text-align: center;
   margin: 1em 0px 1em 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
th {
	font-size:12px;
	color:#666666;
}
label {
	font-size:12px;
	color:#666666;
}
.enabled {
}
.comments-form {
	font-size:12px;
	color:#666666;
}
.rNavigationBar {
	margin-left:8px;
}
img {
	border:none
}
acronym  { color: #036; cursor: help; border-bottom: 0 none; }
blockquote {font-style: italic;}
.contrib {color:#646060;}
.categ {color:#646060;}
.media {
	font-size: 12px;
	width: 425px;
	padding: 5px;
	text-align: center;
	margin-left: 62px;
}
.haiku {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
        padding-top:16px;
        padding-bottom:16px;
}
.limerick {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
        padding-top:16px;
        padding-bottom:16px;
}
dl {
margin-left: 20px;
font-size:0.9em;
border: 1px #8FBC8F solid;
padding: 10px;
}
dt {
color:#006400;
font-weight: bold;
padding-top:4px;
padding-bottom:2px;
}
.trackbackUrl {
	font-size: 12px;
	color: #858585;
	text-align:center;
}