/*
Theme Name: Goodidea
Theme URI: -
Description: Wordpress Theme.
Version: 1.0
Author: Good Layers
Author URI: http://www.goodlayers.com


*/

/* 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: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 20px;
	color: #d1d5df;
}
			p.normal::selection,p.moz::selection, p.webkit::selection {
				background: #444 !important;
				color: white;
				text-shadow: none;
			}


body{
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	
}
p{	
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0;
	display: block;
}

p.introduction:first-letter {
 font-size: 48px;
 float: left; 
color: #e7401c;
 line-height: 32px;
 padding-top: 1px; 
 padding-right: 3px;
 font-family: Times, serif, Georgia;
}

h1,h2,h3,h4,h5,h6{
  margin-top: 15px;
  margin-bottom: 20px ;
  color: #333;
}
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: 10px;
	margin-bottom: 20px;
}
hr{
	border: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	margin-bottom: 20px;
}
img.centered {
	display: block;
	margin: 30px 30px 30px 30px;

}
img.alignnone {
	margin: 0px 0px 5px 5px;
	display: inline;
}
img.alignright {
	margin: 10px 0px 5px 20px;
	display: inline;
}

img.alignleft {
	margin: 10px 20px 5px 0px;
	display: inline;
}
.alignright {
	float: right !important;
}

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

/* Misc using */
.syntax-wrapper{
	padding: 20px;
	border: 1px #ddd solid;
}
.space{
	clear: both;
	height: 15px;
	display: block;
}
.no-border{
	border: 0px !important;
}
.bar-title-wrapper{
	width: 100%;
	overflow: hidden;
	float: left;
	clear: both;
}
.bar-title{
	width: 960px;
	margin: 0px auto 0px;
	clear: both;
	position: relative;
	display: block;
	z-index: 10;
}
.bar-title-inner{
	width: 960px;
	height: 97px;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;	
}	
#caption .description{
	font-size: 13px;
	float: left;
	display: inline; 	
	margin-top: 41px;
}

.h2-wrapper-title{
	display: inline;
	float: left;
}
/*Button*/
.button_small{
	border: 0px ;
	text-decoration:none;	
	display:inline-block;
	padding: 2px 12px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 10px;
	font-family:  Verdana, Arial, Helvetica;
	cursor:pointer;
	float: left;
	font-weight: bold;
}
.button_medium, .button{
	border: 0px ;
	text-decoration:none;
	display:inline-block;
	padding: 5px 11px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica;
	cursor:pointer;
	margin-right: 20px;
	float: left;
	font-weight: bold;
}
.button_large, .button_big{
	border: 0px ;
	text-decoration:none;	
	display:inline-block;
	padding: 8px 21px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family:  Verdana, Arial, Helvetica;
	cursor:pointer;
	margin-right: 20px;
	float: left;
	font-weight: bold;
}


/*Frame*/
.frame{
}
.frame-left{
	float: left;
	display: block;
	outline: none;
	margin-bottom: 20px;
	margin: 0px 20px 20px 0px;
}
.frame-right{
	float: right;
	display: block;
	outline: none;
	margin-bottom: 20px;
	margin: 0px 0px 20px 20px;
}
.frame-center{
	margin: 0px auto 0px auto;
	overflow: hidden;
	display: table;
	margin-bottom: 20px;	
}

	/* 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: 0px;
		}
		.meta-left-sidebar th,.meta-right-sidebar th,.meta-left-full th, .meta-left-full-content th{
			text-align: left;
			color: #eee;
			font-weight: bold;
			padding: 11px 20px;
			border-bottom: 0px;
		}
		.meta-left-sidebar td,.meta-right-sidebar td,.meta-left-full td, .meta-left-full-content td{
			color: #bbb;
			padding: 9px 20px;
			border-left: 0px;
		}
		
/*Breadcrumbs*/
	
.breadcrumbs{
	font-size: 11px;
	position: absolute;
	right: 30px;
	top: 27px;
	height: 50px;
	display: block; 
}
.breadcrumbs .current{
	color: #ddd;
	height: 16px;
	margin-top: 1px;
	float: left;
}
.breadcrumbs .and{ 
	color: #777;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.breadcrumbs a{
	color: #aaa;
	float: left;
	margin-top: 1px;
}
.breadcrumbs a:hover{
	color: #ddd;
}
.arrow-breadcrumbs{
	width: 24px;
	height: 16px;
	float: left;
	background: url('img/arrow-list.png') no-repeat center;
}
.pre-breadcrumbs{
	color: #888;
	margin-right: 5px;
	display:inline-block;
}

html{
	
	height: 100%;
}
body{
	
	height: 100%;
}

.body-2{
	width: auto;
	height: 100%;
}
.body-3{
	width: 960px;
	margin: 0px auto 0px;
	clear: both;
	min-height: 70%;
}
#page{
	min-height: 100%;
}
#container{
	min-height: 60%;
}
.last-port-item .post-tag{
	font-size: 10px;
	margin-bottom: 8px;
}
.post-tag .role{
	margin-right: 10px;
	color: #aaa !important;
}


.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.displayNone{
	display: none;
}
.overflowHidden{
	overflow: hidden !important;
}

/*width*/

.w58{
	width: 58px !important;
}
.w60{
	width: 60px !important;
}
.w85{
	width: 85px !important;
}
.w92{
	width: 92px !important;
}
.w100{
	width: 100px !important;
}
.w120{
	width: 120px !important;
}
.w125{
	width: 125px !important;
}
.w193{
	width: 193px !important;
}
.w195{
	width: 195px !important;
}
.w210{
	width: 210px !important;
}
.w225{
	width: 225px !important;
}
.w230{
	width: 230px !important;
}
.w250{
	width: 250px !important;
}
.w264{
	width: 264px !important;
}
.w280{
	width: 280px !important;
}
.w419{
	width: 419px !important
}
.w600{
	width: 600px !important;
}
.w715{
	width: 715px !important;
}
.w900{
	width: 900px !important;
}
.w930{
	width: 930px !important;
}
.w960{
	width: 960px !important;
}


