/*
Theme Name: DeShadow
Theme URI: http://www.saintdo.me/themes/deshadow
Description: Wordpress Theme.
Version: 1.0
Author: Sittipol Sunthornpiyakul
Author URI: http://www.saintdo.me
*/

/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address,
code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body,p,pre,div,span{
	line-height: 160%;
	color: #808080;
}
p{	
	margin-top: 15px;
	margin-bottom: 15px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 15px;
  margin-bottom: 15px ;
  color: #333;
  line-height: 1.5em;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}
a{
	text-decoration: none;
}
em{
	font-style:italic;
}
table{
	margin-top: 15px;
	margin-bottom: 15px;
}
hr{
	border: 0;
	color: #eee;
	background-color: #eee;
	height: 1px;
	margin-bottom: 20px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignnone {
	margin: 0px 0px 5px 5px;
	display: inline;
}
img.alignright {
	margin: 0px 0px 5px 10px;
	display: inline;
}

img.alignleft {
	margin: 0px 10px 5px 0px;
	display: inline;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
}

/* Misc using */
.space{
	clear: both;
	height: 20px;
	display: block-inline;
}
.splitter{
	background: #fff url('img/top-splitter.png') no-repeat bottom center;
	width: 970px;
	height: 13px;
}
.bgwhite{
	width: 970px;
	background: #f9f9f9;
	margin: 0px auto 0px;
}
.bg-gray{
	background: #EAEAEA;
}
.zoom{
	background: #EAEAEA url('img/zoom.png') no-repeat  center;
}
.zoom-video{
	background: #EAEAEA url('img/zoom-video.png') no-repeat  center;
}	
.bar-title-whole{
	overflow: visible;
	position: relative;
	width: 990px;
	margin: auto;
	z-index: 10;
}
.bar-title{
	width: 918px;
	height: 122px;
	margin: auto;
	overflow: hidden;
	padding-left: 35px;
	padding-right: 35px;
	color: #ddd;
	line-height: 150%;
	font-size: 12px;
	
		position: relative;
		z-index: 10;
}
.bar-title h2{
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bar-title h5{
	color: #eee;
	margin-top: 26px;
}
.bar-title-sh-left{
	width: 10px;
	height: 112px;
	background: url('img/bar-title-sh-left.png') no-repeat;
	display: block-inline;
	position: absolute;
	top: 122px;
	left: 0px;
}
.bar-title-sh{
	width: 970px;
	height: 8px;
	background: url('img/bar-title-sh.png') repeat-x;
	display: block-inline;
	position: absolute;
	top: 122px;
	left: 10px;
}
.bar-title-sh-right{
	width: 10px;
	height: 112px;
	background: url('img/bar-title-sh-right.png') no-repeat;
	display: block-inline;
	position: absolute;
	top: 122px;
	right: 0px;
}
.button{
	border: 0px ;
	text-decoration:none;	
	height: 28px;
	line-height:28px;
	display:inline-block;
	clear:both;
	padding:0px 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	font-family:  Verdana, Arial, Helvetica;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.button_big{
	border: 0px ;
	text-decoration:none;	
	height: 28px;
	line-height:28px;
	display:inline-block;
	clear:both;
	padding: 5px 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family:  Verdana, Arial, Helvetica;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.right-button{
	position: absolute;
	top : -17px;
	right: 38px;
}
.frame-left{
	float: left;
	padding: 4px;
	background: #eaeaea;
	border: 1px #d5d5d5 solid;
	margin: 0px 20px 17px 0px;
	overflow: hidden;
}
.frame-right{
	float: right;
	padding: 4px;
	background: #eaeaea;
	border: 1px #d5d5d5 solid;
	margin: 0px 0px 17px 20px;
	overflow: hidden;
}
.frame-center{
	text-align: center;
	clear: both;
	padding: 4px;
	background: #eaeaea;
	border: 1px #d5d5d5 solid;
	margin: 0px auto 17px auto;
	overflow: hidden;
	display: table;
}
	/* Contents' Table */
	.meta-left-sidebar table,.meta-right-sidebar table,.meta-left-full table{
		width: 100%;
		padding: 5px;
		border-collapse:collapse;
		
		border: 1px #e2e2e2 solid;
		}
		.meta-left-sidebar th,.meta-right-sidebar th,.meta-left-full th{
		text-align: left;
		color: #666;
		font-weight: bold;
		padding: 11px 20px;
		background: #eee url('img/bg-button.png') repeat-x center 90%;
		border-bottom: 1px #ddd solid;
		}
		.meta-left-sidebar td,.meta-right-sidebar td,.meta-left-full td{
		background: #fbfbfb;
		color: #777;
		padding: 7px 20px;
		border-left: 1px #eee solid;
		}
/* Breadcrumbs */
.breadcrumbs-wrapper{
	width: 940px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 17px;
	height: 20px;
	margin: auto;
	background: #f2f2f2 url('img/breadcrumbs-bg.jpg') repeat-x center top;
	border-bottom: 1px #eaeaea solid;
}
/* the case without slider */
.breadcrumbs-wrapper-main{
	width: 940px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 17px;
	height: 20px;
	margin: auto;
	background: #f2f2f2 url('img/breadcrumbs-bg.jpg') repeat-x center top;
}
.breadcrumbs{
	font-size: 11px;
}
.breadcrumbs .current{
	color: #999;
}
.breadcrumbs .and{ 
	color: #fff;
}
.breadcrumbs a{
	color: #777;
	text-decoration: underline;
}
.breadcrumbs a:hover{
	color: #999;
}
.arrow-breadcrumbs{
	width: 20px;
	height: 9px;
	display:inline-block;
	background: url('img/arrow-breadcrumbs.png') no-repeat center;
}
.pre-breadcrumbs{
	color: #999;
	margin-right: 5px;
	display:inline-block;
}
.body-2{
	background: url('img/bg-sh.png') repeat-x fixed center top;
	width: auto;
	padding-top: 15px;
}
.sub-title-wrapper{
	width:590px;
	color: #999;
	text-align: left;
	font-size: 90%;
	margin-bottom: 17px;
	margin-top: 15px;
}
.post-date{
	padding-left: 19px;
	background: url('img/clock.png') no-repeat left;
}
.post-tag{
	padding-left: 19px;
	margin-left: 15px;
	background: url('img/tag.png') no-repeat left;
}
.post-comment{
	padding-left: 19px;
	margin-left: 15px;
	background: url('img/comment.png') no-repeat left;
}
/* Search Form*/
#search-wrapper{
	width: 191px;
	overflow: hidden;
	position: relative;
}
#searchinput{
	width: 178px;
	background: #eee;
	color: #777;
	height: 16px;
	padding:5px;
	border: 1px solid #ddd;
	margin-top: 16px;
}
#footer #searchinput{	
	border: 1px solid #666;
}
#searchsubmit{
	background:url('img/search.png') no-repeat 4px 3px;
	position: absolute;
	height: 25px;
	top: 17px;
	right: 1px;
	cursor:pointer;
	width: 30px;
	border: 0px;
	padding:5px;
}
	/* Header */
	#header-whole{
		width: 990px;
		margin: auto;
		position: relative;
		z-index: 200;
	}
	#header{
		width: 970px;
		height: 100px;
		clear: both;
		margin: 0px auto 0px;
		background: #f9f9f9
	}
	#header .logo{
		float: left;
	}
	#header .logo-text{
		float: left;
		margin: 25px 0px 0px 35px;
	}
	#header	.logo-text a{
			color: #333;
			text-decoration: none;
		}
		.header-sh-left{
			width: 10px;
			height: 100px;
			display: block-inline;
			background: url('img/header-sh-left.png') no-repeat right bottom;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		.header-sh-right{
			width: 10px;
			height: 100px;
			display: block-inline;
			background: url('img/header-sh-right.png') no-repeat left bottom;
			position: absolute;
			top: 0px;
			right: 0px;
		}
	/*-- Menu Setting --*/
	#header .nav-main{
		text-align:center;
	}
		.nav-wrapper{
		margin: 0px 30px 10px 0px;
		float:right;
		}
		/*-- Start Menu --*/

		.ddsmoothmenu{
		/*background of menu bar (default state)*/
		max-width: 780px;
		text-align: center;
		margin: 0px;
		overflow: visible;
		}

		.ddsmoothmenu ul{
		padding: 0px;
		list-style-type: none;
		}

		/*Top level list items*/
		.ddsmoothmenu ul li{
		position: relative;
		display: block;
		float: left;
		}

		/*Top level menu link items style*/
		.ddsmoothmenu ul li a{
			line-height: 140%;
			overflow: hidden;
			text-align: left;
			font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
			word-spacing: 1px;
			font-size: 14px;
			display: block; /*background of menu items (default state)*/
			padding: 34px 27px 10px 17px;
			text-decoration: none;
		}
		.ddsmoothmenu ul li a span {
			font-weight: normal;
			color: #888;
			font-size: 10px;
			clear: both;
			display:block;
			max-width: 100px;
			width: auto;
		}
		* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
		display: inline-block;
		}

		.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
		color: #333;
		}

		.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		color: #888;
		}

		.ddsmoothmenu ul li a:hover{
		color: #888;
		}
			
		/*1st sub level menu*/
		.ddsmoothmenu ul li ul{
		position: absolute;
		left: 0;
		visibility: hidden;
		display: none; /*collapse all sub menus to begin with*/
		border: 1px #222 solid;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
		}

		/*Sub level menu list items (undo style from Top level List Items)*/
		.ddsmoothmenu ul li ul li{
		text-align:left;
		display: list-item;
		float: none;
		background: url('img/bg-menu2.png');
		}

		.ddsmoothmenu ul li ul li a{
		color: #fff;
		font-size: 12px;
		}
		.ddsmoothmenu ul li ul li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		/*background: #ababab;*/
		color: #fff;
		}
		.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
		/*background: #ababab;*/
		color: #fff;
		}
		.ddsmoothmenu ul li ul li a:hover{
		/*background: #bbb;*/ /*background of menu items during onmouseover (hover state)*/
		color: #ffc;
		}
		/*All subsequent sub menu levels vertical offset after 1st level sub menu */
		.ddsmoothmenu ul li ul li ul{
		top: 0;
		}

		/* Sub level menu links style */
		.ddsmoothmenu ul li ul li a{
		width: 160px; /*width of sub menus*/
		padding: 0px 0px 0px 10px;
		height: 38px;
		line-height: 320%;
		border-left: 1px #555 solid;
		overflow: hidden;
		}

		/* Holly Hack for IE \*/
		* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


		/* ######### CSS classes applied to down and right arrow images  ######### */

		.downarrowclass{
		position: absolute;
		top: 12px;
		right: 7px;
		}

		.rightarrowclass{
		position: absolute;
		top: 6px;
		right: 5px;
		}

		/* ######### CSS for shadow added to sub menus  ######### */

		.ddshadow{
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		background: silver;
		z-index: 90;
		}

		.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
		opacity: 0.8;
		}
		/*-- End menu */
