/*
Theme Name:	    The Communications Queen
Theme URI: 		http://www.vainternational.com/
Version: 		1.0
Description: 	The Communications Queen Theme
Author: 		Caimes Web
Author URI:		http://www.caimesweb.com
*/

@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import url("assets/css/form.css");

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1px;
    margin-top: 0px; }
		
ul,
ol {
	list-style-type:none;
	margin:0px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	font-size:110%;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote {
	display: block;
	padding: 30px 30px 0 30px;
	margin:0 auto;
	width: 550px; }

blockquote p {
	font-size:16px;
	font-style:italic; }

blockquote:before, blockquote:after {
	color: #ccc;
	display: block;
	font-size: 700%;
	width: 30px; }

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em; }

blockquote:after {
	content: close-quote;
	height: 30px;
	margin-top: -10px;
	margin-left: 550px; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	line-height: 1.538em;
	background: #d0d1d3 url("images/bg_body_thin.png") repeat-y center top; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0;
    color: #df3a5b; }
 
a, a:visited, a:active {
	text-decoration: underline; 
    color: #df3a5b;
    }
 
a:hover {
	color: #df3a5b;
	text-decoration: underline; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 20px;
	font-size:14px;
	margin: 0 0 20px 0; }
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
    font-size:18px;
	font-weight: normal;
	margin: 15px 0 20px 0px;
    color: #434343;  }
 
h3 {
	font-weight:bold;
	font-size:1.7em;
	margin:0;
	padding: 0 0 5px 0;}

h4 {
	font-weight:bold;
	font-size:1.5em;
	margin: 0;}


/*	-------------------------------------------------------------
	COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }
	
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	margin:0 auto;
	padding:0px 0 0 0;
	width:100%;
	background: transparent; }
 
.wrapper {
	margin:0 auto;
	padding:0;
	width: 975px;
	background:#fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius:12px;
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0px 5px rgba(0,0,0,0.3); }
 

.sub-header, .sub-header-small {
	display:block;
	margin: 0;
	padding:0;
	height: auto;
    min-height: 278px;
	width: 970px;
	background:transparent url("images/shadow.png") no-repeat bottom center; }
    
 .sub-header-small {
    height: 231px;    
 }
 
 .background-shadow
 {
    	background:transparent url("images/shadow.png") no-repeat bottom center;
 }

.content {
	padding:0;
	width: 970px; }
    
 

.content-home {
    margin-top: -30px;
    }

.content-home h1
{
    display: none;
}


.the-content {
	margin:5px 0 30px 0; }

.content-home .the-content
{
    margin-top: 15px;
}

.footer {
	margin: 0 auto;
	padding:20px 0;
	width: 970px;
	font-size:11px;
    font-family: Verdana, Arial, sans-serif;
    color: #5c5c5c;
	text-align:center; 
    
    }
    
.footer a
{
    color: #df3a5b;
    text-decoration: underline;
}

/* Navigation */

.menu {
    float: right;
    width: 100%;
    margin-top: -2px;
    background: none;
    font-family: Arial, Verdana, sans-serif;
    z-index: 1;
}





.nav {
    background: transparent url("images/navbg.png") repeat-x top;
    border: 0;
    
    font-size: 14px !important; 
    font-weight: bold;
    color: #fff;
    text-shadow: 0px -1px 0px #9c0c29;
    
    -moz-border-radius-topright:12px; 
    -moz-border-radius-topleft:12px;
    -webkit-border-top-right-radius:12px; 
    -webkit-border-top-left-radius:12px;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    padding: 0px 15px;
    width: 945px;
   
}

.nav #secnav
{
    width: 600px;
    float: right;
}

.nav .bottom-no-corners
{
    -moz-border-radius-bottomright:0px; 
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-right-radius:0px; 
    -webkit-border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}

.nav .current-menu-item a
{
    text-decoration: underline;
}

.nav ul .current-menu-item a, .nav .current-menu-item li, .nav .current-menu-item li a
{
    text-decoration: none;
}

.nav a {
     color: #fff;
     border: 0;
     text-decoration: none;
     padding: 0px;
}

.nav a:hover {
    background-color: transparent;
    color: #fff;
}

.nav a:focus { background-color: transparent; }

.nav li 
{ 
    /*padding: 12px 17px 12px 17px;
    min-height: 16px;*/
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius:5px;
    float: left;
}

.nav li a
{
    padding: 14px 14px 12px 14px;
    min-height: 14px;
    font-size: 14px;
    font-weight: bold;
    
}

.nav li:hover, .nav li.nav-hover { background-color: transparent; }


.nav li:hover a
{
    color: #fff;
}

.nav li:hover ul, .nav li.nav-hover ul { background: #a20a29; }


.nav ul
{
    padding: 12px 0px;
    width: 212px;
}
.nav ul li
{
     width: auto;
    background: transparent;
   -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    clear: both;
    
}

.nav ul li a
{
    padding: 3px 17px 3px 17px;
    text-shadow: 0px -1px 0px #000;
    border: 0;
    font-size: 14px !important;
    text-decoration: none;
    font-weight: bold;
    color: #ebebeb;
}


.nav ul li:hover { background: transparent; }


.nav .sub-menu
{
    margin-top: 20px;
    margin-left: 1px;
    background: #20b3a8;
    border: 0;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    
	-moz-box-shadow: 0px 3px 6px 1px #444;
	-webkit-box-shadow: 0px 3px 6px 1px #444;
	box-shadow: 0px 3px 6px 1px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#000000');
}
        
}



.nav .children, .nav .children li
{
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent;
    width: 217px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}



.nav .children {
    margin-top: 9px;
     -moz-box-shadow: 0px 1px 3px #808080;
    -webkit-box-shadow: 0px 1px 3px #808080;  
     width: 217px;
}

.nav .children li {
    
    width: 227px !important;
    height: 38px !important;
    border-bottom: 1px solid #b2c4ad;
    padding-top: 10px;
    padding-left: 10px;   
    text-decoration: none;
    
}

.nav .children li:hover
{
}

.nav .children li a
{
    color: #ffffff;
    border: 0;
    text-decoration: none;
    width: 217px;
    text-shadow: 1px 1px 0px #11726b; 
}


	
/******************************************************
                BigHeader
******************************************************/

.bigheader-home
{
    height: 260px;
    padding: 0px 30px;
    background: transparent url("images/header-bg-home.png") no-repeat center;
    color: #fff;
    
    
}

.bigheader-home .services-link
{
    width: 126px;
    height: 21px;
    background: transparent url("images/services-link.png") no-repeat center;
    float: left;
    display: block;
    clear: both;
    margin-left: 28px;
    margin-top: 7px;
}

.bigheader-home .headline
{
    clear: both;
    font: 60px "Myriad Pro", Arial, sans-serif;
    margin-top: 22px;
    margin-left: 25px;
    height: 60px;
    float: left;
    font-weight: 100;
}

.bigheader-page
{
    height: 127px;
    padding: 0px 30px;
    background: transparent url("images/header-bg-page.png") no-repeat center;
    color: #fff;
    
    
}

.bigheader-page .left-wrap, .bigheader-home .left-wrap
{
    float: left;
} 


.breadcrumbs
{
    font: 12px Arial, Verdana, sans-serif;
    color: #df3a5b;
    float: left;
    clear: both;
    margin-top: 0px;
    
}

.breadcrumbs a
{
    color: #df3a5b;
    text-decoration: none;
}

.bigheader-page .headline
{
    clear: both;
    font: 60px "Myriad Pro", Arial, sans-serif;
    color: #fff;
    float: left;
    margin-top: 5px;
    height: 60px;
    
}

#networking-info 
{
    color: #fff;
    width: 284px;
    height: 171px;
    background: transparent url("images/networking-bg.png") no-repeat center;
    float: right;
    margin-top: -10px;
    padding: 25px 0px 0px 42px;
    font-size: 14px;
    
}

#networking-info .headline
{
    font: 30px Arial, Verdana, sans-serif;
    text-shadow: 0px -1px 0px #a6621f;
    height: auto;
    margin: 0 0 10px 0;
}

#networking-info .left-col
{
    width: 105px;
    float: left;
    height: 25px;
}

#networking-info .right-col
{
    width: 135px;
    float: left;
    height: 25px;
}

/* Front Page */ 
#front-left, #front-mid, #front-right {
	float:left;
	width:267px;
	padding:0 20px 20px 0;
	margin:10px 0;
	/*background:#fff url("images/col_sep.gif") no-repeat top right; */
    
    }

