/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of 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.
*/


/* ------------ AUTHOR PIC AND TITLE on SINGLE AND BLOG ---------*/

.entry_author_image img{
	float:left;
	margin-right:10px;
	width:100px;
}

.blog .entry_author_image img{
	float:left;
	margin-right:10px;
	margin-top:3px;
	width:60px;
}

/* ------------ AUTHOR BIO ON SINGLE -------- */

.author-bio{
	border: dashed 1px #CCC;
	padding: 10px;
	margin-bottom:20px;
	background: #EEE;
	overflow: hidden;
	margin-top:30px;
}

.author-bio p{
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.single .entry{
	clear:both;
	padding-top:20px;
}

.post-meta{
	margin: 0 0 20px 0;
}
.single .post-meta {
	margin:0px;
}

/* ----------- GENERAL ---------------- */


.entry a, .widget p a{
	text-decoration:underline;
}

.entry a:hover, .widget p a:hover{
	text-decoration:none;
}

.entry p{
	margin: 0 0 15px 0;
}

/* ------------- FOOTER -----------------*/
#footer{
	width:100%;
}

#footer .col-full{
width:800px;
}

#footer #footer-text{
	text-align:center;
}

#footer p{
	margin:0 0 20px;
	text-shadow: 0px 0px 1px #333;
	text-align:center;
	line-height:18px;
}

#tabs ul.wooTabs li.tags{
	display: none;
}

.button:visited{
background: #0C9C01;
}

.post-entries{
margin-top:0px;
}

.button, .button:visited, .reply a, #respond .form-submit input#submit {
background: #0C9C01;
}

.post-meta .author .fn a{
text-transform: uppercase;
}

.post-more a:hover, .post-meta a:hover, .post p.tags a:hover{
text-decoration:none;
color: #888
}

#copyright{
float:none;
}

/*stop date from being underlined and "helped" */
abbr {
	border:none;
	cursor:text;
}

/*stop nav from being highlighted */
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfhover a {
background: none;
}

/* stop posts from forcing numbered lists */
.entry ol li{
	list-style-type:upper-alpha;
}

.entry ul#sharebarx li  {list-style-type: none; }