/*------------------------------------------------

	Theme Name: EightyTwenty
	Theme URI: http://pau1winslow.com
	Description: A magazine theme for both digital and print news projects
	Version: 0.1
	Author: Paul Winslow 
	Author URI: http://pau1winslow.com
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	1. WordPress Core
	2. Global
	3. Theme Header
	4. Theme Core
	5. Theme Footer
	6. Custom CSS

------------------------------------------------*/

/*------------------------------------------------

	WordPress Core

------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
}
.sticky {
}

/*------------------------------------------------

	Global

------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
#header {
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/*------------------------------------------------

	Header

------------------------------------------------*/

#header {
	text-transform: uppercase;
	background: #252525;
}

/* --- Navigation Foundation --- */

.select-menu, .select {
	display: none;
}

#primary-nav > div { display: block; }

#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary-nav ul a {
	display: block;
	position: relative;
	border: 0;
	text-decoration: none;
}

#primary-nav ul li {
	float: left;
	position: relative;
	z-index: 40;
	margin: 0;
}

#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 180px; /* left offset of submenus need to match (see below) */
}

#primary-nav ul ul li { width: 100%; }

#primary-nav ul li .sep {
	position: absolute;
	top: 21px;
	right: -3px;
	color: #aeaeae;
	font-size: 10px;
}

#primary-nav ul li:last-child .sep,
#primary-nav ul li.last .sep,
#primary-nav ul ul .sep { display: none; }

/* --- Child menu drop-downs --- */

#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: -15%;
	top: 55px; /* match top ul list item height */
	z-index: 99;
}

/* --- Hide nested child menus --- */

#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul {
	top: -9999em;
}

/* --- Show nested child menus --- */

#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* --- Top level links --- */

#primary-nav ul a {
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	margin-right: 14px;
	color: #fff;
}

#primary-nav ul a:hover,
#primary-nav ul li.sfHover a,
#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a {
	color: #fb6239;
}

/* --- Second level links --- */

#primary-nav ul ul {
	padding: 0;
	background: #373737;
	padding: 0 15px 7px 15px;
	text-align: center;
}

#primary-nav ul ul li {
	line-height: 25px;
	border-bottom: 1px solid #525252;
	float: none;
	background: none;
}

#primary-nav ul ul li:last-child {
	border: 0;
}

#primary-nav ul ul li a {
    color: #fff;
	line-height: 35px;
	height: 35px;
	padding: 0;
	margin: 0;
}

#primary-nav ul li.sfHover ul a {
	color: #f0efef;
	font-size: 16px;
}

#primary-nav ul li.sfHover ul a:hover {
	color: #fb6239;
}

/* --- Third level links --- */

#primary-nav ul ul ul {
	padding-top: 5px;
}

/*------------------------------------------------

	Core
	
------------------------------------------------*/

.core-border {
	height: 1px;
	background: #cdcdcd;
	margin: 35px 10px;
}

/*------------------------------------------------
	Pages Foundation
------------------------------------------------*/

.page-heading {
	font-size: 40px;
	color: #c75d08;
	line-height: 24px;
	margin: 0 0 25px;
}

/*------------------------------------------------
	Posts Foundation
------------------------------------------------*/

.post-thumb {
	position: relative;
}

.post-thumb img {
	display: block;
}

.featured-post-title a,
.primary-post-title a,
.widget-post-title a,
.archive-post-title a {
	color: #232323;
}

.featured-post-title a:hover,
.primary-post-title a:hover,
.widget-post-title a:hover,
.archive-post-title a:hover {
	color: #fb6239;
}

.post-category {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.post-category a {
	display: inline-block;
	padding: 2px 10px;
	background: #fb6239;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.post-category a:hover {
	background: #252525;
}

.post-meta-divider {
	padding: 0 3px;
}

.post-pagination a,
.post-pagination span {
	display: inline-block;
	padding: 1px 8px;
	font-size: 11px;
	font-weight: bold;
}

.post-pagination span {
	background: #d3d3d3;
	color: #6f6f6f;
}

.post-pagination a {
	background: #252525;
	color: #e2e2e2;
}

.post-pagination a:hover {
	background: #fb6239;
	color: #fff;
}

/*------------------------------------------------
	Homepage Featured Posts
------------------------------------------------*/

#featured-posts {
	padding: 19px;
	background: #dddddd;
	margin-bottom: 30px;
	position: relative;
}

#featured-posts .post-thumb {
	margin-bottom: 20px;
}

