/* 
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.

/* 1.1 Defaults */

body  {
	font: 13px Arial,Helvetica,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: Arial,Helvetica,Sans-serif;
	color: #292626;
}

h1  {font-size: 30px} h2  {font-size: 30px} h3  {font-size: 30px}
h4  {font-size: 24px} h5  {font-size: 18px} h6  {font-size: 12px}

p  {margin: 18px 0;}

.post .tags  {
font: 9px Arial,Helvetica,Sans-serif;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	color: #373434;
}

.post  {
	margin: 0 0 30px 0;
	border-bottom: 2px dotted #c2c2c2;
}

.post  {
	margin: 0 0 50px 0;
	border-bottom: 1px dotted #c2c2c2;
}
#intro  {
	float: left;
	width: 940px;
	height:20px;
	padding: 0px;
	color: #e8e8e8;
	background-color: #000000;
	background: rgba(38, 41, 41, 0.6)
}
.textwidget, #latest-video .wrap, #flickr .wrap, #searchform, .widget_tag_cloud div, .widget ul, #calendar_wrap, #adwidget .adwrap  {	
	padding: 15px 20px;
	background-color: #ffffff;
}


.entry .alignleft  {
	float: left;
	margin: 2px 15px 10px 0;
}
/* 2.3 Navigation */

#navigation  {
	position: relative;
	z-index: 999;
	height: 37px;
	margin: 20px 0 20px 0;
	background: url(images/navtile.png) repeat-x left top;
}


/* 2.2 Header */

#header  { background: none}
#header h1, #header h2  { display: none; }

#logo #img {  display: inline-block; margin: 5px 0; }

#logo  { float: left; width: 500px; }

#logo .site-description, #logo .site-title { }
#logo .site-title {font-size:34px; margin-top:10px; color:#FFFFFF}
#logo .site-description { font-size:18px; color:#aaa}

.latest_twitter  {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0;
	font-size: 12px;
	color: #fff;
}
