/*
Theme Name: SoulBop
Theme URI: http://www.saintdo.me/themes/soulBop
Description: Wordpress Theme.
Version: 1.4
Author: Sittipol Sunthornpiyakul
Author URI: http://www.saintdo.me

v1.1
==========================
 -Add stripslashes to google analytic in footer.php
 -Stripslashes to get-option.php
==========================

v1.2
==========================
 - Fixed lightbox to show video 
 - Add accordion slider
 - Fixed IE9 Cufon issue
==========================

v1.3
==========================
 - Fixed slider caption issue
==========================

v1.4
==========================
 - Changed dropdown-menu engine to support iPad, iPhone
==========================

v1.5
==========================
 - Fixed meta-box for page to support thumbnail
==========================


v1.6
==========================
 - fixed issue on contact form page and contact widget
 - blog item number issue fixed
 - last from portfolio hovered fixed
==========================

v1.6.1
==========================
 - Slider caption and title , fixed
==========================

*/

/* 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{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda,sans-serif, Arial, Helvetica, Garuda, sans-serif;
	line-height: 135%;
	color: #999;
}
p{	
}
h1,h2,h3,h4,h5,h6{
  margin-top: 15px;
  margin-bottom: 15px ;
  color: #888;
}
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: #ddd;
	background-color: #ddd;
	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 !important;
}

.alignleft {
	float: left !important;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
}

/* Misc using */
.space{
	clear: both;
	height: 15px;
	display: block;
}
.bar-title-whole{
	width: 100%;
	margin: 0px auto 0px;
	background: #171717 url('img/slide-show-bg.png') ;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.bar-title{
	width: 100%;
	margin: 0px auto 0px;
	position: relative;
	z-index: 10;
}
.bar-title-sh-top{
	width: 100%;
	background: url('img/breadcrumbs-shadow-top.png') repeat-x top;
	overflow: hidden;
}
.bar-title-sh-bottom{
	width: 100%;
	background: url('img/breadcrumbs-shadow-bottom.png') repeat-x bottom;
	overflow: hidden;
}
.bar-title-inner{
	width: 960px;
	height: 110px;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
}		






.button{
	border: 0px ;
	text-decoration:none;	
	height: 28px;
	line-height:26px;
	display:inline-block;
	clear:both;
	padding: 0px 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-family:  Verdana, Arial, Helvetica;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.button_big{
	border: 0px ;
	text-decoration:none;	
	height: 28px;
	line-height:28px;
	display:inline-block;
	clear:both;
	padding: 5px 21px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family:  Verdana, Arial, Helvetica;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.frame-left{
	float: left;
	padding: 3px;
	background: #333;
	border: 1px #333 solid;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
}
.frame-right{
	float: right;
	padding: 3px;
	background: #333;
	border: 1px #333 solid;
	margin: 0px 0px 0px 20px;
	overflow: hidden;
}
.frame-center{
	text-align: center;
	clear: both;
	padding: 3px;
	background: #333;
	border: 1px #333 solid;
	margin: 0px auto 0px auto;
	overflow: hidden;
	display: table;
}
	/* Contents' Table */
	.meta-left-sidebar table,.meta-right-sidebar table,.meta-left-full table, .meta-left-full-content table{
		width: 100%;
		padding: 5px;
		border-collapse:collapse;
		
		border: 1px #333 solid;
		}
		.meta-left-sidebar th,.meta-right-sidebar th,.meta-left-full th, .meta-left-full-content th{
		text-align: left;
		color: #777;
		font-weight: bold;
		padding: 11px 20px;
		background: #292929;
		border-bottom: 1px #333 solid;
		}
		.meta-left-sidebar td,.meta-right-sidebar td,.meta-left-full td, .meta-left-full-content td{
		background: #333;
		color: #999;
		padding: 7px 20px;
		border-left: 1px #333 solid;
		}

.breadcrumbs-wrapper{
	position: absolute;
	bottom: 5px;
	right: 3px;
}	
.breadcrumbs-inner{
	width: 960px;
	height: 34px;
	margin: auto;
	position: relative;
}
.breadcrumbs{
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
.breadcrumbs .current{
	color: #888;
	font-style: italic;
}
.breadcrumbs .and{ 
	color: #666;
}
.breadcrumbs a{
	color: #666;
}
.breadcrumbs a:hover{
	color: #ccc;
	text-decoration: underline;
}
.arrow-breadcrumbs{
	width: 20px;
	height: 9px;
	display:inline-block;
	background: url('img/arrow-breadcrumbs.png') no-repeat center;
}
.pre-breadcrumbs{
	color: #666;
	margin-right: 5px;
	display:inline-block;
}
.body-2{
	width: auto;
}
.sub-title-wrapper{
	width: 95px;	
	color: #777;
	text-align: left;
	font-size: 90%;
	margin-bottom: 20px;
}
.sub-title-wrapper-single{
	overflow: hidden;
	color: #777;
	text-align: left;
	font-size: 90%;
}
.post-date {
	overflow: hidden;
	float: none;
}
.day{
	color: #fff;
	float: right;
	display: block;
	line-height: 28px;
	font-size: 38px;
	letter-spacing: -2px;
}
.month{
	color: #fff;
	width: 40px;
	font-size: 16px;
	line-height: 14px;
	padding-left: 2px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	display: block;
}
.year{
	color: #fff;
	font-size: 16px;
	width: 40px;
	display: block;
}

.post-by {
	margin-top: 0px;
	float: right;
}
.post-comment {
	margin-top: 8px;
	float: right;
}
.post-comment span{
	text-align:right;
	float:right;
    display: table;
	color: #555;
}
.last-port-item .post-tag{
	font-size: 10px;
	margin-bottom: 8px;
}
.post-tag .role{
	margin-right: 10px;
	color: #fff !important;
}


/* postDate in single */
.post-date-single {	
	overflow: hidden;
	float: left;
	letter-spacing: 2px;
}
.post-date-single .day-single,.post-date-single .month-single,.post-date-single .year-single{		
	color:  #fff ;
}
.post-by-single {	
	color:  #fff ;
	margin-left: 15px;
	float: left;
	letter-spacing: 2px;
}
.post-tag-single .role-single{
	margin-right: 5px;
	color: #fff !important;
	letter-spacing: 2px;
}
.post-tag-single{
	color:  #fff ;
	margin-left: 15px;
	float: left;
	letter-spacing: 2px;
}
.post-comment-single {
	color:  #fff ;
	margin-left: 25px;
	float: right;
	letter-spacing: 2px;
}

/* Search Form*/
#searchinput{
	width: 155px;
	background: #292929 ;
	color: #777;
	height: 22px;
	padding: 2px;
	border: 0px;
	margin-top: 5px;
	outline: none;
}
#search-wrapper{
	width: 159px;
	position: relative;
}
#searchsubmit{
	background:url('img/search-big.png') no-repeat 3px 5px;
	position: absolute;
	height: 24px;
	top: 4px;
	right: 2px;
	cursor:pointer;
	width: 26px;
	border: 0px;
	padding:5px;
}

