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


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
#featured-slider .slide-media { max-height: 450px; }
#featured-slider .slide-content { top: 2em; }

a, 
.single-product .summary .price,
.post p.tags:before,
.type-page p.tags:before,
.post .post-meta .post-author a:before,
.type-page .post-meta .post-author a:before,
.post .post-meta .post-category a:before,
.type-page .post-meta .post-category a:before,
.post .post-more .comments a:before,
.type-page .post-more .comments a:before,
p.stars a:hover:before,
p.stars a:focus:before {
  color: #c00;
}
#header .cart-contents:before, a.button, #commentform #submit
	, .submit, .added_to_cart, input[type=submit], input.button
	, button.button, .wrapper .woo-sc-button {
	background: #c00;
}

#navigation {
	background-color: #db767b;
	background-color: #c00;
}
	#navigation #main-nav li > a { color: #f1f1f1; font-size: .9em; padding: 13px 20px; }
	#navigation #main-nav li.current_page_item a
		, #navigation #main-nav li.current-menu-item a
		, #navigation #main-nav li:hover a { color: #000; }
	#navigation #main-nav li ul li:hover a { color: #f1f1f1; }

body.home #main {
	width: 72.5%;
	margin-right: 0;
}
	body.home #main .post {
		width: 320px; /* @todo better it */
		width: 309px;
		float: left;
		margin-right: 45px;
		height: 500px;
		margin-bottom: 2em;
	}
		body.home #main .post header h1 {
			font-size: 1.5em;
		}
		body.home #main .post .post-meta {
			margin-bottom: 0;
		}
		body.home #main section.entry {
			font-size: .9em;
		}

section.entry .posts-bottom {
	/*padding: 20px;*/
	text-align: center;
	clear: both;
}
	section.entry .posts-bottom a.button {
		width: 500px;
		max-width: 80%;
		margin-top:-100%;
	}

.layout-left-content #sidebar { overflow: visible; }
#sidebar li {
	padding-left: 1.2em;
	list-style: none;
}

#sidebar li:before {
	content: '\F0DA';
	color: #ccc;
	font-family: FontAwesome; /* or whatever */
	display: inline-block;
	margin-left: -1.2em; /*same as padding-left set on li*/
	width: 1.2em; /*same as padding-left set on li*/
}​

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}
/* 
< DESKTOP STYLES
-----------------
 */

@media only screen and (max-width: 768px) {
	body.home #main {
		width: auto;	
	}
		body.home #main .post {
			width: 100%;
			margin: 0 0 60px;
			height: auto;
		}
			body.home #main .post section.entry {
				margin-bottom: 20px;
			}
}