/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
text-decoration:none;
}
/* style */
body{
	background:#bf0000 url(../images/bg-body.jpg) repeat-x top;
}
p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:80%;
	line-height:1.8em;
}
/* IDs */
#containter{
	width:100%;

	text-align:center;
	
	height:629px;
}
#nav-container{
	background:url(../images/bg-nav.jpg) top center no-repeat;
}
#navigation{
	height:38px;
	margin:0 auto;
	width:980px;
	padding-top:5px;
	

}
#navigation p{
	color:#fff;
	letter-spacing:-1px;
	font-size:110%;
}
#navigation span{
		color:#ffcaca;
}
#navigation a{
	color:#ffcaca;
	text-decoration:underline;
}
#navigation a:hover{
	text-decoration:none;
}
#main-container{
	width:100%;
	clear:both;
	height:586px;
	
}
#home #main-container{
background:url(../images/bg-main.jpg) top  center no-repeat;
}
#main{
	height:486px;
	width:980px;
	margin:0 auto;
	padding:100px 10px 0 10px;
}
#footer{
	width:980px;
	margin:0 auto;
	clear:both;
}
#base-footer{
height:40px;
background:#720000;
clear:both;
width:100%;
}
#base-footer div{
width:980px;
	margin:0 auto;
}

/* Classes */
.contentLeft{
	float:left;
	width:512px;
}
.title{
float:left;
}

/*****Custom Classes for portfolio*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Portfolio Layout*****/
div#portfolioContainer {
	margin: 20px auto 0;
	overflow: hidden;
	width: 980px;
	clear:both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul#filter { float: left; font-size: 90%; list-style: none; margin-left: 0; width: 100%; height:30px; font-family: Arial, Verdana, Helvetica, sans-serif; }
ul#filter li { 
	border-right: 1px solid #d74d4e;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #eabebe; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: none; border-bottom:1px solid #d74d4e;  }
ul#filter li.current a { color: #fff; font-weight: bold; }

ul#portfolio {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 980px;
	color:#333333;
	font-size:80%;
}
ul#portfolio li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 223px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }

/* ---------- gallery styles for portfolio start here ----------------------- */


ul#portfolio li:hover img {
	border-color: #ffc5c5;
}
ul#portfolio a img {
	background:none;
	border: solid 1px #720000;
	padding: 5px;
}
ul#portfolio em {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
ul#portfolio a {
	text-decoration: none;
}
ul#portfolio span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(../images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

/**
 * 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;	
}