/* Slider */		
#slider-wrapper{
	width: 990px;
	overflow: visible;
	margin: 0px auto 0px;
	}	
		.slider-sh-wrapper{
			position: relative;
			width: 990px;
		}
		.slider-sh-left{
		width: 10px;
		height: 112px;
		background: url('img/bar-title-sh-left.png') no-repeat;
		display: block-inline;
		position: absolute;
		top: 0px;
		left: 0px;
		}
		.slider-sh{
			width: 970px;
			height: 8px;
			background: url('img/bar-title-sh.png') repeat-x;
			display: block-inline;
			position: absolute;
			top: 0px;
			left: 10px;
		}
		.slider-sh-right{
			width: 10px;
			height: 112px;
			background: url('img/bar-title-sh-right.png') no-repeat;
			display: block-inline;
			position: absolute;
			top: 0px;
			right: 0px;
		}
	#slider-wrapper .slider-content{	
		min-height: 20px;
	}
	#slider-wrapper .slider-top{
		width: 988px;
		height: 20px;
	}
	#slider-wrapper .slider-bottom{
		width: 988px;
		height: 20px;
	}
	#slider-wrapper .slider-shadow{	
		position:relative;
		width: 990px;
		background: #222 url('img/slider-bg.png') no-repeat center ;
	}
	#slider-wrapper .slider-shadow-bar-top{	
		position: absolute;
		background: url('img/slider-shadow.png');
		display: inline-block;
		z-index: 50;
		margin: auto;
	}	
	#slider-wrapper .slider-shadow-bar-bottom{	
		position: absolute;
		left: 0px;
		background: url('img/slider-shadow.png');
		display: inline-block;
		z-index: 50;
	}	
	#slider-wrapper .slider-bullet{	
		width: 970px;
		margin: 0px auto 0px;
		overflow: hidden;
		background: #f2f2f2 url('img/breadcrumbs-bg.jpg') repeat-x center top;
	}
