/*
Theme Name: gds
Theme URI: http://thegraphicdesignshop.com/
Description: Built on Thematic Theme</a>
Author: Michael Krapf
Author URI: http://thegraphicdesignshop.com/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/**************/
/* TYPOGRAPHY */
/**************/

body {
	background:#FFFFFF;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}
h1 {
  font-size: 2.5em;
  font-weight: normal;
}
h1.entry-title, .page-title {
	clear:left;
	color:#333333;
	font-family:Rockwell,Georgia,"Times New Roman",Times,serif;
	font-size:2.2em;
	font-weight:bold;
	padding:5px 0 20px;	
}
h2 {
  	font-size: 1.75em;
  	font-weight: normal;
}
h3  {
  	font-size: 1.25em;
  	font-weight: bold;
}
h3 li {
	font-size: 1.25em;
}
.inner-box h3 li {
	font-size: 0.8em;
}
h4 {
  	font-size: 1.1em;
  	font-weight: bold;
}
h5 {
  	font-size: 1em;
  	font-weight: bold;
}
h6 {
  	font-size: 0.8em;
  	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	clear:none;
	font-weight:normal;
}
/**********/
/* LAYOUT */
/**********/

html {
  	background: #F4F7E7;                               /* background & font color */
  	color: #666;
}
#wrapper {
  	margin: 0;
  	width: 100%;
}
p {
	font-size:1.4em;
 	font-weight: normal;
	line-height:1.5em;
	margin:0;
	padding:0 0 10px 0;
}
a {
	color:#27638C;
	margin:0;
	padding:0;
	text-decoration:none;
}
a:link, a:visited {
	color:#DC7420;
	text-decoration:none;
}
.entry-content p a:link, .entry-content p a:visited {
	color:#DC7420;
	font-weight:bold;
}
/*********/
/* LISTS */
/*********/

ul {
  	margin: 0.5em 0 1em;
  	padding: 0;
}
ol {
	font-size:1.4em;
	line-height:1.5em;
  	margin: 0 0 0 1.5em;
}
/* Change Text Highlight Color */
::selection			{ background:#DC7420; color:#FFF; /* Safari and Opera */ }
::-moz-selection  { background:#DC7420; color:#FFF; /* Firefox */ }

/**************/
/* HEADER */
/**************/
#header {
	background:#003C68 url(images/header-bg.png) no-repeat scroll center 0;
	height:134px;
	margin:0 auto;
}
#header-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#branding {
	float:left;
	display:inline;
	width:610px;
	padding:12px 0;
}
/* The rest of the header may need margin and padding removed
for this to work properly--play around with it */
#blog-title a {
	display:block;
	text-indent:-9000px;
	height: 71px; /* height of your header, like 180px */
	width: 200px; /* width of your header, like 940px */
	background:url(images/gds_logo.png) no-repeat top center;
}
#blog-description {
	position:absolute;
	left:-9000px; /* We avoid display:none because it's bad for SEO */
}
#header-last {
  	float: left;
    display:inline;
  	margin: 5px 15px 0 0;
  	width: 300px;
  	height:27px;
}
/********/
/* Twitter */
/********/
#header-last {
	font-size: 12px; /* use this to change the font size of the Twitter updates */
	font-weight: bold; /* I made the Twitter updates font bold to make it easier to read */
	text-align: justify; /* makes the Twitter updates text justified */
	position: relative;
}
#header-last ul {
  	margin: 0px 10px 0px 10px; /* positions the Twitter update text 10 pixels from the right and 10 pixels from the bottom.  This makes the text line up properly in the Twitter block. */
  	padding: 0px 0px 10px 0px; /* sets the padding of the Twitter update text to 10 pixels from the bottom */
}
#header-last .content {
  	margin: 25px 10px 0; /* separates the Twitter updates with a 10 pixel margin at the top between each of the updates */
  	padding: 0px 0px 10px 0px; /* gives a 10 pixel padding between each of the Twitter updates on the bottom */
  	list-style-type: none; /* gets rid of the bullet point next to each of the Twitter updates */
  	/*border-bottom: 2px solid #CFCFCF;  separates each of the Twitter updates with a 2 pixel border at the bottom and gives it a color */
  	color: #555555; /* sets the font color for the Twitter updates */
  	background-image:none;
}   
#header-last .content {
	font-size:11px;
	line-height:15px;
	font-weight: normal;
}
   
