@charset "UTF-8";
/* CSS Document */

/* --- --- 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;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* --- --- STYLE --- --- */

body{
	background-color:#fff;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.625em;
	line-height:.625em;
}

.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
img.fl{margin-right:15px;}
a{
	
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#e51937;	
}

h1{
	font-size:3.6em;
	line-height: 1em;
	margin-bottom: 40px;
}

h2{
	font-size:2.4em;
	line-height: 1.1em;
	margin-bottom:20px;
}

h3{
	font-size:1.8em;
	margin-bottom:18px;
}

ol{
	font-size:1.4em;
	list-style-position:inside;
	margin-bottom:24px;
	line-height:1.6em;
}

#container{
	width:980px;
	margin:15px auto 15px;
	line-height:1.4em;
}

ul#nav{margin-left:20px; font-size: 1.4em;}

ul.subNav{font-size:1.4em; padding-bottom: 20px;}

ul#nav li a:hover, ul#nav li a.selected, a.selected{color:#e51937;}
ul#nav li, ul.subNav li{
	display:inline;	
	padding-right:25px;
	text-transform:uppercase;
}

ul.subNav{
	margin-bottom:20px;	
}
#headerThumbs{
	background-color:#000;
	width:870px;
	height:50px;
	padding:20px 15px 20px 20px;
	float:left;
	margin-top:10px;
}

#headerThumbs ul li{
	display:inline;
	margin:0;
	padding:0;
	margin-left:-2px;
}
#headerThumbs ul li img{
	margin:0;
	padding:0;
}

#logoIcon{
	float:left;	
	margin-top:10px;
}

#logoText{
	text-align:right;	
}

#content{
	width:870px;
	margin: 0 0 30px 20px;
}

#content p{
	margin-bottom:20px;
	line-height:1.6em;
	font-size:1.4em;
}

#featuredCont{
	height:600px;
	display:block;
	width:700px;
	margin:0 auto;
}
.featuredItem img{
	margin-bottom:10px;	
}

#footer{
	clear:both;
	margin-top:30px;
	padding-top:15px;
	border-top:1px solid #ccc;
}

#footer p{
	font-size:12px;
	line-height:18px;
	margin-left:20px;
}
#footer p span.copy{color:#000;}


img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}


.postThumb{
	float: left;
	width: 240px;
	min-height: 10px;
}

.galleryThumb {
	float: left;
	width: 240px;
	padding: 0 20px 20px;
}

#content p.meta{
		font-size: 1em;
}

body.category .post{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

body.category .post:hover{ background: #f9f9f9; }

.entry{
	width: 560px;
	padding: 10px 0 0 20px;
	float: left;
}

#single{
	width: 100%;
	margin-left: 0px;
}

.postNav{
	padding: 20px;
	font-size: 1.4em;
}



/**
 * 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;	
}