/* Search in caption */
#caption  .search-top-2{
	position: absolute;
	right: 0px;
	top: 17px;
}
#caption  #searchinput{	
	background: none ;
	margin: 0px;
	margin-left: 10px;
	outline: none;
	border: 0px;
	height: 27px;
	overflow: hidden;
}
#caption #search-wrapper{
	background: url('img/search-top-2.png') no-repeat ;
	margin-top: 23px;
	width: 226px;
	height: 29px;
	overflow: hidden;
	position: relative;
}
#caption #searchsubmit{
	background: none;
	position: absolute;
	height: 29px;
	top: 0px;
	right: 0px;
	cursor:pointer;
	width: 36px;
	border: 0px;
	padding:5px;
}

/* Search in stunning text */
#stunning-text-wrapper #search-wrapper{
	background: url('img/search-top.png') no-repeat ;
	margin-top: 23px;
	width: 310px;
	height: 39px;
	overflow: hidden;
	position: relative;
}

#stunning-text-wrapper #searchinput{	
	background: none ;
	margin: 0px;
	margin-left: 60px;
	outline: none;
	border: 0px;
	height: 26px;
	overflow: hidden;
}
#stunning-text-wrapper #searchsubmit{
	background: none;
	position: absolute;
	height: 24px;
	top: 6px;
	right: 30px;
	cursor:pointer;
	width: 26px;
	border: 0px;
	padding:5px;
}

/*search in footer*/
#footer #searchinput{	
	border: 1px solid #393939;
}

	/* Header */
	.header-bar{
		width: 100%;
		margin: 0px auto 0px;
		position: relative;
	}
	.top-right-wrapper{
		width: 960px;
		margin: 0px auto 0px;
		height: 19px;
		background: #202020;
		display: block;
	}
	.top-right{
		width: 20px;
		float: right;
		height: 19px;
		display: block;
	}
	.header-bar-color{
		height: 4px;
		width: 100%;
		margin: 0px auto 0px;
	}
	#header-whole{
		width: 100%;
		margin: auto;
	}
	#header-whole .header-bottom-shadow{
		width: 100%;
		height: 34px;
		background: url('img/bg-container.png') repeat-x center top;
	}	
	#header{
		width: 960px;
		height: 93px;
		clear: both;
		margin: 0px auto 0px;
		
	}
	#header .logo{
		float: left;
	}
	#header .logo-text{
		float: left;
		margin: 17px 0px 0px 0px;
	}
	#header	.logo-text a{
			color: #fff;
			text-decoration: none;
	}

	
	/*-- Menu Setting --*/
		.nav-wrapper{	
			margin: 16px auto 0px;
			position: relative;
			float: right;
			z-index: 200;
		}
		/*-- Start Menu --*/

		.menu-wrapper{
		/*background of menu bar (default state)*/
		max-width: 660px;
		text-align: center;
		margin: 0px;
		overflow: visible;
		}

		.menu-wrapper ul li ul{
		padding: 0px;
		list-style-type: none;
		background: url('img/bg-menu2.png');
		}

		/*Top level list items*/
		.menu-wrapper ul li{
		position: relative;
		display: block;
		float: left;
		}

		/*Top level menu link items style*/
		.menu-wrapper ul li a{
			line-height: 180%;
			overflow: hidden;
			text-align: left;
			font-family: 'Arial' !important;
			letter-spacing: 1px;
			font-size: 11px;
			display: block; /*background of menu items (default state)*/
			padding: 10px 14px 10px 14px;
			border-bottom: 1px #4f4f4f solid;
			text-decoration: none;
		}	
		
		
		* html .menu-wrapper ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
		display: inline-block;
		}

		.menu-wrapper ul li a:link, .menu-wrapper ul li a:visited{
		color: #bbb;
		}

		.menu-wrapper ul li:hover > a{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		color: #bbb;		
		border-bottom: 1px #fff solid;
		}

		.menu-wrapper ul li a:hover{
		border-bottom: 1px #fff solid;
		}
			
		/*1st sub level menu*/
		.menu-wrapper ul li ul{
		position: absolute;
		left: 0;
		visibility: hidden;
		display: none; /*collapse all sub menus to begin with*/
		}
		
		/*Sub level menu list items (undo style from Top level List Items)*/
		.menu-wrapper ul li ul li{
		text-align:left;
		display: list-item;
		/*border-left: 1px #555 solid;*/
		float: none;		
		}

		.menu-wrapper ul li ul li a{
		color: #bbb;
		font-size: 12px;
		border-bottom: 0px;
		}
		.menu-wrapper ul li ul li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		/*background: #ababab;*/
		color: #bbb;
		}
		.menu-wrapper ul li ul li a:link, .menu-wrapper ul li ul li a:visited{
		/*background: #ababab;*/
		color: #bbb;
		}
		.menu-wrapper ul li ul li a:hover{
		/*background: #bbb;*/ /*background of menu items during onmouseover (hover state)*/
		border-bottom: 0px;
		}
		/*All subsequent sub menu levels vertical offset after 1st level sub menu */
		.menu-wrapper ul li ul li ul{
		top: 0;
		}

		/* Sub level menu links style */
		.menu-wrapper ul li ul li a{
			padding: 3px 0px 3px 15px;
			height: 38px;
			line-height: 320%;
			overflow: hidden;
			letter-spacing: 0px;
		}

		/* Holly Hack for IE \*/
		* html .menu-wrapper{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 */
	/* Search Form */
		
		li.current-menu-item a,li.current-menu-parent a{
			border-bottom: 1px #fff solid  !important;
		}
		li.current-menu-item ul li a,li.current-menu-parent ul li a{			
			color: #fff !important;
			border-bottom: 0px !important;
		}
/* Slider */		
#slider-wrapper{
	width: 960px;
	overflow: visible;
	margin: 3px auto 0px;
		position:relative;
		z-index: 10;
	}	
		
	#slider-wrapper .slider-content{	
		min-height: 20px;
	}
	#slider-wrapper .slider-shadow{	
		width: 960px;		
		background: #181818;
	}
	#slider-wrapper .slider-shadow-bottom{		
		width: 960px;	
		height: 29px;
		background: url('img/slider-shadow.png') no-repeat center;
		display: block;
		position: absolute;
		left: 0px;		
		z-index: 1;
	}
	#slider-wrapper .slider-bullet{	
		width: 960px;
		margin: 0px auto 0px;
		overflow: hidden;
		position: relative;
		z-index: 99;
	}
	#slider-wrapper .slider-divider{	
		width: 960px;
		height: 3px;
		background: url('img/slider-divider.png');
		display: block;
		position: absolute;
		left: 0px;
		z-index: 99;
	}	
	#slider-wrapper .top{	
		top: 0px;
	}
	#slider-wrapper .bot{	
		bottom: 0px;
	}