#header-last .content a {
	font-size:11px;
	color: #003C68;
}
   
#header-last a {
	font-size:11px;
	color: #CCC;	   
}

 
.twitter-title {
  	font-size: 20px; /* sets the Twitter title font to 20 pixels */
  	font-weight: normal; /* sets the title font weight to normal */
  	color: #444444; /* sets the title font color */
  	text-align: center; /* centers the title within the Twitter block */
  	background-color: #7D9C1F;  /* sets the green background color for the title */
}
.imagecache-itty_bitty {
	float:left;
	display:inline;
}

/* Right upper menu */

ul#fast-links {
	margin:0;
  	list-style:none;
	padding:0;
	float:right;
}
ul#fast-links li {
	float:left;
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	margin:0 2px 0 0;
	background:none;
}
ul#fast-links a {
	float:left;
	display:block;
	padding:10px 10px 12px 5px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	color:#c6c9d1;
}
ul#fast-links a:hover {
	text-decoration:underline;
}
			/* Current list item */
ul#fast-links .current {
	background:url(/images/fast-links-hover-left.gif) no-repeat left center;
}
ul#fast-links .current a {
	background:url(/images/fast-links-hover-right.gif) no-repeat right center;
}

/******************/
/* DROP-DOWN MENU */
/******************/

#header{
	z-index:99; /* IE7 z-index bug */
}
#access{
	border:none;
	font-size:100%;
  	margin: 0 auto;
  	position: relative;
  	width: 960px;
  	z-index: 600;    /* fixes IE z-index bug */
}
.menu{
  	display: block;
  	float: left;
  	display:inline;
  	font-family: inherit;
  	font-size: 1.3em;
  	font-weight: bold;
  	margin-top: 6px;
  	padding: 0;
  	position: relative;
  	line-height:100%;
	width:auto;
}
.menu ul{
	border:none;
	display:block;
	padding:0;
	margin:0;
}
.sf-menu {
	display:inline;	
}
.menu ul li ul{

}
.menu li, .sf-menu li.sfHover{
  	background: transparent url('images/tab-left.png') no-repeat left 0;
  	display: block;
  	float: left;
  	display:inline;
  	margin: 0 4px 0 0;
  	padding: 0 0 0 5px;    /* 0 0 0 10px */
  	position: relative;
  	width:  auto;
}
.menu ul.sf-menu li:hover,
.menu ul.sf-menu li.hover,
.menu ul.sf-menu li.current_page_item {
  	background-position: left -34px;
}
.menu ul.sf-menu li.cat-item-122 {
  	background-position: left -68px;
}
.menu li a, .menu li a.on, .sf-menu li.sfHover a{
  	background: transparent url('images/tab-right.png') no-repeat right 0;
  	border:none;
  	color: #ffffff;
  	display: block;
  	padding: 10px 15px 10px 10px;    /* 5px 10px 1px 0 */
  	text-decoration: none;
}
.menu ul.sf-menu li a:hover,
.menu ul.sf-menu li:hover a,
.menu ul.sf-menu li.hover a,
.menu ul.sf-menu li.current_page_item a {
  	background-position: right -34px;
  	color: #2B2E32;
}
.menu ul.sf-menu li.cat-item-122 a{
  	background-position: right -68px;
}
.sf-menu li:hover {
  	background-position: right -34px;
    background: transparent url('images/tab-left.png') no-repeat left 0;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  	background: transparent url('images/tab-right.png') no-repeat right 0;
  	background-position: right -34px;
    border-bottom:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.menu li li li a{
	background:#B5D1EA;
}
.main{
	clear:both;
}
/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
	background: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#preface-wrapper {
  	color: #fff;
	font-family:Arial,Helvetica,sans-serif;
  	font-size: 1.5em;
  	margin: 0 auto;
  	padding: 15px 0 15px;
  	width: 966px;
}
/* correct button font size */
#preface-wrapper .form-submit {
  	font-size: 0.6em;
}
#preface-wrapper #preface-last {
/*	background-image:url(images/miamisburg-vision.jpg);
	background-repeat: no-repeat;*/
	height:278px;
	width:966px;
}
/* Promo links */
a.promo-link {
	line-height:41px;
	width:133px;
	background:transparent url(images/promo-link.png) 0 0;
	color:#2e2e2e;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	margin:0 5px 0 5px;
	cursor:pointer;
}
a:hover.promo-link {
	background-position: 0 -41px;
	text-decoration:none;
	color:#4481d4;
}


