body{
	background:white;
	text-align:center;
	font-family:sans-serif;
	line-height:1.5em;
}


/***********************

Styles for the header bar

************************/

#header{
background:#e0f9ff;
padding-bottom:66px;
}
#header_email{

padding-bottom:66px;
} 

#headerInner{
width:1012px;
margin:0px auto;
padding-top:10px;
text-align:left;
position:relative;
}
        
#header h1{
float:left;
}




#fbAccountArea{
width:350px;
float:right;
margin-top:-10px;
margin-bottom:40px;
position:relative;
z-index:2;
}

#fbFans{
float:left;
}

#fbInner{
padding:15px;
}

#fbPic{
float:left;
margin-right:10px;
}

#fbConnectButton{
float:left;
margin-right:10px;
}


/***********************

Styles for the top menu

************************/

#menu{ 
float:right;
bottom:0px;
position:absolute;
right:0px;
}

#menu ul{
        list-style:none;
        margin:0px;
        padding:0px;
        margin-left:10px;
        }

        #menu ul li{
        float:left;
        padding:0px;
	margin:0px;
        }

	
        #menu li a{
        text-decoration:none;
        display:block;
        margin:2px 15px;
        padding:5px;
        }

	#menu li.current a{
		color:#000;

	}

        #menu li a:hover{

        }


/******************
feature image
*******************/

body#home #featureFrame,body#new_home_page #featureFrame{
width:1012px;
height:338px;
background:transparent url(../images/home_feature_blank.jpg) 50% 0 no-repeat;
margin:0px auto;
margin-top:-66px;
padding-top:7px;
}

#featureFrame{
width:1012px;
height:221px;
background:transparent url(../images/blank_banner.jpg) 50% 0 no-repeat;
margin:0px auto;
margin-top:-66px;
padding-top:7px;
position:relative;
text-align:center;
}


#featureFrame #pageTitle{
text-align:left;
width:500px;
margin-left:200px;
margin-top:50px;
}

#featureFrame #tourLink{
position:absolute;
display:block;
left:747px;
top:76px;
width:196px;
height:65px;
}



#featureFrame #tourLink span{
display:none;
}

#featureFrame #homeVideoSection{
position:absolute;
top:30px;
right:30px;
text-align:right;
}

#featureFrame #homeVideoSection .piContents{
background:#00a3ea;
display:none;
}

#homeVideoSection{
float:right;
}


#homeDesignExamples{
list-style:none;
margin:0px;
padding:0px;
}

#homeDesignExamples li{
float:left;
margin-right:17px;
margin-bottom:20px;
}

#homeDesignExamples li a{
display:block;
border:1px solid  #cadade;
}

#homeDesignExamples li a:hover{
border:1px solid  black;
}


#homeDesignExamples li.item_3,#homeDesignExamples li.item_6{
margin-right:0px;
}

/***************************
 main content area
 ***************************/
 
 
#cw1{
background:white url(../images/content_tile.jpg) 50% 0 repeat-y;
width:1012px;
margin:0px auto;
text-align:left;
}


#cw2{
background:transparent url(../images/content_top.jpg) 50% 0 no-repeat;
padding-top:30px;
}

#cw3{
background:transparent url(../images/content_bottom.jpg) 50% 100% no-repeat;
padding-bottom:10px;
padding-left:6px;
padding-right:6px;
text-align:center;
}

.container{
text-align:left;
}

#buttons{
margin-bottom:2em;
border:1px solid white;
}

#buttons a{
display:block;
padding-top:3px;
padding-bottom:0px;
}

#buttons a:hover{
padding-top:0px;
padding-bottom:3px;
}

#middleBar{
background:#f3fbfd;
border-top:1px solid #cadade;
border-bottom:1px solid #cadade;
padding-top:1em;
margin-bottom:1em;
padding-bottom:-1em;
}

#quotes{
background:transparent url(../images/quotes.jpg) 50% 0 no-repeat;
}

.box{
background:#f3fbfd;
border-top:1px solid #cadade;
border-bottom:1px solid #cadade;
}

/*********************

Styles for the footer

 ********************/


#footer{
color:#aaaaaa;
margin:20px 0px;
}

#footer a{
opacity:0.7;
}


#footer a:hover{
opacity:0.99;
}


/***********************
* Paginiation, for blogs
* and tags
************************/

.pagination{
background:#eee;
padding:10px;
border:1px solid #ccc;
border-left:0px;
border-right:0px;
text-align:center;
margin:10px 0px;
}

.pagination a{
border:1px solid #ccc;
padding:3px 8px;
margin:3px;
}

.pagination a:hover{
background:#ccc;
color:black !important;
}


/*************************
* Tag cloud
**************************/

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

/*********************************
*Coments
**********************************/

.comment{
border-bottom:1px solid #eee;
padding:10px 0px;
width:100%;
}

.comment .author{


}

.comment .author_name{
margin-bottom:10px;
}

.comment .date{
margin-top:10px;
}

.comment .content{

}

/*****************************
* Blog layout
******************************/

#blogMainArea{

}

#blogSidebar{

}

#blogMainArea .post{
border-bottom:1px solid  #cadade;
padding-bottom:30px;
margin-bottom:10px;
clear:both;
}

.post .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.post .body{
clear:left;
}

.postInfo{
margin-bottom:1.5em;
}

.postInfo h3, .postInfo h5{
border-bottom:0px;
margin:0px;
margin-bottom:0.25em;
}

.postInfo .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}

.fbShare{
margin:1.5em 0;
}

.decoyEmail{
display:none;
}
/***********************
**Some general form stuff
************************/


ul.form_errors{ 
                border:1px solid red;
                background:#fdd;
                padding:10px;
                padding-left:30px;
                }

.submitted_ok{ 
                border:1px solid green;
                background:#dfd;
                padding:10px;
                padding-left:30px;  
                margin:10px;
 }

input.form_error,textarea.form_error,select.form_error{ 
                  border:2px inset red;
                  background:#fdd;
                  }

            
/*********************
*This allows fluid images
***********************/
img.full{
max-width:100%;
}

table td img.full{
width:100%;
}
            
            
      
/*****************
Quick Tour Stuff
********************/

#quickTourMenu{
width:100%;
}

#quickTourMenu h5{
margin:0px;
padding:0px;
color:#777;
text-align:center;
line-height:1em;
}

#quickTourMenu ul{
list-style:none;
background:#eee;
border:1px solid #777;
border-left:0px;
border-right:0px;
padding:0px 0;
margin:0px;
margin-bottom:1em;
text-align:center;
width:100%;
}

#quickTourMenu li{
display:inline-block;
padding:0px;
}

#quickTourMenu li a{
display:inline-block;
margin:0px;
border-right:1px solid #777;
color:#777;
padding:15px 10px;
padding-left:50px;
background:#eee url(../images/design_ninjas_small.png) 5px 50% no-repeat;
}

#quickTourMenu li#traffic_controllers_tour_nav a{
background-image:url(../images/traffic_controllers_small.png)
}


#quickTourMenu li#easy_to_use_tools_tour_nav a{
background-image:url(../images/tools_small.png)
}

#quickTourMenu li#content_experts_tour_nav a{
background-image:url(../images/content_small.png)
}


#quickTourMenu li#internet_coaches_tour_nav a{
background-image:url(../images/internet_coaches_small.png)
}


#quickTourMenu li.first-true a{
border-left:1px solid #777;
}

#quickTourMenu li a:hover{
background-color:#fff;
color:black;
}

#quickTourMenu li.current a{
background-color:#00a3ea;
color:white;
}

.quickTourSide textarea{
height:5em;
}
            