.featured-post-title {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 10px;
}

.featured-post-timestamp {
	font-weight: bold;
}

.featured-post-timestamp a {
	color: #6d6d6d;
}

.featured-post-timestamp a:hover {
	color: #fb6239;
}

#featured-posts ul.slides,
#featured-posts ul.slides li {
	margin: 0;
	padding: 0;
}

#featured-posts ul.flex-direction-nav,
#featured-posts ul.flex-direction-nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#featured-posts ul.flex-direction-nav {
	position: absolute;
	top: 307px;
	right: 19px;
}

#featured-posts ul.flex-direction-nav li {
	display: inline;
}

#featured-posts ul.flex-direction-nav li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	margin-left: 5px;
}

#featured-posts ul.flex-direction-nav li a.flex-prev {
	background: #252525 url(images/slide-prev.png) 11px 8px no-repeat;
}

#featured-posts ul.flex-direction-nav li a.flex-next {
	background: #252525 url(images/slide-next.png) 11px 8px no-repeat;
}

#featured-posts ul.flex-direction-nav li a.flex-prev:hover {
	background: #fb6239 url(images/slide-prev.png) 11px 8px no-repeat;
}

#featured-posts ul.flex-direction-nav li a.flex-next:hover {
	background: #fb6239 url(images/slide-next.png) 11px 8px no-repeat;
}

.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }

/*------------------------------------------------
	Homepage Primary Posts
------------------------------------------------*/

#primary-posts .post {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 20px;
}

#primary-posts .post-thumb {
	margin-bottom: 15px;
}

.primary-post-title {
	font-size: 20px;
	line-height: 22px;
margin: 0 0 8px;
}

.primary-post-timestamp {
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 12px;
	color: #838282;
}

.primary-post-timestamp a {
	color: #838282;
}

.primary-post-timestamp a:hover {
	color: #fb6239;
}

/*------------------------------------------------
	Single Posts
------------------------------------------------*/

.single-post .post-thumb {
	margin: 0 0 25px;
}

.single-post-title {
	font-size: 44px;
	line-height: 38px;
	margin: 0 0 20px;
}

.single-post-meta,
.single-post-meta li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #838282;
}

.single-post-meta {
	margin-top: 4px;
}

.single-hide {
	text-indent: -9999px;
}

/* --- Comments --- */

h3#comments-number,
h3#reply-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 25px;
}

h3#reply-title {
	margin: 0 0 15px;
}

#comments-container {
	margin: 15px 0 0;
}

.comment-list {
	list-style: none;
	margin: 20px 0 45px;
	padding: 0;
}

.comment-list li {
	margin: 0 0 30px;
}

.comment-list li ul.children {
	margin: 30px 0 0 30px;
}

.comment-header {
	margin: 0 0 10px;
}

.comment-header .comment-avatar {
	float: left;
}

.comment-header .comment-detail {
	float: left;
	padding: 0 0 0 10px;
}

.comment-author {
	font-weight: bold;
	font-size: 12px;
	color: #4a4a4a;
}

.comment-meta {
	font-size: 11px;
	color: #797979;
}

#commentform p {
	margin: 0 0 20px;
}

#commentform .comment-form-comment label,
#commentform .form-allowed-tags {
	display: none;
}

#commentform input {
	float: left;
	margin: 0 15px 0 0;
}

#commentform textarea {
	margin: 0 0 5px;
}

#commentform label {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}

#commentform .form-submit input#submit {
	float: none;
	display: block;
	padding: 9px 16px;
	background: #fb6239;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	text-shadow: 0;
}

#commentform .form-submit input#submit:hover {
	background: #252525;
	color: #fff;	
}

.bypostauthor {
}

/*------------------------------------------------
	Sidebars & Widgets
------------------------------------------------*/

#logo {
	text-align: center;
	margin: 20px 0;
}

#logo img {
	display: block;
	margin: 0 auto;
}

.widget {
	margin: 0 0 30px;
}

.widget-title {
	font-size: 16px;
	line-height: 20px;
	padding: 13px 0;
	text-transform: uppercase;
	border-top: 4px solid #252525;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	margin-bottom: 20px;
}
.ad-title {
	font-size: 10px;
	line-height: 20px;
	padding: 13px 0;
	text-transform: uppercase;
	border-top: 4px solid #252525;
	border-bottom: 0px;
	text-align: center;
	margin-bottom: 20px;
}

.textwidget {
	text-align: center;
}

.textwidget p:last-child {
	margin-bottom: 0px;
}