#container{
	width: 970px;
	overflow: hidden;
	margin: 0px auto 0px;	
	background: #f9f9f9;
}
/* Stunning Text */
#stunning-text{
	overflow: hidden;
	width: 970px;
	background: #fbfbfb;
	margin: auto;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px #fff solid;
	border-top: 1px #fbfbfb solid;
}
#stunning-text .stunning-text-bottom{
	overflow: hidden;
	width: auto;
	padding:20px;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	color: #888;
}
/* Front manager */
#front-manager{
	overflow: hidden;
	width: 940px;
	margin: 0px auto 20px;
	padding-top: 20px;
	background: #f9f9f9 url('img/bot-splitter.png') no-repeat top;
}
#front-manager-bottom{
	width: 800px;
	margin: auto;
	display: block-inline;
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px #fff solid;	
}
#front-manager .dropcap h1{
	margin: 8px 0px 0px 0px;
}
/* Last Portfolio */
		/* Slider Portfolio */
			#content-slider {
			  width: 543px;
			  height: 18px;
			  margin: 10px auto 20px;
			  background: url('img/portfolio-slidebar.png') no-repeat center;
			  position: relative;		
			}			
			.ui-slider-handle {
			  width: 45px;
			  height: 11px;
			  position: absolute;
			  top: 4px;
			  left: 1px;
			  background: url('img/portfolio-slidebar-dot.png') no-repeat left;
			}
			#content-scroll {
			  width: 910px;
			  overflow: hidden;
			  margin: 0px 30px 0px;
			}
			.content-item {
			  width: 296px;
			  padding: 5px;
			  float: left;
			}
	.last-port-title{
		position: relative;
		text-align: left;
		margin-left: 35px;
	}
	.last-port-title h1{
		margin-top: 1.3em;
	}
	.last-port-whole{
			overflow: hidden;
			width: 970px;
			background: #f0f0f0;
			margin: auto;
			border-bottom: 1px #e5e5e5 solid;
	}
	.last-port-wrapper{
		margin-right: 7px;
		margin-bottom: 20px;
	}
	.port-postthumb-big{
		width: 273px;
		height: 167px;
		border: 1px #D5D5D5 solid;
	}
	.port-postthumb{
		border: 1px #D5D5D5 solid;
	}
	.thumb{
		margin: 3px;
	}
	.last-port-wrapper .last-portfolio-link{
		margin-right: 10px;
		margin-left: 0px;
	}
		.last-portfolio-link h4{
		  margin-bottom:  0.5em;
		  font-weight: 200;
		}
	.last-port-wrapper .lastport-date{	
		margin-left: 25px;
	}
	.last-port-wrapper .last-port-sh{
		height: 12px;
		width: 273px;
		display: inline-block;
		background: url('img/last-port-sh.png') no-repeat top;
	}
	

