/* 
Theme Name: JWB Custom Theme
Theme URL: http://www.projecturl.com
Description: A custom theme designed for JWB Technology Group
Author: Fresh Tilled Soil
Author URI: http://www.freshtilledsoil.com
Version: 1.21
*/

/* jQuery Styles */
#content p.intro
{
	font-size:1.2em;
	font-style:italic;
	color:#111;
	font-family:Georgia, Times, serif;
}

.clearit {
clear: both;
height: 0;
overflow: hidden;
}

/* CSS Reset */
@import 'css/reset.css';

/* Basic Typography */
body
{
	font:12px/1.6em Helvetica, Arial, sans-serif;
	color:#555;
	margin: 0;
}
hr, p, ul, ol, dl, pre, address, table, form { margin-bottom: 1em; }
blockquote
{
	font:italic 13px/1.6em Georgia, Times, serif;
	padding:1em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#888;
	margin:0;
}
blockquote p
{
	margin:0;
}
p.citation cite
{
	font-style:normal;
	font-weight:bold;
}
/* Lists */
ul { list-style:disc outside; padding:0 0 0 1em }
ol { list-style:decimal outside; padding:0 0 0 1.6em }
/* Headings */
h1, h2, h3, h4, h5, h6
{
	line-height:1.3em;
}
/* Font Size */
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/* Vertical Spacing */
h1 { margin: 1em 0 .5em;  }
/*h2 { margin: 1.07em 0 .535em; }*/
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
/*h3 { font-size: 1.4em; }*/
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
dt { margin-top: .8em; margin-bottom: .4em; }
/*ul { margin-left: 1.5em; }*/
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
a:link,
a:visited
{
	color:#333;
	text-decoration:none;
}
a:hover,
a:active
{
	color:#852d33;
}

/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*.alignleft
{
	float:left;
	display:inline;
	margin:0 1em 0.6em 0;
}
*.alignright
{
	float:right;
	display:inline;
	margin:0 0 0.6em 1em;
}
*.more-link
{
	display:block;
	margin:0 0 1.6em 0;
}

/* Forms */
textarea, input { padding: .15em .4em .25em .4em; }
input { margin:0.1em 0.3em 0.3em 0em}
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
form div { margin-bottom: .8em; }
span.required
{
	font-size:14px;
	font-weight:bold;
	color:red;
}
textarea
{
	width:300px;
	display:block;
}

/* Contact Form Plugin */
div.wpcf7 p
{
	vertical-align:text-top;
}
#wrapper div.wpcf7-mail-sent-ok
{
	background:#398f14;
	color:#fff;
}
#wrapper div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background:#ff0000;
	color:#fff;
}
#wrapper div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background:#ffa500;
	color:#fff;
}
#wrapper div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background:#f7e700;
	color:#2D2D2D;
}
#wrapper div.wpcf7-response-output
{
	margin:0 0 24px 0;
	font-weight:bold;
}
#wrapper span.wpcf7-not-valid-tip {
	position:static;
	top:0;
	left:0;
	z-index:100;
	background:#ff0000;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	padding:4px 6px 2px 6px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

