/*
Theme Name: Aaron+Gould
Theme URI: http://aarongouldagency.com
Description: Experience.
Version: 1.104.8.9 experimental
Author: Scott Gould
Author URI: http://scottgould.me/
*/

/***********************************************************

	Reset
	
***********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

em {font-style: italic;}
strong {font-weight: bold;}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

blockquote{
	padding:0 0 0 10px;
	margin:0 0 20px 10px;
	border-left:3px solid #999999;
	color:#666666;
	}
	
blockquote p {
	padding-bottom: 0px!important;
	}

/***********************************************************

	Classes
	
***********************************************************/

.tAJ	{text-align:justify;}
.tAR	{text-align:right;}

.fS10 {
	font: 10px Helvetica;
	color: #666;
}

.fS11 {
	font: 11px Tahoma;
}

.cB		{clear:both;}

.b5 {
	border: 5px solid #303030;
}

.post h2{
	margin-bottom: 0px;
}

.post h1{
	margin-bottom: 8px;
	font-size:36px;
}

	.post h1 a{
	}

.post .entry {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.portfolio {
	width: 295px;
	height: 260px;
	margin: 0px 20px 20px 0px;
	float:left;
	border-bottom: 5px solid #efefef;
}

.portfolio .entry {
	border-bottom: 0px!important;
}

.portfolio .image {
	width:293px;
	height:190px;
	overflow:hidden;
	margin-bottom:10px;
	border: 1px solid #efefef;
}

.portfolio a:hover .image{
	border: 1px solid #000;
}

.portfolio .image img {
	width: 293px;
}

/***********************************************************

	General
	
***********************************************************/

html, body {
	overflow-x: hidden;
}

body {
	background: #ccc;
	font: 12px Arial;
	color: #303030;
	padding: 20px 0px 20px 0px;
	
}

.container {
	width: 980px;
	margin: auto;
}

h1 {
	font: bold 30px Arial;
	color: #de8f40;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h2 {
	font: bold 18px Arial;
	color: #de8f40;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

	h1 a, h2 a {
		color: #de8f40;
	}

h3 {
	font: bold 14px Arial;
	color: #303030;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

	h3 a {
		color: #303030;
	}

h4 {
	color: #DE8F40;
	font-size:16px;
	margin-bottom:10px!important;
	font-weight:bold!important;
}

p {
	margin-bottom: 10px;
}

a {
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	background-color:#eee;
}

/***********************************************************

	Header
	
***********************************************************/

#header {
	height: 120px;
	background: url('images/transparent.png');
}

	#header:hover {
		background: #000000;
	}

#logo {
	width: 120px;
	height: 64px;
	background: url('images/aarongould-logo.png');
	float: left;
	margin-top: 28px;
}

a:hover #logo {
	background: url('images/logo-on.png');
}
	
#nav, #offerings {
	font: 11px Helvetica;
	float: left;
	margin: 30px 0px 0px 50px;
}

#nav {
	width:150px;
}

#offerings {
	width:600px;
}

	#nav h3, #offerings h3 {
		float:left;
		color:#DE8F40;
		margin:0px 20px 0 0;
	}
	
	#nav ul {
		float:left;
		width:100px;
	}
	
	#offerings ul {
		float:left;
		width:400px;
	}

	#nav li, #offerings li {
		width:75px;
		float: left;
		text-transform: uppercase;
		padding: 2px 0 0 13px;
		margin: 0px 0px 8px 10px;
		background: url('images/arrow.gif') 0 5px no-repeat;
	}
	
	#offerings li {
		width:150px;
	}
	
		#nav li a, #offerings li a {
			color: #999;
		}
		
		#nav li a:hover, #offerings li a:hover {
			color: #FFFFFF;
		}