/* Last Blog */
	.last-blog-content{
		margin: 0px 50px 0px 0px;
		overflow: hidden;
		width: 970px;
	}
	.last-blog-content .wrapper-left{
		margin: 0px 10px 0px 35px;
		width: 600px;
		float: left;
		background: url('img/last-blog-splitter.png') no-repeat 580px top;
	}
	.last-blog-content .meta-left-wrapper{
		float:left;
		overflow: hidden;
		width: 560px;
		height: 166px;
	}
	.sub-wrapper-right{
		margin: 0px 30px 40px 10px;
		float: left;
		overflow: hidden;
	}
	.blog-title a{
		color: #111;
	}
	.sub-wrapper-right .postthumb-small{
		float: left;
		overflow: hidden;
		margin: 0px 10px 0px 0px;
		width: 66px;
		height: 66px;
		background: #EAEAEA;
		border: 1px #D5D5D5 solid;	
	}
	.meta-right-wrapper{
		width: 200px;
		float: left;
		overflow: hidden;
	}	
	.meta-right-wrapper .blog-title h3{		
		margin-top: 0em;
		margin-bottom: 0.5em ;
	}
	.meta-right-wrapper .blog-title h4{		
		margin-top: 0em;
		margin-bottom: 0.5em ;
	}
	.postthumb-big{
		padding: 1px;
		width: 541px;
		height: 206px;
		background: #f3f3f3;
		border: 1px #e8e8e8 solid;
	}
	.last-blog-button{
		margin-top: -10px;
	}
.frame{
	padding: 4px;
	border: 1px #D5D5D5 solid;
}
.w64{
	width: 64px;
}
.w86{
	width: 86px;
}
.w283{
	width: 283px;
}
.w426{
	width: 426px;
}
.w960{
	width: 960px;
}
.w203{
	width: 203px;
}
.h64{
	height: 64px;
}
.h86{
	height: 86px;
}
.h146{
	height: 146px;
}
.h236{
	height: 236px;
}
.h167{
	height:167px;
}
.h220{
	height: 220px;
}
.h300{
	height: 300px;
}
.h308{
	height: 308px;
}
.h357{
	height: 357px;
}
.h262{
	height: 262px;
}
.last-port-widget-whole{
	clear:both; overflow:hidden;
}
.width100{
	width: 100%;
}
.last-port-wrapper-widget{
	margin-bottom: 13px;
	margin-right: 13px;
	margin-left: 1px;
	float: left;
}
	.last-port-wrapper-widget .port-postthumb{
		background: #EAEAEA;
	}
.last-post-wrapper-widget{
	margin-top: 18px;
	overflow: hidden;
}
	.last-post-wrapper-widget .blog-title h4 {
		margin-top: 5px;	
		margin-bottom: 5px;
	}
	.last-post-wrapper-widget .blog-title h4 a{
		color: #444;
	}
	.last-post-wrapper-widget .port-postthumb{
		float: left;
		background: #EAEAEA;
		margin-left: 1px;
		margin-top: 1px;
	}
	.meta-right-wrapper-widget{
		width: 135px;
		overflow: hidden;
		margin-left: 10px;
		float: left;
		margin-bottom: 0px;
	}	
	.meta-right-widget{
		font-size: 92%;
	}
.twitter-whole{
	clear: both;
}
.twitter-icon{
	display: inline-block;
	width: 43px;
	height: 14px;
	background: url('img/twitter_icon.png') no-repeat;
}
ul#twitter_update_list li{
	list-style: none;
	background: none;
	display: inline-block;
	padding-left: 0px;
	margin-right: 0px;
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width: 85%;
}
ul#twitter_update_list li:hover{
	background: none;
}
ul#twitter_update_list li span{
	list-style: none;
	background: none;
	margin-left: 0px;
	margin-right: 5px;
	display: inline-block;
	font-style: italic;
	color: #afafaf;
}
ul#twitter_update_list li a{
	color: #afafaf;
	display:table;
	margin-top: 10px;
}
ul#twitter_update_list li span a{
	color: #888;
	margin-top: 0px;
}