/* "Signup for free" or "Take the tour" links positioning */
#promo-links {
	height:auto !important;
margin-left:60px;
position:absolute;
top:316px;
z-index:5;
}
/* "or" text */
#promo-links span {
	font-size:1.3em;
	color:white;
	line-height:41px;
	margin:0 5px 0 5px;
}
#promo-links a.promo-link,
#promo-links span {
	float:left;
	display:inline;
}

/***********/
/* MISSION */
/***********/

#mission {
  	text-indent:-9999px;/*Hide Text, keep for SEO*/
  	height:0;
}

/************************/
/*  MAIN AREA WRAPPER   */
/************************/

#main {
	background-color:#EFFAFF;
	border-color:#E0E0E0;
	border-top:1px solid #E0E0E0;
	width:auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 15px;
}
#main-wrapper {
  	margin: 0 auto;
  	width: 960px;
}
#main-wrapper a.active {
  	color: #144A6E;
  	text-decoration: underline;
}
#container {
	margin:20px 10px 0 0;
	position:relative;
	width:auto;
	z-index:1;
	display:inline;
	float:left;

}
.not-singular #content {
	margin:0;
	overflow:hidden;
	width:auto;
}
.home #content, .slug-about-us #content, .slug-our-services #content {
	margin:0;
	overflow:hidden;
	width:640px;
}
#content, .slug-our-work #content, .paged #content, .category-blog #content {
  	margin: 0 0 20px;
  	width: auto;
}
.paged #nav-above {
	display:block;
	padding:0 0 10px;
}
/***********/
/* SIDEBAR */
/***********/
#primary {
  	background-color: transparent;
  	border-top:1px solid #CFCFCF;
	border-bottom:none;
  	margin: 70px 0 0 0;
  	padding:0;
 	width: 305px; 
}
.home #primary {
  	margin: 20px 0 0 0;
}
.main-aside {
	float:right;
	display:inline;
	position:relative;
	right:0;
	width:305px;
}
.main-aside ul {
	padding:0;
	margin:0;
}
.main-aside h3 {
	font-family:Rockwell,Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:-0.04em;
	line-height:normal;
	margin:0 0 5px 9px;
}
#primary li.widgetcontainer {
	background:#FFFFFF url(images/box-bgr.gif) repeat-x scroll center top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CFCFCF;
	float:left;
	display:inline;
	height:1%;
	margin:0;
	padding:10px 1px 10px 15px;
	width:289px;
}
#primary li#wp125.widgetcontainer {
	/*border-bottom:none;
	padding:10px 1px 0 15px;
	*/
	padding:10px 1px 10px 15px;
}
#primary li#buy-sell-ads.widgetcontainer {
	border-top:none;
	background-color: #FFF;
	background-image: none;
	padding:0 1px 10px 15px;
}
#primary li.widgetcontainer a{
	text-align:center;
}
#qod-quote p{
	font-size:1.1em;
	padding:0 20px;
	text-align:left;
}
/*********/
/* MISC. */
/*********/

#socialprofiles-4 img{
	padding: 0 2.75px;
}

/* Styles for two-column display */
#wp125adwrap_2c{ width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; display:inline; padding:5px; }

