/* 
Theme Name: Jay B Sauceda
Theme URL: http://whiteboardframework.com/
Description: Good ole photographer theme.
Author: Jay B Sauceda
Author URI: http://www.jaybsauceda.com
Version: 2.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

body {
	background: #ffffff url(images/back/rotate.php) no-repeat fixed left top;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	*font-size: 11px;	
}

a, a:visited {
	color: black;
}

li a,li a:visited {
	text-decoration: none;
	color: black;
	display: block;
}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postnavigation{}
#sidebar{
	width: 195px;
	position: absolute;
	top: 45px;
	left: 20px;
}

#logo {
	width: 195px;
	height: 49px;
	margin-bottom: 21px;
}

#info {
	margin: 10px 0px 0px 0px;
}

#image_window {
	position: absolute;
	top: 10px;
	left: 245px;
}

#navigation {
	margin: 40px 0px 0px 0px;
	text-align: right;
}

#navigation a, #navigation a:visited {
	color: black;
	text-decoration: none;
	display: block;
}

#prev, #next {
	display: block;
	width: 100%;
	height: 15px;
}

#image_info {
	margin: 40px 0px 0px 0px;
}

#body_copy {
	margin: 116px 30px 0px 0px;
	width: 350px;
	font-size: 16px;
	float: left;
}

.body_column{
	float: left;
	margin: 40px 30px 0px 0px;
	width: 175px;
}

.link_lists {
	margin: 10px 0px 10px 0px;
}

.wide_line {
	width: 100%;
	border-top: 1px #555555 dotted;
}

ul {
	list-style: none;
}

li {
	display: block;
	margin: 1px 0px 1px 0px;
}

li a:hover, #navigation a:hover, .current_page_item, li.current-cat {
	background-color: #DDDDDD;
}

img {
	-ms-interpolation-mode: bicubic;
}

h1 {
	font-family: Courier, Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	*font-family: Georgia, serif;
	*font-size: 10px;
}

h2 {
	font-family: Courier, Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	*font-family: Georgia, serif;
	*font-size: 10px;
	*margin: -3px 0px 0px 0px;
}

p {
	margin: 10px 0px 0px 0px;
}

.clear {
	clear: both;
}