#front-left h2 a, #front-mid h2 a, #front-right h2 a {
	/*font-size:2.4em;
	font-weight:bold;*/
    font-size: 18px;
	margin-bottom: 10px;
    color: #434343;
     }

#front-left h2, #front-mid h2, #front-right h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #434343;
}
    
#front-left h2 a:hover, #front-mid h2 a:hover, #front-right h2 a:hover {
    color: #000;
     }

#front-left p, #front-mid p, #front-right p {
	padding:0 20px 0 0;}

#front-mid {
	padding:0 20px 20px 20px;  }

#front-right {
	padding:0 0 20px 20px;
	background:#fff;  }

/* sidebar */
#sidebar {
	float:left;
	width:295px;
	margin:10px 0 20px 20px;
	padding:0px 0 0 20px;
	/* background:transparent url("images/col_sep.gif") no-repeat top right; */ }

#sidebar h1 {
	font-size:1.7em;
	font-weight:normal;
	margin:0;
	padding:4px 0 4px 13px; }
    
#sidebar h2 {
    color: #000;
}

#sidebar ul {
	padding:0;
	margin:10px 0 0px 0; }

#sidebar ul li {
	padding:0;
	margin:0 0 0 0px; }
    
#sidebar ul li.current_page_item {
    font-weight: bold;
}