/*height*/
.h2{
	height: 2px !important;
}
.h3{
	height: 3px !important;
}
.h5{
	height: 5px !important;
}
.h8{
	height: 8px !important;
}
.h10{
	height: 10px !important;
}
.h15{
	height: 15px !important;
}
.h20{
	height: 20px !important;
}
.h25{
	height: 25px !important;
}
.h27{
	height: 27px !important;
}
.h30{
	height: 30px !important;
}
.h35{
	height: 35px !important;
}
.h37{
	height: 37px !important;
}
.h40{
	height: 40px !important;
}
.h45{
	height: 45px !important;
}
.h58{
	height: 58px !important;
}
.h50{	
	height: 50px !important;
}
.h65{	
	height: 65px !important;
}
.h69{
	height: 69px !important;
}
.h70{
	height: 70px !important;
}
.h75{
	height: 75px !important;
}
.h80{
	height: 80px !important;
}
.h126{
	height: 126px !important;
}
.h125{
	height: 125px !important;
}
.h155{
	height:155px !important;
}
.h168{
	height: 168px !important;
}
.h170{
	height: 170px !important;
}
.h185{
	height: 185px !important;
}
.h190{
	height: 190px !important;
}
.h206{
	height: 206px !important;
}
.h205{
	height: 205px !important;
}
.h198{
	height: 198px !important;
}
.h200{
	height: 200px !important;
}
.h225{
	height: 225px !important;
}
.h230{
	height: 230px !important;
}
.h260{
	height: 260px !important;
}
.h280{
	height: 280px !important;
}
.h300{
	height: 300px !important;
}
.h320{
	height: 320px !important;
}
.h325{
	height: 325px !important;
}


/*position*/
.mb40{
	margin-bottom: 40px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb23{
	margin-bottom: 23px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mr0{
	margin-right: 0px !important;

}
.mt-10{
	margin-top: -15px;
}
.mt0{
	margin-top: 0px !important;

}
.mt2{
	margin-top: 2px !important;
}
.mt5{
	margin-top: 5px !important;
}
.mt7{
	margin-top: 7px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.ml30{
	margin-left: 30px !important;
}
.ml0{
	margin-left: 0px !important;
}
.ml15{
	margin-left: 15px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt12{
	margin-top: 12px !important;
}
.mt15{
	margin-top: 15px !important;
}
.mt17{
	margin-top: 17px !important;
}
.mr30{
	margin-right: 30px !important;
}
.padding10{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.font-size14{
	font-size: 14px !important;
}
.font-size16{
	font-size: 16px !important;
}
.right20{
	right: 20px !important;
}
.right40{
	right: 40px !important;
}
.right23{
	right: 23px !important;
}
.right30{
	right: 30px !important;
}
.right55{
	right: 55px !important;
}
.right56{
	right: 56px !important;
}
.right100{
	right: 100px !important;
}
.right153{
	right: 153px !important;
}
.right137{
	right: 137px !important;
}
.right200{
	right: 200px !important;
}
.top20{
	top: 20px !important;
}
.top49{
	top: 49px !important;
}
.top61{
	top: 61px !important;
}
.top63{
	top: 63px !important;
}
.top90{
	top: 90px !important;
}
.top100{
	top: 100px !important;
}
.top115{
	top: 115px !important;
}
.top120{
	top: 120px !important;
}
.top204{
	top: 204px !important;
}
.top205{
	top: 205px !important;
}
.top238{
	top: 238px !important;
}
.top265{
	top: 265px !important;
}
.left20{
	left: 20px !important;
}
.left40{
	left: 40px !important;
}
.left23{
	left: 23px !important;
}
.left30{
	left: 30px !important;
}
.left55{
	left: 55px !important;
}
.left56{
	left: 56px !important;
}
.left80{
	left: 80px !important;
}
.left96{
	left: 96px !important;
}
.left91{
	left: 91px !important;
}
.left100{
	left: 100px !important;
}
.left129{
	left: 129px !important;
}
.left118{
	left: 118px !important;	
}
.left200{
	left: 200px !important;
}
.left211{
	left: 211px !important;
}
/* postDate*/
.sub-title-wrapper-single{
	overflow: hidden;
	text-align: left;
	font-size: 10px;
 	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
}
.post-date-single {	
	overflow: hidden;
	float: left;
	padding-left: 0px !important;
	color:  #bbb ;
	font-family: "Droid Sans";
}
.post-by-single {	
	color:  #bbb ;
	margin-left: 15px;
	float: left;
	font-family: "Droid Sans";
}
.post-tag-single .role-single{
	margin-right: 5px;
	color: #bbb !important;
	font-family: "Droid Sans";
}
.post-tag-single{
	color:  #bbb ;
	float: left;
	clear: both;
	font-family: "Droid Sans";
}
.post-comment-single {
	color:  #bbb ;
	font-family: "Droid Sans";
	float: left;
}

/*post date on blog template*/
.sub-title-wrapper{
	overflow: hidden;
	text-align: left;
	width: 450px;
	position: absolute;
	bottom: 10px;
	font-size: 10px;
	letter-spacing: 1px;
 	text-transform: uppercase;
}
.post-date{
	font-family: "Droid Sans";
	overflow: hidden;
	float: right;
	color: #999;
	margin-left: 10px;
}
.post-by{	
	font-family: "Droid Sans";
	color:  #999 ;
	float: right;
	margin-left: 10px;
}
.post-comment{
	font-family: "Droid Sans";
	color:  #999 ;
	float: left;
}
.post-tag .role{
	font-family: "Droid Sans";
	margin-right: 5px;
	color: #999 !important;
}
.post-tag{
	font-family: "Droid Sans";
	color:  #999 ;
	float: right;	
	margin-left: 10px;
}

/* Search Form*/

#searchinput{
	width: 268px;
	color: #eee;
	height: 25px;
	padding: 3px;
	padding-left: 7px;
	border: 0px #333 solid;
	outline: none;
	
}
#search-wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
}
#searchsubmit{
	background:url('img/search-big.png') no-repeat;
	position: absolute;
	height: 24px;
	top: 12px;
	right: 2px;
	cursor:pointer;
	width: 24px;
	border: 0px;
}

/* Search in header bar */
#header-search .search-top-2{
}
#header-search #searchinput{	
	background: none ;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda,sans-serif, Arial, Helvetica, Garuda, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 202px;
	outline: none;
	border: 0px;
	height: 18px;
	overflow: hidden;
	color: #aaa;
}
#header-search  #search-wrapper{
	background: url('img/search-top.png') no-repeat right;
	width: 202px;
	height: 25px;
	margin-top: 5px;
	padding-top: 0px;
	overflow: hidden;
	position: relative;
}
#header-search #searchsubmit{
	background: none;
	position: absolute;
	height: 23px;
	top: 0px;
	right: 0px;
	cursor:pointer;
	width: 36px;
	border: 0px;
	padding:5px;
}