/* Don't use in soulbop
.cPrev-slider{
	position: absolute;
	width: 15px;
	height: 22px;
	background: url('img/carousel-arrow-left.png') no-repeat;
	overflow: hidden;
	top: 13px;
	left: 50px;
	cursor: pointer;
}
.cNext-slider{
	position: absolute;
	width: 15px;
	height: 22px;
	background: url('img/carousel-arrow-right.png') no-repeat;
	overflow: hidden;
	top: 13px;
	right: 50px;
	cursor: pointer;
}*/
.carousel-wrapper-slider{
	position: relative;
	margin: auto;
}
.carousel-slider{
	margin: auto;
}	
.carousel-slider ul{
	margin: auto;
	display: table;
}	
.carousel-slider ul li{
	list-style: none;
	float: left;
}



/* middle wrapper */
#container-wrapper-main{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
/* Stunning Text */
#stunning-text-wrapper{	
	overflow: hidden;
	width: 960px;
	margin: 0px auto 0px;
	position: relative;
}
#stunning-text-inner{	
	width: 960px;
	margin: auto;
	overflow: hidden;
	min-height: 10px;
	font-size: 20px;
	padding-top: 17px;
	padding-bottom: 18px;
	padding-left: 0px;
	padding-right: 0px;
}
#stunning-text-wrapper .stunning-bar{	
	width: 960px;
	height: 4px;
	background: url('img/dot-bg.png');
	display: block;
}
.stunning_column4_5{
	width: 650px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
}
.stunning_column1_5{
	width: 310px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	float: right;
}

#stunning-text-below-wrapper{
	width: 100%;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 20px auto 0px;
	overflow: hidden;
}
#stunning-text-below{
	overflow: hidden;
	width: 960px;
	margin: auto;
	padding-top: 2px;
	font-size: 20px;
}
.stunning-text-below-bg{
	width: 41px;
	height: 40px;
	background: url('img/stunning-below-bg.png') no-repeat;
	display: block;
	margin: 3px 20px 0px 30px;
	float: left;
}
.stunning-text-below-inner{
	overflow: hidden;
	float: left;
}

#stunning-text-inner h2{
	margin-top: 21px;
	margin-bottom: 5px;
}
#stunning-text-inner h3{
	font-size: 18px;
	margin-top: 23px;
	margin-bottom: 5px;
}
#stunning-text-inner .stunning-title{
	display: table;
	float: left;
	color: #f0b000;
	margin-right: 15px;
}
#stunning-text-inner .stunning-caption{
	display: table;
	float: left;
	color: #aaa;
}
#stunning-text-below h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
#stunning-text-below .stunning-caption{
	font-size: 12px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #888;
}
#stunning-text-below a{
	margin: 5px 14px 0px 0px;
	padding: 3px 15px;
	float: right;
}
/* Front manager */
#front-manager{
	overflow: hidden;
	width: 100%;
}
#front-manager p{
	margin-top: 8px;
	margin-bottom: 8px;
}
#container-wrapper-main{
	width: 100%;
	overflow: hidden;
}
#container{
	width: 960px;
	margin: 0px auto 0px;
	position: relative;
}
#container-inner-main{
	width: 960px;
	margin: 0px auto 30px;
}
#container-inner{
	width: 920px;
	margin: 25px auto 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Last Portfolio */
		/* Slider Portfolio */