#sidebar ul li a {
	padding:0;
	margin:0;
	font-size:14px; 
    color: #df3a5b;
    }
	
#sidebar form.global  {
	margin:20px 0 20px 20px;
	width: 70%; }

#sidebar form.global input {
	border-top: 1px solid #adadad;
	border-left:1px solid #adadad;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

#sidebar form.global input:hover { 
	border: 1px solid #b5b4b4; }

#sidebar form.global input:focus {
	border: 1px solid #b5b4b4;
	color: #666; }

#sidebar form.global input.submit:hover {
	cursor:pointer; }
 
 #sidebar .widget
{
    margin-bottom: 27px;
}

#sidebar .widget-title
{
    font-size: 24px;
    font-family: Arial, Verdana, sans-serif;
    margin-bottom: 20px;
    
}

#sidebar ul
{
    list-style: none;
    width: 266px;
    border-bottom: 1px solid #dedede;
    margin-left: 0px; 
}

#sidebar ul li
{
    padding-left: 18px;
     border-top: 1px solid #dedede;    
}

#sidebar .cat-item, #sidebar .page_item
{
    color: #666666;
    font-size: 14px;
    width: 248px;
    height: auto;
    
}

#sidebar .cat-item a, #sidebar .page_item a
{
    text-indent: 0px;
   height: auto;
   line-height: normal;
   width: auto;
  
   text-decoration: none;   
   display: block;  
   padding: 12px 0px 12px 0px;
   margin-right: 0px !important;
    
}

#sidebar .contact-box
{
    width: 235px;
    text-align: center;
    margin: 30px auto 0px auto;
    font-size: 14px;
}

#sidebar .contact-box .buttons-wrap
{
    width: 235px;
    margin: 0px auto 34px auto;
    padding-bottom: 34px;
}

#sidebar .contact-box .button
{
    display: block;
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 18px;
}

#sidebar .secretsimage {
    width:  284px;
    height: 190px;
    background: transparent url("images/7-secrets-effective-communication-small.png") no-repeat center;   
}

#sidebar .contact-box .youtube
{
    background: transparent url("images/button-youtube.png") no-repeat center;
}

#sidebar .contact-box .facebook
{
    background: transparent url("images/button-facebook.png") no-repeat center;
}

