/*  
Theme Name: Photokapi 2
Theme URI: http://www.sagerweb.com
Description: Photokapi theme from Geoffrey Sagers.
Version: 1.0
Author: Geoffrey Sagers
Author URI: http://www.sagersweb.com

*/

body {
	font-size: 12px;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Verdana, sans-serif;
	background: url(images/background.jpg);
	color: #462F27;
	margin: 0;
	padding: 0;
}

#page {
	margin: 0px auto 0;
	padding: 0;
	width: 960px;
	/* background-color:#FFF; */
	border:1px solid #000;
}

a { color: #B0BC22; }

img { border: 0px; }

form, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

.alignleft {
	text-align: left;
	float:left;
}
	
.alignright {
	text-align: right;
	float:right;
}

/* START header styles */

.wholeheader {
	border:1px solid #462F27;
	background:#FFF;
	width:960px;
}

#header {
	background:#FFF;
	width: 920px;
	height: 185px;
	text-align: left;
	margin:0;
}

#headerMargin {
	padding: 55px 80px 15px 254px;
	margin: 0px;
}

#header h1 {
	padding: 0px;
	margin: 0px;
}

#header h1 a {
	color: #462F27;
	font-size: 29px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

#header .description {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#navigation {
	background:url(images/navigation.jpg) top left no-repeat #B2BB22;
	height:48px;
	overflow:hidden;
}

#navigation ul {
	list-style:none;
	padding:0px 0px 0px 244px;
	overflow:hidden;
	margin:0px;
}

#navigation ul li {
	float:left;
	padding:0px 20px;
	margin:0px;
	line-height:48px;
	font-size:16px;
}

#navigation ul li a {
	color:#FFF;
	text-decoration:none;
}

/* END header styles */





/* START search styles */

#serach { float:left; }

#searchform {
	margin: 20px 0px 0px;
	color: #1A1A1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#searchform #s {
	font-size: 10px;
	width: 100px;
	margin: 0 10px;
}

#searchform #searchsubmit { font-size: 10px; }

#searchsubmit { margin: 0px; }

/* END search styles */



/* START sidebar styles */

#sidebar {
	width: 200px;
	float: left;
	background: url(images/sidebar.jpg) top left repeat-y #462F27;
	margin: 15px 0px 10px 0px;
}

#sidebar > ul {
	margin: 0px;
	padding: 0px 15px 0px 20px;
	list-style: none;
	text-align: left;
	color:#FFF;
}

#sidebar > ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar > ul li h2 {
	font-size: 17px;
	margin: 10px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #B0BC22;
	font-weight: bold;
}

#sidebar > ul li ul {
	font-size: 11px;
	list-style: none;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
}

#sidebar > ul li ul a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar p {
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: #FFFFFF;
}

#sidebar a { color: #FFFFFF; }

#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* END sidebar styles */



/* START content styles */

#contentArea {
	width: 960px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#content.narrowColumn {
	width: 750px;
	float: right;
}

#content.wideColumn { width: 960px; }

#contentPad {
        padding: 15px 0px 5px 0px;
        }

#contentPad2{
        padding: 15px 15px 15px 15px;
        background-color:#FFF;
        }
.post {
	clear: both;
	font-size:14px;
	line-height:1.6em;
	padding:20px;
	border:1px solid #462f27;
	background:#FFF;
}

.post h2, .post h3 {
	margin: 5px 0 5px 0px;
	padding: 0 0 0px 0px;
}

.post h2 a, .post h3 a, h3#respond {
	color: #B0BC22;
	font-size: 19px;
	text-decoration: none;
	font-weight: bold;
}

.post small {
	font-size: 12px;
	color: #A36C5A;
	margin: 0;
	padding: 0;
}

.post small a {
	font-size: 11px;
	color: #69767E;
	margin: 0;
	padding: 0;
}

.postseperator {
	border-top: 2px dotted #462F27;
	margin: 10px 0px;
}

.post .entry p {
	margin: 10px 0 5px;
	padding: 0px;
	text-align: left;
	line-height: 1.6em;
}

.post .entry a {
	color: #B0BC22;
	text-decoration: underline;
}

.post .entry img {
	border:3px inset #AAA;
	margin:0px auto;
	display:block;
}

.post .postmetadata { border:1px solid #FFF; }

.post .postmetadata, .post .postmetadata a {
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #B0BC22;
	text-decoration: none;
}

.post .postmetadata a:hover { text-decoration: underline; }

.post .exifdata {
	font-size:10px;
	line-height:1.0em;
	border:3px inset #AAA;
	padding:4px 8px;
	background-color:#EEE;
	margin:auto;
	width:150px;
}

.post img { margin: 0 5px 5px 0; }

.datearea {
	float:right;
	width:70px;
	height:59px;
	line-height:12px;
	font-size:12px;
	border:1px solid #462F27;
	background:url(images/datebkgrnd.jpg) top center;
	
}

.datearea p.year {
	padding:0px;
	text-align:center;
	margin:0px;
	padding:5px 0px 0px 0px;
	overflow:hidden;
	font-size:10px;
	clear:both;
}

.datearea p.month {
	/* background-color:#B1BC22; */
	text-align:center;
	float:left;
	margin:0px;
	font-size:16px;
	padding:15px 0px 0px 0px;
	font-weight:bold;
}

.datearea p.day {
	text-align:center;
	float:left;
	margin:0px;
	padding:15px 5px 0px 8px;
	font-size:20px;
	font-weight:bold;
		
	
}

#commentbox {
	background-color:#FFF;
	border:1px solid #462F27;
	padding:15px 25px;
	margin-top:10px;
}

.commentarea {
	border:1px solid #291C16;
	padding:10px 20px;
	margin-top:10px;
	background-color:#FFF;
}

h2.pagetitle, h2 {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	margin: 5px 0 15px;
	font-weight: normal;
}

ol.commentlist { list-style-position:inside; }

ol.commentlist li {
	padding:5px 10px;
	margin:10px 0px;
	border:1px dashed #462F27;
	background-color:#F3EDEB;
}

.commentlist a { color:#B1BC22; }

.commentmetadata {
	text-align:right;
	padding:0px 10px 0px 0px;
	font-size:80%;
}

.commentlist li.alt {
	border:1px dashed #B1BC22;
	background-color:#F7F9DD;
}

.navigation {
	background-color:#FFF;
	overflow:hidden;
	margin-bottom:10px;
	padding:2px 10px;
	border:1px solid #291C16;
}

.navigation a {
	color: #B1BC22;
	font-size:15px;
	font-weight:bold;
}

.thetags{
	font-size:10px;
	}

/* END content styles */



/* START footer styles */

#footer {
	width: 960px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px;
	color: #FFFFFF;
	font-size:10px;
	background-color:#462F27;
}

#footer a { color: #FFFFFF; }

/* END footer styles */