.cPrev{
	position: absolute;
	width: 15px;
	height: 22px;
	background: url('img/carousel-arrow-left.png') no-repeat;
	overflow: hidden;
	top: 20px;
	left: 30px;
	cursor: pointer;
}
.cNext{
	position: absolute;
	width: 15px;
	height: 22px;
	background: url('img/carousel-arrow-right.png') no-repeat;
	overflow: hidden;
	top: 20px;
	right: 30px;
	cursor: pointer;
}
.carousel-wrapper{
	width: 100%;
	margin: auto;
	height: 60px;
	background: #1a1a1a url('img/slide-show-bg.png');
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.carousel-inner{
	width: 960px;
	margin: 0px auto 0px;
	position: relative;
	overflow: hidden;
}
.carousel{
	height: 70px;
	overflow: hidden;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px auto 0px;
}			
.carousel img{
	width: 99px;
	height: 54px;
	padding: 3px;
	background: #3a3a3a;
	margin: 0px 15px;
}
	
/* Last Form Portfolio*/
.last-port-wrapper{
	width: 960px;
	overflow: hidden;
	margin: 0px auto 0px;
	padding-top: 20px;
}	
	.last-port-wrapper-content{
		width: 750PX;
		overflow: hidden;
		float: right;
	}
	.last-port-title {
		margin-bottom: 20px;
		color: #aaa;
	}
	.last-port-title  h3{
		font-size: 23px;
		color: #fff !important;
	}
	.last-port-desc{
		color: #777;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.last-port-link a{
		color: #ccc ;
	}
	.last-port-item{		
		width: 205px;
		margin: 0px 15px 0px 0px;
		overflow: hidden;
		float: left;
		background: #171717;
		padding: 15px;
		margin-bottom: 15px !important;		
	}
	.last-port-item-link h4{
		font-family: Arial !important;
		font-size: 15px;
		font-weight: bold;
		margin-top: 13px;
		margin-bottom: 8px;
	}
	.last-port-item-role {
		margin-bottom: 8px;
		font-size: 10px;
		color: #555;
	}
	.last-port-item-role .role{
		margin-right: 5px;
		font-size: 10px;
		font-style: normal;
		color: #fff;
	}
	
	
/* Last Form Blog*/
.last-blog-wrapper{
	width: 960px;
	overflow: hidden;
	margin: 0px auto 0px;
	padding-top: 0px;
}
	.last-blog-wrapper-content{
		width: 750PX;
		overflow: hidden;
		float: right;
	}
	.last-blog-title {
		margin-bottom: 20px;
		color: #aaa;
	}
	.last-blog-title  h3{
		font-size: 23px;
		color: #fff !important;
	}	
	.last-blog-desc{
		overflow: hidden;
		color: #777;
		margin-bottom: 20px;
	}
	.last-blog-link a{
		color: #ccc ;
	}
	.last-blog-item{
		width: 205px;
		margin: 0px 15px 0px 0px;
		overflow: hidden;
		float: left;
		background: #171717;
		padding: 15px;
		margin-bottom: 15px !important;		
	}
	.last-blog-item-link h4{
		font-family: Arial !important;
		font-size: 15px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.post-date-lfb{
		color: #555;
		text-align: left;
		font-size: 90%;
		margin-bottom: 8px;
		margin-top: -6px;
		margin-left: 0px;
		font-style: italic;		
	}


.frame{
	padding: 4px;
	background: #353535;
}	
.frame3{
	padding: 3px;
	background: #353535;
}	
.relative{
	position: relative;
}
.w58{
	width: 58px !important;
}
.w80{
	width: 80px !important;
}
.w193{
	width: 193px !important;
}
.w199{
	width: 199px !important;
}
.w262{
	width: 262px !important;
}
.w422{
	width: 422px !important
}
.w600{
	width: 600px !important;
}
.w930{
	width: 930px !important;
}
.w960{
	width: 960px !important;
}
.w900{
	width: 900px !important;
}
.w210{
	width: 210px !important;
}
.w182{
	width: 182px !important;
}
.h58{
	height: 58px !important;
}
.h58{
	height: 58px !important;
}
.h69{
	height: 69px !important;
}
.h80{
	height: 80px !important;
}
.h150{
	height: 150px !important;
}
.h146{
	height: 146px !important;
}
.h236{
	height: 236px !important;
}
.h167{
	height:167px !important;
}
.h180{
	height: 180px !important;
}
.h205{
	height: 205px !important;
}
.h5{
	height: 5px !important;
}
.h8{
	height: 8px !important;
}
.h10{
	height: 10px !important;
}
.h30{
	height: 30px !important;
}
.h45{
	height: 45px !important;
}
.h190{
	height: 190px !important;
}
.h220{
	height: 220px !important;
}
.h300{
	height: 300px !important;
}
.h320{
	height: 320px !important;
}
.h265{
	height: 265px !important;
}
.h322{
	height: 322px !important;
}
.h250{
	height: 250px !important;
}
.last-port-widget-whole{
	clear:both; overflow:hidden;
}
.width100{
	width: 100%;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb23{
	margin-bottom: 23px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mt0{
	margin-top: 0px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.ml30{
	margin-left: 30px !important;
}
.ml0{
	margin-left: 0px !important;
}
.mt10{
	margin-top: 10px !important;
}
.right20{
	right: 20px !important;
}
.right122{
	right: 122px !important;
}
.right137{
	right: 137px !important;
}
.right200{
	right: 200px !important;
}




.last-port-wrapper-widget{
	margin-bottom: 13px;
	margin-right: 13px;
	margin-left: 1px;
	float: left;
}
	.last-port-wrapper-widget .port-postthumb{
		background: #333;
		border: 1px #333 solid;
		padding: 4px; 
	}
.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: #aaa !important;
	}
	.last-post-wrapper-widget .port-postthumb{
		float: left;
		background: #333;
		border: 1px #333 solid;
		padding: 4px; 
		margin-left: 1px;
		margin-top: 1px;
	}
	.meta-right-wrapper-widget{
		width: 135px;
		overflow: hidden;
		margin-left: 10px;
		float: left;
		margin-bottom: 0px;
	}	
	
	#sidebar .meta-right-wrapper-widget{
		
		width: 165px;
	}
	.meta-right-widget{
		font-size: 92%;
	}
	
/* Widget */
.twitter-whole{
	clear: both;
}
.flickr-widget{
	overflow: hidden;
}
.flickr-widget .flickr_badge_image{
	width: 55px;
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
}
.flickr-widget img{
	width: 55px;
	height: 55px;
}


ul#twitter_update_list li{
	list-style: none;
	background: none;
	border-bottom: 0;
	background: url('img/twitter_icon_s.png') no-repeat left 10px;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width: 90%;
}
ul#twitter_update_list li:hover{
	background: url('img/twitter_icon_s.png') no-repeat left 10px;
}
ul#twitter_update_list li span{
	width: 227px;
	list-style: none;
	background: none;
	margin-left: 0px;
	margin-right: 5px;
	display: inline-block;
	font-style: italic;
	color: #777 !important;
}
ul#twitter_update_list li a{
	width: 227px;
	color: #555 !important;
	display:table;
	margin-top: 10px;
}
ul#twitter_update_list li span a{
	width: 227px;
	color: #999 !important;
	margin-top: 0px;
}
ul#twitter_update_list li a:hover{
	width: 227px;
	color: #444 !important;
}

