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

html, body{
	background: #ede6e6 url(../images/default/background.gif) top left repeat-x;
}

/*

PAGE STRUCTURE

*/

#bg{
	background: url(../images/default/bg.gif) top center no-repeat
}
#wrapper{
	width: 960px;
	margin: 0 auto;
}
#header{
	position: relative;
	z-index:5;
}
.outter{
	padding: 5px;
	background: url(../images/default/overlay.png) top left;
	margin: 0 0 11px 0;
}
.outter #portfolio, .outter #main, .outter #main1, .outter #portfolio_inside{
	background: #fff;
	border: 1px solid #cccccc;
}
#main{
	background: #fff url(../images/default/sidebar.gif) top left repeat-y !important;
}
#content{
	float: right;
	width: 500px;
}
#sidebar{
	width: 370px;
	float: left;
}
#content{
	width: 578px;
}
/*

HEADER

*/
#logo{
	width: 190px;
	height: 72px;
	background: url(../images/default/logo.gif) top left no-repeat;
}
#logo a{
	display: block;
	width: 190px;
	height: 72px;
	text-indent: -9999px;
	outline: none;
}
#slogan{
	position: absolute;
	top: 47px;
	left: 80px;
	text-transform: uppercase; 
	font-size: 0.8em;
	color: #868383;
}
#main_nav{
	position: absolute;
	right: 0px;
	top: 17px;
	height: 43px;
	_width: 450px;
	background: url(../images/default/navigation.gif) top left no-repeat;
}
#main_nav ul{
	margin: 0 0 0 15px;
	padding: 0px;
	background: url(../images/default/navigation2.gif) top right no-repeat;
	position: relative;
}
#nav li{
	float: left;
	position: relative;
	list-style: none;
	line-height: 43px;
	margin: 0 15px 0 0;
	z-index: 2;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	background: #fff;
}
#nav ul li{
	line-height: 30px;
	padding-right: 0px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

#nav a{
	display:block;
	padding:0px 15px;
	color:#555;
	text-decoration:none;
}
#nav li a:hover{
	color: #000;
}
#nav ul li a:hover{
	color:#333;
	background: #eee;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul{
	position:absolute;
	display:none;
	width: 140px;
	top:38px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#nav li ul a{
	width: 110px;
	height:auto;
	float:left;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:140px;
	margin:0 0 0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


/*

HOMEPAGE SLIDER

*/

#portfolio{
	padding: 8px;
	position: relative;
}
#slider{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 275px;
	overflow: hidden;
	position: relative;
}
#slider li{
	margin: 0px;
	padding: 0px;
	height: 275px;
}
#slider ul li img{
	margin: 0px;
	padding: 0px;
	position: absolute;

}
#switch{
	position: absolute;
	top: 213px;
	display: block;
	width: 932px;
	height: 70px;
	background: url(../images/default/overlay2.png);
}
#switch h2{
	color: #fff;
	margin: 0px;
	padding: 0 10px;
	line-height: 70px;
	float: left;
}
#switch a{
	float: right;
	display: block;
	margin: 8px 10px 0 0;
	border: 2px solid #fff;
}
#switch a img{
	width: 50px;
	height: 50px;
}
#slider img{
	position: relative;
	top: 0;
}
/*

CONTENT

*/
.col {
	float: left;
	width: 296px;
	margin: 20px 0 20px 20px;
	padding: 0;
}
.col h2{
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
}
.last {
	padding: 0 20px 0 0 !important;
	width: 276px !important;
}
.entry{
	padding: 20px;
}
.entry h3{
	padding: 0px !important;
	margin: 0px !important;
	font-size: 1.9em;
}
.entry h3 a{
	color: #444 !important;
	text-decoration: none !important;
	
}
.align-left{
	margin: 0 15px 15px 0;
	float: left;
}
#recent_items{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#recent_items li{
	padding: 20px 20px 10px 20px;
	border-top: 1px solid #ccc;
}
#recent_items li h4{
	margin: 0;
	font-size: 1.3em;
}
#recent_items li h4 a{
	text-decoration: none;
	color: #444;
}
.entry-head span{
	padding: 0 0 0 15px;
	color: #999999;
	margin: 0 10px 0 0;
}
.entry a, #recent_items a{
	color: #1389c4;
}
.entry-date{
	background: url(../images/default/clock.gif) center left no-repeat;
}
.entry-categories{
	background: url(../images/default/folder.gif) center left no-repeat;
}
.entry-comments{
	background: url(../images/default/comments.gif) center left no-repeat;
}
.entry-content{
	margin: 15px 0 0 0;
}
/*

CONTENT->SIDEBAR

*/

#sidebar h2, #main h2, #portfolio_inside h2{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
#content h2 {
padding-bottom: 10px;
}
.widget{
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
#social{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#social li{
	background: url(../images/default/list.png) bottom center no-repeat;
	padding: 0 !important;
	height: 52px;
}
#social li a{
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	padding: 8px 0 8px 40px;
	display: block;
}
#social li a:hover{
	padding: 9px 0 7px 40px;
}
#social li a em{
	display: block;
	text-transform: none;
	color: #1389c4;
	font-style: normal;
	font-weight: normal;
}
#facebook{
	background: url(../images/default/facebook.gif) center left no-repeat;
}
#flickr{
	background: url(../images/default/flickr.gif) center left no-repeat;
}
#twitter{
	background: url(../images/default/twitter.gif) center left no-repeat;
}

.widget ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.widget li{
	background: url(../images/default/bullet.gif) center left no-repeat;
	padding: 7px 0 7px 20px;
}
.widget li a{
	text-decoration: none;
	color: #444;
}
/*

CONTENT->PORTFOLIO

*/
#portfolio_inside ul{
	margin: 0;
	padding: 0;
}
#portfolio_inside ul li{
	list-style: none;
	display: block;
	float: left;
	width: 290px;
	display: inline;
	margin: 20px 0 0 20px;
	padding: 0px;
}
#portfolio_inside ul li a{
	border: 3px solid #e1e1e1;
	background: #fff;
	padding: 1px;
	display: block;
	position: relative;
}
#portfolio_inside ul li a img{
}
.zoom{
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	display: none;
	z-index: 33;
	height: 280px;
	background: url(../images/default/zoom.png) center center no-repeat;
} 
.portfolio-title{
	background: #1389c4;
	padding: 3px 7px 3px 7px;
	margin: 0;
	position: relative;
	top: -15px;
	display: block;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
}
/*

FOOTER

*/

#footer{
	padding: 0 0 20px 0;
	color: #969696;
}

/*

CONTACT FORM

*/

/*

ENTRY

*/
.read-more{
	background: #1389c4;
	padding: 3px 7px 3px 7px;
	margin: 15px 0 0 0;
	display: block;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
	text-decoration: none;
	font-size: 1em;
}
.read-more:hover{
	color: #e4edf1;
}
#subscribe{
	display: block;
	float: right;
}
#subscribe a{
	color: #444;
	background: url(../images/default/rss.gif) center left no-repeat;
	line-height: 27px;
	padding: 0 0 0 35px;
	display: block;
	text-decoration: none;
	float: right
}
.page_title{
float: left;
margin:0;
padding: 0;
}

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