.clearfix {
	display:block;	
}
blockquote {
	margin:0;	
}
/*********/
/* POST */
/*********/
.single .hentry {
	padding:1px;
}
.not-singular .publish {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	margin:0 0 15px 0;
	padding:1px;
}
.s-category-blog .publish {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	margin:0 0 15px 0;
	padding:1px;
}
.category .publish {
	margin-bottom:15px;	
}
.inner-box, .blog_listing, .archive .blog_listing{
	background:#FFFFFF url(images/box-bgr.gif) repeat-x scroll center top;
	height:1%;
	min-height:200px;
	padding:18px;
	margin:0;
}
.clear_hentry{
	clear:both;
}
.thumb_200x200{
	background-color:#FFFFFF;
	border:1px solid #CFCFCF;
	display:inline;
	float:left;
	line-height:0;
	margin:0 23px 5px 0;
	padding:3px;
}
.thumb_200x200 .post-image{

}
.user-comments{
	background:transparent url(images/user-comments.png) no-repeat scroll 0 0;
	float:right;
	height:46px;
	overflow:hidden;
	width:46px;
}
.user-comments a{
	color:#503f3f;
}
.comments-link {
	padding-bottom: 5px;	
}
.user-comments .comments-link a{
	color:#2B2B2B;
	font-size:18px;
	font-weight:bold;
	float:left;
	padding:12px 16px;
	text-align:center;
	text-decoration:none;
}
.blog .entry-title, .blog .entry-title a, .archive .entry-title, .archive .entry-title a{
	color:#003C68;
	clear:none;
	font-family:Rockwell,Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 50px 0.45em 0;
	text-decoration:none;	
	line-height:100%;
}
.category h2.entry-title a{
	margin-right:20px;	
}
.category .entry-meta {
	margin:0 65px 10px 230px;
}
.entry-meta {
	border-color:#ADADAD;
	border-style:dotted;
	border-width:1px 0;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 230px;
	padding:3px 0;	
}
.entry-content {
	margin:0 0 0 230px;
	padding:0;
}
/*.entry-content a {
	color:#27638C;
}*/
.page .entry-content {
	margin:0;
}
.entry-utility {
	background:#F0F0F0;
	color:#999999;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:20px;
	letter-spacing:0.1em;
	line-height:normal;
	padding:15px 15px 5px;
	text-decoration:none;
	text-transform:uppercase;
	margin:0;	
}
.entry-utility a {
	color:#27638C;
}
.sociable li{
	background:transparent none repeat scroll 0 0;
	display:inline;
	padding-left:1em;
}
#content-content .node ul li.firebug {
	background: url('images/firefox-addons/firebug.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
  	font-weight:normal;
}

#content-content .node ul li.colorzilla {
	background: url('images/firefox-addons/colorzilla.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
    font-weight:normal;
}
#content-content .node ul li.gmail-notifier {
	background: url('images/firefox-addons/gmail-notifier.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
    font-weight:normal;
}
#content-content .node ul li.gbutts {
	background: url('images/firefox-addons/gbutts.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
    font-weight:normal;
}
#content-content .node ul li.scrapbook {
	background: url('images/firefox-addons/scrapbook.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
    font-weight:normal;
}
#content-content .node ul li.tab-mix {
	background: url('images/firefox-addons/tab-mix.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
    font-weight:normal;
}
#content-content .node ul li.measureit {
	background: url('images/firefox-addons/measureit.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
    font-weight:normal;
}
#content-content .node ul li.gcal {
	background: url('images/firefox-addons/better-gcal.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
    font-weight:normal;
}
#content-content .node ul li.better-gmail2 {
	  background: url('images/firefox-addons/better-gmail2.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
      font-weight:normal;
}
#content-content .node ul li.better-greader {
	  background: url('images/firefox-addons/better-greader.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
      font-weight:normal;
}
#content-content .node ul li.blank-canvas {
	  background: url('images/firefox-addons/blank-canvas.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
      font-weight:normal;
}
#content-content .node ul li.fireshot {
	  background: url('images/firefox-addons/fireshot.png') no-repeat left 0.50em;
  	list-style-image: none;
  	list-style-type: none;
  	padding: 1em 1em 2em 4em;
      font-weight:normal;
}

.npr {
	  background: url('images/npr.gif') no-repeat left 0.50em;
  	padding: 1em 1em 3em 11em;
  	font-size:1.4em;
	font-weight:normal;
	line-height:1.5em;
}

ul.itunes {
 	margin:0 0 30px 50px;
}

ul.itunes li {
  	font-size:1.4em;
  	line-height:1.4em;
  	font-weight:600;
}

ul.firefox li {
	font-size:1.3em;
	line-height:1.6em;
}

.highlight {
	background-color:#FF0;	
}

.links {
	background:#DADADA;
	color:#999999;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:20px;
	letter-spacing:0.1em;
	line-height:normal;
	padding:15px 15px 5px;
	text-decoration:none;
	text-transform:uppercase;
}