/* Layout */
#wrapper, div.inner
{
	width:960px;
	margin:0 auto;
}
div.innerfooter 
{
	width:960px;
	margin:0 auto;
	border-top: 7px solid #000;
}
#banner
{
	width: 960px;
	height: 340px;
	margin: 0 auto;
}
#banner h1
{
	padding: 10px 0px 0 18px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #000;
	font-weight: lighter;
}
#banner h1.left
{
	background: url(images/parenthesis.jpg) right bottom no-repeat;
	/*height: 55px;*/
	margin: 0 95px 0 0;
}
#banner h1.right
{
	background: url(images/h1-dash.jpg) right bottom no-repeat;
	/*height: 55px;*/
	margin: 0 105px 0 0;
}
#banner blockquote
{
	padding: 0px 18px 0 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #444;
	font-weight: lighter;
	font-style: normal;
	border: none;
	line-height: 1.5em;
}
#banner blockquote.cite
{
	font-style: italic;
	color: #222;
	font-weight: normal;
	padding: 0px 18px 0 18px;
}
#banner blockquote.cite .blue
{
	color: #002244;
	font-weight: bold;
	margin-top: 10px;
}
#left_panel
{
	float: left;
	width: 340px;
	height: 320px;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	border-left: 10px solid #000;
}
	#left_panel .top
	{
		background: #f7f7f7;
		height: 270px;
		border-bottom: 10px solid #000;
		width: 340px;
	}
	
		#left_panel .top .shortbox
		{
		width: 340px;
		height: 65px;
		padding-top: 10px;
		}
		
		#left_panel .top .tallbox
		{
		width: 340px;
		height: 110px;
		padding-top: 10px;
		}
	
		#left_panel .bottom
	{
		background: #76B6BF;
		height: 29px;
		width: 340px;
		padding-top: 11px;
	}
	
			#left_panel .bottom p, #left_panel .bottom p a
			{
			color: #000;
			margin: 0;
			text-transform: uppercase;
			text-align: right;
			padding: 0px 18px 0 0;
			font-weight: bold;
			font-size: 14px;
			}
			
			#left_panel .bottom p a.arrow
			{
			background: url(images/blue-arrow-right.jpg) right center no-repeat;
			}
			
#middle_panel
{
	float: left;
	width: 240px;
	height: 320px;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	border-left: 10px solid #000;
	border-right: 10px solid #000; 
	/*background-image: url(images/map.jpg) no-repeat center;*/
}
	#middle_panel .top
	{
		height: 270px;
		border-bottom: 10px solid #000;
		width: 240px;
	}
	#middle_panel .bottom
	{
		height: 29px;
		width: 240px;
		padding-top: 11px;
	}
	
	#middle_panel img
	{
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	}
	#middle_panel .bottom p, #middle_panel .bottom p a
			{
			color: #000;
			margin: 0;
			text-transform: uppercase;
			text-align: right;
			padding: 0px 18px 0 0;
			font-weight: bold;
			font-size: 14px;
			}
			
			#middle_panel .bottom p a.arrow
			{
			background: url(images/white-arrow-right.jpg) right center no-repeat;
			}
	
	
#right_panel
{
	float: right;
	width: 340px;
	height: 320px;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	border-right: 10px solid #000;
}
#rotate
{
	margin: 0;
	padding: 0;
	width: 340px;
}
	 #right_panel #rotate .top
	{
		background: #f7f7f7;
		height: 270px;
		border-bottom: 10px solid #000;
		width: 340px;
	}
	
		#right_panel .top .shortbox
		{
		width: 340px;
		height: 65px;
		padding-top: 10px;
		}
		
		#right_panel .top .tallbox
		{
		width: 340px;
		height: 110px;
		padding-top: 10px;
		}
		
		#right_panel .top .tallbox p
		{
		padding: 0px 18px 0 18px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 19px;
		color: #222;
		margin: 0;
		font-style: normal;
		border: none;
		line-height: 1.5em;
		}
		
		#right_panel .top .tallbox img
		{
		padding: 10px 18px 0 18px;
		border: none;
		}
		
		#right_panel .top .tallbox img a
		{
		border: none;
		}
		
		#right_panel .top .tallbox p strong
		{
		display: block;
		}
	
		#right_panel .bottom
	{
		background: #97333B;
		height: 29px;
		width: 340px;
		padding-top: 11px;
	}
	
			#right_panel .bottom p, #right_panel .bottom p a
			{
			color: #000;
			margin: 0;
			text-transform: uppercase;
			text-align: right;
			padding: 0px 18px 0 0;
			font-weight: bold;
			font-size: 14px;
			}
			
			#right_panel .bottom p a.arrow
			{
			background: url(images/red-arrow-right.jpg) right center no-repeat;
			}
			
