/* 
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.

*/

#featured.home h2 { font-size:31px; }
.post a.btn { margin: 15px 0 0 0; background:#d0d0d0; color:#333; font-size:12px; text-transform:uppercase; border:none; padding:4px 12px 4px 12px; }
.post a.btn:hover { background:#06a0f0; color:#fff; text-decoration:none; }
.post a.btn { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.info, .success, .warning, .error { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; }
.info { color: #00529B; background-color: #BDE5F8; background-image: url(images/info.png); }
.success { color: #4F8A10; background-color: #DFF2BF; background-image:url(images/success.png); }
.warning { color: #9F6000; background-color: #FEEFB3; background-image: url(images/warning.png); }
.error { color: #D8000C; background-color: #FFBABA; background-image: url(images/error.png); }
#about_author { background: #f0f0f0 url(images/author.jpg) no-repeat 96% 50%; border: 1px solid #cecfd0; padding: 15px; display: block; margin-bottom: 20px; }
.author_text { padding-left: 110px; padding-right: 80px; }
.avatar-80 { float: left; }
blockquote { border: 1px solid #cecfd0; background: #f0f0f0 url(images/bg-quote.png) no-repeat 4% 10%; margin-bottom: 20px; padding: 15px; }
blockquote p { padding-left: 50px; }
a.more-link { margin: 15px 0 0 0; background:#d0d0d0 url(images/ico-bullet.png) no-repeat 97% 50%; color:#333; font-size:12px; text-transform:uppercase; border:none; padding:4px 12px 4px 12px; clear: both; display: block;}
a.more-link:hover { background:#06a0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#fff; text-decoration:none; }
a.more-link { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
#nav li ul  { border-color: #ccc; }
#nav li ul li  { border-color: #ccc; }
#nav li ul li:hover  { background-color:#e1e1e1; }
#nav li ul li.current_page_item { background-color: #f1f1f1; }
#nav li ul, #nav li ul li:hover, #nav li ul li.current_page_item { border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; }
#nav li ul ul  { margin: -25px 0 0 165px; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}