/* 
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.

*/

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: 'Bitter', arial, serif; color: #000; }

#pagenav a  { padding-left: 5px; padding-bottom: 10px; padding-right: 15px; padding-top: 0; font-weight: bold; display:block; z-index:100; margin: 0; text-decoration: none; text-transform: uppercase; font-size: 22px; font-family: 'Bitter', Helvetica, arial, sans-serif; color: #000;  }

#logo .site-title a { font-family: 'Bitter', arial, serif;color:#222; font-size:48px; line-height:48px; text-transform:uppercase; font-weight:normal; text-decoration:none;  }

.post-meta li.categories  { padding-top: 15px; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; }

.action-button {
	font-weight: bold;
	text-transform: none;
	color: white;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.action-button:hover {
	text-decoration: none;
}
.action-button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

span.action-button {
	font-weight: bold;
}

#extended-footer  { background-color: #80786d; color: white; }
#extended-footer .widget h3  { color: white; }
#extended-footer li a:link, #extended-footer li a:visited  { color: white; }
.one, .two  { border-right: 1px solid white; }

.widget ul li a:link, .widget ul li a:visited {
padding-left: 15px;
padding-bottom: 0;
padding-right: 0;
padding-top: 0;
display: block;
line-height: 25px;
text-decoration: none;
color: #472300;
}

.widget ul li a:link, .widget ul li a:visited {
background: none;
}

#sidebar .ads125 { margin-top: 10px; padding-left: 12px; padding-bottom: 12px; padding-right: 0; padding-top: 0px; background: #fff; }

.profile{

	margin-right: 15px;

	margin-bottom: 5px;

	margin-top: 5px;

	float: left;

}
