/*
Theme Name: shovel
Theme URI: http://chrislejeune.com/
Description: shovel theme
Version: 1.0
Author: Chris LeJeune
Author URI: http://chrislejeune.com/
*/

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* page layout */
#page {
	background: #FFFFFF url(images/bg.jpg) center top repeat-y;
	text-align: left;
	width: 760px;
}
#header {
	width: 760px;
}
#content {
	float: right;
	width: 375px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 5px;
	/*border: 1px solid #FF0000;*/
}
#sidebar {
	float: left;
	width: 190px;
	padding-right: 25px;
	padding-left: 110px;
	margin-right: 10px;
	margin-top: 15px;
	/*border: 1px solid #0000FF;*/
}
#footer {
	clear: both;
	width: 760px;
	background: #FFFFFF url(images/footer.jpg) center top no-repeat; 
	height: 25px;
}
/* end page layout */


/* look */
a:link, a:visited {
	text-decoration: none;
	color: #0584F4;
}
a:active, a:hover {
	text-decoration: underline;
}
a img { 
	border: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;	
	margin-bottom: 2px;
}
h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #147;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;	
	margin-bottom: 2px;
}
blockquote {
	margin: 15px 30px 0 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* end look */


/* sidebar */
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}
#sidebar a:active, #sidebar a:hover {
	text-decoration: underline;
}
#sidebar h2 {
	margin-top: 15px;
	margin-bottom: 8px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li ul {
	list-style-image: url(images/bullet.gif);
	padding-left: 30px;
}
/* end sidebar */

/* header */
#header_top_bar {
	background-color: #443322;
	height: 18px;
	border-right: 1px solid #000000;
}
#header_middle { 
	background: #FFFFFF url(images/header_shovel.jpg) center top no-repeat; 
	height: 201px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header_middle span { 
	visibility: hidden;
}
#header_bottom_bar {
	background-color: #443322;
	height: 1.7em;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
}
#header_shadow {
	background: #FFFFFF url(images/header_shadow.jpg) center top no-repeat; 
	height: 24px;
}
a:link.email, a:visited.email {
	color:#FFF;
	text-decoration:none;
}
a:hover.email, a:active.email {
	color:#FFF;
	text-decoration:underline;
}
/* end header */

#searchform {
	margin-bottom: 0px;
}
#post_seperator {
	background: #FFFFFF url(images/seperator.gif) center top no-repeat;
	height: 21px;
}
.post {
	clear: both;
}
#home_link { 
	margin-bottom: 8px;
	text-align:center;
}
#commentform textarea {
	width: 95%;
	padding: 2px;
}
#flickr_badge_uber_wrapper {
	margin-top: 20px;
}
p.browsing_text {
	margin-top: 10px;
}
.mainImage {
	padding: 2px;
	border: 1px solid #453325;  	
}