/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

*/
/* From reset.css -- General */

html, body {font-family: verdana, Arial,sans-serif;	font-size: 10px; border: 0;color: #111111; background: #FFFFFF;} /* Font georgia size 12px 2010-09-11 */
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote { margin: 0;	padding: 0;}
p {line-height: 20px;padding: 10px 0;}
h1, h2, h3, h4, h5 {font-family: Georgia;}
ul, ol {list-style: none;padding: 10px 0;}
small {	font-size: 9px;}   /* size 11px  2010-09-11 */
code {background: #FFFFC1;}
a {color: #111111;	text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: none;}
blockquote p {padding: 5px 0;}

/* End reset.css */

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: font-family: Georgia, "Times New Roman", Times, serif;  /* areal, sans-serif 2010-09-11 */
	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;
}

#main .post p {
	font-size:13px;  /* size 16px 2010-09-11 */
	line-height:1.4em;  /* line-height 22px 2010-09-11 */
}

/* From style.css line 166 */
#highlights .post .content {
	font-family: Georgia, "Times New Roman", Times, serif;  /* 2010-09-11 */
	border-top-style:solid;
	border-top-width:1px;
	float:right;
	padding-top:10px;
	width:140px;
}

#categories-slider .panel h3 { /* From style.css line 548 */
	font-size:14px;
	font-style:normal;
	font-weight:normal;
}
