/*  
Theme Name: FSY-AOG
Theme URI: http://www.forsythe-aog.com
Description: Site for Forsythe AOG Promotion
Author: John Bernard
Version: 1.0 (August, 2009)
Author URI: http://www.microsite.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Links: #488AB8



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {/*The entire page*/
	background:#FFF;
	/*background-position: top center;*/
	padding: 22px 0 0px 0;
	}

body, select, input, textarea {
	font: 13px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #488AB8;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#0066C8;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

/****** Images ****************************/

img, a:link img, a:visited img{
	border:none;
	}
	
#leftcol img { 	
	}
	
	
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:980px;
	margin:0 auto;
	background:#FFF;
	border: 2px solid #488BB8;
	}

#branding {/*where the logo sits*/
	width:980px;
	height:195px;
	padding: 0;
	margins: 0;
	background:url(images/header-top.jpg) no-repeat;
	}
	
#branding-bm {/*customized for BM*/
	width:980px;
	height:195px;
	padding: 0;
	margins: 0;
	background:url(images/header-top-bm.jpg) no-repeat;
	}	
	
#content {
	width:570px;
	float:left;
	margin-right:30px;
	}	

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 330px;
	float:right;
	border-left: 1px solid #CCC;
	margin-top:30px;
	padding: 0 20px 0 20px;
	}
	
/*the left homepage column*/	

#leftcol {
	float:left;
	width:185px;
	padding-left: 60px;
	}
	
#leftcol p {
	padding-left:7px;
	margin-top:2px;
	line-height:1.2em;
	}	
	
#leftcol h4 {
	padding-left:4px;
	}	

#leftcol, #rightcol {
	margin-top:30px;
	}	
	
/*actually the column in the middle of the homepage (if the right column is the sidebar)*/	
	
#rightcol {
	float: right;
	padding: 0;
	width:300px;
	}
	

	
/******************************************
*   Headlines and Paragraphs                        
******************************************/


h1, h2, h3 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 34px 0px 0px 60px;
	}
	
h2 {
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	line-height:1.4em;
	padding-top:12px;
	letter-spacing:1px;
	}

h3 {
	font-size: 15px;
	padding-top:14px;
	font-weight:normal;
	}
	
h4 {
	color: #0066C8;
	font-size:13px;
	font-weight:bold;
	padding-left:7px;
	}
	
#leftcol p {
	padding-left:7px;
	margin-top:2px;
	line-height:1.2em;
	}	

#sidebar h2, #sidebar h3 {
	font-size: 15px;
	margin-bottom:4px;
	font-weight:bold;
	color:#0066C8;
	font-style:normal;
	padding: 0;
	line-height:1.2em;
	letter-spacing:normal;
	}
	
#sidebar h3 {
	margin-top:35px;
	}	
	
#sidebar sup {
	font-size:9px;
	}
	
#sidebar p, #sidebar ol {	
	margin-top:10px;
	padding-bottom: 35px;
	line-height:1.3em;
	border-bottom: 1px solid #CCC;
	}	
	
#sidebar p sup {	
	font-size: 8px;
	}	

#sidebar ol {
	list-style: outside disc;
	padding-left: 10px;
	}
	
#sidebar li {	
	padding-bottom: 5px;
	}





/******************************************
*   FORMS                       
******************************************/


form fieldset {
  clear: both;
  font-size: 90%;
  border:none;
  padding: 3px;
  margin: 0 0 0 0;
  text-align:right;
}

form fieldset p {
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 0 0;
  padding-right:10px;
  padding-bottom:10px;
}

form fieldset ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image:none;
    }
    
form fieldset label {
    padding-right:3px;
    }    
    
form fieldset li {    
    list-style: none;
    list-style-image:none;
    padding: 5px 10px 5px 5px;
    margin: 0;
}

form fieldset input {
    background-color:#F7F7F7;
    border:1px solid #808080;
	width: 200px;
    } 
	
form fieldset input:hover {	
	background-color:#FFF;
	}   
    
form fieldset input.sendbutton {
    border:none;
    color: #FFF;
	font-weight:bold;
    background-image: url('/wp-content/themes/fsy-aog/images/btn-submit.jpg');
    background-repeat:no-repeat;
    background-color:#FFF;
    background-position: center;
    width: 264px;
	height:30px;
	margin: 20px 5px 0 0;
    }

form fieldset input.sendbutton:hover {
	color: #CCCCCC;
	}

/* Float Properties*/

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

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	clear:both;
	background:url(images/bg-footer.jpg) no-repeat bottom;
	min-height:255px;
	padding: 20px 20px 0 60px;
	}
	
#footer-content {
	color:#000;
	padding: 20px 0px 0 0px;
	border-top: 1px solid #CCC;
	font-size:10px;
	line-height:1.3em;
	}	
	
#footer-content p {	
	margin:5px 0 0px auto; /*if footer bug, bottom margin was 45px -- but caused problems in Safari)*/
	}
	
#footer-content img {
	clear:both;
	margin: 0px 0 25px 0;
	}
	

/******************************************
*   Page-Sidebar Left/Content Right-Exceptions                       
******************************************/			


#sidebar-left {
	width: 206px;
	float:left;
	border-right: 1px solid #CCC;
	margin-top:30px;
	padding: 0 20px 0 60px;
	}
	
#sidebar-left p, h4 {
	padding-left:0;
	margin:3px 0 0 3px;
	line-height:1.3em;
	}
	
#sidebar-left h4 {	
	padding-top:5px;
	}
	
#sidebar-left img {	
	padding-top:230px;
	}
	
#sidebar-left p img {
	padding-top:0px;
	}	
	