/*search in footer*/
#footer #searchinput{	
	height: 24px;
	border: 0px solid #333;
	width: 100%;
}
#footer #search-wrapper{
	margin-top: 3px;
	width: 100%;
}
#footer #searchsubmit{
	top: 12px;
	right: 2px;
}
	/* Header */
	
	#header-whole{
		width: 100%;
		min-height: 125px;
		background: #243341;
		position: relative;
		float: left;
		border-top: 5px #2d2d2d solid;
	}
	.header-wrapper{
		width: 960px;
		margin: 0px auto 0px;
		display: block;
		clear: both;
	}
	#header{
		width: 960px;
		margin: 0px 0px;
		position: relative;
		display: block;
		float: left;
	}
	#header .logo{
		float: left;
	}
	#header .logo-text{
		float: left;
		margin: 37px 0px 0px 0px;
	}
	#header	.logo-text a{
			color: #111111;
			text-decoration: none;
	}
	#header .menu-shadow{
		width: 747px;
		height: 74px;
		position: absolute;
		top: 30px;
		right: 10px;
		display: block;
		
	}
	/*-- Menu Setting --*/
		.nav-wrapper{	
			margin: 0px 10px 0px 0px;
			position: absolute;
			top: 72px; 
			right: 0px;
			float: right;
			z-index: 9999;
		}
		/*-- 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');
		/*
			-webkit-box-shadow: 0  2px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);*/
		}

		/*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: 140%;
			overflow: hidden;
			text-align: left;
			font-family: 'Helvetica Nue', Arial, Verdana, sans-serif;
			font-size: 12px;
			display: block; /*background of menu items (default state)*/
			padding: 10px 14px 17px 14px;
			text-decoration: none;
		}
		
		
		.menu-wrapper  ul li:last-child a{
			padding-right: 0px !important;
		}
		
		* 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: #ffffff;	
		}

		.menu-wrapper ul li:hover > a div{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		color: #666;	
		}

			
		/*1st sub level menu*/
		.menu-wrapper ul li ul{
		padding-top: 9px;
		padding-bottom: 9px;
		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)*/
		.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: #a5a5a5;
		border-bottom: 0px;
		margin-top: 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: #eee;
		border-bottom: 0px;
		}
		.menu-wrapper ul li ul li a:link , .menu-wrapper ul li ul li a:visited {
		/*background: #ababab;*/
		color: #eee;
		border-bottom: 0px;
		}
		.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;
			border-left: 1px #666 solid;
		}

		/* Sub level menu links style */
		.menu-wrapper ul li ul li a{
			padding: 0px 0px 0px 15px;
			font-size: 12px;
			overflow: hidden;
			letter-spacing: 0px;
		}
		.menu-wrapper ul li ul li a{
			padding-top: 9px;
			padding-bottom: 9px;
		}
		

		/* ######### 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.2;
		}
		
		
	
		.sf-sub-indicator{
			display: none !important;
		}
		/*-- End menu */
	/* Search Form */
		
		
/* Slider */	
#slider-wrapper{
		min-height: 20px;
		width: 960px;
		margin: 0px auto 0px;		
		position: relative;
		clear: both;
	}
	
	#slider-wrapper .slider-shadow-left{	
		width: 8px;
		height: 256px;
		background: url('img/slider-shadow-left.png');
		display: block;
		position: absolute;
		top: 0px;
		left: -8px;		
	}
	#slider-wrapper .slider-shadow-right{	
		width: 8px;
		height: 256px;
		background: url('img/slider-shadow-right.png');
		display: block;
		position: absolute;
		top: 0px;
		right: -8px;		
	}
	#slider-wrapper .slider-shadow{	
		width: 960px;		
		margin: 0px auto 0px;
		background: #333;
		padding-bottom: 0px;
		position: relative;
	}			
	#slider-wrapper .slider-content{	
		min-height: 20px;
		width: 960px;
		margin: 0px auto 0px;			
	}
	#slider-wrapper .slider-content-top{
		width: 960px;
		height: 4px;
		background: url('img/slider-shadow-top.png');
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 999;
	}
	#slider-wrapper .slider-bg{
		width: 960px;
		height: 290px;
		display: block;
		overflow: hidden;
		position: relative;
	}
	#slider-wrapper .shadow-slider-inside{
		width: 606px;
		height: 73px;
		background: url('img/slider-shadow-inside.png') no-repeat;
		display: block;
		position: absolute;
		bottom: 0px;
		right: 10px;
		z-index: 99;
	}
	/* Nivo style is in css/nivo-custom.css*/
	
	
	
	
.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 */
/* Stunning Text */
.stunning-wrapper-bg{
	width: 100%;
	background: url('img/port-hover-bg.png');
	float: left;
	clear: both;
}
.stunning-wrapper{
	width: 960px;
	position: relative;
	clear: both;
	margin: 0 auto 0;
}
#stunning-text-inner{	
	width: 960px;
	overflow: hidden;
	min-height: 10px;
	font-size: 20px;
}
.stunning-arrow-shadow{
	position: absolute;
	top: -7px;
	right: 40px;
	background: url('img/arrow-shadow-stunning.png') no-repeat;
	width: 7px;
	height: 7px;
	display: block;
}
.stunning-arrow-up{
	position: absolute;
	background: url('img/arrow-stunning-up.png') no-repeat center;
	top: -7px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	z-index: 99;
}
.stunning-arrow-down{
	position: absolute;
	background: url('img/arrow-stunning-down.png') no-repeat center;
	top: -7px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	z-index: 99;
}
#stunning-text-inner h2{
	font-size: 24px;
	margin: 4px auto 5px;
	display: inline;
}
.h2-wrapper, .h3-wrapper{
	display: block;
	overflow: visible;
	text-align: center;
}
#stunning-text-inner .stunning-title-bar{
	width: 20px;
	height: 1px;
	margin-top: 18px;
	background: #FFF;
	display: block;
	float: left;
}