.question, .answer {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;
	padding:0 0 10px;
}

.question {
}

.answer {
	color: #27638C;
	font-weight:normal;
}
.entry-content h1, .entry-content h2 {
font-family:Arial,sans-serif;
font-size:19px;
font-weight:bold;
line-height:23px;
padding:28px 0 14px;
}

/********/
/* Services */
/********/
h2.services {
	border-bottom:1px dotted #ADADAD;
	color:#003C68;
	margin:10px 0 10px 0;
	font-weight: bold;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px 0;
}
.node-type-services {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	margin:0 0 15px;
	padding:1px;
}
.node-type-services h3 {
	padding:0;
}
.node-type-services .inner-box, .client .inner-box, .price .inner-box {
	background:#FFFFFF url(images/box-bgr.gif) repeat-x scroll center top;
	height:1%;
	padding:14px;
}

.node-type-services .inner-box img {
	border: 3px solid #CFCFCF;
	margin:0 0 0 25px;
}

.slug-our-services .node-type-services .inner-box img {
	margin:0;	
}

h2.service-list {
	margin:0 0 10px 0;	
}

.inner-box ul {
	
}

.node-type-service-list {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	margin:0 0 15px 0;
	padding:1px;
}

.node-type-service-list .inner-box {
	background:#FFFFFF url(images/box-bgr.gif) repeat-x scroll center top;
	height:1%;
	min-height:200px;
	overflow:hidden;
	padding:18px;
	margin:0;
}

.node-type-service-list .inner-box img {
	margin:0;
}

.node-type-service-list ul{
/*	float:left;*/
}

.node-type-service-list li{
padding:7px 0;
}


/********/
/* Our Work */
/********/
.information p{ 
 	padding-bottom:15px;
 	border-bottom:1px solid #ddd;
 	margin:0;
 } 
 
h2.recent{
 	background: url(images/recent.png) no-repeat;
 	height:30px;
 	text-indent:-9999px;
 	padding-bottom:10px;
 	position:relative;
 	top:15px; 
 } 
 
 .meta{
 	color:#817f78;
 	font-size:11px;
 	margin:0;
 }

.work img{
 	float:right;
    display:inline;
 	padding:5px;
 	background:#fff;
 	border:1px solid #ddd;
 	margin:0 0 10px 10px;
 }
.work {
	border-top:1px solid #E6DFCE;
	float:left;
	display:inline;
	margin:0 0 4em;
}

.client {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	float:left;
	display:inline;
	padding:1px;
	margin:0 0 20px 0;
}
.client h3 {
	color:#003C68;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style: normal;
	line-height:100%;
	margin:0 0 10px 0;
	padding:0;
}
.client h3.about {
	border-bottom:1px dotted #ADADAD;
	font-size:1.75em;
	margin:0.25em 0 0 114px;
	padding-bottom:5px;
}
.client h4 {
	color:#333;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 10px 114px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: normal;
}

.client p {
	margin:0.25em 0 0 426px;	
}
.slug-about-us .client p {
	margin:0.25em 0 0 114px;	
}
.testimonial {
 	text-align:left;	
}

.testimonial p{
 	margin-top:3px;
 	line-height:150%;
 	margin-bottom:20px; 
 	padding:7px;
}
 
.client p.testimonial-work {
	font-size:1.2em;
	margin:0.25em 0 0 426px;
	font-style: italic;
}
.entry-meta .author {
	font-style: normal;
	text-transform: uppercase;
}
.author{
 	color:#003C68;
 	font-size:11px;
 	margin-top:5px;
}
.client h3 a {
	color:#DC7420;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.2;
	margin:0;
	text-decoration:underline;
}

.client img {
 	float:left;
	display:inline;
 	margin:0 14px 14px 0;
}

.client img.about {
 	border-bottom:4px solid #333;
 	clear:both;
 	margin:15px 14px 14px 0;
}

#webform-client-form-14 .client{
	width:600px;						 
}

#webform-client-form-14 .inner-box {
	padding-left:30px;						 
}

.client div.form-item label {
	font-size:1.3em;
	font-weight: bold;
	padding:0 0 5px 0;
}
/************/
/* SIGNATURE */
/************/
.signature {
	clear:both;	
}

