/* 
Theme Name: base
Theme URL: 
Description: Custom Theme for PRG Blog.
Author: Chris McMahon Based on Whiteboard from Brian Purkiss
Author URI: http://electronicart.com
Version: 1.0
*/
@charset "utf-8";
/* Eric Meyer's Reset */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,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{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font:inherit inherit 100% inherit}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ul{list-style:none}strong{font-weight:900}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}.cleaner{clear:both;height:0px;font-size:1px;border:none;margin:0;padding:0;background:transparent}


/* html elements */
body{
	font: 14px Arial, Verdana, Helvetica, sans-serif; /*'font-style' 'font-variant' 'font-weight' 'font-size' 'line-height' 'font-family'*/

	color:#666;
	background:url(images/bgRibbon.gif) repeat;
}

	
p {	
	line-height:18px;
	margin-bottom:7px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#60882a;
	font-weight:normal;
	}
	
a {
	color:#60882a;
	font-weight:bold;
	}
	
a:hover {
	color:#701837;
	}
	
h1 {
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	margin:7px 0 4px 0;
	}
	
h1.alt {
	font-size:24px;
	line-height:30px;
	color:#60882a;
	font-weight:normal;
	margin:7px 0 4px 0;
	background:none;
	}
	
h1 a{
	text-decoration:none;
	font-weight:normal;
	}
	
h2 {
	font-size:21px;
	line-height:27px;
	}
	
h2 a{
	text-decoration:none;
	color:#60882a;
	font-weight:normal;
	}
	
h3 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	}
	
h3.alt {
	color:#60882a;
	background:none;
	}
	
h4 {
	font-size:16px;
	line-height:18px;
	}
	
h4.alt {
	color:#60882a;
	font-size:14px;
	line-height:18px;
	background:none;
	}
	
h5 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	}
	
h6 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	}
	

ul{
}

li{
}

/* structure */

.contain{
	margin:0 auto;
	width:900px;
	background:#fff url(images/bgContain.gif) top repeat-y; 
}

	#header{
		margin-top:10px;
		background:url(images/bgHeader.png) top right no-repeat;
		height:238px;
	}
	
		#header form {
			color:#f8cad3;
			font-weight:bold;
			font-size:13px;
			padding:5px 0 6px 0;
			margin-left:10px;
			float:left;
			}
			
		#header form input {
			width:120px;
			height:14px;
			margin-left:0px;
			}
			
		#header form input.btn {
			width:27px;
			height:18px;
			position:relative;
			top:3px;
			}
			
		.logo{
			display:block;
			float:left;
		}
		.photos{
			float:right;
			padding:3px 50px 0 0;
		}
	
	#primary{
		float:right;
		width:600px;
		padding:6px 0;
		margin-right:43px;
	}
	
/* posts */	
		.post{
			margin:0 0 0px 0;
		}			
			
			.post img{
				padding:2px;
				margin:10px;
				border:2px solid #e66979;
			}
			img.centered {
				display: block;
				margin:0 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
				}
				
			#primary ul{
				list-style-type:disc;
				list-style-position:outside;
				margin-left:10px;
				padding-left:10px;
			}
				
			#primary ol{
				list-style-type:decimal;
				list-style-position:outside;
				margin-left:10px;
			}
				
			#primary li{
				margin-bottom:6px;
			}
			
			.blockList{
				width:280px;
				font-size:13px;
			}
			.blockList a{
				text-decoration:none;
			}
			
			.blockList ul{
				list-style:none;
				padding-left:10px;
			}
			
			a.cta{
				display:block;
				padding:10px;
				text-align:center;
				background:#fff1f5;
				border:1px solid #f4e3e8;
				text-decoration:underline;
			}
			
			.blockList li{
				border-bottom:1px dotted #999;
				padding:5px 0 10px 0;
				
			}
	
			.postAuthor{
				font-size:11px;
				margin:0px 0 10px 2px;
			}
			
			.postMeta{
			clear:both;
			padding:5px 0 25px 0;
			}
			
			.postMeta a{
				color:#701837;
				font-weight:normal;
			}
			
			.postMeta a:hover{
				color:#60882a;
			}
			
			.share{
				margin:0 0 10px 0;
			}
			
			.commentLink{
				font-size:14px;
				margin:0 0 5px 0;
			}
			
			.postCats{
				font-size:11px;
				margin:0 10px 5px 0;
				float:left;
			}
			
			.postTags{
				font-size:11px;
				margin:0 0 5px 0;
			}
			
			.followRss{
				font-size:11px;
				margin:0 0 5px 0;
			}
			
/* comments */
			#commentlist{
				margin:6px 0;
				padding-left:0;
			}
			
				#commentlist li{
				list-style:none;
				border-left:none;
				border-right:none;
				margin:0;
				padding:7px 4px 2px 4px;
				border-bottom:1px dashed #ccc;
			}
			
			.commentMeta{
				font-size:12px;
				margin-bottom:3px;
			}
			
			#commentsform{
				padding-top:10px;
			}
			
				.standard{
					background:#fff1f5;
				}
				
				.alt{
					background:#eff9e0;
				}
			
				.commentMeta{
				}
				
				.commenttext-admin{
				}
				
				.commenttext{
				}
				
				#commentsform{
				}
				
				#commentsform input[type="text"]{
				}
				
				#commentsform textarea{
				}
				
				#commentsform input[type="submit"]{
				}
				
		
		.entriesNavigation{
		}
			.prev{
			}
			
			.next{
			}
		
	
/* sidebar */
	#secondary{
		float:left;
		width:230px;
	}
	
			
		#nav {
			list-style:none;
			width:165px;
			margin:5px 0 0 45px;
			}
			
		#nav ul {
			list-style:none;	
			}
			
		#nav li {
			display:block;
			padding:6px 0 6px 0;
			width:165px;
			border-top:1px solid #dbeac3;
			text-align:right;
			}
			
		#nav li.sel {
			background:#fff1f5;
			}
			
		#nav li.sel a {
			padding-bottom:3px;
			}
			
		#nav ul.sub li {
			display:block;
			padding:3px 3px 3px 0px;
			border:none;
			}
			
		#nav a{
			display:block;
			text-decoration:none;
			color:#5F8729;
			text-transform:uppercase;
			font-size:13px;
			width:160px;
			font-family:Arial, Helvetica, sans-serif;
		}
			
		#nav a:hover{
			color:#701837;
		}
		
		#nav .sub a{
			font-weight:normal;
			text-transform:none;
			font-size:12px;
			color:#701837;
			}		
			
		#side {
			width:165px;	
			margin:5px 0 0 45px;
			}
			

#footer {
	margin:0 auto;
	background:url(images/bgFooter.gif) no-repeat;
	height:35px;
	color:white;
}

.left{
	float:left;
}

.right{
	float:right;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}