
/**
* Home Page Template
**************************************/

/* Home template sections. */
.category-section, #more-articles {
	float: left;
	width: 600px;
	margin: 20px 0 0 20px;
	background: url(images/bg-post.png) repeat-y;
	color: #777;
	display: inline;
	}
.category-section-wrap, #more-articles .section-wrap {
	float: left;
	width: 600px;
	overflow: hidden;
	background: url(images/comments-bottom.png) no-repeat 0 bottom;
	padding: 0 0 23px 0;
	}
.category-section .category-title, #more-articles .section-title {
	line-height: 48px;
	font-size: 30px;
	font-family: LeagueGothicRegular;
	padding: 8px 20px;
	margin: 0;
	background: url(images/comments-top.png) no-repeat 0 0;
	border-bottom: 3px double #e5e5e5;
	}
.category-section .category-title a {
	color: #777;
	}
.category-section .hentry {
	float: left;
	width: 48%;
	margin: 0 5px;
	display: inline;
	}
.category-section .entry-title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 14px 0 14px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px dotted #e5e5e5;
	}


.category-section .entry-summary{
	font-size: 12px;
	line-height: 20px;
	}
.category-section .post-list {
	list-style: none;
	float: right;
	width:  42%;
	margin: 0 5px 0 0;
	padding: 0;
	}
.category-section .post-list li {
	padding: 0;
	margin: 14px 0 0;
	border-bottom: 1px dotted #e5e5e5;
	}
.category-section .post-list a {
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height:16px;
	}
.category-section .post-list .entry-meta {
	padding: 0;
	line-height: 16px;
	color: #aaa;
	background: transparent;
	}
.category-section .post-list .entry-meta a {
	font-size: 11px;
	font-weight: normal;
	background: transparent;
	border: none;
	padding: 0;
	}
#more-articles .hentry {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 20px;
	display: inline;
	}
#more-articles img.news-thumbnail, .archive .hentry img.news-thumbnail, .search .hentry img.news-thumbnail, .page-template-popular .hentry img.news-thumbnail {
	margin: 20px;
	}
#more-articles .entry-title, .archive .entry-title, .search .entry-title, .page-template-popular .entry-title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 7px 0;
	padding: 14px 20px 0;
	}
#more-articles .entry-title a, .archive .entry-title a, .search .entry-title a, .page-template-popular .entry-title a {
	color: #dd7a05;
	}
#more-articles .byline, .archive .byline, .search .byline, .page-template-popular .byline {
	padding: 4px 0 17px;
	margin: 0 140px 14px 20px;
	color: #aaa;
	border-bottom: 1px dotted #e5e5e5;
	}
#more-articles .byline a, #more-articles .published, .archive .byline a, .archive .published, .search .byline a, .search .published, .page-template-popular .byline a, .page-template-popular .published {
	margin: 0 10px 0 0;
	padding: 0 0 0 18px;
	color: #aaa;
	}
#more-articles .published, .archive .published, .search .published, .page-template-popular .published {
	background: url(images/calendar-icon.png) no-repeat 0 1px;
	}
#more-articles a.comments-link, .archive a.comments-link, .search a.comments-link, .page-template-popular a.comments-link {
	background: url(images/comments-link-icon.png) no-repeat 0 1px;
	}
#more-articles a.shortlink, .archive a.shortlink, .search a.shortlink, .page-template-popular a.shortlink {
	background: url(images/shortlink-light-icon.png) no-repeat 0 2px;
	}

/**
* Archive Template
**************************************/
.archive .hfeed, .error-404 .hfeed, .search .hfeed, .page-template-popular .hfeed {
	float: left;
	width: 600px;
	margin: 20px 0 0 20px;
	padding: 0 0 22px 0;
	background: url(images/comments-bottom.png) no-repeat 0 bottom;
	display: inline;
	overflow: hidden;
}

.archive .loop-meta, .search .loop-meta, .page-template-popular .loop-meta {
	float: left;
	width: 100%;
	color: #777;
	background: url(images/bg-post.png) repeat-y;
	}

.archive .loop-title, .search .loop-title, .page-template-popular .loop-title {
	line-height: 48px;
	font-size: 30px;
	font-family: LeagueGothicRegular;
	padding: 8px 20px;
	margin: 0;
	background: url(images/comments-top.png) no-repeat 0 0;
	background-color: transparent;
	border-bottom: 3px double #e5e5e5;
	}
.archive .loop-description, .search .loop-description, .page-template-popular .loop-description {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
	height: 1%;
	}
.archive .loop-description p, .search .loop-description p, .page-template-popular .loop-description p {
	margin: 13px 20px 15px;
	}
.archive .loop-description img.avatar{
	float: left;
	margin: 20px;
	display: inline;
}
.archive .hentry, .search .hentry, .page-template-popular .hentry {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 20px;
	}

/**
* Error 404 Template
**************************************/

.error-404 .hentry{
	margin: 0;
	}

.error-404 h1 {
	line-height: 48px;
	padding: 8px 20px;
	background: url(images/comments-top.png) no-repeat;
}


/**
* Videos and Slideshows (singular view of the post type)
**************************************/

.singular-video .entry-content, .singular-slideshow .entry-content {
	border: none;
	}
.singular-slideshow .entry-content {
	padding: 0;
	}
.singular-video .post-1, .singular-slideshow .post-1 {
	float: left;
	width: 640px;
	padding: 0;
	margin: 0;
	background: #111;
	}