#search {
	width: 300px;
	height: 31px;
	background: url('images/searchBG.gif') no-repeat;
	margin-top: 44px;
	float: right;
}

	#search form fieldset{
		padding: 0px;
		background: none;
		border: none;
	}
	
	#search form fieldset input{
		margin: 0px;
	}

	#search .text{
		width: 250px;
		height: 20px;
		padding: 8px 0px 0px 11px;
		color: #b4b4b4;
		background: none;
		border: 0px;
		float: left;
	}
	
	#search .submit{
		width: 31px;
		height: 31px;
		cursor: pointer;
		background: none;
		border: 0px;
		float: right;
	}
	
/***********************************************************

	Footer
	
***********************************************************/

#footer {
	text-align: center;
	margin-top: 20px;
}

	#footer p{
		padding: 10px 20px;
		background: #111;
		color:#ccc;
		margin-bottom: 0px;
		width:150px;
	}
	
/***********************************************************

	Homepage showcase
	
***********************************************************/

#showcase {
	width: 980px;
	height: 400px;
	text-transform: uppercase;
	position: relative;
}

	#showcase a {
		color: #FFFFFF;
	}
	
	#showcase ul li {
		width: 980px;
		height: 200px;
		padding-top: 190px;
	}
	
	
	#showcase ul li h1 a{
		font: bold 36px Arial;
		text-transform: none;
		background: url('images/transparent.png');
		display: inline;
		padding: 2px 5px 2px 5px;
		letter-spacing: -0.5px;
	}
	
		#showcase ul li h1 a:hover {
			background: #000000;
		}
	
	#showcase ul li .info {
		margin-top: 10px;
		font-size: 10px;
		letter-spacing: 0.1em;
	}
	
		#showcase ul li .info .date {
			background: #ffffff; /* url('images/featured_dateBG.gif') right bottom no-repeat;*/
			color: #000000;
			padding: 7px 10px 7px 10px;
		}
		
		#showcase ul li .info .cat a {
			background: #DE8F40; /* url('images/featured_catBG.gif') right top no-repeat;*/
			padding: 7px 10px 7px 10px;
			margin-left: 1px;
		}
		
			#showcase ul li .info .cat a:hover {
				background: #000000;
			}
		
	#showcase  ul li .nav {
		margin-top: 15px;
		font-size: 10px;
		letter-spacing: 0.2em;
	}
	
		#showcase ul li .nav .prev a {
			background: url('images/transparent.png');
			padding: 7px 10px 7px 10px;
			
			text-align: center;
		}
		
			#showcase ul li .nav .prev a:hover {
				background: #000000;
			}
		
		#showcase ul li .nav .next a {
			background: url('images/transparent.png');
			padding: 7px 10px 7px 10px;
			margin-left: 1px;
			text-align: center;
		}
		
			#showcase ul li .next a:hover {
				background: #000000;
			}
			
/***********************************************************

	Homepage Background
	
***********************************************************/

.pattern {
	width: 5040px;
	height: 1055px;
	margin-left: -2520px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: url('images/pattern.gif');
	z-index: -1;
}

.gradient {
	width: 5040px;
	height: 1055px;
	margin-left: -2520px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: url('images/gradient.png') bottom repeat-x;
	z-index: -2;
}

#background {
	width: 5040px;
	overflow:hidden;
	height: 1055px;
	margin-left: -2520px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: -3;
}
	
	#background .images ul li {
		width: 1680px;
		height: 1050px;
		height:100%;
		text-align: center;
	}
	
		#background .images ul li img {
			width: 1680px;
			height: 1050px;
		}
		
	#background .images ul li.graphic {
		background: #303030;
	}
	
		#background .images ul li.graphic  img {
			width: 980px;
			height: 370px;
			margin-top: 150px;
		}
	
/***********************************************************

	Detail Background
	
***********************************************************/

#background_detail {
	width: 100%;
	height: 435px;
	/*background: url('images/detailBG.jpg') repeat-x;*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

	#background_detail .pattern_detail {
		width: 100%;
		height: 435px;
		/*background: url('images/pattern.gif');*/
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#background_detail .image_detail {
		width: 980px;
		height: 435px;
		/*background: url('images/detail_headerBG.jpg') no-repeat;*/
		margin: auto;
	}

	
/***********************************************************

	Columns
	
***********************************************************/

