body{
	background:black url(../images/chasebackground-cropped.jpg) 50% 0 no-repeat;
	text-align:center;
	font-family:sans-serif;
	line-height:1.5em;
}

#pageWrap{
width:970px;
padding:10px;
margin:10px auto;
text-align:left;
}

#topAd,#sideAd{
margin-bottom:10px;
text-align:center;
}

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

Styles for the header bar

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

#header{

}        

#rightSide{
float:right;
}

.fbAccountArea{
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	border-radius: 10px;
	background:white;
	padding:10px;
	width:250px !important;
}


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

Styles for the top menu

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

#menu{ 
margin-top:0px;

}

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

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

	
        #menu li a{
        text-decoration:none;
        display:block;
        margin:5px 10px;
        padding:5px 10px;
        margin-right:0px;
        color:white;
        background:black;
        -webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	border-radius: 10px;
        }

	

        #menu li a:hover{
        text-decoration:underline;
        }

/*****************************
Body Content area
******************************/

#bodyContent{
background:white;
-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	border-radius: 10px;
	padding:10px;
}


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

Styles for the footer

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


#footer{
border-top:1px solid #dfdfdf;
margin-top:20px;
}


/***********************
* 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{
float:left;

margin:10px;
}

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

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

.comment .content{

}




#mapFrame{
border:1px solid blue;
}

#postMainArea{
float:left;
}

#postSideBar{
float:right;
width:310px;
overflow:auto;
}

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

#blogMainArea{

}

#blogSidebar{

}


.accordion_content{
	overflow:hidden;
}

.post{
background: transparent url(../images/shadow_line.gif) 0 100% no-repeat;
padding-bottom:30px;
margin-bottom:10px;
}

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

.post .body{
clear:left;
}

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

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

.postBody{
clear:left;
}


.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;
                  }

    
            
            