#stunning-text-inner h3{
	font-size: 14px;
	font-family: 'Arial' !important;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 140%;
}
#stunning-text-inner .stunning-title{
	color: #f0b000;
	margin-right: 15px;
}
#stunning-text-inner .stunning-caption{
	color: #aaa;
}
/* Front manager */
#front-manager{
	float: left;
	width: 960px;
	padding-bottom: 50px;
}
#front-manager p{
	margin-top: 8px;
	margin-bottom: 8px;
}
#container{
	width: 960px;	
	margin: 0px auto 0px;
		clear: both;
}
#container-inner-main{
	width: 960px;
	margin: 0px auto 0px;
	display: block;
}
#container-inner-main{
}
#container-inner{
	width: 920px;
	margin: 25px auto 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 4 Columns service */
.column-4-service{	
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.column1_4_service{	
	width:225px;
	padding-bottom: 30px;
	margin-right: 20px;
	padding-top: 7px;
	display: block;
	float: left;
}	
.column1_4_icon{	
	padding-top: 11px;
	padding-right: 15px;
	display: block;
	float: left;
}	
.column-4-service-header{
	width: 100%;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	float: none;
}
.column-4-detail-wrapper{
	float: left;
	width: 183px;
}
	.heading-up .header{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.heading-up .header-text{
		font-size: 14px;
		color: #fff;
		padding-right: 15px;
	}

.column-4-service .button{		
	padding: 2px 9px;
	font-size: 10px;
}

/* Last Form Portfolio*/
.last-port-wrapper{
	width: 960px;
	margin: 0px auto 20px;
	overflow: hidden;
	}	
	.last-port-wrapper-content{
		width: 100%;
		float: left;
	}
	.last-port-item{		
		width: 225px;
		margin: 0px 20px 0px 0px;
		overflow: visible;
		float: left;
		margin-bottom: 20px !important;		
	}
	.last-port-item-excerpt{
		position: absolute;
		top: 82px;
		color: #eee;
		margin-left: 20px;
		margin-right: 20px;
		
	}
	.last-port-item-link{
		background: url('img/opac.png');
		padding: 7px;
		padding-left: 15px;
	}
	.last-port-item-link h4{
		margin: 0;
	}
	.last-port-item-link h4 a{
		font-size: 13px;
	}
	.last-port-item-link-slash{
		display: inline;
		font-size: 13px;
		margin-left: 3px;
	}
	.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 5px;
	padding-top: 35px;
	padding-bottom: 25px;
	clear: both;
	float: left;
}
	.last-blog-wrapper-content{
		width: 750PX;
		overflow: hidden;
		float: right;
	}
	.last-blog-title {
		margin-bottom: 20px;
		color: #aaa;
	}
	.last-blog-title  h3{
		margin-top: 5px;
		font-size: 18px;
		color: #444 !important;
	}	
	.last-blog-desc{
		overflow: hidden;
		color: #777;
		margin-bottom: 10px;
	}
	.last-blog-item{
		width: 230px;
		margin: 0px 20px 0px 0px;
		float: left;
		margin-bottom: 15px !important;		
	}
	.last-blog-item-link h4{
		font-family: Arial !important;
		font-weight: bold;
		font-size: 15px;
		margin-top: 3px;
		margin-bottom: 8px;
	}
	.post-date-lfb{
		color: #aaa;
		text-align: left;
		font-size: 10px;
		margin-bottom: 8px;
		margin-top: -6px;
		margin-left: 0px;
		font-style: italic;		
	}
	
	
/* Last portfolio Widget*/
.last-port-widget-whole{
	clear:both; overflow:hidden;
}
.last-port-wrapper-widget{
	margin-top: 8px;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
}
#footer .last-port-wrapper-widget{
	margin-top: 8px;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
}

	.last-port-wrapper-widget .port-postthumb{
		border: 0 ;
	}
	.last-post-wrapper-widget{
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	}
	#footer .last-post-wrapper-widget{
	border-bottom: 0;
	}
	.last-post-wrapper-widget .blog-title h4 {
		font-size: 12px;
		margin-top: 0px;	
		margin-bottom: 3px;
	}
	.last-post-wrapper-widget .blog-title h4 a{
		color: #eee !important;
	}
	#footer .last-post-wrapper-widget .blog-title h4 a{
		color: #eee !important;
	}
	.last-post-wrapper-widget .port-postthumb{
		float: left;
	}
	.meta-right-wrapper-widget{
		width: 130px;
		overflow: hidden;
		margin-left: 10px;
		float: left;
		margin-bottom: 0px;
	}	
	
	#sidebar .meta-right-wrapper-widget{		
		width: 130px;
	}
	.meta-right-widget{
		font-size: 92%;
		color: #999;
	}

/*Archive Layout*/
.archive-layout {
	color: #121212;
	padding: 4px;
	background: #444444;
	border: 1px solid #ffffff;
}

	
/* Widget */
.twitter-whole{
	clear: both;
}
.flickr-widget{
	overflow: hidden;
	width: 225px;
}
.flickr-widget .flickr_badge_image{
	width: 55px;
	float: left;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-top: 10px;
	border: 0px #e5e5e5 solid;
}
.flickr-widget img{
	width: 55px;
	height: 55px;
}


ul#twitter_update_list li{
	list-style: none;
	border-bottom: 0;
	background: url('img/twitter_icon_s.png') no-repeat 11px 15px;
	display: inline-block;
	padding-left: 35px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width: 155px;
}

ul#twitter_update_list li span{
	list-style: none;
	background: none;
	margin-left: 0px;
	margin-right: 5px;
	display: inline;
	color: #eee !important;
}
ul#twitter_update_list li a{
	color: #aaa !important;
	display:table;
	margin-top: 10px;
}
ul#twitter_update_list li span a{
	color: #aaa !important;
	margin-top: 0px;
	float: left;
	margin-right: 3px;
}
ul#twitter_update_list li a:hover{
	color: #aaa !important;
}