#sidebar .contact-box .linkedin
{
    background: transparent url("images/button-linkedin.png") no-repeat center;
}

#sidebar .contact-box .twitter
{
    background: transparent url("images/button-twitter.png") no-repeat center;
}

#sidebar .contact-box .skype
{
    background: transparent url("images/button-skype.png") no-repeat center;
    margin-right: 0px;
}


/****************       Newsletter Widget               ****************/

#eletter
 {
    width: 265px; /*321*/
    height: 306px; /*341*/
    border: 0;
    background: transparent url("images/eletter-bg.png") no-repeat center top;
    
    padding-left: 29px;
    padding-right: 27px;
    padding-top: 35px;
    
    margin-top: 8px;
    margin-left: -10px;
    
    font-family: Arial, Verdana, sans-serif;
    color: #fff;
    font-size: 14px;
    
    
 }
 
.homepage-widget #eletter
{
    margin-top: -5px;
}
 
 #eletter .title
 {
    font: 30px Arial, Verdana, sans-serif;
    color: #fff;
    text-shadow: 0px -1px #9c0c29;
    margin-bottom: 15px;
 }

#eletter label
{
    font-size: 14px;
    margin-top: 13px;
    width: 82px;
    line-height: 25px;
    display: block;
    float: left;
    text-shadow: 0px -1px #9c0c29;
}

#eletter .textinput
{
    background-color: #fff;
    margin-top: 13px;
    width: 168px;
    height: 25px;
    border: 0;
    padding: 0;
    padding-left: 5px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
}

#eletter .submitinput
{
    display: block;
    width: 204px;
    height: 56px;
    border: 0;
    background: transparent url("images/eletter-submit.png") no-repeat center top;
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0px auto;
    color: #fff;
    cursor: pointer;
   
}

/* COL RIGHT */ 	
#col-right {
	float:left;
	width:600px;
	margin:0;
	padding:0px 5px 0 30px;
    font-family: Arial, Helvetica, sans-serif;
     }

#col-right h1 {
	font-size:48px;
    font-family: Arial, Verdana, sans-serif;
    color: #010101;
    line-height: normal;
	display:block;
	margin: 8px 0 14px 0;
    padding: 0; 
    padding-top: 8px;}

#col-right h2 {
	font-size:23px;
    font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
    line-height: normal;
	margin:0px 0 20px 0; 
    color: #000;
    }

#col-right div.sidebar {
	float:left;
	margin:0 30px 0 0;
	width:47%;
	font-size:100% !important;  }

	#col-right div.sidebar-contact {
		float:left;
		margin:0 30px 0 0;
		width:40%;
		font-size:100%;  }

#col-right div.col-right{
	float:left;
	margin:0;
	width:47%;  }

	#col-right div.col-right-contact {
		float:right;
		margin:0 0 30px 0;
		width:100%;
		background:#f6f6f6;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
		box-shadow:0 0px 5px rgba(0,0,0,0.2); }

#col-right div.col-full {
	float:none;
	clear:both;
	margin:0;
	width:100%;  }

#col-right div.quote {
	float:left;
	padding:0 0 0 35px;
	margin:20px 0 0 0;
	width:40%;
	background:transparent url("images/col_sep_quote.gif") no-repeat top left;  }

#col-right div.quote p {
	font-size:1.8em;
	font-style:italic;
	text-align:left;
	line-height:1.4em;
	padding:0; }

#col-right div.quote span {
	padding: 0 0 5px 0;
	text-transform:uppercase; }
	
/* Works */
div.projects-row {
    display: block;
    margin: 20px 0 0 0;
    width: 100%; }