.custom-widget-post {
	margin: 0 0 15px;
}

.custom-widget-post .post-thumb {
	width: 70px;
	float: left;
	margin: 0 10px 0 0;
}

.widget-post-title {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 2px;
}

.widget-post-timestamp {
	font-size: 11px;
	color: #838282;
}

.issue-widget .issue-cover {
	float: right;
	margin: 0 0 0 10px;
}

a.issue-cta {
	display: inline-block;
	padding: 2px 10px;
	background: #fb6239;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.issue-cta:hover {
	background: #252525;
	color: #fff;
}

#searchform input {
	margin: 0;
}

/*------------------------------------------------
	Archives
------------------------------------------------*/

#archive-posts .post-thumb {
	float: left;
	margin: 0 20px 0 0;
}

#archive-posts .archive-post {
	margin: 0 0 20px;
}

.archive-post-title {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 34px;
}

.archive-post-timestamp {
	margin: 0 0 10px;
	color: #838282;
}

.archive-post-timestamp a {
	color: #838282;;
}

.archive-post-timestamp a:hover {
	color: #fb6239;
}

/*------------------------------------------------
	Issue Template
------------------------------------------------*/

#issue-images ul.slides,
#issue-images ul.slides li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#issue-images {
	position: relative;
	margin: 0 0 30px;
	overflow: hidden;
}

#issue-images .flex-direction-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}

#issue-images ul.flex-direction-nav li {
	display: inline;
	margin: 0;
}

#issue-images ul.flex-direction-nav li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	margin-left: 5px;
}

#issue-images ul.flex-direction-nav li a.flex-prev {
	background: #252525 url(images/slide-prev.png) 11px 8px no-repeat;
}

#issue-images ul.flex-direction-nav li a.flex-next {
	background: #252525 url(images/slide-next.png) 11px 8px no-repeat;
}

#issue-images ul.flex-direction-nav li a.flex-prev:hover {
	background: #fb6239 url(images/slide-prev.png) 11px 8px no-repeat;
}

#issue-images ul.flex-direction-nav li a.flex-next:hover {
	background: #fb6239 url(images/slide-next.png) 11px 8px no-repeat;
}

ul.issue-desc,
ul.issue-desc li {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.issue-desc li.issue-title {
	font-weight: bold;
	color: #232323;
	font-size: 13px;
	margin: 0 0 2px;
}

ul.issue-desc li.issue-date {
	color: #838282;
}

/*------------------------------------------------

	Footer
	
------------------------------------------------*/

#footer {
	background: #252525;
	padding: 40px 0;
	margin-top: 50px;
	text-align: center;
}

#footer p {
	margin: 0;
}

#footer-nav {
	text-align: center;
}

#footer-nav ul {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#footer-nav ul a {
	display: block;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #f0efef;
}

#footer-nav ul a:hover,
#footer-nav ul li.sfHover a,
#footer-nav ul li.current-cat a,
#footer-nav ul li.current_page_item a,
#footer-nav ul li.current-menu-item a {
	color: #fb6239;
}

#footer-nav ul li {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}

#footer-nav ul ul {
	display: none;
}

/*------------------------------------------------

	Custom CSS

------------------------------------------------*/

@media only screen and (min-width: 767px) {
.pizzad-mobile-hide { display: inherit !important;}
.pizzad-mobile-show { display: none !important;}
}

@media only screen and (max-width: 767px) {
.pizzad-mobile-hide { display: none !important;}
.pizzad-mobile-show { display: inline !important;}

h1 {line-height: 100% !important;}
}

.around-the-web div.archive-post a { font-size: 20px; line-height: 100%; text-transform: none; }
.around-the-web div.archive-post h2 { font-size: 20px; line-height: 100%; text-transform: none; margin-bottom: 0px !important; } 
.around-the-web div.archive-post { margin-bottom: 20px !important; }

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 10px 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
}
.sticky {
}



#categoryposts-3  {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
   line-height: 10px;
   font-color: #000000;
   font-weight: bold;
   text-align: left;
   a { color: black; }
   margin-top: 0em;
  margin-bottom: 0em;
}
.cat-post-item a {
	color: #232323;
}
.cat-post-item a:hover {
	color: #c75d09;
}
.addthis_toolbox { margin-bottom: 15px; }


.really_simple_twitter_widget img { margin-right :6px; float:left; border-radius:4px; }

.really_simple_twitter_widget li  { padding-bottom:15px; clear:both; list-style:none;   }