#footer{
	width: 988px;
	margin: 0px auto 0px;
	overflow: hidden;
}
#footer div{	
	color: #bbb;
}
		.footer-sh-wrapper{
			position: relative;
			width: 990px;
			height: 22px;
			margin: auto;
		}
		.footer-sh-left{
			width: 10px;
			height: 112px;
			background: url('img/footer-sh-left.png') no-repeat;
			display: block-inline;
			position: absolute;
			top: -90px;
			left: 0px;
		}
		.footer-sh{
			width: 970px;
			height: 22px;
			background: #f9f9f9 url('img/footer-sh.png') repeat-x bottom;
			display: block-inline;
			position: absolute;
			bottom: 0px;
			left: 10px;
		}
		.footer-sh-right{
			width: 10px;
			height: 112px;
			background: url('img/footer-sh-right.png') no-repeat;
			display: block-inline;
			position: absolute;
			top: -90px;
			right: 0px;
		}
	#footer h4{
		margin-top: 5px;
	}
	/*  end overiding */
	
	/* overide for thumbnail in footer*/
	#footer  .footer-space{
		width: 15px;
		height: 30px;
		display: block-inline;
		float: left;
	}
	#footer .port-postthumb{
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
		border: 0px;
	}
	#footer p{
		color: #a5a5a5;
	}
	#footer .footer-inner ul{
		margin-top: -10px;
	}
	#footer li{
		font-size: 92%;
		line-height: 130%;
		width: 85%;
		color: #a5a5a5;
		list-style: none;		
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 5px;
	}		
	#footer .footer-wrapper{
		width: 970px;
		overflow: hidden;
		padding-left: 10px;
	}
	#footer .footer-style{
		width: 212px;		
		min-height: 230px;
		margin: 5px 0px 10px 20px;
		padding-right: 10px;
		float: left;	
		text-align: left;
	}
	#footer .footer-inner{
		margin-bottom: 50px;
	}
	#footer .meta-right-widget {
		color: #aaa;
	}
		.copyright{
			width: 930px;
			color: #959595;
			background: #eee;
			clear: both;
			line-height: 190%;
			text-align: right;
			padding: 10px 20px 10px;
			margin: 0px auto 0px;
		}
		.copyright a{
			color: #bbb;
			text-decoration: none;
		}
		.copyright a:hover{
			color: #ccc;
		}	
		.copyright-open{
			width: 988px;
			height: 0px;
			margin:auto;
			display: block-inline;
		}
		.copyright-sh-wrapper{
			width: 990px;
			margin: auto;
			display: block-inline;
			position: relative;
		}
		.copyright-sh-right{
			width: 10px;
			height: 40px;
			background: url('img/copyright-sh-right.png') no-repeat left;
			display: block-inline;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		.copyright-sh-left{
			width: 10px;
			height: 40px;
			background: url('img/copyright-sh-left.png') no-repeat right;
			display: block-inline;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		.copyright-sh{
			width: 970px;
			height: 20px;
			display: block-inline;
			position: absolute;
			top: 0px;
			left: 10px;
		}
		
/* Single post*/
#single{
	width: 970px;
	margin: 0px auto 0px;
	overflow: hidden;
	background: #f9f9f9;
}
	#single .page-wrapper{
		margin: 8px 30px 0px 30px;
		overflow: hidden;
		float: left;
	}
	#single .title-wrapper h1{
		margin-top: 0.5em;
		margin-bottom: 0.3em;
	}
	#single .meta-left-full{
		margin: 10px 0px 35px 0px;
	}
	#single .w600{
		width: 600px;
	}
/* Page  */
#page{
	width: 970px;
	margin: 0px auto 0px;
	overflow: hidden;
	background: #f9f9f9;
	
}
	.page-desc{
		font-size: 14px;
		font-family : Arial,Helvetica,Verdana, sans-serif;
		margin-left: 10px;
	}
	#page .page-wrapper{
		margin: 15px 30px 0px 30px;
		width: 910px;
		overflow: hidden;
		float: left;
	}
	#page .page-wrapper-right{
		margin: 30px 40px 0px 25px;
		width: 935px;
		overflow: hidden;
		float: right;
	}
	#page .title-wrapper h1{
		margin-top: 0.5em;
		margin-bottom: 0.3em;
	}
	#page .meta-left-full{
		margin: 15px 0px 5px 0px;
		overflow: hidden;
	}	
	#page .meta-left-button{
		margin: 5px 0px 60px 0px;
		overflow: hidden;
	}
	#page .w600{
		width: 600px;
	}
	
/* Page main*/
#page-main{
	width: 970px;
	margin: 0px auto 0px;
	overflow: hidden;
}
	#page-main .page-wrapper{
		margin: 10px 30px 0px 35px;
		width: 935px;
		overflow: hidden;
		float: left;
	}
	#page-main .page-wrapper-in{
		margin: 25px 0px 45px 0px;
		overflow: hidden;
	}
	#page-main .title-wrapper h1{
		margin-top: 0.5em;
		margin-bottom: 0.3em;
	}
	#page-main .meta-left-full{
		margin: 10px 0px 0px 0px;
	}
	#page-main .w600{
		width: 600px;
	}
