/*  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. */

/*linked-text color*/
a{
	color: #7DA7D9;
	text-decoration: none; }

/*Header current page text color*/
.current_page_item a {
	color: #7DA7D9; }

/*Header subscribe text color*/
.subscribe a { color: #7DA7D9; }

/*Category menu hovered-text color*/
#topmenu li a:hover,#topmenu li.active a{
	color: #7DA7D9;
	text-decoration: none; }

/*Font sizes*/
.entry p{
	text-align:left;
	font-size:15px;
	line-height:20px !important;
	}

.entry blockquote p {
	font-size:13.5px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}

.more_entries {font-size:18px; padding-bottom:35px;}

#topmenu{
	position:relative;
	height: 33px;
	margin-bottom:20px;
        font-size: 13px; }

/*single post specific*/
.entry img { 
	padding: none;
	background: none;
	border: none;
	}
