@import "reset.css";
@import "text.css";

html, body{
	background: #b7b7b7 url(../images/background.gif) top center repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
}
.wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/* 
 HEADER
*/
#header{
	background: #333333 url(../images/header.gif) bottom left repeat-x;
}
#header .wrapper{
	background: url(../images/header2.gif) bottom left no-repeat;
}
#featured .wrapper{
	padding: 10px 0 10px 0;
}
#main, #footer{
	background: url(../images/slice.png) top left repeat-x;
}
#main .wrapper,#footer .wrapper{
	padding: 30px 0 20px 0;
}
#footer .wrapper{
	padding: 5px 5px 5px 5px;
	width: 910px;
	height: 75px;
}
#footer{
	background: #333333 url(../images/slice.png) top left repeat-x;
}
#logo{
	position: absolute;
	z-index: 20;
}
#logo a{
	background: url(../images/logooo.png) top left no-repeat;
	display: block;
	height: 112px;
	width: 125px;
	margin: 0 17px 0 17px;
	text-indent: -9999px;
}
#logo span{
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	color: #545457;
	top: -22px;
	text-align: center;
	display: block;
	width: 222px;
	margin: 0 auto;
}
#navigation{
	padding: 10px 0 3px 0;
	z-index: 55;
}
#navigation, #navigation ul {
	float: right;
	list-style: none;
	position: relative;
	line-height: 24px;
}

#navigation a:link, #navigation a:active, #navigation a:visited{
    display:block;
    padding:0px 5px;
    color:#ffc325;
    text-decoration:none;
	margin: 0 0 0 20px;
 }
#navigation a:hover, a.current-page{
    background-color:#222222;
    color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#navigation li{
	float: left;
	display: block;
	position: relative;
}
#navigation ul{
	position: absolute;
	width: 160px;
	top: 24px;
	display: none;
	padding-top: 9px;
}
#navigation li ul a{
	width: 160px;
	float: left;
	background: #414141;
	margin: 0 !important;
}
#navigation li ul a:hover{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#navigation li ul li:last-child a{
	-moz-border-radius: 0 0 3px 3px;
}
#navigation ul ul{
	top:auto;
	}	

#navigation li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul{
    display:none;
    }
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{
    display:block;
    }
	
	
/*
SLIDERS
*/	
	
#blinds { 
	margin: 0 auto; 
	background: url(spinner.gif) 50% no-repeat; 
	height: 330px; 
	width: 960px; 
	-moz-box-shadow: 0 0 20px #444;
	-webkit-box-shadow: 0 0 20px #444;
}
#blinds .floom_slice { 
	z-index: 10; 
}
#blinds .floom_caption , .ft-title{ 
	text-shadow: 0 1px 0 #fff; 
	font-size: 18px; 
	color: #333; 
	font-style: italic; 
	position: relative; 
	display: inline;
	text-align: left; 
	top: 10px; 
	font-family: Georgia, serif;
}
#blinds .floom_progressbar { 
	font-size: 1px; 
	background: #131718; 
	border-bottom: solid 1px #9c9c9c; 
	height: 3px; 
	position: relative; 
	z-index: 1000;
	width: 0; 
	top: 2px; 
}
#blinds .floom_container { 
	overflow: hidden; 
	border-bottom: solid 1px #9c9c9c; 
	}
#blinds .floom_vertical { 
	float: left; 
	}
	
#buttons{
	float: right;
	margin: 15px 0 4px 0;
	z-index: 20;
}
#buttons a{
	line-height: 33px;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0 0 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#call-to-action1{
	background: #0e0e13  url(../images/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
}
#call-to-action2{
	background: #fe3302  url(../images/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #bf2604; 
}
#switch{
	line-height: 28px;
	display: block;
	float: right;
	font-size: 11px;
	padding: 0 10px;
	margin: 0 0 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #0e0e13  url(../images/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
}
#buttons em{
	line-height: 33px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #818181;
}

/* CONTENT */
.content-header{
	width: 960px;
	height: 26px;
	display: block;
	background: url(../images/content.png) top left no-repeat;
}
.content{
	background: url(../images/content.png) top left repeat-y;
	padding: 0 25px;
	background-position: -960px 0;
}
.content a{
	color: #CF2700;
}
.content-footer{
	width: 960px;
	height: 26px;
	display: block;
	background: url(../images/content.png) top left no-repeat;
	background-position: -1920px 0;
}

.col{
	float: left;
	width: 572px;
	margin: 0 25px 0 0;
}