#post-author {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	margin:10px 0 40px;
	padding:1px;
}
.post-author-inner {
	background:#F0F0F0 none repeat scroll 0 0;
	height:1%;
	padding:13px 13px 15px;
}
#post-author .author-avatar {
	float:left;
	display:inline;
	margin:0 20px 0 0;
	height:111px;
	width:111px;
}

#post-author .author-avatar img, .picture img, .comment-author img{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	padding:5px;
}

img.avatar-image {
	height:96px;	
}

#post-author .author-name {
	color:#7D7D7D;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
}

#post-author .author-desc {
	color:#7D7D7D;
	font-size:12px;
	font-style:italic;
	line-height:18px;
}

#post-author .author-links {
	border-top:1px solid #CFCFCF;
	color:#2D1500;
	font-size:12px;
	font-weight:bold;
	margin:3px 0 0 130px;
	padding:5px 0 0;
}
#post-author .meta-sep {
	color:#7D7D7D;
	margin:0 5px;
}
/******************/
/* COMMENTS */
/******************/
#comments.box, #respond.box {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	margin:0 0 15px 248px;
	padding:1px;
	width:681px;
}
.box .content {
	background:#F0F0F0 none repeat scroll 0 0;
	clear:both;
	height:1%;
	overflow:hidden;
	padding:13px 13px 15px;	
}
#comments ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
#comments li {
	clear:both;
	overflow:hidden;
	margin:0 0 20px 0;
}
div.fl {
	width:100px;
	float:left;
	display:inline;
}
.comment-content {
	float:right;
	display:inline;
	width:520px;
}
span.fn {
	font-size:12px;	
}
.comment-meta {
	font-size:11px;	
	line-height:14px;
}
span.unapproved {
	color:red;
	float:right;
	display:inline;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin-top:5px;
}
.box2 {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	height:1%;
	margin:0 0 20px;
	min-height:115px;
	padding:18px;	
}
#comments p {
	font-size:12px;	
}
#respond h3 {
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	padding:0;
}
.formcontainer {
}
.formcontainer input {
	float:right;
	padding:9px 15px;
	width:487px;
}
.form-section textarea {
	float:right;
	display:inline;
	width:511px;
	height:114px;
}
input#submit {
	background:#007ABB none repeat scroll 0 0;
	border:3px double #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:15px;
	padding:10px 20px;
	width:150px;
}
.subscribe-to-comments {
	color:#666666;
	float:left;
	display:inline;
	font-size:11px;
	margin:0;
	padding:28px 0 0 150px;
}
/******************/
/* PRICING */
/******************/

.price {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	float:left;
	display:inline;
	padding:1px;
	margin:0 0 20px 0;
}

.price h3 {
	margin:0 0 10px 0;
	font-size:22px;
	line-height:100%;
}

.price h4 {
	color:#F57200;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	margin:20px 0 20px 114px;
	padding:0;	
}

.price p {
	margin:0.25em 0 0 114px;	
}


.price h3 a {
	color:#1C272E;
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin:0;
	text-decoration:none;	
}

.price img {
 	float:left;
	display:inline;
 	margin:0 14px 14px 0;
}
/******************/
/*     CONTACT    */
/******************/

body#public.noI div#container {
	background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CFCFCF;
float:left;
margin:0 0 20px;
padding:1px;
}
/******************/
/*     FOOTER     */
/******************/
#footer {
border-top:1px solid #CCCCCC;
margin:0;
}

/******************/
/* HELPER CLASSES */
/******************/
input, select, textarea {
	border:1px solid #CFCFCF;
	color:#404040;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	padding:3px;
}
.hide {
  	display: none;
  	visibility: hidden;
}

.left {
  	float: left;
    display:inline;
}

.right {
  	float: right;
    display:inline;
}

.clear {
  	clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  	clear: both;                                    /* (IE version is in ie6-fixes.css) */
  	content: "."; 
  	display: block;
  	font-size: 0;
  	height: 0; 
  	visibility: hidden;
}

.clearfix {
	display:block;	
}
/******************/
/* WORDPRESS CODEBOX */
/******************/

.wp_codebox {
}

table {
	width:100%;
	background-color: #F8F8F8;
}

pre, code {
	font-family:Monaco,monospace;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

