/*   
Theme Name: Web Strategy 360 - Thematic
Theme URI:  http://www.webstrategy360.com/
Description: custom mod on the Thematic framework
Template: thematic
Version: 1.0
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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 */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Add custom header image */
#branding {
	background: transparent url('images/logo.png') no-repeat -5px 50px;
	position: relative;
}
#blog-title span a{ 
	display:block;
	width: 290px;
	text-indent: -1000em;
}
/* adjust positions of stuff in Header */
#blog-description {
	margin-left: 7px;
	font-size: 13px !important;
	font-weight: normal !important;
}
#header-widget-area {
	position: absolute;
	right: 0;
	top: 80px;
	width: 650px;
}
#header-widget-area li {
	float: right;
	list-style: none outside;
	margin-left: 20px;
}
/* stretch content of pages without sidebar */
body.page-template-page-clients-loop-php #container,
body.page-template-page-clients-loop-php #content,
body.page-template-page-home-php #container,
body.page-template-page-home-php #content,
body.page-template-page-no-sidebar-php #container, 
body.page-template-page-no-sidebar-php #content {
	width: auto;
}
/* dynamic menu highlighting */
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color:#f4eeee;
	background-color: #f0ddff;
}	
	
/* =Homepage styles= */
body.home #main {
	padding-top: 46px;
	}
h1 {
	font-family:Arial,sans-serif !important;
	font-size:26px !important;
	font-weight:bold !important;
	line-height:26px !important;
	padding:0 0 7px !important;
}

table.homepage-widgets table,
table.homepage-widgets {
	border: 0;
}
table.homepage-widgets tr {
	border: none;
}
table#homepage-widgets-row-1 tr {
	border-bottom: 1px solid #ccc;
	height: 150px;
}
/* table#homepage-widgets-row-2 td {
	border-right: 5px solid #743399;
}
 */
table#homepage-widgets-row-2 td:last-child {
	border-right: none;
}
table.homepage-widgets td {
	vertical-align: top;
	padding: 0 0.75em 1em;
}
table.homepage-widgets td:first-child {
	padding-left: 0;
}
table.homepage-widgets td:last-child {
	padding-right: 0;
}
/* =Slider= */
#homepage-widgets-slider #expand,
#homepage-widgets-slider #collapse {
	cursor: pointer;
	position: absolute;
	right: 0;
}

table#ws360-content {
	background-color: #eee;
	width: 100%;
}

table#ws360-content tr {
	border-bottom: none;
}

#homepage-widgets-slider #ws360-rightcorner,
#homepage-widgets-slider {
	width: 100px;
}

#homepage-widgets-slider #ws360-jquery-expander {
	background-color: #eee;
	position: absolute;
	right: 0;
	min-height: 140px;
}
/* =Testimonials= */
body.home #clients-list {
	border: 2px solid #743399;
	background-color: #F4EEEE;
	background-color: #f0ddff;
}
body.home #clients-list  .hentry {
	padding: 1em 18px;
	border: none;
}
body.home #clients-list .feedback {
	width: 600px;
}

/* =Client list styles= */
#clients-list .hentry {
	padding-top: 22px;
	border-top: 1px solid #ccc;
}
#clients-list .client-logo {
	width: 300px;
	float: left;
	text-align: center;
}
#clients-list .client-logo img {
	max-height: 130px;
	max-width: 300px;
}
	
#clients-list .feedback {
	float: left;
	width: 640px;
	margin-right: 10px;
}
	
#clients-list .person-name {
	font-weight: bold;
	font-style: normal;
}
	
/* =cfroms styles= */
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "../../plugins/cforms/styling/calendar.css";

.cform { 
	background-color:#F0DDFF;
	margin:10px auto;
	padding:10px 30px 30px;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 10px 15px; 
	border:1px solid #adadad; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}


ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0 5px; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	margin:4px 10px 0 0; 
	/*display:-moz-inline-box; /*for mozilla*/
	/*display:inline-block; /*for Opera & IE*/
	/*text-align:right;*/
	display: block;
	vertical-align:top;
}

.cform label span {
	/*width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input.cf_upload, 
.cform input.single,
.cform textarea,
.cform select { 
	padding:3px;
	background-color: #f0f0f0; 
	border: 1px solid #aaa;
	vertical-align:top;
}
.cform input.single {
	width: 60%;
}
/*.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#f8f8ee; 
}*/

.cform input.single:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#fefefe; 
}

/*.cform textarea,
.cform input {
	width:150px; 
}*/
.cform select {
	min-width:41%; /* attempt to have equal length */
	/*padding:2px 0; */
}

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-size: 0.9em;
	overflow:auto;
	width: 70%;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	/*text-align:right;*/
	padding: 0!important;
	margin: 0;
	margin: 10px 0 0 5px;
	background: transparent url('images/submit-button.png') no-repeat scroll -260px -35px;
	height: 35px;
	line-height: 35px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	background:transparent url('images/submit-button.png') no-repeat scroll 100% 0;
	border:medium none;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin-left:20px;
	padding:0 20px 2px 0;
	text-shadow:1px 1px 0 #111;
	text-transform:uppercase;
	cursor: pointer !important;
	/*background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;*/
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(../../plugins/cforms/styling/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(../../plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(../../plugins/cforms/styling/captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
	border-width:1px 0pt;
	border-color:#eee;
	border-style:solid;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#f4eeee none repeat scroll 0% 50%;
	border-color:#ecf;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(../../plugins/cforms/styling/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
/*.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}*/

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none !important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

/* =Global styles= */
.hide {
	display: none;
	}

/* =Hacks= */
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

abel,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

/* =Global styles= */
.hide {
	display: none;
	}

/* =Hacks= */
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

%;}
.clearfix {display: block;}

abel,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

/* =Global styles= */
.hide {
	display: none;
	}

/* =Hacks= */
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

