/*  
Theme Name: The Dinosaur Theme
Theme URI: http://joelconstantine.com/
Description: RAWR
Version: 0.1	
Author: Joel Constantine
Author URI: http://joelconstantine.com/

	A theme involving dinosaurs and spaceships!

*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Arial, Sans-Serif;
	color: #999;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #2093ac;
	padding: 0;
}


#header {
	font-size: 2em;
	text-style: bold;
	color: white;
	background-color: black;
	width: 900px;
	height: 275px;
	border-bottom: 5px solid black;
	background: url('images/dinoheaderlong03.jpg') no-repeat  bottom center #2093ac;
	margin: 0 auto;
}

#headerdesc {
	font-family: Verdana;
	color: white;
	margin: 0px 0px 0;
	height: 192px;
	line-height: .5em;
	color: black;
	font-size: 1.8em;
	padding-top: 190px;
	padding-left: 70px;
}
#headerdesc .description {
	font-size: .8em;
	text-align: center;
	}
	
#headerdesc a{
color: white;
}
h1 a{
	color: white;
}

h2 a{
	color: black;
}

#content {
	float: left;
	width: 645px;
	margin: 0;
	padding: 0;
	background-color: white;
}

#singcontent {
	width: 730px;
	margin: 0 auto;
	background-color: white;
}

.menubar {
	width: 730px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-color: #444;
}

.main {
	float: left;
	width: 645px;
	height: 100%;
	margin-right: 0px;
	background-color: #FFF;
	line-height: 1.4em;
	}

.post {
	text-align: justify;
	background-color: white;
	padding: 15px;
	pading-right: 30px;

}

.divider {
	width: 0px;
	background-color: black;
}

.entry {
	font-size: 1.5em;
	color: black;
}

#sidebar {
	float: right;
	width: 220px;
	background-color: white;
}

.cats {
	text-align: justify;
}
.print {
	max-width: 125px;
	padding: 5px;
	margin: 5px auto;
	border: 0px solid black;
	color: black;
	font-size: 1.1em;
}

.photo {

	max-width: 720px;
	max-height: 451px;
	background-color: white;
	border: 1px solid #000;
	padding: 4px 4px 4px 4px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #2093ac;
}

.info{
	color: #555;
	text-align: center;
}

h1 {
	color: black;
	font-size: 2em;
	line-height: .5em
}

h2 {
	font-size: 1.8em;
	color: #aaa;

}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
}



#footer {
	clear: both;
	font-size: 1em;
	text-align: center;
	padding: 0;
	width: 100%;
	border: 0;
	height: 289px;
	background: url('images/spaceship_footer.jpg') no-repeat bottom center #fff;
}

#wrapper {
	margin: 20px auto;
	width: 900px;
	padding: 0;
	background-color: white;
	border: 5px solid black;
}