#content {font-size:0.9em;}

#content .col1 {
	width: 320px;
	float: left;
}

#content .col2 {
	width: 320px;
	float: left;
	margin-left: 10px;
}

#content .col3 {
	width: 320px;
	float: left;
	margin-left: 10px;
}

#content  .colLeft {
	width: 670px;
	margin-top: 20px;
	float: left;
}

#content  .colRight {
	width: 300px;
	float: left;
	margin: 20px 0px 0px 10px;
}

.col1 h2, .col2 h2, .col3 h2 {
	margin-top:0px!important;
	width:280px;
	padding:10px 20px;
	background:#DE8F40;
	color:#fff!important;
}


/***********************************************************

	Content
	
***********************************************************/

.box {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 10px;
}

	.box h2 {
		margin-top: 0px;
	}
	
	.entry {
		font-size: 1.2em;
	}
	
	.entry h2 {
		margin:30px 0px 10px;
		color:#000;
	}
	
	.entry p, .entry ul, .entry li {
		line-height: 1.7em;
		margin-bottom:15px;
	}

	.entry p a, .entry li a, .textwidget a {
		border-bottom: 1px solid #DE8F40;
		color:#DE8F40;
		font-weight:bold;
	}
	
	.entry ul, .entry ol {margin-bottom:15px;}
	
	.entry ul li, .entry ol li {
		list-style-type: disc;
		list-style-position: outside;
		margin-left:40px;
		padding:0px 10px;
	}
	
	.entry ol li {
		list-style-type: decimal;
	}

