/*
Theme Name: G&A Communications
Theme URI: http://9kinteractive.com/
Description: Site built for the use of G&A Communications
Version: 1
Author: Darryl Chang-Heathcote
Author URI: http://9kinteractive.com/
Tags: 
*/
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	color:#000;
}
q:before, q:after {
	content: '';
}
a, ins {
	text-decoration: none;
	outline:none;
}
body {
	font:12px Arial, Helvetica, sans-serif;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin:0 10px 10px 0;
}

.alignright {
   float: right;
   margin:0 0 10px 10px;
}
/*layout*/
body{
	background:url(images/body_bg.jpg) repeat 0 0;
	color:#666666;
}
#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
}
	#header{
		width:100%;
		height:90px;
		position:relative;
	}
		#logo{
			position:absolute;
			right:40px;
			top:27px;
			display:block;
			width:290px;
			height:51px;
			background:url(images/new_logo1.jpg) no-repeat 0 0;
			text-indent:-9999px;
		}
		#nav{
			position:absolute;
			left:10px;
			bottom:15px;
		}
			#nav li{
				display:inline;
			}
				#nav li a{
					margin-right:7px;
					color:#000;
					font-size:16px;
					text-transform:capitalize;
					font-weight:bold;
					padding:2px;
				}
					#nav li a:hover{
						text-decoration:none;
						background-color:#ffffb2;
						color:#333333;
					}
	#homemain{}
	#maincontent{
		background:url(images/main_bg.jpg) repeat-y 0 0;
		padding-bottom:20px;
	}
		#main{}
			p{
				line-height:17px;
				margin:10px 0;
			}
			a{
				color:#0099cc;
				text-decoration:none;
			}
				a:hover{
					text-decoration:underline;
				}
			h3.title{
				font-size:30px;
				border-bottom:1px dotted #939393;
			}
		.team-wrap{
			margin:10px 0 20px;
		}
		h4.bio{
			font-weight:bold;
		}
		p.pos{
			margin:0 0 10px !important;
		}
	#footer{
		width:100%;
		height:90px;
		position:relative;
		border-top:25px solid #fff;
	}
		#foot-nav{
			padding:10px 0 0 15px;
		}
			#foot-nav li{
				display:inline;
				margin-right:5px;
			}
				#foot-nav li a{}
/*slider*/
#slider{
	width:100%;
	height:355px;
	position:relative;
	background-color:#000000;
}
	#slider-nav{
		width:320px;
	}
		#slider-nav li{
			border-bottom:1px solid #131313;
			background-color:#000000;
		}
			#slider-nav li a.slide-link{
				width:295px;
				height:52px;
				display:block;
				border-left:5px solid #282828;
				color:#ffffff;
				padding:18px 0 0 20px;
				font-size:18px;
				text-decoration:none;
			}
				#slider-nav li a.slide-link:hover{
					border-left:5px solid #f1c718;
					text-decoration:none;
					color:#fff;
				}
				#slider-nav li a.slide-link span{
					font-size:11px;
					display:block;
					color:#6a6a6a;
				}
	#slider-main{
		height:355px;
		width:640px;
		position:absolute;
		top:0;
		right:0;
		background-position:0 0;
		background-repeat:no-repeat;
	}
		.loading{
			background:url(images/loading_b.gif) no-repeat 50% 45% !important;
		}
		.ajaxmsg{
			text-align:center;
			color:#FF0000;
		}
		#slider-more{
			position:absolute;
			right:18px;
			bottom:14px;
			background-color:#000;
			width:297px;
			height:80px;
			opacity:0.8;
			filter:alpha(opacity=80);
			padding:10px 14px 0 14px;
		}
			#slider-more h5{
				color:#fff;
				font-weight:bold;
				font-size:13px;
			}
			#slider-more span{
				color:#7f7f7f;
				font-size:11px;
			}
			#slider-more a{
				float:right;
				color:#fff;
				font-size:11px;
				position:absolute;
				right:14px;
				bottom:10px;
				background:url(images/slide_rm_ding.gif) no-repeat 100% 1px;
				padding:0 10px 0 0;
			}
/*home*/
#home-sb{
	width:320px;
	float:left;
	background-color:#ffffb2;
}
	.sb-item{
		padding:0 20px;
		margin:10px 0 30px;
	}
#home-main{
	float:left;
	width:610px;
	padding:0 15px;
	margin-top:10px;
}
	#home-news{
		min-height:206px;
	}
		.hn-item{
			width:305px;
			float:left;
		}
			.hn-item h2{
				margin-top:10px;
				font-weight:bold;
				padding-right:10px;
			}
			.hn-item p{
				margin-top:5px !important;
				padding-right:10px;
			}
/*page*/
h1.page-title{
	background-color:#000;
	color:#fff;
	font-size:45px;
	padding:30px 0 20px 15px;
	font-weight:bold;
}
	h1.page-title a{
		color:#fff;
	}
	#content{
		width:680px;
		float:left;
		padding:0 15px;
	}
		#content ul{
			margin:10px 0;
			list-style:square;
			padding:0 0 0 15px;
		}
			#content ul li{
				margin:3px 0;
			}
		.post-item{
			padding-bottom:10px;
		}
			.pl{
				border-bottom:1px dotted #939393;
			}
			.post-side{
				width:150px;
				float:left;
				padding:0 15px 0 0;
				margin-top:10px;
				color:#323232;
			}
				#subnav{
					list-style:none !important;
					padding:0 !important;
				}
				#news-list{}
					#news-list li{
						margin:10px 0;
						padding:0 0 10px;
						border-bottom:1px dotted #939393;
					}
			.post-main{
				float:left;
				width:515px;
			}
				.post-title{
					padding-top:10px;
					font-weight:bold;
				}
	#sidebar{
		width:250px;
		float:left;
		/*background-color:#ffffb2;*/
	}
/*portfolio*/
.port-item{
	width:320px;
	float:left;
}
	.port-item:hover{
		background-color:#ffffb2;
	}
	.port-info{
		padding:0 10px;
		position:relative;
		height:190px;
		padding-top:10px;
	}
		.port-line{
			border-right:1px dotted #939393;
		}
		.port-info h2{
			font-weight:bold;
		}
		.port-info p{
			margin:5px 0 !important;
		}
		.port-meta{
			position:absolute;
			bottom:0;
			left:10px;
			width:295px;
			border-top:1px dotted #939393;
			padding:15px 0;
		}
			.port-visit{
				float:right;
			}
			.port-meta span{
				display:block;
			}
/*contact form*/
.success, .failure{
		margin:10px 0;
		padding:10px;
	}
		.success{
			border:1px solid #006600;
			background:#ECFDEC;
		}
		.failure{
			border:1px solid #990000;
			background:#FFECEC;
		}
			.cf_error{
				border:1px solid #990000;
			}
#cformsform{
	display:block;
	margin:20px 0 10px;
}
	.cf_hidden{
		display:none;
	}
	#cformsform legend{
		margin:0 0 10px 0;
		font-weight:bold;
	}
	#cformsform .cf-ol{
		list-style:none;
	}
		.cf-ol li{
			margin-bottom:8px;
		}
			.cf-ol li label{
				display:block;
				width:75px;
				float:left;
				line-height:24px;
			}
			.reqtxt, .emailreqtxt{
				font-size:11px;
			}
			.cformselect, .single, .area{
				padding:3px;
				font-size:12px;
			}
			.single{
				width:200px;
				margin-right:5px;
			}
			.area{
				width:250px;
			}
		p.cf-sb{
			margin-top:0;
			padding-left:75px;
		}