/* Twiiter in footer */
#footer-inner ul#twitter_update_list li span,#footer-inner ul#twitter_update_list li a, #footer-inner ul#twitter_update_list li span a, #footer-inner ul#twitter_update_list li a:hover{ 
	width: 190px; 
}

#footer-wrapper{
	width: 100%;
	background: #2e2e2e;
	margin: 0px auto 0px;
	overflow: hidden;
}
#footer{
	width: 100%;
	margin: 0px auto 0px;
	overflow: hidden;
}
#footer-inner{
	width: 960px;
	margin: 0px auto 0px;
	overflow: hidden;
}
#footer div{	
	color: #bbb;
}	
#footer .footer-bg-top{
	width: 960px;
	margin: 0px auto 0px;
	height: 25px;
	background: url('img/footer-bg-top.png') repeat-x top;
	display: block;
	position: relative;
}
#footer .footer-bg-top2{
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0px;
	left: 91px;
}
	#footer h4{
		margin-top: 5px;
	}
	/*  end overiding */
	
	/* overide for thumbnail in footer*/	
	#footer  .footer-space{
		width: 5px;
		height: 30px;
		display: block;
		float: left;
	}
	#footer .flickr-widget .flickr_badge_image{
		width: 50px;
		border: 2px #404040 solid;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#footer 	.flickr-widget img{
			width: 50px;
			height: 50px;
	}
	#footer .port-postthumb{
		background: #444;
		border: 1px #2e2e2e solid; 
	}
	#footer p{
		color: #666;
	}
	#footer .footer-inner ul{
		margin-top: 0px;
	}
	#footer li{
		font-size: 11px;
		padding: 6px 10px 6px 23px;
		display: table;
		list-style: none;		
	}		
	#footer .footer-wrapper{
		width: 960px;
		overflow: hidden;
		padding-left: 10px;
	}
	#footer .footer-style{
		width: 215px;		
		min-height: 230px;
		margin: 5px 0px 10px 15px;
		padding-right: 5px;
		float: left;	
		text-align: left;
	}
	#footer .footer-style a{
		color: #ccc;
	}
	#footer .footer-style a:hover{
		color: #f3f3f3;
	}
	#footer .footer-inner{
		padding-top: 15px;
		margin-bottom: 5px;
	}
	#footer .meta-right-widget {
		color: #8a8a8a;
	}
		#copyright .copyright{
			width: 960px;
			min-height: 50px;
			clear: both;
			text-align: right;
			margin: 13px auto 0px;
		}
		#copyright .copyright a{
			color: #bbb;
			text-decoration: none;
		}
     	#copyright .copyright a:hover{
			color: #eee;
		}
		#copyright .dot-bg{
			width: 960px;
			height: 4px;
			background: url('img/dot-bg.png');
			display: block;
		}		
		.copyright-wrapper{
			width: 960px;
			overflow: hidden;
			background: #2e2e2e; 
			margin: 0px auto 0px;
			display: block;
		}
		#copyright .copyright-left{
		    color: #666;
			float: left;
			overflow: hidden;
			line-height: 300%;
		}
		#copyright .copyright-right{
		    color: #666;
			float: right;
			overflow: hidden;
			line-height: 300%;
		}
	
		#footer li {			
			background: url('img/arrow-footer.png') no-repeat 5px;
		}		
		#footer li:hover {			
			background: #333 url('img/arrow-footer.png') no-repeat 5px;
		}
		

