/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
	background: #d7d3c3 url(styles/fresh/calexander_bg.jpg) repeat-x fixed center top;
	color: #333333;
	font-size: 14px;
}

#bio_image {
float:left;
width:200px;
margin-right:5px;
}

/* Left Column Modified - CA 12/10/10 */

#main {
	width:700px;
}
	
#centergap {
	float: left;
	width: 5px;
}

#giveaway {
	float: left;
	height: 300px;
	margin-left: 20px;
	margin-right: 10px;
	width: 280px;
	background-color: #000000;
	color:#FF9900;
	}

#main .col1 {
	width: 465px;
	float: left;
	margin-right: 10px;
}

#main .col2 {
	width: 220px;
	float: left;
	background-color: #FFFFCC;
}

#main .colmid {
	width: 240px;
	float: left;
}

/*  end Mods */

.post {
clear:both;
margin-bottom:15px;
/* background: url(styles/world/content.jpg); */
background: url(styles/world/postbackground.png);
background-color: #ffffcc;
font-size:14px;
}

#main .post-content {
float:left;
margin-left:20px;
width:600px;
}

#main p.post-details { 
font-size:12px;
font-style:oblique;
line-height: 18px; 
margin-top: -5px; 
margin-bottom:  10px;
position: relative;
color:#336600; 
}

#main a {
color:#330000;
}

#main h3 {
font-family:gill sans,arial,sans-serif;
font-size:12px;
color:#ffffcc;
letter-spacing:1px;
line-height:35px;
margin-bottom:15px;
padding-left:20px;
padding-right:20px;
text-transform:uppercase;
}

#comments .comment-entry {
background:#ffffcc;
}

#sidebar li {
color:#00ffff;
font-size:12px;
}

.recentcomments {

/* color: #33FFCC; */
color: #0000FF;
}