#content
{
	width: 960px;
	height: 100%;
	padding: 15px 0 0px 0;
	/*background: url(images/bg_divider.jpg) center repeat-x;*/
	/*z-index: 100;*/
}
#content-blog
{
	width: 960px;
	height: 100%;
	padding: 0;
	border-top: 1px solid #ccc;
}
#content h2, #content-blog h2
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	font-weight: lighter;
	color: #002244;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}
#content h3, #content-blog h3
{
	margin-top: 0pt;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#headings-bar
{
	width: 960px;
	height: 55px;
	margin: 0px 0 0px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	#headings-bar .left
	{
	float: left;
	width: 639px;
	height: 100%;
	border-right: 1px solid #ccc;
	}
	
	#headings-bar .left h2
	{
	padding: 0 0 0 8px;
	}
	
	#headings-bar .right
	{
	float: right;
	width: 320px;
	height: 100%;
	}
	
	#headings-bar .right h2
	{
	padding: 0px 0 0px 15px;
	}

#headings-bar h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000;
	margin: 10px 0 0px 0;
}

#headings-bar h2 a
{
	text-decoration: none;
	color: #000;
}

#left-content
{
	float:left;
	height: 100%;
	width: 621px;
	margin:0px 0px 0px 0px;
	padding-left: 8px;
	padding-bottom: 0px;
	/*padding-right: 10px;*/
	/*padding-top: 15px;*/
	min-height: 300px;
}

#left-content #inner
{
	width:621px;
	height: 100%;
	border-right: 1px solid #ccc;
	margin:0px 0px 0px 0px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*min-height: 600px;*/
	float: left;
}
#left-content #inner_contact
{
	width:481px;
	height: 100%;
	border-right: 1px solid #ccc;
	margin:0px 0px 0px 0px;
	padding-right: 150px;
	padding-top: 15px;
	padding-bottom: 0px;
	min-height: 600px;
	float: left;
}
#left-content #inner_contact li
{
	width: 45%;
	margin-right: 2%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
}
#left-content #inner p a
{
	font-weight: bold;
}
#left-content #inner address
{
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	color: #000;
	padding: 0px;
	font-size: 13px;
	margin: 0;
	list-style-type: disc; !important
}
#left-content #inner ul address, #left-content #inner li address
{
	font-weight: normal;
	/*font-style: italic;*/
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: disc; !important
}
#left-content h2
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	font-weight: lighter;
	color: #002244;
	margin-top: 12px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}