/* Page  */
	.page-desc{
		font-size: 14px;
		font-family : Arial,Helvetica,Verdana, sans-serif;
		margin-left: 10px;
	}
	#page .page-wrapper-full{
		width: 960px;
		margin: 0px auto 0px;
		padding-bottom: 10px;
		overflow: hidden;
	}
	#page .page-wrapper{
		width: 960px;
		min-height: 250px;
		margin: 0px auto 0px;
		overflow: hidden;
	}
	#page .page-w600{
		width: 630px;
		padding-right: 10px;
		padding-bottom: 10px;
		overflow: hidden;
		float: left;
	}
	#page .page-w900{
		width: 960px;
		margin: 0px auto 40px;
		padding-bottom: 10px;
		overflow: hidden;
	}
	#page .page-w600-right{
		width: 630px;
		padding-left: 10px;
		padding-bottom: 10px;
		overflow: hidden;
		float: right;
	}
	#page .page-wrapper-right{
		margin: 0px 40px 0px 25px;
		width: 935px;
		overflow: hidden;
		float: right;
	}
	#page .title-wrapper h2{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#page .meta-left-full{
		margin: 10px 0px 13px 0px;
		overflow: hidden;
	}		
	#page .meta-left-full p{
		margin: 0px 0px 0px;
	}	
	#page .meta-left-full-content{
		margin: 0px 0px 0px 0px;
		overflow: hidden;
	}
	#page .meta-left-button{
		margin: 5px 0px 0px 0px;
		overflow: hidden;
	}	
	#page .meta-left-button a{
		margin: 0px 0px 5px;
	}	
	#page .w600{
		width: 600px;
	}
	
	/* Blog with sidebar style */
	#page .blog-sidebar-wrapper{
		width: 630px;		
		overflow: hidden;
		margin-bottom: 20px;		
	}	
	#page .blog-sidebar-info{
		width: 95px;	
		padding: 15px;		
		padding-left: 10px;
		padding-right: 15px;
		margin-top: 25px;	
		overflow: hidden;	
		background: #101010;
		float: left;
	}	
	#page .blog-sidebar-content{
		width: 480px;
		padding: 15px;
		background: #171717;
		float: left;
	}	
	
	/* Blog full width style */
	#page .blog-full-wrapper{
		width: 960px;		
		overflow: hidden;
		margin-bottom: 20px;		
	}	
	#page .blog-full-content{
		width: 800px;
		padding: 15px;
		background: #171717;
		float: left;
	}
	#page .blog-full-thumb{
		width: 320px;
		margin-right: 15px;
		float: left;
		overflow: hidden;
	}
	
	#page .page-search-not-found{
		margin: 30px;
	}
	
	/* Page Single */
	#page .single-wrapper{
		width: 600px;
		padding: 15px;
		background: #171717;
		overflow: hidden;
	}	
	#page .single-sidebar-info{
		width: 500px;	
		padding: 15px;	
		margin-top: 25px;	
		margin-left: 30px;	
		overflow: hidden;	
		background: #101010;
		float: left;
	}

/* Portfolio */
#page .portfolio-wrapper{
		width: 960px;
		margin: 0px auto 0px;
		overflow: hidden;
	
}
.port-2-wrapper{
	width: 430px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 15px;
	background: #171717;
}
.port-3-wrapper{
	width: 270px;
	float: left;
	overflow: hidden;	
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 0px;
	padding: 15px;
	background: #171717;
}
.port-4-wrapper{
	width: 190px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 0px;
	padding: 15px;
	background: #171717;
}

.portfolio-hover{
	top: 0px;
	left: 0px;
	background: url('img/port-hover-bg.png') ;
	z-index: 99;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 73px;
	display: none;
}
.portfolio-hover-inner{
	position: relative;
}

.portfolio-zoom{
	position: absolute;
	top: 20px;
	right: 80px;
	width: 36px;
	height: 36px;
	display: block;
	cursor: pointer;
}
.portfolio-h-link{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	display: block;
	cursor: pointer;
}

.portfolio-link h4{
	margin-top: 14px;
	margin-bottom: 8px;
}
.portfolio-wrapper .title-wrapper{
		margin-left: 18px;
		margin-right: 25px;
		margin-top: 0.5em;
		margin-bottom: 0.3em;
}
.portfolio-filter-wrapper{
	width: 100%;
	clear: both;
	margin-left: 0px;
	margin-top: 15px;
}
#portfolio-filter{
	float: none;
}
#portfolio-filter li{
	float: left;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 15px;
}
#portfolio-filter li:last-child{
	float: none;
}
#portfolio-list{
	display: inline-block;
}
#portfolio-filter .filter-button{
	font-size: 14px !important;
	font-family: 'Arial' !important;
	font-weight: bold;
}
/* Sidebar */
#sidebar{
	width: 300px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0px 20px 0px 0px;
	position: relative;
}	
	#sidebar h3{
		font-size: 20px;
		margin: 0px 0px 10px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 0px;
		color: #333;

	}
	#sidebar li{		
		font-size: 11px;
		padding: 6px 10px 6px 23px;
		display: table;
		list-style: none;
	}
	
		#sidebar li {			
			background: url('img/arrow-footer.png') no-repeat 5px;
		}		
		#sidebar li:hover {			
			background: #292929 url('img/arrow-footer.png') no-repeat 5px;
		}
		
	#sidebar .sidebar-style{
		overflow: hidden;
		text-align: left;
	}
		.sidebar-style a{
			color: #ff0055;
			text-decoration: none;
		}
		.sidebar-style a:hover{
			color: #555;
		}
	#sidebar .sidebar-inner{
		color: #999;
		margin-top: 15px; 	
		margin-bottom: 40px; 	
	}
	#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;
	}
	/*overiding for main page*/
	#page-main .sidebar-top-right{
		background: url('img/right-sidebar-splitter-top.png') repeat-y left;
		top: 0px;
	}
	#sidebar .sidebar-bottom-right{
		background:#f3f3f3 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: #f3f3f3 url('img/left-sidebar-splitter.png') repeat-y right;
		top: 0px;
	}
	#sidebar .sidebar-bottom-left{
		background:#f3f3f3 url('img/left-sidebar-splitter-bottom.png') no-repeat right;
		bottom: 0px;
	}
	.sidebar-right{
		background: url('img/sidebar-left.png') repeat-y 650px;/*610px;*/
		overflow: hidden;
	}
	.sidebar-left{
		background: url('img/sidebar-right.png') repeat-y 265px;/*305px;*/
		overflow: hidden;
	}
	
	/* COMMENTS CSS */	
#comment-area{
	margin: 35px 0px 0px;
}	
#comments p.form-allowed-tags {
	display:none;
}
#comments h3 {
	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:535px;
	background: #292929;
