/*  
Theme Name: ExecuTech Suites
Theme URI: http://www.getwordpressed.com/
Description: Custom WP Theme for ExecuTechSuites.com.
Version: 12.04.07
*/



/* Begin Typography & Colors */
body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif, Tahoma;
	color: #333333;
	text-align: left; 
	background-color: #000000;
	}

a {
	color: #AC0000;
	}
	
a:hover {
	color: #FF0000;
	}
			
.post {
	font-size: 12px;
	padding: 0 1em 0 1.5em;
	}
	
.postmetadata, small {
	font-size: 11px;
	}
		
.post h1, .post h2, .post h1 a, .post h2 a {
	color: #000000;
	font-size: 13px;
	}
			
.plugim {
	margin-left: 8px; 
	margin-bottom: 3px;
	text-align:left
	}
	
.entry ul, .entry li {
	list-style-type: disc;
	color: #000000	
	}
	
.ddsg-wrapper {
	width: 95%;
	}
		
.ddsg-wrapper ul, .ddsg-wrapper li {
	list-style-type: none;
	}
	
.ddsg-wrapper ul {
	padding: 0 0 0 .5em;
	margin: 0;
	}

.ddsg-wrapper li {
	padding: 0 0 0 1em;
	margin: 0;
	}
	
h1, h1 a {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif, Tahoma;
	font-weight: bold;
	text-decoration: none;
	}

h2, h2 a {	
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif, Tahoma;
	font-weight: bold;
	text-decoration: none;
	}

h3 {	
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif, Tahoma;
	font-weight: bold;
	}

.header {
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
}

.middle-table {
	width: 45em;
	}

.floorplan-table {
	width: 100%;
	}

.floorplan-top {
	height: 22px;
	width: 100%;
	background-image: url('images/floorplan-top.jpg');
	}

.floorplan-content {
	width: 100%;
	background-image: url('images/floorplan-table.jpg');
	}

.floorplan-bottom {
	height: 21px;
	width: 100%;
	background-image: url('images/floorplan-bottom.jpg');
	}
		
.middle-top {
	height: 22px;
	background-image: url('images/middle-top.jpg');
	}

.middle-content {
	background-image: url('images/middle-table.jpg');
	}
			
.middle-bottom {
	height: 21px;
	background-image: url('images/middle-bottom.jpg');
	}

.commenttext {
	color: #666666;
	}
	
cite {
	color: #666666;
	}
	
.commenttext a {
	color: #666666;
	text-decoration: none;
	}	
	  
.narrowcolumn {
	align: left;
	background-color: #000000;
	}  
		
.widgetarea img {
	border: 0px;padding-top:5px;
	}
	
.rightwidget {
	padding: 0 .25em 0 1em;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif, Tahoma;
	align: left;
	width: 10em;	
	color: #E5DD72;
	font-weight: bold;
	}
	
.rightwidget a {
	color: #E5DD72;
	font-size: 11px;
	text-decoration: none;
	}

.rightwidget a:hover {
	color: #F6F1C9;
	}

.rightwidget h2 {	
	font-weight: bold;
	padding: 0 0 .25em 0;
	margin: 0;
	color: #FFFFFF;
	}

.rightwidget ul, li {
	list-style-type: none;	
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif, Tahoma;
	}	

.rightwidget ul {
	padding: 0 0 1em 0;
	margin: 0;
	}
	
.rightwidget li {
	padding: 0 0 0 1em;
	margin: 0;
	}

.leftwidget {
	padding: 0 2em 0 1.5em;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif, Tahoma;
	align: left;
	font-weight: bold;
	color: #FFFFFF;
	width: 195px;
	}
	
.leftwidget a {
	color: #E5DD72;
	text-decoration: none;
	}

.leftwidget a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
.leftwidget ul, .leftwidget li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #E5DD72;	
	font-weight: bold;
	}	
		
.commentmetadata {
	font-size: 11px;
	}
	
.center {
	color: #FFFFFF;
	}	
	
/*                                                    */
/*  this theme is for slim(mer) forms                 */
/*                                                    */
@import "calendar.css";


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

#cforms2form {
	padding: 0; 
	margin:0; 
	width: 150px;
}

#cforms2form fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; }

#cforms2form fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#cforms2form legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times; 
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{ 
	margin:5px 10px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

#cforms2form label {
	width:90px; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
#cforms2form label span {
	width:90px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	width:50px;
	margin:0 10px 0 0; 
}
label.cf-before span {
	width:50px;
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:100px;
	text-align:left;
}

label.cf-after span {
	width:100px;
	display:block;
}

label.cf-group-after {
	margin:0 0 0 2px;
	width:50px;
	text-align:left;
}
label.cf-group-after span {
	width:50px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

#cforms2form input,
#cforms2form textarea,
#cforms2form select { 
	padding:1px 3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
}
#cforms2form input:hover,
#cforms2form textarea:hover,
#cforms2form select:hover	{
	background:#CEDDDF; 
}

#cforms2form input:focus,
#cforms2form textarea:focus,
#cforms2form select:focus	{ 
	background:#F3F8F8; 
}

#cforms2form textarea,
#cforms2form input {
	width:100px; 
}
#cforms2form select {
	width:100px; /* attempt to have equal length */
}  

#cforms2form select.cfselectmulti	{ 
	height:7.5em; 
}

#cforms2form textarea {
	font-family: arial;
	font-size: 0.9em;
	height:5em;
	overflow:auto;
	display:block;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:none; 
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:10px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
	margin-left:10px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 10px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
}
#cforms2form input.sendbutton	{ 
	border-left:1px solid #ececec !important; border-right:1px solid #adadad !important; border-top:1px solid #ececec !important; border-bottom:1px solid #adadad !important; width:75px;  
	padding:2px; 
	font-size:0.8em;
	margin-left:50px; margin-right:0; margin-top:10px; margin-bottom:0
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

#cforms2form .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
#cforms2form .errortxt,
.mailerr	    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	width:150px;
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:80px;
}
input.secinput {
	width:45px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:30px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	margin:0 0 0 2px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	background:	url('../images/captcha_reset_grey.jpg') no-repeat;
	margin-left:3px;
	width:21px;
	height:21px
}

img.imgcalendar {
	position:relative;
	top:4px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* 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                                 */
/*                                                    */

#cforms2form input.cf_upload  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0!important;
	padding:.25em 0 0 0!important;	
	text-align:center!important;
}
#112 p {
	font-size: 1px;
	padding: .25em 0 0 0;
	}
	
.linklove a,
.linklove a:visited {
	font-size: 1px;
	font-family: Tahoma;
	color:#000000;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html #cforms2form label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html #cforms2form fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html #cforms2form legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html #cforms2form fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b,
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}
	