.col1{
	float: left;
	width: 286px;

}

.col h3{
	font-size: 22px;
	margin: 0 0 10px 0;
}
.col h4{
	text-transform: uppercase;
	color: #eee;
	margin: 0 0 15px 0;
}
.read-more {
	display: block;
	text-align: right;
}
.col img{
	float: left;
	margin: 0 10px 10px 0;
}
.col p{
	margin: 0 0 10px 0;
	color: #333;
	text-align: justify;
	font-size: 13px;
}
.last{
	margin: 0 !important;
}
#footer .col{
	width: 200px;
	margin: 0 10px 0 0;
	float: right;
}
#footer  .col p, #footer .col ul{
	color: #e5e5e5;
}
#footer a{
	color: #fff;
}


/* INSIDE PAGES */

#sidebar {
	width: 320px;
	float: left;
	padding-top: 10px;
}
#sidebar h3{
	margin: 10px 0 10px 0;
	color: #444;
	letter-spacing: 1px;
}
#sidebar ul{
	list-style: none;
	margin: 0 30px 20px 0;
	padding: 0;
	border-top: 1px solid #CFCFCF;
}
#sidebar ul li{
	border-bottom: 1px solid #CFCFCF;

}
#sidebar p{
	margin: 0 30px 15px 0;
}
#sidebar ul li a{
	padding: 8px 0 8px 0;
	color: #444;
	text-decoration: none;
	display: block;
}

#sidebar ul li a:hover{
	color: #222;
	background: #f5f5f5;
}

#sidebar #searchform{
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin: 0 30px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input#s{
	width: 190px;
}
input#searchsubmit{
	padding: 2px 3px 2px 3px;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #0e0e13  url(../images/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
}

#posts {
	width: 590px;
	float: right;
}	
.wide-img{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 10px 0 10px 0;
}

#caption {
	padding: 10px 0 0 0;
	margin: 0;
} /* inside page heading */


/* PORTFOLIO */

ul#portfolio{
	margin: 0;
	padding: 0;
}
ul#portfolio li{
	list-style: none;
	display: block;
	float: left;
	width: 290px;
	display: inline;
	margin: 20px 20px 0 0;
	padding: 0px;
}
li.detailed{
	width: 910px !important;
}
#portfolio .last{
	margin: 20px 0 0 0 !important;
}
#portfolio a{
	position: relative;
	display: block;
	border: 1px solid #eee;
	padding: 3px;
	text-decoration: none;
	float: left;
}
.portfolio-details{
	float: left;
	margin: 5px 0 0 15px;
	display: none;
	width: 600px;
}
.portfolio-details h3{
	margin: 0 0 5px 0;
}
.portfolio-meta a{
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
}
.detailed .portfolio-details{
	display: block;
}
.zoom{
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	display: none;
	z-index: 33;
	height: 280px;
	background: url(../images/zoom.png) center center no-repeat;
} 
.portfolio-title{
	position: absolute;
	top: 200px;
	left: 0;
	color: #fff;
	font-weight: bold;
	line-height: 33px;
	padding: 0 10px;
	background: #0e0e13  url(../images/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
}



/* 
BLOG STYLING
*/
.post{
	margin: 0 0 20px 0;
}
.align-left{
	float: left;
	padding: 3px;
	border: 1px solid #cfcfcf;
	margin: 0 15px 10px 0;
	background: #fff;
}
.post h3{
	margin: 0 0 7px 0;
}
.post-meta{
	color: #444;
	margin: 0 0 7px 0;
	background: #eee;
	border: 1px solid #cfcfcf;
	padding: 3px;
}
.entry-date{
	padding: 0 0 0 15px;
	background: url(../images/clock.gif) center left no-repeat;
}
.entry-categories{
	padding: 0 0 0 15px;
	background: url(../images/folder.gif) center left no-repeat;
}
.entry-comments{
	padding: 0 0 0 15px;
	background: url(../images/comments.gif) center left no-repeat;
}

/*
PRETTY PHOTO

*/

div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;position:relative;text-align:left;width:100%}.pp_content .pp_details{display:none;margin:10px 15px 2px 20px}.pp_description{display:none;float:left;margin:0}.pp_nav{clear:left;float:left;margin:3px 0 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000}a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;float:right;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:none;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{display:none;line-height:1 !important;margin:0 auto;text-align:center;width:100%}div.ppt{color:#fff;display:none;font-size:17px;left:0;position:absolute;top:0;z-index:9999}.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

