
/*
Theme Name: FleshEatingZipper Mobile
Theme URI: http://www.flesheatingzipper.com/
Description: Theme created for FleshEatingZipper for 2012.
Author: Kelly Karnetsky
Author URI: http://www.kellykarnetsky.com
version: 0.5a
*/




/* basics */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{margin:0; padding:0;}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #ffffff;
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

::selection {
	background: #ed1b24;
	color: #ffffff;
}

::-moz-selection {
	background: #ed1b24;
	color: #ffffff;
}

.noFocus:focus {
	outline: none;
}

.black_border {
	background: url(images/borders/black.png) repeat;
	height: 5px;
	overflow: hidden;
	margin: 0;
}

#headContent {
	height: 150px;
	border-top: 5px solid #000000;
	background: #ffffff;
}

#headBorder {
	background: url(images/borders/black.png) repeat;
	height: 5px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#logo {
	height: 110px;
	margin: 0 auto;
	text-align: center;
}

#menuWrap {
	float: left;
	width: 50%;
	background: #000000;
	color: #ffffff;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 15px 0 2px 0;
	text-align: center;
}

#menu {padding: 10px; border-right: 1px solid #ffffff;}

#menuWrap ul {
	list-style: none;
	text-align: center;
	margin: 0;
	position: absolute;
	padding: 10px 0 5px 0;
	display: none;
	background: #000000;
	width: 50%;
	z-index: 150;
	left: -2px;
}

#menuWrap ul li {
	padding: 5px;
	display: block;
}

#menuWrap ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#searchWrap {
	float: right;
	width: 50%;
	background: #000000;
	color: #ffffff;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 15px 0 2px 0;
	text-align: center;
}

#search {padding: 10px; border-left: 1px solid #ffffff;}

#searchBox {
	margin: 0;
	position: absolute;
	display: none;
	background: #242424;
	width: 100%;
	z-index: 150;
	right: 0;
}

#searchPad {
	padding: 10px;
}

#searchField {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	font: 17px Arial;
	color: #444444;
	line-height: 30px;
}

#searchButton {
	float: right;
	position: absolute;
	height: 30px;
	width: 40px;
	background: url(images/search_button.jpg) no-repeat;
	right: 10px;
	margin: -30px 0 0 0;
	border: none;
}

#contentWrap {
	background: #ffffff;
}

.postWrapper {
	padding: 20px 10px 0 10px;
	border-bottom: 1px solid #d1d1d1;
}

.postImage {
	float: left;
	width: 100px;
	height: 100px;
}

.postImage img {
	max-width: 100px;
	height: auto;
}

.imgBorder-gaming {border-bottom: 5px solid #ff9c00;}
.imgBorder-entertainment {border-bottom: 5px solid #ff23d4;}
.imgBorder-tech {border-bottom: 5px solid #0ec900;}
.imgBorder-podcasts {border-bottom: 5px solid #0096ff;}
.imgBorder-offGrid {border-bottom: 5px solid #5800AC;}
.imgBorder-breakRoom {border-bottom: 5px solid #222222;}

#everythingHeader {
	color: #c00202;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-style: italic;
}

#gamingHeader {
	color: #ff9c00;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-style: italic;
}

#entertainmentHeader {
	color: #ff23d4;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-style: italic;
}

#techHeader {
	color: #0ec900;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-style: italic;
}

#podcastsHeader {
	color: #0096ff;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-style: italic;
}

#offGridHeader {
	color: #5800AC;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-style: italic;
}

#breakroomHeader {
	color: #222222;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-style: italic;
}

.postInfo {
	position: relative;
	padding: 0 0 0 110px;
}

.hrTeeth {
	position: relative;
	bottom: -12px;
	left: 50%;
	margin: 0 0 0 -25px;
}

#content h1 {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h2 {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h2 a, a:hover {
	color: #c00202;
	text-decoration: none !important;
	display: block;
}

#content h3 {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
	font-size: 22px;
	font-weight: normal;
}

