
body {
	font-size: 12px;
	margin: 0px auto;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a{
	text-decoration:none;
	color:#2d2d2d;
}
a:hover{
color:#CC0000;
}

#wrapper {
	display: block; 
	width:100%; 
	background: #FFFFFF url(summerred01_page.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
	text-align:center;
	border:0px;
	padding:0px
	margin:0px;
}


#content {
	width:789px;
	background-color: #ffffff;
	height:100%;
	text-align:center;
	border:0px;
	margin:auto;
}

#blog-header {
	width:789px;
	height:163px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

#blog-header h1 {
	color:#ffffff;
	font-size:24px;
	padding-top:5px;
	margin-bottom:1px;
}

#blog-header h1 a {
	font-size: 24px;
	color: #ffffff;
}
#blog-header h1 a:link {
	font-size:24px;
	color:#ffffff;
}

#blog-header a:hover {
	font-size: 24px;
	color: #D2504F;
	text-decoration: underline;
}

#blog-header a:visited {
	font-size:24px;
	color:#ffffff;
}

#blog-header p {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}


/* Content */

#main {
	width: 549px;
	float: left;
	text-align:left;
	background:transparent;
	border-right:1px solid #d9d9d9;
}
.date-header {
	visibility: hidden;
	height: 0;	
}

.post-title {
	font-size: 12px;
	font-family: Arial;
	margin-bottom:0px;
	text-decoration:underline;
}


.post-title a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.post-body a:hover {

	border-bottom: 1px dotted #ff0000;

}

.post-body a {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}

.post-body {
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:200%;
	width:520px;
	background: #ffffff;
}

.post-body div {
	padding:0px 10px 10px 0px;
}




.post-footer {
	border: 0px;
	margin-bottom:15px;
	margin-top:0px;
	font-weight:bold;
	width:515px;
	padding:0px;
}

.post-footer a:hover {
	text-decoration:none;
}






/* Sidebar */

#sidebar {
	width:236px;
	background:#ffffff;
	float:left;
	text-align:left;
}



.sidebar-title {
	letter-spacing:-1px;
	color:#000000;
	font-size:18px;
	padding:7px;
}


#sidebar ul li {
	padding:5px;
	margin:0px;
	list-style-image: url(summerred01_bullet.gif);
	color:#000000;
	border-bottom:1px dotted #a6a6a6;
	width:180px;
}

#sidebar ul li a {
	text-decoration:none;
	color:#2d2d2d;
}

#sidebar ul li a:hover {
	font-weight: bold;
	color: #cc0000;
}



.clear {
	clear: both;
}



