/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file 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. */

.layout-right-content #content {
	background: #4b4b4b repeat-y left;
}

#main{ width:580px; padding: 30px;
	background-color: #2a2a2b;
}

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: sans-serif; color: #8e8e8e; font-weight:normal; }

.entry, .entry p  { font:14px/1.5em sans-serif;
	color: #8c8c8c;
}

.post .title a:link, .post .title a:visited  { color: #797979; 

}

.post-more { clear:both; margin: 0 0 40px; padding: 5px 10px 1px; text-transform: uppercase; font-size: 10px;
	background-color: transparent;
	border-style: none;
}

.layout-right-content .col-left { float:right;
	background-color: #2a2a2b;
}

#content{ background: #4b4b4b none repeat-y right; min-height:200px; -moz-box-shadow: 0 1px 3px #111; -webkit-box-shadow: 0 1px 3px #111; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }

#connect { margin:0 0 1.5em; padding:15px; border:1px solid #e6e6e6; border-width:1px 0 1px; clear:both; background-color: #2a2a2b; }

.widget h3  { margin: 0 0 10px 0; padding:0 0 5px; font:normal 18px sans-serif; color: #999; }

.widget p { margin-bottom: 1em;
	color: #a9a9a9;
}

#tabs-home .inside { background: gray url(images/bg-top.png); min-height:400px; padding: 30px 20px; border-bottom-right-radius:3px; border-bottom-left-radius:3px; -moz-border-radius-bottomright:3px; -moz-border-radius-bottomleft:3px;-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius:3px;}

#respond h3  { color: #a9a9a9; font-weight:normal; margin-bottom:20px; }
#commentform  {	margin: 15px 0 0 0; padding: 10px; border: 1px solid #797979; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff;
	background-color: #424242;
	background-image: url(images/bg-top.png);
}

#tabs { margin: 20px 0; display: block; background: #808080; padding: 10px; border-top: 1px solid #96979a; border-bottom: 1px solid #e2e4e6; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }

#tabs .inside li { background: #5e5e5e;
	color: #c0c0c0;
}

#tabs .inside li span.meta { display:block; font:11px/20px sans-serif; text-transform:uppercase; color: #d5d5d5; }

#tabs .inside li a { padding: 0; color: #c0c0c0; font:bold 12px/18px sans-serif; }