/*  
Theme Name: Dont Freak Out Theme
Description: Theme for dontfreakout.us by Becky
Author: Becky (http://www.burningbright.us)
*/



body {
	margin:0px;
	padding:0px;
	font: 11px 'arial';
	color: #333333;
	margin-top: 0px;
        background-color: #bababa;
	background-image: url('/wp/wp-content/themes/dfobbd/images/bg.jpg');
	background-repeat: repeat-x;
	text-align: center;


}



#maincontainer{
	width: 880px; 
	margin: 0 auto;
	text-align: justify;
	position: relative;
	background-color: transparent;

}



#header{
	height: 400px;


}


A:link, A:active, A:visited {
	font-weight:normal;
	color: #a21270;
	text-decoration:none;

}


A:hover {
	font-weight:normal;
	color: #333333;
	text-decoration:none;

}


a img{
	border: 4px solid #999999;
	padding: 1px;
	background-color: transparent;
}

a:hover img {
	border: 4px solid #a21270;
	padding: 1px;
	background-color: transparent;
}











.navigation {
font-family: Georgia, "Times New Roman", Times, serif;
color: #cac9c9;
line-height: 15px;
font-size: 13px;
}

.navigation a:link{
color:#cac9c9;
padding-left: 10px;
padding-right: 10px;
}

.navigation a:visited{
color:#cac9c9;
padding-left: 10px;
padding-right: 10px;
}
		
.navigation a:active{
color:#cac9c9;
padding-left: 10px;
padding-right: 10px;
}

.navigation a:hover{
color:#9b9b9b;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}


.navigation i, .navigation em{
font-family: georgia, serif;
color: #ff3abb;
}

















.wptitle {
	border-bottom: 1px solid #dededd;
	color: #fff;
	text-transform: normal;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-family: tahoma;
	font-size: 12px;
	background-image: url('/wp/wp-content/themes/dfobbd/images/h1.jpg');
	padding: 7px 0px 7px 15px;
}

.wptitle a{
	color: #fff;
	font-weight:bold;
}

.wpdate {
	border-bottom: 1px solid #dededd;
	border-right: 1px solid #dededd;
	color: #fff;
	font-family: tahoma;
	font-size: 10px;
	text-align: center;
	background-image: url('/wp/wp-content/themes/dfobbd/images/h11.jpg');
	padding: 7px 0px 7px 0px;
}

.wptitle2 {
	color: #333;
	font-family: tahoma;
	font-size: 9px;
	text-align: left;
	background-color: #b8b8b8;
	padding: 3px 3px 3px 3px;
	border-bottom: 0px solid #dededd;
}

.wptitle2 a{
	color: #a21270;
	font-weight:bold;
}

.menubg, menubg {
	color: #fff;
	text-transform: normal;
	text-align: center;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	background-image: url('/wp/wp-content/themes/dfobbd/images/h1.jpg');
	padding: 7px 0px 7px 15px;
}


.menutext, menutext {
	background: #a5a4a4;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-top: 4px;
	font-style: normal;
	letter-spacing: 0px;
	color: #333;
	text-align: left;
	font: 11px 'arial';

}


#menu {
	width: 310px;
	margin-top: 0px;
	margin-left: 32px;
	text-align: left;
	background: #a5a4a4;
	float: left;
	padding: 6px;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}


#content {
	font: 11px 'arial' #333;
	background-color: #a5a4a4;
	text-align: left;
	letter-spacing: 0px;
	padding: 6px;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;

}





.paras {
	background: #F8F8F8;
	margin-top:0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	padding-bottom: 5px;


}


p {
	margin-top: 4px;
	padding-left:10px;
	padding-right:10px;


}


ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;


}


table,td,tr {
	font-size: 11px;
	letter-spacing: 0px;
	font-family: 'arial'; 


}


blockquote {
	padding: 8px;
	font-family: 'arial';
	font-size: 11px;
	font-style: italic;
	color: #333333;
	border-left: 5px solid #84155e;
	border-right: 5px solid #84155e;
	background-color: #ababab;


}



input, textarea, option, select {
	background: #ffffff;
	font-family: Arial;
        font-size: 11px;
	color: #bababa;
	border: solid 1px #ccc;
	padding:8px;
	-moz-border-radius:  9px; 
	-webkit-border-radius: 9px; 
	border-radius: 9px;
}
	
	input:hover, textarea:hover, option:hover, select:hover {
	background: #eee;
	font-family: Arial;
        font-size: 11px;
	color: #666666;
 	border : 1px solid #ccc;
	padding:8px;
	-moz-border-radius:  9px; 
	-webkit-border-radius: 9px; 
	border-radius: 9px;
}