/* Portfolio */
#page .portfolio-wrapper{
		margin: 25px 10px 0px 10px;
		overflow: hidden;
		float: left;
}
.port-2-wrapper{
	width: 443px;
	float: left;
	overflow: hidden;	
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 27px;
}
.port-3-wrapper{
	width: 295px;
	float: left;
	overflow: hidden;	
	margin-top: 19px;
	margin-bottom: 20px;
	margin-left: 19px;
}
.port-4-wrapper{
	width: 215px;
	float: left;
	overflow: hidden;	
	margin-top: 19px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.portfolio-wrapper .title-wrapper{
		margin-left: 18px;
		margin-right: 25px;
		margin-top: 0.5em;
		margin-bottom: 0.3em;
}

.port-sh-2{
	width: 426px;
	height: 15px;
	display: inline-block;
	background: url('img/port-sh-2.png') no-repeat center top;
}
.port-sh-3{
	width: 283px;
	height: 13px;
	display: inline-block;
	background: url('img/port-sh-3.png') no-repeat center top;
}
.port-sh-4{
	width: 203px;
	height: 8px;
	display: inline-block;
	background: url('img/port-sh-4.png') no-repeat center top;
}
/* Sidebar */
#sidebar{
	width: 305px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	position: relative;
}	
	#sidebar h3{
		margin: 50px 0px 15px;
	}
	#sidebar li{
		line-height: 130%;
		width: 75%;
		list-style: none;		
		margin: 0px 0px 0px 0px;
		border-bottom: 1px #eee solid;
		background: url('img/arrow-list.png') no-repeat 2px;
		padding: 10px 10px 10px 20px;
	}
	
	#sidebar li:hover {
		background: #f0f0f0 url('img/arrow-list.png') no-repeat 2px;
	}
	#sidebar .sidebar-style{
		overflow: hidden;
		text-align: left;
	}
	#sidebar .right{
		background: url('img/right-sidebar-splitter.png') repeat-y left;
	}
	#sidebar .left{
		background: url('img/left-sidebar-splitter.png') repeat-y right;
	}
	
		.sidebar-style a{
			color: #999;
			text-decoration: none;
		}
		.sidebar-style a:hover{
			color: #555;
		}
	#sidebar .sidebar-inner{
		color: #999;
	}
	#sidebar .sidebar-wrapper{
		position: relative;
		z-index: 2;
		overflow: hidden;
		margin: 0px 0px 0px 30px;
	}
	#sidebar .sidebar-top-right,#sidebar .sidebar-bottom-right{
		width: 100%;	
		height: 140px;
		position: absolute;
		left: 0px;
		z-index: 1;
		display:block;
	}
	#sidebar .sidebar-top-right{
		background:#f9f9f9  url('img/right-sidebar-splitter.png') repeat-y left;
		top: 0px;
	}
	/*overiding for main page*/
	#page-main .sidebar-top-right{
		background:#f9f9f9  url('img/right-sidebar-splitter-top.png') repeat-y left;
		top: 0px;
	}
	#sidebar .sidebar-bottom-right{
		background:#f9f9f9 url('img/right-sidebar-splitter-bottom.png') no-repeat left;
		bottom: 0px;
	}
	
	#sidebar .sidebar-top-left,#sidebar .sidebar-bottom-left{
		width: 100%;	
		height: 140px;
		position: absolute;
		left: 0px;
		z-index: 1;
		display:block;
	}
	#sidebar .sidebar-top-left{
		background:#f9f9f9 url('img/left-sidebar-splitter.png') repeat-y right;
		top: 0px;
	}
	#sidebar .sidebar-bottom-left{
		background:#f9f9f9 url('img/left-sidebar-splitter-bottom.png') no-repeat right;
		bottom: 0px;
	}

	/* COMMENTS CSS */	
#comment-area{
	margin: 35px 0px 0px;
}	
#comments p.form-allowed-tags {
	display:none;
}
#comments h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
}
#comments ol.commentlist {
	clear:both;
	list-style:none;
}
#comments ol ul {
	list-style:none;
	
}
#comments ol li {
	margin:0px;
	clear:both;
}
#comments ol li > ul {	
	margin: 0px 0px 0px 0px;
	float:left;
	clear:both;
}
#comments ol li ul.children li div.comment-body {
	margin-left: 25px;
	width:545px;
	background: #f4f4f4;
	border:1px solid #ededed;
}
#comments ol li ul.children ul.children li div.comment-body {
	margin-left: 50px;
	background: #f2f2f2;
	width:520px;
	border:1px solid #ededed;
}
#comments ol li ul.children ul.children ul.children li div.comment-body {
	margin-left: 75px;
	width:495px;
	background: #f0f0f0;
	border:1px solid #ededed;	
}
#comments ol li ul.children ul.children ul.children ul.children li div.comment-body {
	margin-left: 100px;
	width:470px;
	background: #eee;
	border:1px solid #ececec;	
}
#comments ol li ul.children ul.children ul.children ul.children ul.children li div.comment-body {
	margin-left: 125px;
	width:445px;
	background: #ededed;
	border:1px solid #ebebeb;	
}
#comments ul li {
	clear:both;
}
#comments div.comment-meta {
	float:left;
	width:105px;
	overflow:hidden;
	margin-right: 5px;
}
#comments div.comment-meta div.avatar-wrapper {
	float:left;
	background:#f0f0f0;
	padding:4px;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	border:1px solid #dfdfdf;
	width:80px;
	height:80px;
}
#comments ol li ul.children div.avatar-wrapper {
	border:1px solid #dfdfdf;	
}
#comments div.comment-meta div.comment-date {
	width:120px;
	font-size: 10px;
	color:#a6a6a6;
	float:left;
	background:url(images/date.png) no-repeat 0px 10px;
	text-align:left;
	margin-top:6px;
}
#comments div.comment-body {
	overflow: hidden;
	width:570px;
	float:left;
	padding:10px;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	border:1px solid #eee;
	margin: 10px 0px 10px;
	
}
#comments div.comment-body h3 {
	font-size:12pt;
	margin-bottom: 0.8em;
	margin-top: 0.4em;
}
#comments div.comment-body p {
	line-height:14pt;
	color: #777;
}
#comments a.comment-reply-link:link, #comments a.comment-reply-link:visited,  p.form-submit input {
	border: 0px ;
	text-decoration:none;		
	font-size: 13px;
	font-family:  Verdana, Arial, Helvetica;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	cursor:pointer;	
	height:26px;
	line-height:24px;
	display:inline-block;
	float:right;
	clear:both;
	padding:0px 8px;
}
  p.form-submit input {
	width: 80px;
  }
#cancel-comment-reply-link:link, #cancel-comment-reply-link:visited{
	height:26px;
	line-height:24px;
	display:inline-block;
	float:right;
	clear:both;
	padding:0px 8px;
	margin-right: 10px;
	margin-top: 20px;	
	border: 0px ;
	text-decoration:none;	
	font-size: 13px;
	font-family:  Verdana, Arial, Helvetica;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