/* Twitter in footer */

#footer ul#twitter_update_list li{
	list-style: none;
	border: 0px #333 solid;
	background: url('img/twitter_icon_s.png') no-repeat 15px 15px;
	display: inline-block;
	padding-left: 40px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width: 160px;
}
.footer-content ul#twitter_update_list li span{
}


#footer{
	width: 100%;
	background: url('img/opac-40.png');
	overflow: hidden;
	clear: both;
}
.footer-content{
	width: 960px;
	margin: 0px auto 0px;
	overflow: hidden;
}
#footer div{	
	color: #999;
}	

	#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{
		width: 235px;
	}
	#footer .flickr-widget .flickr_badge_image{
		width: 58px;
		border: 0px #333 solid;
		margin-right: 20px;
		margin-bottom: 8px;
	}
	#footer .flickr-widget img{
			width: 58px;
			height: 58px;
	}
	#footer .port-postthumb{
		background: #252525;
		border: 0px #333 solid; 
	}
	#footer p{
		width: 190px;
		color: #bbb;
		margin: 15px;
	}
	#footer .footer-inner ul{
		margin-top: 0px;
	}
	#footer li{	
		width: 180px;
		list-style: none;	
		padding: 7px 10px 7px 23px;		
	}	
	#footer .footer-style{
		width: 215px;		
		margin: 20px 30px 0px 0px;
		float: left;	
		text-align: left;
	}
	#footer .footer-inner{
		padding-top: 0px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	#footer .meta-right-widget {
		color: #8a8a8a;
	}
		#copyright {
			width: 960px;
			clear: both; 		
			overflow: hidden;
			text-align: right;
			margin: 0px auto 30px;
		}
		#copyright a{
			color: #bbb;
			text-decoration: none;
		}
     	#copyright a:hover{
			color: #eee;
		}
		.copyright-wrapper{
			width: 100%;
			overflow: hidden;
			margin: 0px 0px 0px;
			display: block;
		}
		#copyright .copyright-left{
		    color: #ddd;
			float: left;
			overflow: hidden;
			line-height: 300%;
		}
		#copyright .copyright-right{
		    color: #fff;
			float: right;
			overflow: hidden;
			line-height: 300%;
		}
	
		#footer li{			
			background: url('img/arrow-footer.png') no-repeat 0px 9px;
		}		
		#footer li:hover {			
			background: url('img/arrow-footer.png') no-repeat 5px 9px;
		}
		

/* Page  */
	#page .page-wrapper-full-jagcorner{
		background-image:url('http://williamthorup.com/wp-content/themes/goodidea/img/stunning-img.png');
		background-repeat:repeat;
		width: 960px;
		margin:  0px auto 15px;
		float: left;
		clear: both;
	}
	#page .page-wrapper-full{
		width: 960px;
		margin:  0px auto 15px;
		float: left;
		clear: both;
	}
	#page .page-wrapper{
		width: 960px;
		min-height: 60%;
		margin: 0px auto 0px;
		clear: both;
	}
	#page .page-w600{
		width: 715px;
		margin-top: 0px;
		margin-bottom: 0px;
		float: left;
	}
	#page .page-w900{
		width: 960px;
		margin: 0px auto 0px;
		overflow: hidden;
		clear: both;
	}
	#page .page-w600-right{
		width: 715px;
		float: right;
	}
	#page .page-wrapper-right{
		margin: 0px auto 0px;
		width: 960px;
		overflow: hidden;
		float: right;
	}
	#page .title-wrapper h6{
		margin-top: 7px;
		margin-bottom: 12px;
		font-size: 14px;
	}
	#page .title-wrapper h6 a{
		color: #fff;
	}
	#page .title-wrapper h4{
		margin-top: 5px;
		margin-bottom: 17px;
		font-size: 16px;
	}
	#page .title-wrapper h4 a{
		color: #fff;
	}
	#page .meta-left-full{
		margin: 0px 0px 0px 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-top: 20px;
		overflow: hidden;
	}		
	#page .meta-left-full p{
		margin: 0px 0px 0px;
	}	
	#page .meta-left-full-content{
		margin: 0px 0px 0px 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-top: 20px;
		overflow: hidden;
	}
	#page .meta-left-button{
		margin: 5px 0px 0px 0px;
		overflow: hidden;
	}	
	#page .meta-left-button a{
		margin: 0px 0px 5px;
	}	
	#page .meta-left-button .readmore{
		font-style: italic;
		padding-right: 25px;
		background: url('img/arrow-sidebar.png') no-repeat right;
	}	
	#page .w600{
		width: 600px;
	}
	
	/* Blog with sidebar style */
	#page .blog-sidebar-wrapper{
		width:100%;			
		float: left;
		margin-bottom: 20px;		
	}	
	#page .blog-sidebar-info{
		width: 95px;	
		background: #00b6f8;
		padding: 15px;		
		padding-left: 10px;
		padding-right: 15px;
		margin-top: 25px;	
		overflow: hidden;	
		float: left;
	}	
	#page .blog-sidebar-excerpt{
		width: 450px;
		height: 160px;
		padding: 20px;
		position: relative;
		background: url('img/opac-40.png');
		float: left;
	}	
	#page .blog-sidebar-divider{
		width: 225px;
		height: 200px;
		display: block;
		clear: both;	
		float: left;
	}
	#page .blog-grid-item{
		width: 225px;
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
	}
	#page .blog-grid-excerpt{
		width: 195px;
		padding: 15px;
		background: url('img/opac-40.png');
		clear: both;
	}
	#page .blog-grid-divider{
		width: 100%;
		height: 225px;
		display: block;
		clear: both;
		float: left;	
	}
	#page .blog-excerpt-inner{
		margin: 10px 0px 0px 0px;
		overflow: hidden;
	}
	
	/* Blog full width style */
	#page .blog-full-wrapper{
		width: 960px;		
		float: left;
		clear: both;
		margin-bottom: 30px;		
	}	
	#page .blog-full-content{
		width: 960px;
		float: left;
	}
	#page .blog-full-thumb{
		width: 350px;
		margin-right: 30px;
		float: left;
	}
	
	#page .page-search-not-found{
		width: 960px;
		margin: 30px auto 0px;
		display: block;
		height: 500px;
		padding-top: 20px;
		border-top: 1px #333 solid; 
	}
	#page .blog-full-shadow{
		width: 100%;
		height: 15px;
		background: url('img/blog-full-shadow.png') no-repeat center top;
		display: block;
	}	
	
	/* Page Single */
	#page .opac-50{
		background: url('img/opac-40.png');
	}
	#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;
	}
	#page .single-full-shadow{
		width: 100%;
		height: 22px;
		background: url('img/single-full-shadow.png') no-repeat center top;
		display: block;
	}	