div.projects-row ul.block {
	padding:0;
	margin:0 0 20px 0; }

	div.projects-row ul.block li {
		position: relative;
		padding: 12px;
		margin:12px 12px 0 0;
		display:inline-block;
		vertical-align:top;
		width:275px;
		height:175px;
		background:#fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
		box-shadow:0 0px 5px rgba(0,0,0,0.2); }

		div.projects-row ul.block li:nth-child(2n+2) {
			margin-right:0; }

		div.projects-row ul.block li h3 {
			width:125px;
			text-transform:none;
			font-size:2.5em;
			margin:0;
			padding:0;
			line-height:88%; }

		div.projects-row ul.block li p {
			font-size:11px; }

		div.projects-row ul.block li a.thumb {
			position: absolute;
			margin:0;
			padding:0;
			height:207px;
			width:275px;
			z-index:10; }

		div.projects-row ul.block li a.thumb img {
			border: 0; }
			
		div.projects-row ul.block li a.thumb:hover img {
			display:none;
			background-color:transparent; }

		div.projects-row ul.block li a.thumb:hover {
			background-color:transparent; }

/*	-------------------------------------------------------------
	BLOG COMPONENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div.blog {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%; }

div.blog div.left {
	width: 190px;
	float: left; }

	div.post div.left h3 {
		padding:2px 0 0 0;
		font-weight:normal; }

div.blog div.left ul.meta {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none; }

div.left li.category, div.left li.comments {
	padding:0 0 0 0px; }

div.left li.category {
	background: transparent url("images/icon_tag.gif") no-repeat 0 3px; }

div.left li.comments {
	background: transparent url("images/icon_comment.gif") no-repeat 0 3px; }

div.blog div.right {
	width: 435px;
	margin: 0;
	padding:0;
	float: left; }

/* Posts */
div.post {
	padding:0 0 10px 0;
	margin:0 0 20px 0; }

div.the-content ul {
	list-style: disc;
	margin-left:30px; }

div.the-content ol {
	list-style: decimal;
	margin-left:30px; }

div.the-content img.alignright {
	float:right;
	margin:0 0 20px 20px; }

div.the-content img.alignleft {
	float:left;
	margin:0 30px 20px 0; }

div.post-archive { 
    border-bottom:1px solid #ddd;
	padding:0 0 0px 0;
    margin: 0; }

	div.post-archive div.left h3 {
		font-weight:normal; }

	div.post-archive .left h3, div.post-archive .right h3  { 
		padding:8px 0;}

div.the-content div.postmetadata {
    margin:0;
	padding:10px;
	clear:both; 
	font-style:normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }

	div.the-content div.postmetadata p {
	    margin:0;
		padding:0; }
        
 /*  Single Page   */


#leave-a-reply
{
    font-size: 18px !important;
    margin-bottom: 12px !important;
    color: #231f20 !important;
}

.comment-bubble
{
    width: 26px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #373737;
    padding-top: 9px;
    padding-left: 18px;
    background: url("images/comment-bubble.png") no-repeat;
    float: right;
    margin-top: -30px;
}

#comment-form .form-section
{
    margin-bottom: 0px;
}
    
#comment-form .form-section input, .form-section textarea
{
    color: #000; 
    border: 1px solid #bfbfbf;  
    background-color: #fff;
    margin-left: 0;
    
}

#comment-form .form-section input
{
    width: 286px;
    height: 29px;
    padding-left: 5px;
    margin-bottom: 4px;
}

#comment-form .form-section textarea
{
    width: 440px;
    height: 109px;
    margin-top: 0px;
}


#comment-form .comment-submit
{
    width: 221px;
    height: 47px;
    background: url("images/submit-comment-button2.png") no-repeat;
    border: 0;
    margin-top: 13px;
}



.mandatory-field
{
    padding-top: 6px;
    margin-left: 6px;
    color: #797979;
}

div.the-content .comment-list
{
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
}

.comment-list li
{
    width: 530px;
    background-color: transparent;
    border: none;
    padding: 20px 20px 20px 10px;
    margin-left: -10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.comment-list .comment-meta
{
    font: 14px Arial, Verdana, sans-serif;
    font-weight: normal;
    
}

.comments-header, .comments-header a
{
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;  
    color: #231f20;
}

.comment-content
{
    margin-left: 70px;  
    font-weight: normal;
    font: 12px Arial, Verdana, sans-serif;  
}

.avatar
{
    float: left;
    margin-left: 0px;
    margin-right: 14px;
    border: 1px solid #9c9c9c;
}

.voice-link
{
    color: #0c5895;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;  
    
}

.entry-header
{
    margin-top: 14px;
    margin-bottom: 15px;
}


/*	-------------------------------------------------------------
	WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Calendar */
#calendar_wrap {
	background:#ffffff; 
	padding:20px 25px 20px 25px; }
	