/*	border:1px solid #292929;*/
}
#comments ol li ul.children ul.children li div.comment-body {
	margin-left: 50px;
	background: #292929;
	width:510px;
	/*border:1px solid #292929;*/
}
#comments ol li ul.children ul.children ul.children li div.comment-body {
	margin-left: 75px;
	width:485px;
	background: #292929;
	/*border:1px solid #292929;	*/
}
#comments ol li ul.children ul.children ul.children ul.children li div.comment-body {
	margin-left: 100px;
	width:460px;
	background: #292929;
	/*border:1px solid #292929;*/
}
#comments ol li ul.children ul.children ul.children ul.children ul.children li div.comment-body {
	margin-left: 125px;
	width:435px;
	background: #292929;
	/*border:1px solid #292929;*/
}
#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:#202020;
	padding:5px;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	border:0px;
	width:80px;
	height:80px;
}
#comments ol li ul.children div.avatar-wrapper {
	border: 0px;	
}
#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:560px;
	float:left;
	padding:10px;
	background: #292929;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	/*border:1px solid #292929;*/
	margin: 7px 0px 7px;
	
}
#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-border-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: 90px;
  }
#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: 39px;
	margin-top: 20px;	
	border: 0px ;
	text-decoration:none;	
	font-size: 13px;
	font-family:  Verdana, Arial, Helvetica;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
#comments #respond {
	clear:both;
	width: 590x;
	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: 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:28px;
	line-height:28px;
	padding:0px 10px;
	color:#777;
	float:left;
	width: 425px;
	margin:3px 0px 3px;
	background: #292929;
	outline: none;
}
#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: #292929;
}
#comments #respond p.comment-form-comment textarea {
	border: 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	color:#777;
	float:left;
	width: 415px;
	margin:3px 0px 3px;
	background: #292929;
	outline: none;
}
#comments #respond p.comment-form-comment textarea:hover {
	background: #292929;
	color:#777;
}
#comments #respond p.login-as{
	margin: 5px 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: 1px;
	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;
}
.reply-title h3{	
	margin-bottom: 20px;
}
.reply-title{
	margin-top: 40px;
	margin-bottom: 10px;
}
.comments-title h3{	
	margin-bottom: 20px;
}
.comments-title{
	margin-top: 40px;
	margin-bottom: 15px;
}
.reply-title, .comments-title{
	width: 580px;
}

/* Pagination	*/
.port-4-pagination{
	margin-left: 0px;
	margin-top: 10px;
}
.port-3-pagination{
	margin-left: 0px;
	margin-top: 10px;
}
.port-2-pagination{
	margin-left: 0px;
	margin-top: 10px;
}
.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 3px 15px 0;
	padding: 7px 11px 8px 11px;
	text-decoration:none;
	width:auto;
	color:#888;
	line-height:13px;
	background: #2a2a2a;
}
 
.pagination a:hover{
	color:#aaa;
	background: #353535;
}
 
.pagination .current{
	background: #353535;
	padding: 7px 11px 8px 11px;
	color:#aaa;
}

