/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

*/

body { 	background-color:#dddddd;
	background-image: url("images/SF_City_Scape.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: auto;
}

#wrap {	
	/* Removed vb 2009-09-13 background: none; */
	/* Added vb 2009-09-13 */
	background-color:#ffffff;
	padding:20px;
	margin: 0 auto;
	width:942px;
}
	
#header .logo {
	position:relative;
	top:-10px;
}

a, a:visited {color: #0000ff;}

.category-box h3 a {
	font-size:14px;
	font-weight:normal;
	color:#111111;
}

#featured_post h2 a {
	font-family: arial,sans-serif;
	font-size: 26px;
	color:#111111;
}

.category a:visited {
	color:#CCCCCC;
	font-family:Helvetica,Arial,sans-serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
}

#bottom ul li a {
	color: #000000;
}

#bottom ul li a:visited {
	color: #000000;
}

.inside li a:visited {
	color:#ffffff;
}

#main p.post-details a {
	text-decoration:none;
	color:#9F9F9F;
}

#main p .post-details a:visited {
	color:#9F9F9F;
}

#footer #category-nav li, #footer #page-nav li {
	font-family: helvetica,arial,sans-serif;
	display:inline;
	margin-right:20px;
}
#main .post-title {	
	font-size:28px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-bottom:10px; 
	padding-top:0; 
}

#bottom {
	width:942px;
	border-top-style:solid;
	border-top-width:1px;
	float:left;
	margin-top:15px;
	padding-top:15px;
	background-color:#ffffff;
		margin-bottom:10px;
}

#sidebar .textwidget {
    clear: both;
    padding: 0;
    position: relative;
}

#header .recent-entries h4 a {
    font-size:16px;
    font-weight:normal;
}

/* From blue.css  2010-02-10 */
#sidebar .widget {
	background-color: #fff6ff;
}
/* From reset.css */
#main .post .wp-caption-text {
	padding:3px 0 0;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
}