/* 
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.

*/

a,
.post a,
.postMeta p.post_category a,
.about p a
{ color: #b6272a; }

#cat_nav { background: #fff; }

/* No title on Facebook widget */
#text-3 { width: 400px; clear:both; }
#text-3 h3 { display:none; }

/* No title on Twitter and Spacer widget */
#text-2 h3,
#text-4 h3,
#text-5 h3
{ display:none; }

/* YouTube videos */
#w_tube {}
#w_tube div.wyt_video { border: 1px solid #ccc; padding: 3px; float:left; }
#w_tube div.wyt_video:hover { background: #ccc; }


/* Title for widgets YouTube, Flickr, Blogroll, Categories */
div.widget_text h3,
#text-6 h3,
#flickr h3.widget_title,
#categories-3 h3,
#linkcat-2 h3 { 
	display: block;
	line-height: 12px;
	padding: 0 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
        background: #363636;
	padding: 10px 20px;
	color: #ffffff;
	text-shadow:1px 1px 1px #111111;
}

.widget h3 { margin-bottom: 10px; }