.box2 {
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

	.box2 h2 {
		color: #FFFFFF;
		margin-top: 0px;
	}
	
	.box2 .list li {
		background: url('images/listBG2.gif') center bottom no-repeat;
	}
		
		.box2 .list li .date{
			color: #ff7e00;
		}
		
		.box2 .list li a {
			color: #FFFFFF;
			background: url('images/bullet2.gif') left no-repeat;
		}
		
		.box2 .list li a:hover {
			color: #d8d8d8;
		}
		
		.list li p .cat a{
			background: none;
			padding:0px;
		}

.corner {
	/*background: #FFFFFF url('images/corner.gif') right top no-repeat;*/
}

.corner2 {
	/*background: #FFFFFF url('images/corner2.gif') right top no-repeat;*/
}

h1.cat-title {margin-bottom:20px;}
h1.cat-title a {background:#ccc; color:#fff; font-size:36px; padding:1px;}

.entry .flickr_slideshow {margin-bottom: 20px!important;}

.category .post {margin: 30px 0;}

.category .entry {border-bottom: 5px solid #efefef;margin-bottom: 20px;}

.category h1 {font-size:24px;}

.image-preview {float:left; margin: 0 20px 20px 0;}

.image-preview a:hover {background-color:none!important;}

.list li {
}


		
.list2 {
	margin: 10px 0px 10px 0px;
}

	.list2 li {
		background: url('images/arrow2.gif') left no-repeat;
		padding-left: 17px;
		margin-bottom: 5px;
	}
	
.ads ul li {
	width: 125px;
	height: 125px;
	margin-right: 10px;
	float: left;
}

	.ads ul li.last {
		margin-right: 0px;
	}

.item {
	margin-bottom: 20px;
	border-bottom: 1px dashed #bebebe;
}

.commentlist li{
	background: url('images/entryBG.gif') bottom no-repeat;
	padding-bottom: 10px;
	margin-top: 10px;
}

.commentlist .comment-meta {
	font: 10px Tahoma;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.commentlist .says {
	font: bold 14px Arial;
	color: #303030;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

.commentlist .avatar {
	display: none;
}

.fn {
	font: bold 14px Arial;
	color: #303030;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

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

/***********************************************************

	Lightbox
	
***********************************************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/************************************************

	forms

************************************************/

form {
  width: 100%; 
}

form fieldset {
  border: 1px solid #c9c9c9;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 10px;
}

form fieldset label {
	display: block;
	float: left; 
	width: 170px; 
	margin: 8px 0px 0px 0px;
	text-align: right;
}

form fieldset input, form fieldset textarea {
	width: 250px;
	background: #FFFFFF;
	margin: 5px 0px 0px 10px;
	border: 1px solid #838383;
	padding: 3px;
}

	form fieldset input:hover, form fieldset textarea:hover {
		border: 1px solid #202020;
	}
	
	form fieldset input:focus, form fieldset textarea:focus {
		border: 1px solid #ff7e00;
	}

form fieldset textarea {
	overflow: auto;
}

form fieldset select {
	width: 250px;
	background: #FFFFFF;
	height: 25px;
	margin: 5px 0px 0px 10px;
	border: 1px solid #838383;
}

	form fieldset select:hover {
		border: 1px solid #202020;
	}
	
	form fieldset select:focus {
		border: 1px solid #00aec8;
	}

form fieldset br {
	clear:left;
}

form fieldset .right {
	margin: 5px 0px 0px 180px;
}

form fieldset .error_message {
	font: 10px Tahoma;
	color: #b34040;
	text-transform: uppercase;
	margin: 5px 0px 10px 180px;
}

form fieldset .button {
	width: 258px;
	font: bold 12px Arial;
	color: #FFFFFF;
	background: #202020;
	border: 1px solid #000000;
	margin: 0px;
	cursor: pointer;
}

	form fieldset .button:hover {
		background: #000000;
		border: 1px solid #000000;
	}

/************************************************

	Widgets

************************************************/

li.widget {list-style: none; list-style-position: outside;font-size:13px;}

div.textwidget {font-size:13px; line-height:1.4em;}

ul.recent-posts {height:200px;}
.home .col3 .textwidget {border-bottom: 2px solid #ccc;margin-bottom:5px;}

ul.recent-posts li {padding:5px 0;}

ul.recent-posts li h2 {display:inline;font-weight:normal;font-size:14px;letter-spacing: normal;}

ul.recent-posts li div {display:none;height:35px;overflow:hidden;}
ul.recent-posts li span {font-size:12px;}
ul.recent-posts li p {margin:0px;padding:0px;font-size:13px;line-height:1.4em;}

ul.recent-posts li a:hover div {display:block;}

li.widget ul.recent-posts li h2 {color:#333;}
li.widget ul.recent-posts li a:hover {}
li.widget ul.recent-posts li a:hover h2 {color:#e36323;}
li.widget ul.recent-posts li span {color:#999;}

div.sidebar ul.recent-posts li h2 {color:#ccc;}
div.sidebar ul.recent-posts li a:hover h2{color:#333;}
div.sidebar ul.recent-posts li span {color:#999;}
div.sidebar ul.recent-posts li p {color:#ccc!important;}


ul.contact li {font-size:14px; padding: 5px 0;}
ul.contact li span {font-size:12px;color:#999;}

ul.twitter li {font-size:13px; padding: 5px 0; display:block;clear:both;}
ul.twitter li img {float:left;padding: 0 10px 10px 0; width:40px;}
ul.twitter li a {border-bottom: 1px solid #DE8F40;
		font-weight: bold;
		color:#DE8F40;
}

/* Socialble */
div.sociable {width: 240px;margin: 50px 0 0!important;}
div.sociable .sociable_tagline {line-height:1.2em; color: #666; float:right; margin:0;}
div.sociable a{border:none!important;}
div.sociable a img.sociable-hovers {opacity:.8;filter:alpha(opacity=80);}
div.sociable a:hover img.sociable-hovers {opacity:1;filter:alpha(opacity=100);}

/* Share Connect / Tweetmeme button */
div.tweetmeme_button {float:right;margin-top:-55px;}

h3.related_post_title {font-size:20px;padding:25px 0px 8px;color:#DE8F40;}
ul.related_post li a {border-bottom: 1px dotted #000}

#disqus_thread {padding-top:30px;border-top: 5px solid #efefef;}
#disqus_thread #dsq-content h3 {font-size:20px;color:#DE8F40;}