#calendar_wrap caption {
	font-size:bold;
	padding:0 0 20px 0; 
	margin:0;
	font-size:14px;  }
	
table#wp-calendar {
	border-collapse:collapse; 
	width:100%;
	text-align:center; }

table#wp-calendar th {
	color:#000; }

table#wp-calendar tfoot tr td {
	padding:10px 0 0 0;}

table#wp-calendar tfoot #prev a, table#wp-calendar tfoot #next a  {
	padding: 4px 8px;
	font-weight:bold;
	font-size:9px;
	text-decoration: none;
	background: #d4d4d4;
	color: #848484;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; }

table#wp-calendar tfoot #prev a {
	float:left; }

table#wp-calendar tfoot #next a {
	float:right; }

/* Text Widget */
div.textwidget {
	padding:20px 25px 10px 25px;
	line-height:150%; }

/* Tag Cloud */
div.widget_tag_cloud div {
	padding:20px 25px 10px 15px;
	margin:0 0 20px 0;
	line-height:150%; }

/*	-------------------------------------------------------------
	COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div.content-comments {
	margin:20px 0 0 0;}

div.content-comments .commentarea {
	width: 100%;
	margin:20px 0 20px 0; }

div.content-comments .commentarea ul {
	margin: 20px 0 20px 0;
	list-style:none;
	padding:0; }

div.content-comments .commentarea ul li {
	overflow: hidden;
	margin:0 0 20px 0;
	padding:0;
	border:1px solid #e0e0e0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background:transparent url("images/bg_comments.gif") repeat-y 0 0; }

div.content-comments .commentarea .meta {
	width: 140px;
	padding:20px;
	float: left;
	overflow:visible;
	height:100%;
	text-align: left;
	background:transparent url("images/bg_comments_top.gif") no-repeat 0 0; }

div.content-comments .commentarea .meta cite, div.content-comments .commentarea .meta cite a  {
	font-style: normal;
	font-size:14px;
	font-weight: bold; }

div.content-comments .commentarea .meta span {
	display: block;
	font-size: 9px;
	color: #656565;
	padding: 0;}

div.content-comments .commentarea .comment {
	width: 410px;
	padding: 0;
	font-size:10px;
	float: right;
	margin: 20px 20px 5px 0;
	position: relative; }

div.content-comments .commentarea ul li ul {
	display:none; }

/* Comment form */
div.content-comments  .commentarea h3 {
	margin:0;
	padding:0; }

	div.content-comments .commentarea h3#reply-title {
		margin:0;
		padding:0 0 20px 0; }

.comment-notes, .form-allowed-tags, .logged-in-as  {
	display: none; }

div.content-comments .commentarea form span.required {
	display:none;}

div.content-comments .commentarea form label {
	margin: 7px 0 0 0;
	width:166px;
	font-weight:bold;
	display:block;
	float:left; }

div.content-comments .commentarea form input[type=text] {
	padding: 10px 15px;
	border:1px solid #e0e0e0;
	color: #363636;
	margin: 0 0 14px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;  }

div.content-comments .commentarea form textarea {
	width: 432px;
	padding: 15px;
	font-size:12px;
	border:1px solid #e0e0e0;
	line-height:150%;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }

