/*
Theme Name: Jorge's Theme
Theme URI: http://wordpress.org/
Description: A custom theme built for George Lober.
Version: 1.6
Author: Red Shift
Author URI: http://redshift.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #334028 url('images/bg.jpg') top no-repeat;
	color: #666;
	text-align: center;
	}

#page {
	background: url('images/page_bg.png') top no-repeat;
	text-align: left;
	}

#header { 
	position: relative;
		}
#headerimg 	{ 
	position:absolute;
	width:180px;
	height:60px;
	margin:10px 0 0 20px;
	background: url('images/logo.png') no-repeat;
	cursor:pointer;
	}
#tabs {
	position:absolute;
	width:545px;
	height:36px;
	margin:102px 0 0 0;
	text-align:right;
	}

#content {
	font-size: 1em;
	line-height:1.4em;
	}

#footer {
	background: url('images/footer_bg.png') no-repeat top;
	}
	
a {
	color:#a57337;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}


#sidebar a:hover, #sidebar .current_page_item a {
	color:#fff;
	}

#sidebar a, #sidebar .current_page_item ul li a {
	color:#fff;
	}

#sidebar .current_page_item ul li a:hover {
	color:#fff;
	}





h1, h2, h3, h4 {
	margin:0 0 20px 0;
	color:#a57337;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 780px;
	min-height:500px;
	}

#header {   }

#headerimg {   }

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 170px 0 0 50px;
	width: 490px;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto 600px auto;
	width: 780px;
	height:175px;
	clear: both;
	}

#footer_content {
	margin:0;
	padding: 50px 230px 0 0;
	font-size:.8em;
	text-align: right;
	color:#999;
	}
#redshift, #redshift a {
	color:#666;
	}
#redshift a:hover {
	color:#c00;
	text-decoration:none;
	}
	
	
/* End Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#flexi-pages-1 ul li {
	margin: 0 0 20px 5px;
	padding: 0;
	font-weight:bold;
	}
#flexi-pages-1 ul li ul li {
	margin: 5px 0 0 5px;
	padding: 0;
	font-weight:normal;
	font-size:.8em;
	}
ul {
	margin:10px;
	padding:10px;
	}

ul li {
	padding:0 0 0 10px;
	list-style:disc;
	}	
/* End Entry Lists */










/* Begin Sidebar */
#sidebar {
	padding:20px 0 0 0;
	margin: 0 0 0 575px;
	width: 160px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar_photo {
	width:140px;
	height:140px;
	margin:10px auto;
	background: url('images/lober.jpg');
	}
#sidebar_title {
	width:160px;
	height:35px;
	margin:10px auto;
	background: url('images/books_title.png');
	}
/* End Sidebar */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
