/*  

Theme Name: CazPres 

Theme URI: none

Description: Theme for CazPres Blog.

Version: 0.1

Author: C. Schierer

Author URI: http://www.theschierers.net

Tags: valid XHTML, valid CSS, left sidebar, widget ready, simple, widgets, two columns

*/

/* Fonts & Colors ----------------------------------------------------------------------------------------- */
	
body {
	font-family:  Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background-color: #808080; /*This is the far outside color*/
	color: #000000;
	}

#page {
	background-color: #51667b;
	border: 1px solid black;
	}

#header {
	background-color: white;
	}
	
#contact {
	color: #808080;
	font-size: 0.75em;
	}

#menubar{
	font-variant: small-caps;
	font-size: 1.5em;
	font-family: 'Times New Roman', serif;
	color: #517b7b;
	background-color: white;
	letter-spacing: -.03em;
	}

#menubar a { 
	text-decoration: none; 
	color: #517b7b; }
	
#menubar a:hover { 
	color:#7b5166; 
	}

#menubar div.highlight{
	display: inline;
	color: #7b7b51 ;
	}
	
#content {
	background-color: white;
	font-family: 'Times New Roman', serif;
	font-size: 0.9em; 
	}

a:link { text-decoration: underline; color:#51667b; }
a:visited { text-decoration: underline; color:#517b7b; }
a:active { text-decoration: underline; color:#51667b; }	
a:hover { text-decoration: underline; color:#7b5166; }

h1{
	font-family: 'Times New Roman', serif;
	}

h2{
	font-size: 1.2em;
	}

#sidebar {
	color: #ffffff;
	font-size: 0.8em;
	}

#sidebar a:link { text-decoration: underline; color:#FFFFFF; }
#sidebar a:hover { text-decoration: underline; color:#FFFFFF; }
#sidebar a:visited { text-decoration: underline; color:#FFFFFF; }
#sidebar a:active { text-decoration: underline; color:#FFFFFF; }	
	
#footer{
	color: #808080;
	background-color: white;
	font-size: 0.75em;
	}

#footer a:link { text-decoration: underline; color:#808080; }
#footer a:hover { text-decoration: underline; color:#000000; }
#footer a:visited { text-decoration: underline; color:#808080; }

ul{
	font-family:  Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}

dt{
	font-weight: bold;
	}

.quote {
	font-size: 0.8em;
	font-style: italic;
	}
	
.italic {
	font-style: italic;
	}
	
/* Formatting ----------------------------------------------------------------------------------------- */

body {
    margin: 0;
	padding: 0; 
	height: 100%;
	text-align: center;
	}

#page {
	margin: 0px auto;
	padding: 0;
	min-height: 100%;
	text-align: left;
	width:98%;
	}

#header {
	margin: 0; 
	height: 192px; /* Needs to match header image*/
	}
	
#headerimg {
	float: left;
	padding: 0 0 0 0;
	border: 0;
	vertical-align:bottom;
	}
	
#contact {
	text-align: right;
	padding-top: 85px;
	padding-right: 25px;
	}

#menubar{
	text-align: center; 
	}

#menubar img {
	border: 0;
	}
	
.divider{
	background-color: #517b7b;
	height: 10px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	clear: both;
	}
	
#content {
	float: right;
	width: 70%;
	margin: 0;
	padding: 10px 2% 10px 2%;
	}

#sidebar {
	width: 22%;
	padding: 0 2% 0 2%;
	}
 
ul {
	margin: 1em 0;
	padding: 0 0 0 1em;
	}
 
#footer{
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	}

#footer a:link { text-decoration: underline; color:#808080; }
#footer a:hover { text-decoration: underline; color:#000000; }
#footer a:visited { text-decoration: underline; color:#808080; }

#footer .divleft, #footer .divright {
	width: 20%;
	}

#symbol_image {
	margin: 0 0 0 7%;
	}
	
.divleft {
	float: left;
	}
	
.divright {
	float: right;
	}
	
h1{
	text-align: center;
	}
	
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.imgleft{
	float: left;
	padding: 0 7px 0 0;
	}
	
.imgright{
	float: right;
	padding: 0 0 0 7px;
	}

.quote {
	margin: 0 25px 5px 25px;
	}