.singular-slideshow .post-1 {
	background: #222;
	}
.singular-video .post-1 .video-title, .singular-slideshow .post-1 .slideshow-title {
	margin: 0;
	padding: 32px 40px 28px;
	background: #111 url(images/singular-feature-title.png) repeat-x;
	}
.singular-video .post-1 .video-title a, .singular-slideshow .post-1 .slideshow-title a {
	color: #fff;
	}
.singular-video .post-1 .entry-content {
	padding: 0 40px;
	}
.singular-video .post-1 .entry-content p{
	margin: 0;
	padding: 13px 0;
	}
.singular-video .post-1 .entry-content p.video-wrap{
	line-height: 0;
	padding: 0;
	margin: 0 0 0 -40px;
	}
.singular-video .post-1 .entry-content p.video-wrap object, .singular-video .post-1 .entry-content p.video-wrap object embed, .singular-video .post-1 .entry-content p.video-wrap iframe {
	width: 640px !important;
	margin: 0;
	padding: 0;
	}

/**
* Tabs
**************************************/
.ui-tabs {
	float: left;
	width: 600px;
	margin: 20px 20px 0;
	background: url(images/bg-post.png) repeat-y 0 0;
	}
#sidebar-video .ui-tabs, #sidebar-slideshow .ui-tabs {
	width: 340px;
	margin: 0;
	background: transparent;
	}

/* Tabs wrap */
.ui-tabs .ui-tabs-wrap {
	background: url(images/comments-bottom.png) no-repeat 0 bottom;
	}
#sidebar-slideshow .ui-tabs-wrap, #sidebar-video .ui-tabs-wrap {
	background-image: none;
	}

/* Tabs nav */
.ui-tabs-nav {
	overflow: hidden;
	margin: 0;
	padding-left: 20px;
	list-style: none;
	background: #fff url(images/ui-tabs-top.png) no-repeat 0 0;
	}
#sidebar-slideshow .ui-tabs-nav, #sidebar-video .ui-tabs-nav {
	margin: 0 0 20px;
	padding: 0;
	background: #181818 url(images/feature-sidebar-ui-nav.png) repeat-x;
	border-left: 1px solid #2a2a2a;
	height: 1%;
	}
.ui-tabs-nav li {
	float: left;
	margin: 1px 0 0 0;
	}
.ui-tabs-nav li a {
	float: left;
	padding: 16px 19px 15px 19px;
	font-size: 16px;
	color: #8f8f8f;
	border-bottom: 1px solid #e5e5e5;
	}
#sidebar-slideshow .ui-tabs nav li, #sidebar-video .ui-tabs nav li {
	margin: 0;
	}
#sidebar-slideshow .ui-tabs-nav li a, #sidebar-video .ui-tabs-nav li a {
	padding: 50px 40px 34px;
	border: none;
	border-right: 1px solid #2a2a2a;
	line-height: 24px;
	color: #fff;
	}
.ui-tabs-nav li.ui-tabs-selected a {
	background: #fff;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	}
#sidebar-slideshow li.ui-tabs-selected a, #sidebar-video li.ui-tabs-selected a {
	background: url(images/ui-tabs-current.png) no-repeat center bottom;
	}

/* Tabs panel */
.ui-tabs-hide {
	display: none;
	}
.ui-tabs .ui-tabs-panel {
	clear: left;
	overflow: hidden;
	}
#sidebar-slideshow .ui-tabs-panel, #sidebar-video .ui-tabs-panel{
	background: transparent;
}

/* Lists in the tabs after singular posts. */
.ui-tabs .ui-tabs-panel ul.alignleft, .ui-tabs .ui-tabs-panel ul.alignright {
	width: 259px;
	margin: 0;
	padding: 35px 20px 38px;
	list-style: none;
	color: #c2c2c2;
	border-right: 1px dotted #e5e5e5;
	}
.ui-tabs .ui-tabs-panel ul.alignright {
	border: none;
	}
.ui-tabs-panel li {
	padding: 0 0 0 10px;
	font: normal normal normal 12px/20px Arial, Verdana, sans-serif;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
.ui-tabs-panel li a {
	color: #666;
	border-bottom: 1px dotted #e5e5e5;
	text-decoration: none;
	}
.ui-tabs-panel li a:hover {
	border-bottom: 1px dotted #c2c2c2;
	}

#sidebar-slideshow .ui-tabs-panel .hentry, #sidebar-video .ui-tabs-panel .hentry {
	width: 260px;
	margin: 20px 40px 0;
	padding: 0;
	border-bottom: 1px dotted #4b4b4b;
	background: transparent;
	}
#sidebar-slideshow .hentry img, #sidebar-video .hentry img {
	float: right;
	width: 100px;
	height: 75px;
	margin: 0 0 20px 20px;
	}
* html #sidebar-slideshow .hentry img, *html #sidebar-video .hentry img {
	margin: 0 0 0 20px;
	height: 1%; /* IE5-6 */
	}
*+html #sidebar-slideshow .hentry img, *+html #sidebar-video .hentry img {
	margin: 0 0 0 20px;
	display: inline-block; /* IE7not8 */
	}
#sidebar-slideshow .entry-title, #sidebar-video .entry-title {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
#sidebar-slideshow .hentry .entry-title a, #sidebar-video .hentry .entry-title a {
	color: #fff;
	}
#sidebar-slideshow .byline, #sidebar-video .byline {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10px;
	line-height: 20px;
	color: #777;
	}