/*  
Theme Name: Mr. Dinosaur
Theme URI: http://mrdinosaur.org/
Description: Custom theme for team Mr. Dinosaur
Version: 1.0
Author: Mims Wright and Andrew Coslow
Author URI: http://mimswright.com
*/


html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	color:#444;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif; /*Didot, Bodoni,*/
}

#main {
	background: url(images/bg.gif) no-repeat #F4F1D0;
	width: 800px;
	margin:0 auto; padding: 0 0 32px 0;
	border: 1px solid #E3D732;
	border-bottom: 0;
}

.left {float:left; padding-right:10px;}
.right {float:right; padding-left:10px;}

img { border:0; }

div { margin:0; padding:0; position:relative; text-align:left;}

h2, h2 a, h3, .leadIn {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#about {
font-size: 10px;
font-family: georgia, times, serif;
font-style:italic;
text-align: center;
width: 75%;
margin: 0 auto;
}

#sidebar a, .entry a, .page a, #sidebar a, #about a {

	font-weight: bold;
	color: #333;
}

#sidebar a, #about p a, .entry p a {
	border-bottom: 1px dotted #FF5353;
	background: none;
	color:#666;
	text-decoration:none;
}
#sidebar a:hover, #about p a:hover, .entry p a:hover {
	border:0;
	padding:2px 0;
	background:#FF5353;
	color:#FFF;
}


textarea {
	width:100%;
}

hr {
	width: 100%; height: 35px;
	background: url(images/hr.png) no-repeat center 0;
	border:0; padding:0; margin:0;
}

.timestamp {

}

.entry h2 {
	float:left;
}

#footer, .postmetadata {
	text-align: center;
	font-size: 10px;
}

#footer {

}

.postmetadata a { 
	font-weight: normal;
	color: #FF5353;
}

#footer a {
	font-weight: normal;
	color:#333;
}

#countdown {
	position:absolute;
	top:200px;
	left:160px;
	z-index:1000;
}

#googleLinkUnit {
	position:absolute;
	right:10px;
	top:650px;
}

#sidebar {
	position: absolute;
	font-size: 10px;
	right:10px;
	top: 175px;
	width:90px;
	background: #FFF;
	padding: 10px;
}
#sidebar h2, #sidebar h3{
	font-size: 12px;
}
#sidebar ul {
	list-style: none;
	padding: 0; margin-left:10px;
}
#sidebar li a {

}

.bio {
	clear:left;
	height:200px;
	margin: 0 0 32px 0;
}

.bio img {
	float:left;
	margin-right: 32px;
}

.tape { 
	position: absolute;
	left: 46px; top:590px;
}



#header {
	position:absolute;
	z-index:3;
	margin-left:31px;
}

#course {
	position:absolute;
	z-index:0;
	width:563px; height:458px;
	left:160px;
	background: url(images/course_solid.png) no-repeat;
}

#contentSpacer { height:60px; }
#content {
	background: #FFFFFF;
	width:536px;
	margin: 0px 70px 0 70px; 
	padding: 192px 32px 32px 32px;
	position:static;
}

.tape { 
	position: absolute;
	left: 46px; top:590px;
	width:48px; height:79px;
	background: url(images/tape.png) no-repeat;
}

#mongolia {
	display:none;
	opacity: 1.0;
	position:absolute;
	right: 130px; top:421px;
	width:127px; height:131px;
	background: url(images/mongolia.png) no-repeat;
}

#mongolia:hover {
	opacity: 0.3;
}

#donate {
	position:absolute;
    z-index: 99;
	right: 155px;
	top:190px;
}

#bumper {
	display:none;
	margin: 0 auto;
	width:800px; height:13px;
	background: url(images/bottomBumper.gif) no-repeat;
}