/* Portfolio */
#page .portfolio-wrapper{
	width: 990px;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: both;
}
.portfolio-content{
	width: 960px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.port-1-wrapper{
	width: 715px;
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
}
.port-2-wrapper{
	width: 465px;
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 30px;
}
.port-3-wrapper{
	width: 300px;
	float: left;	
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 0px;
}
.port-4-wrapper{
	width: 120px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 0px;
}
.portfolio-hover{
	top: 0px;
	left: 0px;
	background: url('img/port-hover-bg.png') ;
	z-index: 99;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
}
.portfolio-hover-inner{
	position: relative;
}
.portfolio-zoom{
	width: 16px;
	height: 16px;
	position: absolute;
	display: block;
	cursor: pointer;
}
.portfolio-h-link{
	width: 8px;
	height: 8px;
	text-align: right;
	position: absolute;
	display: block;
	cursor: pointer;
}

.portfolio-link h4{
	margin-top: 14px;
	margin-bottom: 8px;
	font-size: 16px;
}
.portfolio-wrapper .title-wrapper{
		margin-left: 18px;
		margin-right: 25px;
		margin-top: 0.5em;
		margin-bottom: 0.3em;
}
.portfolio-filter-divider{
	height: 1px;
	width: 20px;
	display: block;
	margin-bottom: 30px;
	clear: both;
}
.portfolio-filter-wrapper{
	width: 100%;
	clear: both;
}
#portfolio-filter{
	float: none;
}
#portfolio-filter li{
	float: left;
	font-size: 13px;
	list-style: none;
	margin-left: 2px;
}
#portfolio-filter li a{
	color: #fff;
}
#portfolio-filter li:last-child{
	float: none;
}
#portfolio-list{
	display: inline-block;
	list-style: none;
	width: 990px;
}
#portfolio-filter .filter-button{
	font-size: 13px !important;
}
#portfolio-filter .filter-split{
	margin-right: 7px;
	margin-left: 7px;
	font-size: 12px;
}

/* Sidebar */
#sidebar{
	width: 225px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	position: relative;
}	
	.sidebar-single{
		padding: 20px 0px 20px 20px;
		background: url('img/opac-gray-50.png');
		float: left;
	}

	#sidebar h3{
		font-size: 15px;
		margin: 0px 0px 20px;
		color: #333;
	}
	#sidebar li{		
		padding: 1px 0px 1px 0px;
		list-style: none;
	}
	
	#sidebar li ul{
		margin-top: 10px;
	}
	#sidebar li ul li{
		padding: 1px 0px 1px 0px;
		list-style: none;
	}
	
		#sidebar li {			
		}		
		#sidebar li:hover {			
		}
		
	#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: 0px; 	
		padding-bottom: 30px; 
		margin-bottom: 30px; 
		padding-right: 20px;	
		overflow: hidden;
	}
	#sidebar .sidebar-wrapper{
		position: relative;
		z-index: 2;
		overflow: hidden;
		margin: 6px 0px 0px 0px;
	}
	#sidebar .sidebar-inner p{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.sidebar-right{
	}
	.sidebar-left{
	}
	
	/* COMMENTS CSS */	
#comment-area{
	margin: 0px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
}	
#comments p.form-allowed-tags {
	display:none;
}
#comments h5{
	color: #eee !important;
	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:620px;
}
#comments ol li ul.children ul.children li div.comment-body {
	margin-left: 50px;
	width:595px;
}
#comments ol li ul.children ul.children ul.children li div.comment-body {
	margin-left: 75px;
	width:570px;
}
#comments ol li ul.children ul.children ul.children ul.children li div.comment-body {
	margin-left: 100px;
	width:545px;
}
#comments ol li ul.children ul.children ul.children ul.children ul.children li div.comment-body {
	margin-left: 125px;
	width:435px;
}
#comments ul li {
	clear:both;
}
#comments div.comment-meta {
	float:left;
	width: 64px;
	overflow:hidden;
	margin-right: 5px;
}
#comments div.comment-meta div.avatar-wrapper {
	float:left;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	width:49px;
	height:49px;
}
#comments div.comment-meta div.comment-date {
	width:120px;
	font-size: 10px;
	color:#a6a6a6;
	float:left;
	text-align:left;
	margin-top:6px;
}
#comments div.comment-body {
	overflow: hidden;	
	width: 645px;
	float:left;
	padding: 15px;
	margin: 10px 0px 10px;
	
}
#comments div.comment-body h3 {
	font-size:14px;
	margin-bottom: 0.5em;
	margin-top: 0.1em;
}
#comments div.comment-body p {
	line-height:14pt;
	color: #aaa;
}
#comments div.comment-date{
	font-size: 11px;
	margin-bottom: 9px;
	font-style: italic;
}
#comments span.comment-date-date, #comments span.comment-date-time{
	margin-right: 5px;
	color: #777;
}	
#comments div.comment-text{
	padding-left: 70px;
}
#comments a.comment-reply-link:link, #comments a.comment-reply-link:visited{
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	cursor: pointer;
	float: right;
	clear: both;
	padding: 6px 10px;
	line-height: 100%;
	font-weight: bold;
}
  p.form-submit input {
	width: 90px;
  }