.pt-gaming { color: #ff9501; }
.pt-entertainment { color: #ea18d3; }
.pt-tech { color: #0fbc08; }
.pt-off-grid { color: #5800ac; }
.pt-comics { color: #c00202; }
.pt-podcasts { color: #119bfe; }
.pt-breakroom { color: #3c3c3c; }

.postBy { margin: 10px 0; }

.entry h2 {
	margin: 15px 0;
}

.entry ul, ol {
   margin:0 0 10px 0;
   padding:0;
   position:relative;
   left:-3em;
   overflow:hidden;
   font-size: 14px;
}

.entry li {
   margin-top:0.25em;
   margin-bottom:0.25em;
}

.entry ul ul, ul ol, ol ol, ol ul {
   margin-left:1em;
   padding-left:0;
}

.entry ul li, ol li {
   margin-left:5em;
}

.entry li li {
   margin-left:1em;
}

.postWrapper ul, ol {
   margin:auto -3em 1em 0;
   padding:0;
   position:relative;
   left:-3em;
   overflow:hidden;
   font-size: 12px;
}

.postWrapper li {
   margin-top:0.25em;
   margin-bottom:0.25em;
}

.postWrapper ul ul, ul ol, ol ol, ol ul {
   margin-left:1em;
   padding-left:0;
}

.postWrapper ul li, ol li {
   margin-left:5em;
}

.postWrapper li li {
   margin-left:1em;
}

.entry {
	margin: 0;
}

.postDetails {
	font-size: 10px;
	color: #666666;
	margin: 5px 0 0 0;
}

#content p {
	margin: 0 0 15px 0;
}

#content a {
	color: #c00202;
	text-decoration: none;
}

#content a:hover {
	color: #c00202;
	text-decoration: none !important;
}

.postBy {
	display: block;
	color: #9c9c9c;
	font-size: 11px;
}

.postBy a {
	color: #d80f0f;
}

.listHead {
	float: left;
	color: #000000;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
}

.listLinks {
	float: right;
	line-height: 35px;
	font-size: 10px;
	color: #8c8c8c;
}

.listLinks a {
	font-size: 10px;
	color: #8c8c8c;
	text-decoration: none;
}

.listLinks a:hover {
	color: #c00202;
	text-decoration: none;
}

.linksActive {
	color: #c00202 !important;
	text-decoration: none;
}



#authorWrap {
	width: 660px;
	height: 345px;
	margin: 0 0 15px 0;
}

#authorWrap h1 {
	color: #ffffff;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
	margin: 0 0 10px 0;
}

#authorHead {
	width: 215px;
	padding: 5px;
	background: #921313;
	float: left;
	height: 335px;
}

#authorBio {
	padding: 10px;
	background: #c00202;
	color: #ffffff;
	float: right;
	width: 415px;
	height: 325px;
}


#footerBorder {
	background: url(images/borders/black.png) repeat;
	height: 5px;
	overflow: hidden;
	margin: 0;
}

#footer {
	padding: 20px 0;
	margin: auto;
	background: #000000 url(images/footer_bgr.png) top repeat-x;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

blockquote {
	padding: 10px;
	margin: 0 10px 15px 20px;
	background: #f6f6f6;
	color: #737373;
	border-left: 3px solid #737373;
	font-style: italic;
}

.bbpBox {
	margin: 0 0 15px 0;
}

.articlePages {
	float: right;
	margin: 0 0 10px 0;
}

.articlePages a {
	border: 1px solid #BFBFBF;
    	margin: 2px;
   	padding: 3px 5px; 
}

.articlePages a:hover {
	border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px; 
	background: #c00202;
	color: #ffffff !important;
	text-decoration: none !important;
}

.bbpBox {
	font-family: Arial;
}

.wp-caption-text {
	font-size: 11px;
}


.post {
	padding: 10px;
}

.post img {
	width: 100%;
	height: auto;
}

.post iframe {
	width: 100%;
	height: auto;
}


.authorName { color: #af0000 !important; }

#pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
	background: url(images/redbutton_bgr.png) top repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	display: block;
	margin: 60px 40px 30px 40px;
}

#pbd-alp-load-posts a:hover, #pbd-alp-load-posts a:active {
	background: #af0000;
	text-decoration: none;
}

#pbd-alp-loading {
	width: 100px;
	height: 100px;
	background: url(images/loader.gif) top center no-repeat;
	margin: 40px auto 10px auto !important;
	display: none;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

#bsap_1274894 {
	clear: both !important;
	text-align: center !important;
}