/* 

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





/* 

DESKTOP STYLES

-----------------

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

body #header {
    padding: 1em 0 0.382em;
}
#header a#logo img {
	margin-top:2em;
}
.header-right {
	float:right;
}
.header-right .social {
	text-align:right;
}
.header-right .mc {

}
.header-right .mc form {
    border: 1px solid #D9D9D9;
    height: 25px;
	width:205px;
    padding: 0;
	background:url('images/mc-bg.png') repeat-y top right transparent;
}
.header-right .mc img {
	margin:7px 0 0;
}
.header-right .mc input#mce-EMAIL {
    border: medium none;
    font-size: 12px;
    height: 22px;
    width: 155px;
    vertical-align: middle;
	padding:0px 5px;	
}
.header-right .mc input#mc-embedded-subscribe {
    background:transparent; /* none repeat scroll 0 0 #FBD55E;*/
    border: medium none;
    color: #000000;
    font-family: arial;
    font-size: 9px;
    height: 26px;
    width: 50px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:0px 5px;
    vertical-align: top;
	background:url('images/sign-up.png') no-repeat center center transparent;
}
.features {
	margin:0 0 15px;
}
.home .home-blog {
    float: left;
    margin: 0 -23% 30px 0;
    width: 100%;
}
.home #blog-posts {
	margin:0 28% 0 0;
}

.home #blog-posts .item {
    clear: both;
    float: none;
    margin: 0 0 1.3em;
    overflow: hidden;
}
.home #blog-posts .item h3{
	margin:0;
	font-weight: normal;
	font: 300 1.8em/1.387em "Century Gothic",sans-serif;
}
.home #blog-posts .item h3 a {
	color:#000;
}
.home #blog-posts .post-meta a {
	color:#000;
}
.home #blog-posts .post-meta {
	margin:0 0 0.5em;
}
.home #blog-posts p{
	margin:0 0 1em
}
.home #blog-posts .item a img.woo-image {
	float:left;
	margin-right:15px;
}

.home #main #sidebar {
	margin-top: 4em;
}

.home #main #sidebar .widget {
    margin: 0 0 2em;
    list-style: none;
}
.post header h1, .type-page header h1, .search .type-page header h1 {
    float: none !important;
    width: 100% !important;
}

body .post .post-meta {
    border-right: none !important;
    float: none !important;
    padding: 0 !important;
    width: 100%  !important;
}
body .post .post-meta ul {

}
.post .article-inner, .type-page .article-inner, .search .type-page .article-inner {
    float: none !important;
    width:  100%  !important;
}
.archive .post .article-inner img.featured {
	margin-right:15px;
}
body .post .post-meta ul li {
	display:inline;
	padding:0 10px 0 0;
}
#pbd-alp-load-posts {
	clear:both;
}

body #top {
    background: none repeat scroll 0 0 #EBEBEB !important;
}	
body #navigation {
	background-color: transparent;
	border:none;
	background-image: none;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #dcddde;
}
body #navigation ul.nav > li {
	border:none !important;
}
ul.nav li a {
	font-size:12px;
	font-family:"Century Gothic",sans-serif;
	padding:0.3em 1em;
}
body #navigation ul.nav li a{
	color:#333333 !important;
	text-shadow: none;
	border-width:0;
	font-weight:bold;
	border:none !important;
	font-size:14px;
}

body #navigation ul.nav li a:hover {
	color:#fbd55e !important;
}

body #navigation ul.nav > li.current_page_item a,
body #navigation ul.nav > li.current_page_parent a, 
body #navigation ul.nav > li.current-menu-ancestor a, 
body #navigation ul.nav > li.current-cat a, 
body #navigation ul.nav > li.current-menu-item a {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    margin-top: -1px;
    padding-top: 0.7em;
}

body #top .col-full {
	max-width: 980px;
}
@media only screen and (min-width: 768px) {

	/* Desktop styles go here */

}

@media only screen and (max-width: 768px) {
	.header-right {
		float:none;
	}
}