#cancel-comment-reply-link:link, #cancel-comment-reply-link:visited{
	display:inline-block;
	float:right;
	clear:both;
	margin-right: 0px;
	margin-top: 20px;	
	text-decoration:none;	
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica;
	cursor:pointer;
	padding: 6px 10px;
	line-height: 100%;
	font-weight: bold;
}
#comments #respond {
	clear:both;
	width: 590x;
	margin-bottom: 5px;
	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: 675px;
}
#comments #respond p.comment-form-email input, #comments #respond p.comment-form-author input, #comments #respond p.comment-form-url input {

	height:28px;
	line-height:28px;
	padding:0px 10px;
	color:#bbb;
	float:left;
	width: 515px;
	margin:3px 0px 3px;
	outline: none;
}
#comments #respond p.comment-form-comment textarea {
	padding:10px;
	color:#bbb;
	float:left;
	width: 515px;
	margin:3px 0px 3px;
	outline: none;
}
#comments #respond p.login-as{
	margin: 10px 0px 20px;
}	
#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: 32px;
	float:left;
	width:135px;
}
#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: 0px 0px 0px;
	padding-bottom: 0;
	padding-left:135px;
}
.reply-title h3{	
	margin-bottom: 20px;
}
.reply-title{
	margin-top: 20px;
	margin-bottom: 15px;
}
.comments-title h3{	
	margin-bottom: 20px;
}
.comments-title{
	margin-top: 30px;
	margin-bottom: 15px;
}
.reply-title, .comments-title{
	width: 580px;
}
#comments a{
	color: #fff;
}
#comments a:hover{
	color: #bbb;
}
/* Pagination	*/
.port-4-pagination{
	margin-left: 0px;
}
.port-3-pagination{
	margin-left: 0px;
}
.port-2-pagination{
	margin-left: 0px;
}
.pagination {
	margin: 0px 0px 0px 0px;
	clear:both;
	position:relative;
	font-size:11px;
}
 
.pagination span, .pagination a {
	font-size: 11px;
	display:block;
	float:left;
	margin: 2px 4px 30px 0;
	padding: 6px 10px 6px 10px;
	text-decoration:none;
	width:auto;
	color: #fff;
	line-height:13px;
	background: url('img/opac.png'); 
}
.pagination a:hover{
	color:#fff;
	/*background: #333;*/
}
.pagination .current{
	background: none;
	color:#fff;
}

/* 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;
}
#contactForm-page ol.forms li { 
	margin: 0px 0px 20px 0px;
}
ol.forms li.buttons{ 
	margin-top: 0px;
	margin-bottom: 0px !important;
}
ol.forms label {
	line-height: 36px;
	display: block;
	float: left;
	font-weight: normal;
	width: 100px;
}
#footer ol.forms label {
	line-height: 33px;
	font-size: 11px;
}
ol.forms input{
	height:28px;
	line-height:28px;
	padding:0px 10px;
	color:#bbb;
	float:left;
	width: 550px;
	margin:3px 0px 3px;
	outline: none;
}
ol.forms textarea{
	padding:10px;
	color:#bbb;
	float:left;
	width: 550px;
	margin:3px 0px 3px;
	outline: none;
	height: 150px;
}
ol.forms  li.buttons .button{
}
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; margin-bottom: 0 !important; }
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;
	margin-top: 7px;
}
#footer .contact-widget .thanks { 
	background: #252525;
	border: 1px #333 solid;
	color: #ccc;
	width: 213px;
}
#sidebar .contact-widget .thanks { width: 248px; }
.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%;
}
#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;
}
#footer .contact-widget ol.forms li {
	width: 215px;
	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{
	border-color: #333;
	background-color: #333;
	color: #eee;
}
.contact-widget ol.forms textarea{
	width: 85%;
	height: 50px;
}
#footer .contact-widget ol.forms textarea{
	border-color: #252525;
	background-color: #252525;
	color: #eee;
	padding: 10px;
}
.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: 0px; }
#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, #sidebar .contact-widget ol.forms li.buttons button{
	border: 0px;
	background-color: #303030;
	background-image: none;
	color: #999;
	padding: 2px 12px;
}
	

/*Calendar Table*/
#wp-calendar{	
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	width: 100%;
}	
table#wp-calendar{
	margin-top: 10px;
	margin-bottom: 10px;
}
#wp-calendar td{
	padding: 8px;
	color: #aaa;
}

#wp-calendar th, #wp-calendar tfoot tr td{	
	border-collapse: collapse;
	border: 0px;
	padding: 8px;
	font-weight: 900;
	color: #aaa;
}
#wp-calendar tfoot tr td{
	background: #1c1c1c;
}

#wp-calendar caption{
	margin-right: 0px;
	font-family : Helvetica, Verdana, sans-serif;
	font-size: 14px; 
	padding: 10px;	
	color: #eee;
	border-bottom: 0px;
}

	
/*Calendar Table*/
#footer  #wp-calendar a{
	color: #fff;
}
#footer  #wp-calendar a:hover{
	color: #eee;
}
#footer  #wp-calendar{	
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	width: 100%;
	border: 0px;
}
#footer  #wp-calendar td{
	padding: 8px;
}
#footer #wp-calendar th, #footer #wp-calendar tfoot tr td{	
	border-collapse: collapse;
	border: 0px;
	padding: 8px;
	font-weight: 900;
	color: #999;
}

#footer #wp-calendar tfoot tr td{
	padding-bottom: 10px;
}
#footer #wp-calendar caption{
	color: #bbb;
	margin-right: 0px;
	font-family : Helvetica, Verdana, sans-serif;
	font-size: 14px; 
	padding: 8px;	
	border: 0px;
}	

/* Tag Cloud*/
.tagcloud a{
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 3px 10px 3px 10px;
	margin-right: 10px;
	margin-top: 10px;
}

/* Recent comment */
#recentcomments li{
	padding-left: 25px;
	background: url('img/comment.png') no-repeat left;
}
#recentcomments li a{
	font-weight: bold;
}

