/*   
Theme Name: Dare Dorm Online
Theme URI: www.daredormonline.com
Description: A simple template
Author: rob
Author URI: solutionsbyrob.com
Version: 1.0
.
Copyright 2010 DareDormOnline.Com
.
*/

img
{  border-style: none;
}

.wrapper {
width:970px;
}

.heading {
width: 970px;
height: 90px;
background-color: #333333;
}

.main {
width: 970px;
margin-top: 20px;
}

.heading .logo {
margin-left: 15px;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 35px;
background-image:url(/images/logo.gif);
background-repeat: no-repeat;
width: 200px;
height: 50px;
float: left;
}

.heading .logo a {
	display: block;
	text-indent: -9999px;
}

.heading .right {
float: right;
width: 720px;
}

.heading .right .spnsr {
width: 470px;
height: 80px;
margin-top: 5px;
margin-bottom: 7px;
float: left;
}

.heading .right .cred {
width: 220px;
height: 65px;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 10px;
float: right;
}

.heading .right .cred .rta{
float: left;
margin-right: 5px;
}

.heading .right .cred .w3c{
float: right;
}

.main .hook {
width: 350px;
margin-left: 20px;
float: right;
}

.main .recentpic {
width: 580px;
height: 410px;
margin-left:5px;
padding-left: 10px;
background-color: #333333;
}

.main .recentpic h3{
font:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
margin-top: 5px;
margin-bottom: 2px;
margin-left: 10px;
font-size: 24px;
}

.main .recentpic .thumb{
width: 125px;
height: 165px;
margin: 5px;
float: left;
border: solid 3px #FFFFFF;
}

.main .featured {
width: 600px;
margin-left:5px;
height: 300px;
}

.main .singlepost {
width: 600px;
margin-left:5px;
}

.main .featured h3{
font:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
margin-top: 5px;
margin-bottom: 2px;
font-size: 24px;
background-color:#333333;
padding: 5px;
padding-bottom: 0px;
}

.main .featured a{
font:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size: 24px;
background-color:#333333;
}

.main .featured .img{
float:left;
height:250px;
width:200px;
background-color:#333333;
}

.main .featured .article{
float:right;
font:Georgia, "Times New Roman", Times, serif;
width: 390px;
}

.main h3{
font:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
margin-top: 5px;
margin-bottom: 2px;
font-size: 24px;
background-color:#333333;
padding: 5px;
}

.clear {
	clear: both;
}

.footer {
	width: 970px;
	height: 28px;
	background-color: #333333;
	color: #ffffff;
	padding: 2px;
	padding-left: 5px;
	font-size: 12px;
}

.footer a {
color: #FFFFFF;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
}

li a {
color: #000000;
text-decoration: none;
}

li a:hover {
text-decoration: underline;
font-weight: bold;
}
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .95;
	z-index: 9999;
}
.toa_pop{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	//font-size: 1.2em;
	font-size: 12px;
	position: fixed;
	top: 35%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .toa_pop {
	position: absolute;
}

