/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Custom theme developed for All Access Today.
Version: 0.5
Author: Programmed by Rigo Rojas
Author URI: http://www.rigorojas.com/
Tags: custom
*/
body{
	height:100%;
	background: #1b232a
}
a{
	color:#298fce;
	text-decoration:none;
}
a:hover{
	color:#26375b;
}

p {
margin:0px;
}

h1{
	height:20px;
	margin:0px 0px 20px 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#7a8ea4;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:left;
}

.transparentBg{
background: url('/wp-content/themes/default-allAccess/images/transparent.png');
}

.bodyText{
color: #125582;
font: 11px verdana;
}

.whoWeAreUnit{
margin: 0px 20px 20px 0px;
background: gray;
}

#artistExperienceContainer p{
line-height: 13px;
letter-spacing: 1px;
margin-bottom: 10px;
}

#artistExperienceContainer a{
color: #157bb0;
}


a img{
border: 0px;
}

/*-- clearfix utility --*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix { 
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%; 
	}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}	
/*-- basic page styling --*/
#pageContent{
	width:941px;
}

.contentBox{
	min-height:335px;
	padding: 20px;
	-x-system-font:none;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(/wp-content/themes/default-allAccess/images/transparent.png);
	background-position:0 0;
	background-repeat:repeat;
	color: #C4C7C8;
	font-family:verdana;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	
}
.contentBox p{
	margin:0px 0px 15px 10px;
	font-size:11px;
	color:#157BB0;
}
.pTitles{
	-x-system-font:none;
	color:#125582;
	font-family:verdana;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}

/*-- Contact Us Styles  --*/

#customerServiceCol{
	width:420px;
	float:left;
	margin:0px 20px 0px 0px;
}

#usOfficeInfo{

	width:180px;
	float:left;
	margin:0px 20px 0px 0px;
}
#usOfficeInfo p{
	color: #C4C7C8;
	margin:0px 0px 15px 0px;
}
#intOfficeInfo{
	width:180px;
	float:left;
}
#intOfficeInfo p{
	color: #C4C7C8;
	margin:0px 0px 15px 0px;
}

#servicesList .questionTitles{
	margin:0px 0px 0px 0px;
	color:#7a8ea4;
	font-size:11px;
	font-weight:bold;
}

#servicesList{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #37485C;
	
}

#servicesList h3{
	margin:0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37485C;
}
#servicesList div{
	margin:15px 0px 0px 0px;
}
#servicesList a{
	display:block;
	padding:10px 0px 10px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#157BB0;
	text-decoration:none;
	outline:none;
}
#servicesList .active{background-color:#e1e1e1}
#servicesList .active a{ color:#298fce;}
#salesForm .formBox{
	float:left;
	display:inline;
	height:32px;
}
#salesForm .textBoxHold{
	height:160px;
}
#salesForm .rightSpace{
	margin-right:14px;
}
#salesForm input{
	width:190px;
	height:19px;
	line-height:19px;
	padding:6px 0px 0px 10px;
	background-color:#06335F;
	border: 1px solid #37485C;
	color:#ffffff;
	font-size:11px;
	letter-spacing:1px;
}

#salesForm .companyInput{
	width:406px;
}

#salesForm textarea{
	width:406px;
	height:135px;
	line-height:19px;
	padding:6px 0px 0px 10px;
	background-color:#06335F;
	border: 1px solid #37485C;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:1px;
}
#salesForm #submitBtn{
	width:54px;
	height:25px;
	padding:5px 0px 10px 0px;
	background-color:#298fce;
	font-weight:bold;
	border:none;
}