/* Social Share */
.social-share-wrapper{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.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 h5{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #eee !important;
}

/* Social link */
.social-link-header{
	position: absolute;
	top: 15px;
	right: 0;
}
.social-link-header ul{	
	list-style: none;
}
.social-link-header li{
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}

/* Short Code*/

ul.style-none{
	list-style: none;
}
ul.list_check li{
	background: url('img/check-list.png') no-repeat 2px 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_check2 li{
	background: url('img/check-list2.png') no-repeat 2px 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_check3 li{
	background: url('img/check-list3.png') no-repeat 2px 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_delete li{
	background: url('img/delete-list.png') no-repeat 2px 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_delete2 li{
	background: url('img/delete-list2.png') no-repeat 2px 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_delete3 li{
	background: url('img/delete-list3.png') no-repeat 2px 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_bullet li{
	background: url('img/bullet-list.png') no-repeat 2px 1px;
	padding: 2px 0px 2px 25px;
}
ul.list_bullet2 li{
	background: url('img/bullet-list2.png') no-repeat 2px 3px;
	padding: 2px 0px 2px 25px;
}
ul.list_bullet3 li{
	background: url('img/bullet-list3.png') no-repeat 5px 7px;
	padding: 2px 0px 2px 25px;
}
ul.list_arrow li{
	background: url('img/arrow-list.png') no-repeat 2px 2px;
	padding: 2px 0px 2px 25px;
}
ul.list_arrow2 li{
	background: url('img/arrow-list2.png') no-repeat 2px 3px;
	padding: 2px 0px 2px 25px;
}
ul.list_arrow3 li{
	background: url('img/arrow-list3.png') no-repeat 2px 3px;
	padding: 2px 0px 2px 23px;
}
.yellow-box{
	margin-top: 0px;
	margin-bottom: 20px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 60px;
	color: #e3ac52;
	background: #fffdcc url('img/error.png') no-repeat 15px 20px;
	border: 2px solid #ffd400 ;
	clear: both;
	-moz-border-radius:5px;
	-webkit-radius:5px;
	border-radius:5px;
}
.red-box{
	margin-top: 0px;
	margin-bottom: 20px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	background: url('img/opac.png');
	color: #fff;
	clear: both;
}
.green-box{
	margin-top: 0px;
	margin-bottom: 20px;	
	width: auto;
	overflow: hidden;
	padding: 20px 20px 20px 60px;
	color: #76ac53;
	background: #eafdcf url('img/accept.png') no-repeat 15px 20px;
	border: 2px solid #9fde23 ;
	clear: both;
	-moz-border-radius:5px;
	-webkit-radius:5px;
	border-radius: 5px;
}
.code{
	width: auto;
	overflow: auto;
	font: 12px 'andale mono', 'lucida console', monospace;
	line-height: 170%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
	background: #f3f3f3;
	color: #777;
	border: 1px solid #e0e0e0;
	border-left: 10px solid #e0e0e0;
	clear: both;
	word-wrap: break-word; 

} 
.code p{

	font: 12px 'andale mono', 'lucida console', monospace;
	color: #777;
	line-height: 170%;
}
.dash-box{
	margin-top: 0px;
	margin-bottom: 20px;	
	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{
	margin-top: 0px;
	margin-bottom: 20px;
	float: none;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-style: oblique;
	padding: 0px 0px 0px 15px;
}
.quote-left{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;		
	overflow: hidden;
	width: 33%;
	color: #fff;
	font-size: 15px;
	font-style: oblique;
	float: left;
	padding: 0px 0px 0px 15px;
}
.quote-right{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;		
	overflow: hidden;
	width: 33%;
	color: #fff;
	font-size: 15px;
	font-style: oblique;
	float: right;
	padding: 0px 15px 0px 0px;
}
.quote-open{
	overflow: hidden;
	padding: 0px 25px 0px 25px;
	background: url('img/quote-open.png') no-repeat left;
}

.divider{
		width: auto;
		height: 1px;
		clear: both;
		display: block;
		/*
		border-top: 1px #eee solid;
		margin-top: 35px;*/
}
#container .dropcap{
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	font-size: 25px;
	width: 40px;
	height: 28px;
	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: 19px;
	width: 42px;
	height: 37px;
	padding-top: 11px;
	padding-left: 1px;
	text-align: center;
	float: left;
	background: url('img/dropcap-circle.png') no-repeat 3px 6px;
}
	.column1_2{
	width: 48%;
	margin: 0px 3% 0px 0px;
	float: left;
}
	.column1_3{
	width: 31.33%;
	margin: 0px 3% 0px 0px;
	float: left;
}
	.column1_4{
	width: 22.5%;
	margin: 0px 3% 0px 0px;
	float: left;
}
	.column1_5{
	width: 14%;
	margin: 0px 3% 0px 0px;
	float: left;
}
	.column2_3{
	width: 65%;
	margin: 0px 3% 0px 0px;
	float: left;
}
	.column3_4{
	width: 74.5%;
	margin: 0px 3% 0px 0px;
	float: left;
}
	.column4_5{
	width: 80%;
	margin: 0px 3% 0px 0px;
	float: left;
}

    .column1_3_wrap{
		width: 306px;
		margin: 0px 20px 0px 0px;
		float: left;
	}
    .column2_3_wrap{
		width: 692px;
		margin: 0px 20px 0px 0px;
		float: left;
	} 
	.column1_4_wrap{
		width: 195px;
		margin: 0px 15px 0px 0px;
		float: left;
	}
	.last{
		margin-right: 0px !important;
		padding-right: 0px !important;
	}
	.googlemap{
	margin: 0px 20px 10px 0px;
	padding: 4px;
	background: #e5e5e5;
	border: 0px;		
}
	.toggle-box{
		width: 100%;
	    clear: both;
	    float: left;
		overflow: hidden;
		margin: 0px auto 20px;
	}
	.toggle-title{
		font-size: 14px;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 15px;
		padding-right: : 15px;
		color: #eee;
		cursor: pointer;	
		position: relative;
	}
	.toggle-sign{
		width: 8px;
		height: 8px;
		background: url('img/toggle-show.png') no-repeat;
		display: block;
		position: absolute;
		right: 7px;
		bottom: 7px;
	}
	.toggle-desc{
		padding: 15px;
		border-top: 0px;
		overflow: hidden;
		display: none;
	}
	
/* Social link */
	.social-link{
		float: left;
		width: 30px;
		height: 40px;
		padding-top: 5px;
		margin-right: 12px;
		overflow: hidden;
		display: block;
	}
	
	.wp-caption{
	}
	.wp-caption-text{	
	}
	.sticky {
	}
	.gallery-caption {
	}
	.bypostauthor {
	}
	/*disable blank space*/
	cufon[alt=" "]{ 
	   display: none !important; 
	} 