#content-right {
	width:660px;
	float:right;
	margin-left:20px;
	}	
	
#content-right h1 {	
	padding: 34px 0px 0px 0px;
	}
	
#content-right p {	
	margin: 15px 176px 0 0;
	}	
	
#content-right h2 {	
	padding:30px 0 6px 30px;
	color: #FFFFFF;
	font-size:15px;
	line-height:normal;
	font-style:normal;
	letter-spacing:normal;
	background-image:url(images/bg-headline-blue.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	}
	
#content-right h2 a {	
	text-decoration:none;
	color:#FFF;
	}
	
#content-right h2 a:hover {	
	color: #CCC;	
	}
	
/******************************************
*  Thank-You2-Page-Exceptions                       
******************************************/	

#content-ty2 {
	width:570px;
	float:left;
	margin-right:30px;
	}
	
#content-ty2 p {	
	padding-left: 60px;
	}
	
#content-ty2 h2 {	
	padding:10px 0 6px 90px;
	color: #FFFFFF;
	font-size:15px;
	line-height:normal;
	font-style:normal;
	letter-spacing:normal;
	background-image:url(images/bg-headline-blue-left.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	}	
	
#content-ty2 h2 a {	
	text-decoration:none;
	color:#FFF;
	}

#content-ty2 h2	a:hover {	
	color: #CCC;	
	}
	
/******************************************
*  Phase 2                   
******************************************/	

#contentPhase2 {
	width:570px;
	float:left;
	margin-right:30px;
	}	
	
#contentPhase2 h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066C7;
	margin: 0;
	padding: 34px 0px 0px 60px;
	line-height:1.3em;
	}
	
 #content-ty2 h1, #content-ty2 h4 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066C7;
	margin: 0;
	padding: 34px 0px 0px 60px;
	line-height:1.3em;
	}	
	
#content-ty2 h4 {	
	padding: 10px 0px 0px 60px;
	}
	
#content-ty2 .entry h1 a:active {
	color:#FF0000;
	}	
		
	
#contentPhase2 h3 {
	color: #4D4D4D;
	font-size: 15px;
	padding-top:14px;
	font-weight:normal;
	line-height:28px;
	}	
	
#contentPhase2 img {	
	float: right;
	padding: 16px 0 0 10px;
	}
	
.content-top {
	padding-bottom:5px;
	}	
	
#leftcolPhase2 {
	float:left;
	width:255px;
	padding: 35px 0 0 60px;
	}
	
#leftcolPhase2 img {
	float: right;
	padding: 5px 10px 0 0;
	}
	
#rightcolPhase2 {
	float: right;
	padding: 35px 0 0 0;
	width:255px;
	}
	
#rightcolPhase2 img {
	float:left;
	padding: 5px 0 0 10px;
	}	
	
#bottomcolPhase2 {
	float:left;
	width: 510px;
	padding: 40px 0 0 60px;
	}	
	
#bottomcolPhase2 .bottomHeader {	
	color: #0066C7;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background: #FFF url(images/bottomcolHeader.jpg) no-repeat top;
	}
	
#bottomcolPhase2 .bottomText {	
	color: #4D4D4D;
	text-align:left;
	font-size:12px;
	padding: 8px 40px 0 35px;
	background: #FFF url(images/bottomcolText.jpg) repeat-y top;
	}	
	
#bottomcolPhase2 .bottomFooter {	
	background: #FFF url(images/bottomcolFooter.jpg) no-repeat top;
	height: 15px;
	}	
	
.SendToAFriendFormPhase2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	border: none;
	padding: 10px 0 10px 7px;
}

.SendToAFriendFormPhase2 .box{
	width: 250px;
}	

.SendToAFriendFormPhase2 input.sendbutton {
    width: 140px;
	height:32px;
    color: #FFF;
    border: none;
    padding: 3px;
    background-image:url(images/btn-submitPhase2.jpg);
	background-repeat:no-repeat;
    }
    
.SendToAFriendFormPhase2 input.sendbutton:hover {        
    color: #999;
    background-image: url(images/btn-submitPhase2.jpg);
    cursor:pointer;
	}

small {
	font-size:11px;
	text-align:right;
	}
	
	
#formBuilderCSSIDConsultation_Sign_Up_Form {
	padding: 0 0 0 60px;
	}
	
.formBuilderForm .formBuilderLabel, .formBuilderForm .formBuilderLabelRequired {
	width: 100px;
	}		
	
input#fieldformBuilderFieldFirst_Name, input#fieldformBuilderFieldLast_Name, input#fieldformBuilderFieldEmail, input#fieldformBuilderFieldTitle, input#fieldformBuilderFieldCompany, input#fieldformBuilderFieldPhone {
	width: 270px;
	}	
	
.formBuilderForm .formBuilderSubmit {
	text-align:	center;
	padding-top:10px;
	}
	
form #formbuilder-page-1 .formBuilderSubmit input {
	background: transparent url(images/btn-submit.jpg) no-repeat top;
	height:30px;
	width:264px;
	color:#FFFFFF;
	border: none;
	}
	
form #formbuilder-page-1 .formBuilderSubmit input:hover {
	color: #999999;
	}	
	
	
/******************************************
*  Phase 3A -- Eliminate Form                   
******************************************/		

/*#phase3a-content {
	padding-bottom:20px;
	clear:both;
	}*/

#phase3a-content img {
	float: left;
	padding: 12px 5px 10px 60px;
	}
	
#phase3a-button img {
    padding: 30px 0 0 0; 
	}
	
#phase3a-taf {
	padding: 0 0 0 225px;
	}
	
#phase3a-button p {
	padding-left:225px;
	}		