/* Page Contact */
#contactForm{
	clear:both;
	width: 930px;
	}
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #eee;color: #777; border: 1px solid #ddd; padding:10px; width: 590px; }
ol.forms { float: left; list-style: none;margin: 0px 0px 0px;text-align:left; clear: both;}
ol.forms li { 
	clear: both; 
	float: left; 
	position: relative;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
ol.forms li.buttons{ 
	margin-top: 0px;
}
ol.forms label {
	line-height: 36px;
	display: block;
	float: left;
	font-weight: normal;
	width: 100px;
}
ol.forms input{
	border:0px solid #d0d0d0;
	-moz-border-radius:6px;
	-webkit-radius:6px;
	border-radius:6px;
	height:28px;
	line-height:28px;
	padding:0px 10px;
	color:#777;
	float:left;
	width: 430px;
	margin:3px 0px 3px;
	background: #292929;
	outline: none;
}
ol.forms textarea{
	border:0px solid #d0d0d0;
	-moz-border-radius:6px;
	-webkit-radius:6px;
	border-radius:6px;
	padding:15px;
	color:#777;
	float:left;
	width: 420px;
	margin:3px 0px 3px;
	background: #292929;
	outline: none;
}
#contactForm ol.forms input:focus,#contactForm ol.forms textarea:focus { background: #292929; border-color: #ff9800; }
ol.forms li .error { line-height:20px; font-size: 12px; margin-left: 100px; clear: both; font-style: italic; color: #777;}
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; }

/* Contact widget in footer and sidebar*/

.contact-widget-whole .contact-widget{
	clear:both;
	overflow: hidden;
}
#footer .contact-widget .thanks { 
	background: #606060;
	border: 1px #555 solid;
	color: #999;
	width: 90%
}
#sidebar .contact-widget .thanks { width: 100%; }
.contact-widget ol.forms { float: left; list-style: none;margin: 0px 0px 0px;text-align:left; clear: both; width: 100%;}
#footer #contactForm, #sidebar #contactForm{
	width: 100%;
}
#footer .contact-widget ol.forms li , #sidebar .contact-widget ol.forms li{ 
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	background: none;
}
.contact-widget ol.forms label {
	width: 20%;
	float: right;
}
.contact-widget ol.forms input{
	width: 65%;
}
#footer .contact-widget ol.forms input{
	background: #393939;
	border: 1px #393939 solid;
	color: #aaa;
}
.contact-widget ol.forms textarea{
	width: 85%;
	height: 50px;
}
#footer .contact-widget ol.forms textarea{
	background: #393939;
	border: 1px #393939 solid;
	color: #aaa;
}
.contact-widget ol.forms input:focus, ol.forms textarea:focus { background-color: #292929;}
.contact-widget ol.forms li.screenReader { margin-bottom: 0; }
.contact-widget ol.forms li .error { margin-left: 0px;}
#footer .contact-widget ol.forms li.buttons, #sidebar .contact-widget ol.forms li.buttons{  width: 100%; margin: 0px; padding-top: 10px; }
#footer .contact-widget ol.forms li.buttons button, #sidebar .contact-widget ol.forms li.buttons button{  margin: 0px; }
#footer .contact-widget ol.forms li.buttons button{

	background: #272727;
	border: 0px;
	color: #777;
}
	

	
/*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 #4a4a4a solid;
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	width: 90%;
}	
#wp-calendar td{
	padding: 8px;
	background: #292929;
	border: 1px #4a4a4a solid;
}

#wp-calendar th, #wp-calendar tfoot tr td{	
	
	background: #292929;
	border-collapse: collapse;
	border: 0px;
	padding: 8px;
	font-weight: 900;
}
#wp-calendar tfoot tr td{
	background: #333;
}
#wp-calendar caption{
	margin-right: -1px;
	border-top: 1px #4a4a4a solid;
	border-left: 1px #4a4a4a solid;
	border-right: 1px #4a4a4a solid;
	font-family : Helvetica, Verdana, sans-serif;
	font-size: 16px; 
	padding: 8px;	
	background: #333;
}

/* Social Share */
.social-share-wrapper{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 10px;
}
.social-share-wrapper ul{	
	margin-top: 15px;
	list-style: none;
}
.social-share-wrapper li{
	margin-right: 20px;
	float: left;
}
.social-share-wrapper-title {
	width: 580px;
}
.social-share-wrapper-title h3{
	margin-top: 40px;
	margin-bottom: 20px;
}
/* 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_check2{
	list-style: none;
}
ul.list_check2 li{
	background: url('img/check-list2.png') no-repeat 2px;
	padding: 2px 0px 2px 23px;
}
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_bullet2{
	list-style: none;
}
ul.list_bullet2 li{
	background: url('img/bullet-list2.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;
}
ul.list_arrow2{
	list-style: none;
}
ul.list_arrow2 li{
	background: url('img/arrow-list2.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: 10px;
	background: #333;
	color: #999;
	border: 1px solid #292929;
	border-left: 10px solid #292929;
	clear: both;

} 
.dash-box{
	margin-top: 10px;
	margin-bottom: 10px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	width: auto;
	border: 1px #292929 dashed;
	background: #333;
	clear: both;
	-moz-border-radius:5px;
	-webkit-radius:5px;
	border-radius: 5px;
}

.quote{
	overflow: hidden;
	color: #777;
	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: #777;
	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: #777;
	font-size: 1.5em;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-style: oblique;
	margin: auto;
	float: right;
	padding-left: 20px;
}
.quote-open{
	overflow: hidden;
	padding: 0px 25px 0px 25px;
	background: url('img/quote-open.png') no-repeat left;
}
.divider{
	width: 100%;
	height: 1px;
	margin-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px #292929 solid;
	display: block;
	clear: both;
	overflow: hidden;
}
.divider-main{
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
	overflow: hidden;
}
#container .dropcap{
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	font-size: 25px;
	width: 40px;
	height: 32px;
	text-align: center;
	float: left;
	/*background: url('img/dropcap-circle.png') no-repeat;*/
}
#container .dropcap_circle{
	margin-bottom: 0px;
	margin-right: 10px;
	float: left;
	font-size: 21px;
	width: 40px;
	height: 34px;
	padding-top: 3px;
	text-align: center;
	float: left;
	background: url('img/dropcap-circle.png') no-repeat center;
}
	.column1_2{
	width: 48%;
	margin: 0px 3% 0px 0px;
	overflow: hidden;
	float: left;
}
	.column1_3{
	width: 31%;
	margin: 0px 3% 0px 0px;
	overflow: hidden;
	float: left;
}
	.column1_4{
	width: 22.5%;
	margin: 0px 3% 0px 0px;
	overflow: hidden;
	float: left;
}
	.column1_5{
	width: 14%;
	margin: 0px 3% 0px 0px;
	overflow: hidden;
	float: left;
}
	.column2_3{
	width: 65%;
	margin: 0px 3% 0px 0px;
	overflow: hidden;
	float: left;
}
	.column3_4{
	width: 74.5%;
	margin: 0px 3% 0px 0px;
	overflow: hidden;
	float: left;
}
	.column4_5{
	width: 80%;
	margin: 0px 3% 0px 0px;
	overflow: hidden;
	float: left;
}

    .column1_3_wrap{
		width: 306px;
		margin: 0px 20px 0px 0px;
		overflow: hidden;
		float: left;
	}
    .column2_3_wrap{
		width: 692px;
		margin: 0px 20px 0px 0px;
		overflow: hidden;
		float: left;
	} 
	.column1_4_wrap{
		width: 195px;
		margin: 0px 15px 0px 0px;
		overflow: hidden;
		float: left;
	}
	.last{
		margin-right: 0px;
	}
	.googlemap{
	margin: 0px 20px 10px 0px;
	padding: 4px;
	background: #333;
	border: 0px;		
}
/* added in iBuze */
	.testimonial{
		background: #333;
		overflow: hidden;
		padding: 30px;
		border: 1px #292929 solid;
		color: #777;
	}
	.testimonial .by{
		display: block;
		padding-top: 20px;
		font-style: italic;
		color: #999;
	}
	.heading{
		overflow: hidden;
	}
	.heading .header{
		font-size: 22px;
		line-height: 100%;
		margin-bottom: 5px;
	}
	.heading .caption{
		font-size: 14px;
	}
/* Social link */
	.social-link{
		float: left;
		width: 30px;
		height: 40px;
		padding-top: 5px;
		margin-right: 12px;
		overflow: hidden;
		display: block;
	}