#comments #respond {
	clear:both;
	width: 600px;
	margin-bottom: 20px;
	overflow: hidden;
}
#comments #respond p {
	float:left;
	clear:both;
}
#comments #respond p.comment-form-email ,#comments #respond p.comment-form-author ,#comments #respond p.comment-form-url,#comments #respond p.comment-form-comment  {
	width: 620px;
}
#comments #respond p.comment-form-email input, #comments #respond p.comment-form-author input, #comments #respond p.comment-form-url input {
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	height:28px;
	line-height:28px;
	padding:0px 10px;
	color:#4c4c4c;
	float:left;
	width: 430px;
	margin:3px 0px 3px;
	background-color: #f5f5f5;
}
#comments #respond p.comment-form-email input:hover, #comments #respond p.comment-form-author input:hover, #comments #respond p.comment-form-url input:hover{
	background-color: #fafafa;
}
#comments #respond p.comment-form-comment textarea {
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	padding:15px;
	color:#4c4c4c;
	float:left;
	width: 420px;
	margin:3px 0px 3px;
	background-color: #f5f5f5;
}
#comments #respond p.comment-form-comment textarea:hover {
	background-color: #fafafa;
	color:#4c4c4c;
}
#comments #respond p.login-as{
	margin: 0px 0px 10px;
}	
#comments #respond p.comment-form-email label, #comments #respond p.comment-form-author label, #comments #respond p.comment-form-url label, #comments #respond p.comment-form-comment label {
	line-height: 30px;
	float:left;
	width:135px;
	padding-top:4px;
	color:#777;
}
#comments #respond span.required {
	font-size:8pt;
	color:#cd0002;
}
#comments #respond p.comment-notes {
	font-size:8pt;
	color:#999;
	padding:20px 0px;
}
#comments #respond p.logged-in-as {
	padding:10px 0px;
	font-size:8pt;
	color:#999999;
}
#comments #respond p.logged-in-as a:link,
#comments #respond p.logged-in-as a:visited {
	font-size:8pt;
}
#comments #respond p.form-submit {
	margin:5px 0px 5px;
	padding-left:135px;
}
/* Pagination	*/
.port-3-pagination{
	margin-left: 17px;
	margin-bottom: 20px;
}
.port-2-pagination{
	margin-left: 24px;
	margin-bottom: 20px;
}
.pagination {
	margin: 0px 0px 0px 0px;
	clear:both;
	position:relative;
	font-size:11px;
}
 
.pagination span, .pagination a {
	font-size: 13px;
	display:block;
	float:left;
	margin: 2px 2px 15px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#777;
	border: 1px #e0e0e0 solid;
	line-height:13px;
	background: #eee;
}
 
.pagination a:hover{
	color:#000;
	background: #fff;
}
 
.pagination .current{
	background: #ccc;
	padding:6px 9px 5px 9px;
	color:#000;
}

/* Page Contact */
#contactForm{
	clear:both;
	width: 930px;
	}
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #f5f5f5;color: #777; border: 1px solid #eee; padding:10px;width: 908px; }
ol.forms { float: left; list-style: none;margin: 25px 0px 0px;text-align:left; clear: both;}
ol.forms li { 
	clear: both; 
	float: left; 
	position: relative;
	width: 100%;
}
ol.forms label {
	line-height: 36px;
	display: block;
	float: left;
	font-weight: normal;
	width: 100px;
}
ol.forms input{
background-color: #f3f3f3; 
	border:1px solid #cccccc;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	height:28px;
	line-height:28px;
	padding:0px 10px;
	color:#555;
	float:left;
	margin:5px 0px 5px;
	width: 460px;
}
ol.forms textarea{
background-color: #f3f3f3; 
	border:1px solid #cccccc;
	-moz-border-radius:3px;
	-webkit-radius:3px;
	border-radius:3px;
	padding:15px;
	color:#555;
	float:left;
	margin:5px 0px 5px;
}
ol.forms textarea { height: 170px; width: 450px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #f9f9f9; border-color: #ff9800; }
ol.forms li .error { line-height:28px; font-size: 12px; margin-left: 20px; }
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons, ol.forms li.inline {  width: 585px; }
ol.forms li.inline input { width: auto; border: 0px;}
ol.forms li.inline label { margin-left: 5px; display: inline; float: none; width: auto; }
	
	
/*Calendar Table*/
#footer  #wp-calendar a{
	color: #fff;
}
#footer  #wp-calendar a:hover{
	color: #eee;
}
#footer  #wp-calendar{	
	border: 1px #d3d3d3 solid;
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	width: 90%;
}	
#footer  #wp-calendar td{
	padding: 8px;
	border: 1px #c5c5c5 solid;
	color: #777;
	background: #ddd;
}

#wp-calendar th, #wp-calendar tfoot tr td{	
	border-collapse: collapse;
	border: 0px;
	padding: 8px;
	font-weight: 900;
	color: #666;
	background: #e0e0e0;
}
#footer #wp-calendar tfoot tr td{
	background: #aaa;
}
#footer #wp-calendar caption{

	color: #555;
	margin-right: -1px;
	border-top: 1px #c5c5c5 solid;
	border-left: 1px #c5c5c5 solid;
	border-right: 1px #c5c5c5 solid;
	font-family : Helvetica, Verdana, sans-serif;
	font-size: 16px; 
	padding: 8px;	
	background: #aaa;
}	
/*Calendar Table*/
#wp-calendar{	
	border: 1px #d5d5d5 solid;
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	width: 90%;
}	
#wp-calendar td{
	padding: 8px;
	border: 1px #d5d5d5 solid;
}

