/*   
Theme Name: westsidesurf
Description: A Child Theme of Thematic
Template: thematic
*/
@import url(../thematic/style.css);

body, input, textarea {
   		background-color:#b8d7b9;
	    color:#111;    
	    font: 12px Verdana,Arial,sans-serif;
	    line-height:18px;
	}
	
	#blog-title a:active, #blog-title a:hover { 
	color:beige;
	}
		
/*	
#sharkman {
	background-image:url(images/sharkman.png);
	width:418px;
	height:372px;
}*/
a:link { 
color:#111;
}
a:hover { 
color:#52d5f1; /* header blue #52d5f1 footer orange #FF9D00*/
}
a:active,{
color:#52d5f1;
}

 
#main {
	padding:0px;
	position:relative;
	left:50%; 
	width:960px;
	height:auto;
	margin-left: -480px; 
}
#container {
		padding:20px 0 20px;
		border-radius: 15px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
		background-color:#b8d7b9;
		width:957px;
		height:auto;
	/*	border: 1px solid #DADADA;*/
		}
#content {
	padding:20px;
	margin:20px;
	width:920px;
	height:auto;
	background-color:beige;
	padding: 0px;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	}
.entry-content, .hentry {
	padding:20px;
	margin:0;
	text-align:center;	
	}
#branding {
/*
text-indent:-3000px;

background-image:url(images/rolapolalogo.png)
*/
}
#blog-description {
text-indent:-3000px;	
}

#player{
	float:right;
	position:relative;
	top:-92px;
}
.entry-title {
	text-indent:-3000px;
}
#header{
background-color:beige;
border-bottom:10px solid #3f1e1e;
height:78px;
}
#access { 
border:none;
}
/* Footer styling */
#footertop{
border-top:1px solid #CCCCCC;
}

#footer{
height:300px;
background-color:beige;
border-top:10px solid #3f1e1e;
margin-top:0;
}
#footerwrap { 
height:auto;
left:50%;
margin-left:-480px;
position:relative;
top:0;
width:960px;
}
.contactinfo { 
height:auto;
position:relative;
top:20px;
width:400px;
left:120px;
}