/*
Theme Name: GT PressWork
Theme URI:  http://presswork.me/about/
Description: PressWork is a free, open source theme framework built for WordPress 3.2 using HTML5 and CSS3. Created by <a href="http://bavotasan.com/">c.bavota</a> and <a href="http://digibombinc.com">Brendan Sera-Shriar</a>.
Version: 1.0
Author: c.bavota, Brendan Sera-Shriar
Author URI: http://presswork.me/
Tags: right-sidebar, left-sidebar, flexible-width, three-columns, two-columns, one-column, white, green, custom-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, threaded-comments, translation-ready, theme-options
Template: presswork
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@import url('../presswork/style.css');

body {
	line-height: 18px;
}

.entry-header .comments-link a {
	background: #eee url(../presswork/images/comment-bubble.png) no-repeat;
}

.commentlist > li:before {
	content: url(../presswork/images/comment-arrow.png);
}

.commentlist > li.bypostauthor:before {
	content: url(../presswork/images/comment-arrow-bypostauthor.png);
}

#site-generator .sep {
	background: url(../presswork/images/wordpress.png) center left no-repeat;
}

nav ul {
	background-color: #fff;
}
	nav ul ul {
		width: 10em;
	}

ul#menu-main-nav-menu ul.sub-menu li a:hover {
	background-color: #ddd;
}

#main-wrapper > li:last-child, #main-wrapper > li#firstsidebar {
	margin-right:0 !important;
}

/** PostTabs styles */

.postTabs_divs{
	padding: 4px;	
}


.postTabs_titles{
	display:none;	
}

ul.postTabs
	{
	margin:0px 0px 1em !important;
	padding: 0.2em 1em 0.2em 20px !important;
	border-bottom: 1px solid #ccc !important;
	font-size: 11px;
	list-style-type: none !important;
	line-height:normal;
	text-align: left;
	display: block !important;
	background: none;
	}

ul.postTabs li
	{	
	display: inline !important;
	font-size: 11px;
	line-height:normal;
	background: none;
	padding: 0px;
	margin: 0px;
	}
  
ul.postTabs li:before{content: none;}

ul.postTabs li a
	{
	text-decoration: none;
	background: #f3f3f3;
	border: 1px solid #ccc  !important;
	padding: 0.2em 0.4em !important;
	color: #666 !important;
	outline:none;	
	cursor: pointer;
	
	}
	
ul.postTabs li.postTabs_curr a{
	border-bottom: 1px solid #fff  !important;
	background: #fff;
	color: #000000 !important;
	text-decoration: none;
	
	}

ul.postTabs li a:hover
	{
	color: #666 !important;
	background: #fff;
	text-decoration: none;
	
	}

.postTabsNavigation{
	display: block !important;
	overflow:hidden;
}

.postTabs_nav_next{	float:right;}
.postTabs_nav_prev{	float:left;}

dt {
	text-decoration: none;
}

#social-icons {
	top: 23px;
	}
