/*  
Theme Name: MyspaceSurveyFun.com
Theme URI: http://www.myspacesurveyfun.com
Version: 1.0
Author: CrushLabs
Author URI: http://www.crushlabs.com
*/
*{margin: 0px;padding: 0px;}

body {
	background-color:#FFFFFF;
	background-image: url(images/main_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:10px 0px;
	padding:0;
	font:normal 12px verdana,aria,sans-serif;
	color:#666;
}

#full_wrapper {
	width:100%;
}
#left_col {
	width:180px;
	float:left;
	padding:10px;
}
#right_col {
	width:180px;
	float:right;
	padding:10px;
}
#center_col {
	margin-left:210px;
	margin-right:210px;
	text-align:left;
}

#wrapper1 {
	position:relative;
	text-align:left;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	}
#header {
	background-color:#d50041;
	background-image: url(images/header.gif);
	padding:0px;
	margin:20px 0px;
	color:#FFF;
	height: 125px;
	border-bottom: 1px solid #a50032;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#header .header-l {
	float: left;
	margin: 10px 5px;
	}
#header .header-l img {
	border: 1px solid #FFF;
	}
#header .header-ad {
	text-align: right;
	}
#header .header-ad img{
	border: none;
	}
#header .header-r {
	float: right;
	margin: 10px 5px;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
}
#browse, #create, #search{
	height: 200px;
	width: 250px;
	overflow: hidden;
	float: left;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

#browse p, #create p, #search p {
	margin: 45px 10px 5px;
	color: #FFF;
	text-align: left;
	font-size:24px;
}
#browse p a, #search p a:hover {
	color:#000000;
}
#browse p a:hover {
	color:#F07804;
}
#browse {
	background-image: url(images/browse.gif);
	background-repeat: no-repeat;
}
#create {
	background-image: url(images/create.gif);
	background-repeat: no-repeat;
}
#search {
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
}


#footer {
	position:relative;
	top:1px;
	background-color:#d50041;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
#footer a{color: #F07804;}
#footer a:hover{color: #FFFFFF;}
#user {height: 60px;margin: 0px 0px 5px; padding: 10px 0px;}
#adsense {text-align: center;margin: 0px 0px 5px;background-color: #00CFD5;}
#adsense .adsense-l {float: left;width: 250px; height: 250px; overflow: hidden;background-color: #00CFD5;}
#adsense .adsense-r {float: right;width: 250px; height: 250px; overflow: hidden;background-color: #00CFD5;}
#welcome {
	background-color: #FAFAFA;
	margin: 0px 1px;
	border: 1px solid #D50041;
}
#nabbr, #gaddcenter {
	text-align:center;
}
#welcome p {
	padding: 10px;
}
/* User Login */
.login-h {text-align: right;}
.login {margin: 0px 0px 5px; border: 1px solid #00cfd5;background-color: #FAFAFA;}
.login p {padding: 10px;}
#user img {margin: 0px 2px;}
/* Welcome */
#welcome h2 {padding: 5px; font-size: 20px;color: #f07804;letter-spacing: .2em;}
/* Sidebars */
#right_col h2, #left_col h2 {
	background-image: url(images/header.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 15px;
	padding: 3px;
	font-variant: small-caps;
	}
#right_col ul, #left_col ul {
	list-style: none;
	margin: 5px;
	background-color: #FAFAFA;
	}
#right_col li a, #left_col li a {
	display: block;
	padding: 2px;
	width: 100%;
	}
#right_col li a:hover, #left_col li a:hover{
	display: block;
	width: 100%;
	background-color: #D50041;
	padding: 2px;
	color: #FFF:
	}	
/* Content */
.title {margin: 0px 0px 5px;color: #D50041; font-size: 20px; border-bottom: 1px solid #D50041;}
.post a {color: #F07804;}
.postmetadata {margin: 5px 0px;padding: 5px; background-color: #FAFAFA;border-top: 1px solid #D50041;}
/* Typography */
h1, h2, h4 {margin: 0px; padding:0px; color: #f07804;}
h3 {margin: 0px 0px 2px;}
body {font-family: tahoma; font-size: 12px;}
a {color: #D50041;text-decoration:none;}
a:hover {color: #F07804;text-decoration: none;}
.clear{clear:both;}