/*#left-content p
{
	margin-left: 5px;
}*/
#left-content #inner p
{
	margin-left: 0;
}
#left-content #inner h3
{
	margin-top:0;
	font-size:18px;
	font-weight:normal;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left-content h3
{
	margin-top:0;
	font-size:17px;
	font-weight:normal;
	color: #659DA6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left-content li
{
	list-style-type: none;
}

#left-content li p
{
	margin-bottom: 10px;
	font-size: 13px;
}

#left-content .column1
{
	width: 465px;
	height: 100%;
	margin: 0;
	float: left;
	padding: 0 15px 0 0;
}

#left-content .column2
{
	width: 465px;
	height: 100%;
	margin: 0;
	float: right;
	padding: 0 0 0 15px;
}

/* Sociable */
div.sociable
{
	clear:both;
}

/* Testimonials Custom Template */

#testimonials
{
	width: 100%;
	height: auto;
	margin: 30px 0 30px 0;
}
#testimonials .individual
{
	width: 920px;
	height: auto;
	min-height: 90px;
	margin-right:20px;
	margin-left: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #e7e7e7;
	padding: 2px;
}
#testimonials .individual-noborder
{
	width: 920px;
	height: auto;
	min-height: 90px;
	margin-right:20px;
	margin-left: 20px;
	padding: 2px;
}
#testimonials .individual img, #testimonials .individual-noborder img
{
	float: left;
	width: 200px;
	height: 75px;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
}
#testimonials .individual p, #testimonials .individual-noborder p
{
	text-align: left;
	padding: 0;¨
	vertical-align: bottom;
}
/* Typography */
h2.title
{
	margin-top:0;
	font-size:18px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2.title a
{
	text-decoration:none;
}

/* Header */
#header
{
	position:relative;
	height: 175px;
	padding: 0;
	margin: 5px 0 0 0;
	width:100%;
	border-top: 7px solid #000;
}
#header h1
{
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:-0.025em;
	margin: 0;
}
#header p
{
	margin:0;
}

#header ul
{
	display: inline;
	float: right;
	margin: 0;
}

#header li
{
 	display: block;
	float: left;
	text-align: right;
	margin: 0px 0 0 0px;
	padding: 0 20px 0 10px;
	/*border-right: 1px solid white;*/
	background: url(images/nav-slash.jpg) right no-repeat;
}	

#header li.last 
{
	background: none;
	padding-right: 0;
}

#header li.first 
{
	display: none;
}


#header li a
{
	color: #000;
	text-decoration: none;
	/*font-family: Twentieth Century, sans-serif;*/
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}

#header li a:hover, a:active
{
	color: #852D33;
	/*font-weight: bold;*/
}	

/*#header li.current_page_item a,
#header li.current_page_ancestor a
{
	color:#666;
	text-decoration: underline;
}


#header ul li ul, #header ul li ul li, #header ul li ul li ul, #header ul li ul li ul li
{
	display: none;
}*/

#logo
{
	height: 124px;
	width: 364px;
	float: left;
	margin: 20px 0px 0 0;
	padding: 0;
	display:block;
}

#logo h1
{
	text-indent: -999em;
}

#logo h1 a
{
	display:block;
	background: url(images/logo2.jpg) left no-repeat;
	width:364px;
	height:124px;
}

#header_right
{
	width: 590px;
	height: 124px;
	float: right;
	margin: 20px 0px 0 6px;
	/*background: url(images/logo-dash.gif) left no-repeat;*/
}

#mission
{
	width: 506px;
	height: 100px;
	text-align: right;
	padding: 0 0 0 80px;
	margin: 0;
}

#mission p
{
	font-family: Georgia, "Times New Roman", Geneva, serif;
	font-size: 15px;
	color: #777;
	font-style: italic;
	font-weight: lighter;
	line-height: 25px;
}

#mission p .blue
{
	color: #002244;
}

#topnav
{
	width: 586px;
	height: 16px;
	text-align: right;
	padding: 8px 0 0 0;
	margin: 0;
}
#topnav li.current_page_item a,
#topnav li.current_page_ancestor a
{
color:#002244;
}
#topnav li ul
{
	display: none;
}
/* Signup */
#signup
{
	position:absolute;
	right:0;
	top:26px;
	z-index:2;
	list-style:none;
}
#signup li a
{
	display:block;
	width:45px;
	height:41px;
	opacity:0.66;
}
#signup li a:hover
{
	opacity:0.99;
}
#signup #email
{
	float:left;
}
#signup #email a
{
	background:url(images/icons/email.png) left center no-repeat;
}

/* Sidebar */
#sidebar_wrapper
{
	float:right;
	width:310px;
	height: auto;
	list-style-type:none;
}
#sidebar_wrapper h3
{
	margin-top: 15px;
	padding: 0 0 0 10px;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#sidebar_wrapper h3 a
{
	font-size: 17px;
	font-weight: normal;
	color: #000000;
}
#sidebar_wrapper p 
{
	padding-left: 10px;
	font-size: 14px;
	color: #666;
}
#sidebar_wrapper h4
{
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	background: url(images/pdf_icon.jpg) left no-repeat;
}
#sidebar_wrapper li
{
	list-style-type: none;
	font-size: 14px;
}
#sidebar_wrapper li.current_page_item a,
#sidebar_wrapper li.current_page_ancestor a
{
color:#002244;
}
#sidebar
{
	list-style:none;
	float:right;
	width:300px;
	padding: 0px 0 0 0px;
	height: auto;
	list-style-type:none;
}
#sidebar ul li
{
	list-style-type:none;
	background:none;
	padding:0;
	margin:0;
	font-size: 14px;
}
#sidebar ul li.facebook, #sidebar ul li.twitter, #sidebar ul li.rss {
	margin: 4px 0 4px 0;
}
#sidebar ul li.facebook a {
	background: url(images/facebook-small.jpg) left no-repeat;
	padding: 4px 0 4px 30px;
	height: 29px;
}
#sidebar ul li.twitter a {
	background: url(images/twitter-small.jpg) left no-repeat;
	padding: 4px 0 4px 30px;
	margin: 2px 0 2px 0;
	height: 29px;
}
#sidebar ul li.skype a {
	background: url('images/skype-small.jpg') left no-repeat;
	padding: 4px 0 4px 30px;
	margin: 2px 0 2px 0;
	height: 29px;
}
#sidebar ul li.rss a {
	background: url(images/rss-small.jpg) left no-repeat;
	padding: 4px 0 4px 30px;
	margin: 2px 0 2px 0;
	height: 29px;
}
#sidebar ul li ul,
#sidebar ul
{
	margin-bottom:0;
	padding:0;
}
#sidebar li
{
	padding:2px 0px 2px 0px;
	margin:0 0 0px 0;
	list-style-type:none;
}
#sidebar li form
{
	margin:0;
}
#sidebar #s
{
	width:200px;
}
#sidebar h2
{
	margin-top:15px;
	font-size:17px;
	font-weight:normal;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#author_avatars-478601011
{
	clear: both;
}

/* Style Subscribe 2 in sidebar */

.subscribe_wrapper textarea, input { padding: .15em .4em .25em 0; margin-left: 0; }

#sidebar_wrapper .subscribe_wrapper p {padding-left: 0;}

/* Style Services Subcategory page icons in sidebar */

.icons
{
	margin-top: 20px;
}
.icons img
{
	float: left;
	margin: 0;
	padding: 0;
}

/* Style Author Avatars in Sidebar */

#sidebar li .author-list .user with-name
{
	padding: 5px 0 0 0;
}
#sidebar li .author-list img
{
	border: none;
	padding: 0px 0 0 2px;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

#sidebar li .author-list .name
{
	padding: 0 0 0 10px;
	font-size: 14px;
	vertical-align: top;
}

#recentposts
{
	display: inline;
}
#recentposts img
{
	width: 25px;
	height: 25px;
	float: left;
	/*display: block;*/
	/*display: inline;*/
	/*clear: left;*/
	margin: 5px 8px 8px 0;
}
#recentposts h3
{
	float: left;
	/*display: inline;*/
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

#recentposts h3 a
{
	color: #333;
	font-size: 14px;
}

#recentposts h3 a:hover, #recentposts h3 a:active
{
	color: #852d33;
}
/* End Style Author Avatars in Sidebar */

#services
{
	list-style:none;
	float:right;
	width:310px;
	height: auto;
	padding: 15px 0 0 10px;
	list-style-type:none;
}
/*#services .box
{
	margin-bottom: 15px;
}*/
#services h3, #services h3 a
{
	text-align: left;
	display: inline;
	font-size: 15px;
	color: #76B6BF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
#services p
{
	text-align: left;
	/*display: inline;*/
	font-size: 14px;
	color: #666;
	margin: 2px 0 10px 0;
	padding: 0;
}

/* Service Page Callouts */

.callout-container
{
	width: 960px;
	height: auto;
}

.callout-container .left
{
	float: left;
	width: 48%;
	height: auto;
	margin-right: 2%;
}

.callout-container .right
{
	float: right;
	width: 48%;
	height: auto;
	margin-right: 2%;
}

/* Posts */
.author-thumbnail
{
	float: left;
	margin: 5px 15px 0px 0;
}
.post
{
	padding:1px;
}
h1.post-title
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 28px;
	font-weight: lighter;
	color: #000000;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	width: 100%;
	padding: 10px 0 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#headings-bar h1.post-title {
	border: none;
	padding: 10px 0 10px 0px;
	margin: 0;
}
.post-title
{
	margin:0;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 18px;
	color: #333;
}
.post .entry
{
	padding:1px;
	margin:0;
}
.postinfo, .postinfo a:link
{
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 0px 0;
	padding:0 0 30px 0;
	text-align:left;
	color:#666;
	list-style:none;
}

ul .postinfo {
margin-top: 0;
padding-top: 0;
}
.postinfo a:hover
{
	color: #852D33;
}
.postinfo li
{
	float:left;
	padding:0 0px 0 0px;
	margin:0;
}
.postinfo li .authordata
{
	margin: 0 0 15px 0;
	/*background:url(images/icons/user_silhouette.png) left center no-repeat;*/
}
.postinfo li.postdata
{
	/*background:url(images/icons/tags.png) left center no-repeat;*/
}
.postinfo li.commentdata
{
	/*background:url(images/icons/balloon_small.png) left center no-repeat;*/
}
/*.postinfo li.last
{
	padding-right:15px;
}*/
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0;
	padding:0;
	width:620px;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/* Pages */

/* Comments */
ol.commentlist
{
	list-style:none;
	margin:20px 0 0 0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
ol.commentlist .author-data
{
	display:block;
	padding:9px;
	background:#eee;
}
ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
	padding:1.2em 1px 1px 1px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}

/* ByPostAuthor (admin) Comment */
ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:4px;
	width:608px;
}
p.comment-rules
{
	background: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
p.comment-disclaimer
{
	font-size:10px;
	color:#999;
}

/* Footer */
#footer
{
	clear:both;
	width: 100%;
	padding: 0;
	/*background:#eee;*/
}

#footer ul li ul,
#footer ul
{
	margin-bottom:0;
	padding:0;
	list-style:none;
}
#footer ul.col
{
	float:left;
	width:305px;
	margin:16px 20px 16px 0;
}
#footer ul.col.last
{
	margin-right:0;
	width:300px;
}
#footer li.title
{
	list-style:none;
	margin:0;
}
#footer li.title h2
{
	margin-top:0;
}
#copyright
{
	clear:both;
	padding:5px 0 0 0;
	margin:0;
	text-align:left;
	font-size: 11px;
}
#copyright p
{
	color: #000;
}
#copyright p a:link
{
	color: #852D33;
	text-decoration: underline;
}

/*////// 	CHANGES LUKE SIDERIS MAR 31 2010  /*/

#banner ul.testimonials {
	overflow: hidden;
	height: 190px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#banner ul.testimonials li {
	margin-bottom: 80px;
	width: 340px;
	list-style-type: none;
	height:190px;
}
#banner ul.testimonials li img {
	display: none;
}
#banner ul.testimonials li blockquote {
	font-size: 15px !important;
}
#banner ul.testimonials li blockquote strong {
	font-weight: bold;
}
.jqued {
	position: absolute;
}

#banner h1.right {
	position: absolute;
	margin: 0;
	padding:10px 40px 0 18px
}
.social_bookmark * {
	border: 0 none !important;
	text-align: left;
	display: inline;
	margin-right: 4px;
	float: left;
}
.social_bookmark br {
	display: none;
}
.social_bookmark * img {
	margin-right: 0;
	float: left;
}
.social_bookmark {
	text-align: left !important;
}
.social-bookmark em {
	padding-right: 12px !important;
}
#testimonials {
	margin: 0;
}
#testimonials h2 {
	padding-left: 20px;
}
#testimonials #creatives {
	margin-bottom: 20px;
}
#testimonials .individual {
	padding-left: 210px;
	width: auto;
}
#testimonials a img {
border: 0 none;
}
#testimonials .individual img {
	margin-left: -210px;
	margin-right: 0;
}
#testimonials .individual.first {
	border-top: 0 none;
}
#testimonials .seemore {
float: right;
margin: 6px 20px 0 0;
}
#sidebar_wrapper.testimonials {
	padding-top: 15px;
}
#sidebar h2.story {
	margin-top:0;
}
#sidebar.story {
	margin-top:0;
}
h4.method p {
	margin-bottom:-12px;
}
