/*
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 */

	/* Content Boxes */
	div.grey-content { background-color: #141414; padding: 70px 0; color: #ffffff; }
	
	/* Home Pages */
	body.home #nav-container { margin-bottom: 0; }
	
	/* Everything Else */
	p, .entry p { font-size: 17px; line-height: 1.8em; }

	abbr.published { border-bottom: none; }

	.login h1 a { display: none; }
	
	#footer-container { background-color: #dadada; }
	
	#connect h3, #connect p { display: none; }
	
	div.header-widget #connect { margin-bottom: 0; }
	
	div.header-widget #connect div.social { text-align: right; }
	
	section.entry p a { font-weight: bold; }
	
	.entry img, img.thumbnail, #portfolio .group.portfolio-img img { border: none; padding: 0; background: transparent; }
	
	.post-meta {   padding: 4px 9px; border-top: 1px solid #dbdcda; border-bottom: 1px solid #dbdcda; }
	
	#sidebar div.widget h3 { background-color: #dadada; color: #2d2c2a; padding: 16px 18px; margin-bottom: 0; }
	
	#sidebar div.widget ul { list-style-type: none; }
	
	#sidebar div.widget ul li a { display: block; background-color: #fafafa; padding: 16px 18px; color: #2d2c2a; }
	
	#sidebar div.widget ul li a:hover { text-decoration: none; background-color: #f2f2f2; }

/* 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 below this line */

	#top ul.nav { float: right; }
	
	#top ul.nav li a { padding-top: 2px !important; padding-bottom: 2px !important; }
	
	#top ul.nav li a:hover, #top ul.nav li.current_page_item a:hover { color: #666666 !important; }
	
	.header-widget { margin-top: 66px; }
	
}