div.content-comments .commentarea form input[type=submit]  {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 6px;
	margin:0 5px 0 166px;
	background:#99989d;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }

	div.content-comments .commentarea form input[type=submit]:hover  {
		text-shadow: 0 1px 0 #fff;
		border-top: 1px solid #adadad;
		border-left:1px solid #adadad;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		background:#fff;
		cursor:pointer; }

/*	-------------------------------------------------------------
	PAGINATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

ul.pagination {
	list-style: none;
	margin: 0;
	float:right;
	padding: 0 0 20px 0; }

ul.pagination li {
	margin: 0 0 0 7px;
	padding: 0;
	float: left; }

ul.pagination li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	padding: 4px 10px;
	text-transform: uppercase; }


/*	-------------------------------------------------------------  
    CUSTOM CODE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.top-bar
{
    width: 100%;
    height: 213px;
    margin: 0px auto 0px auto;
    background-color: #282828;
}

.top-bar-inner
{
    width: 945px;
    height: 213px;
    margin: 0px auto 0px auto;
}

.wrapper
{
    margin-top: -48px;
}

.submit-request
{
        width: 254px;
        height: 42px;
        margin: 0 auto;
        background: transparent url("images/submit-request.png") no-repeat center;
        display: block;
}

.logo
{
    width: 284px;
    height: 121px;
    background: transparent url("images/logo_new.png") no-repeat center;
    display: block;
    float: left;
    margin-left: 5px;
    margin-top: 24px;
}

.company-tagline
{
    font: 16px Arial, Verdana, sans-serif;
    font-weight: bold;
    float: right;
    padding-right: 2px;
    margin-top: 132px;
    color: #d6d6d6;
    text-align: center;
}


.vision
{
    margin-top: 22px;
   width: 300px;
   height: 27px;
   background: transparent url("images/vision.png") no-repeat center;
   display: block;
   float: right; 
}
.supporters
{
    margin:0 auto;
    text-align: center;
     padding-bottom: 25px;      
    
}
    
.supporters-logos
{
    width: 883px;
    height: 145px;
    margin: 0 auto;
    background: transparent url("images/supporters-logos.png") center no-repeat;
    
}

.news-bullet
{
    width: 240px;
}

.news-bullet, .news-bullet a, .news-bullet a:visited, .news-bullet a:link
{
    font-family: verdana;
	font-size: 11px; 
	font-weight:normal; 
	color: #484848;
	margin-bottom:5px;
}



.news-bullet a:hover

{

	color: #000;

}

.archive-headline
{
    font-size: 24px;
}

.sml-top-margin
{
    margin-top: 5px;
}

#landing-page-wrap
{
    background-color: #fff;
    width: 100%;
    height: 100%;
}

#landing-page
{
    width: 790px;
    text-shadow: 1px 1px 0px #fff;
    color: #222;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding-top: 42px;
    margin: 0px auto;
    
}

#landing-page h1
{
    font-size: 24px;
    padding-bottom: 10px;
    margin: 0px;
    line-height: 100%;
}

#landing-page a
{
    color: #ee392c;
}

#landing-page p
{
    margin-bottom: 25px;
}

#landing-page #logo
{
    width: 309px;
    height: 127px;
    margin: 0px auto 55px auto;
    background: transparent url("images/logo-white.png") no-repeat center;
}

#landing-page #signup-form
{
    width: auto;
    height: 242px;
    background: #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 0px 28px 0px;
    
}

#landing-page #signup-form #left-side
{
    width: 364px;
    height: 100%;
    border-right: 1px solid #c7c7c7;
    padding-left: 30px;
    float: left;
}

#landing-page #signup-form #right-side
{
    width: 311px;
    height: 100%;
    border-left: 1px solid #f7f8f8;
    padding-left: 40px;
    padding-right: 42px;
    float: left;
}

#landing-page #signup-form .left-col
{
    width: auto;
    float: left;
    display:  block;
    padding-right: 10px;
}

#landing-page #signup-form .text-input
{
    background: transparent url("images/input-bg.png") no-repeat top;
    width: 295px;
    height: 14px;
    padding-left: 16px;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 12px;
    margin-bottom: 11px;
    border: 0 !important;
   box-shadow: inset 1px 1px 1px rgba(0,0,0,0);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0);
    color: #444444;
    font-style: italic;
}

#landing-page #signup-form .submit-button
{
    width: 129px;
    height: 37px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #ee392c;
    text-shadow: 0px 0px 0px #fff;
    text-align: center;
    color: #fff;
    border: 0;
    
}

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