#wp-calendar th, #wp-calendar tfoot tr td{	
	border-collapse: collapse;
	border: 0px;
	padding: 8px;
	font-weight: 900;
}
#wp-calendar tfoot tr td{
	background: #eee;
}
#wp-calendar caption{
	margin-right: -1px;
	border-top: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	font-family : Helvetica, Verdana, sans-serif;
	font-size: 16px; 
	padding: 8px;	
	background: #eee;
}
/* Short Code*/

ul.list_check{
	list-style: none;
}
ul.list_check li{
	background: url('img/check-list.png') no-repeat 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_bullet{
	list-style: none;
}
ul.list_bullet li{
	background: url('img/bullet-list.png') no-repeat 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_arrow{
	list-style: none;
}
ul.list_arrow li{
	background: url('img/arrow-list.png') no-repeat 2px;
	padding: 2px 0px 2px 23px;
}
.yellow-box{
	margin-top: 10px;
	margin-bottom: 10px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 70px;
	color: #BDA957;
	background: #FFF9E3 url('img/error.png') no-repeat 20px 20px;
	border: 1px solid #BDA957 ;
	clear: both;
	-moz-border-radius:5px;
	-webkit-radius:5px;
	border-radius:5px;
}
.red-box{
	margin-top: 10px;
	margin-bottom: 10px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 70px;
	color: #BD5757;
	background: #FFE3E3 url('img/exclamation.png') no-repeat 20px 20px;
	border: 1px solid #BD5757 ;
	clear: both;
	-moz-border-radius:5px;
	-webkit-radius:5px;
	border-radius:5px;
}
.green-box{
	margin-top: 10px;
	margin-bottom: 10px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 70px;
	color: #64AF46;
	background: #E5FFDB url('img/accept.png') no-repeat 20px 20px;
	border: 1px solid #64AF46 ;
	clear: both;
	-moz-border-radius:5px;
	-webkit-radius:5px;
	border-radius: 5px;
}
.code{
	width: auto;
	overflow: auto;
	font-size: 13px;
	font-family: Georgia, Arial, 'helvetica neue', Helvetica, Verdana, sans-serif;
	line-height: 170%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	background: #f0f0f0;
	color: #777;
	border: 1px solid #e5e5e5;
	clear: both;

} 
.dash-box{
	margin-top: 10px;
	margin-bottom: 10px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	width: auto;
	border: 1px #ccc dashed;
	background: #eee;
	clear: both;
	-moz-border-radius:5px;
	-webkit-radius:5px;
	border-radius: 5px;
}

.quote{
	overflow: hidden;
	color: #aaa;
	font-size: 1.5em;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-style: oblique;
	margin: auto;
	text-align: center;
}
.quote-left{
	overflow: hidden;
	width: 33%;
	color: #aaa;
	font-size: 1.5em;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-style: oblique;
	margin: auto;
	float: left;
	padding-right: 20px;
}
.quote-right{
	overflow: hidden;
	width: 33%;
	color: #aaa;
	font-size: 1.5em;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-style: oblique;
	margin: auto;
	float: right;
	padding-right: 20px;
}
.quote-open{
	overflow: hidden;
	padding: 0px 25px 0px 25px;
	background: url('img/quote-open.png') no-repeat left;
}
.dropcap h1{
	margin: 5px 0px 0px 0px;
	font-size: 30px;
}
.dropcap{
	margin: 0px 0px 0px 0px;
	width: 28px;
	height: 38px;
	float: left;
}
	.column1_2{
	width: 47%;
	margin: 10px 3% 10px 0px;
	overflow: hidden;
	float: left;
}
	.column1_3{
	width: 30%;
	margin: 10px 3% 10px 0px;
	overflow: hidden;
	float: left;
}
	.column1_4{
	width: 23%;
	margin: 10px 2% 10px 0px;
	overflow: hidden;
	float: left;
}
	.column2_3{
	width: 64%;
	margin: 10px 2% 10px 0px;
	overflow: hidden;
	float: left;
}
	.column3_4{
	width: 73%;
	margin: 10px 2% 10px 0px;
	overflow: hidden;
	float: left;
}
	.googlemap{
	margin: 0px 20px 10px 0px;
	padding: 4px;
	background: #d0d0d0;
	border: 1px #c0c0c0 solid;		
}
.divider-vertical{
	width: 2px;
	background: url('img/divider-vert.png') repeat-y right;
	display: block;
	float: left;
}
/* overiding for front mng*/
#front-manager .column1_3{
	width: 30%;
	margin: 0px 1% 0px 2%;
}
#front-manager .column2_3{
	width: 62%;
	margin: 0px 1% 0px 2%;
}
#front-manager .column1_2{
	width: 46%;
	margin: 0px 2% 0px 2%;
}
#front-manager .column1_4{
	width: 22%;
	margin: 0px 1% 0px 2%;
}
#front-manager .column3_4{
	width: 72%;
	margin: 0px 1% 0px 2%;
}
#front-manager .button{
	margin-top: 0px;
}
#front-manager .button_big{
	margin-top: 0px;
}
