/*
Theme Name: PGP
Author: Matt Felser
Author URI: http://grandex.co
Theme URI: http://postgradproblems.com
Version: 1.0
License: GNU General Public License
License URI: license.txt

*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, article, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html {
	font-size: 62.5%; 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #ccc;
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10%;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 1em 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: bottom;

}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0; 
}
input[type="search"]::-webkit-search-decoration { 
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top; 
	width: 98%;
}

/* Links */
a {
	color: #000;
	text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #000;
}
a .category_tag,
.sub-feature a {
	color: #000
}
a:hover .category_tag,
a:focus .category_tag,
a:active .category_tag {
	text-decoration: none;
	color: #000;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.row.clear {
	margin:10px;
}
#features .row.clear {
	margin: 10px 10px 2px 10px
}
.mobile {
	display:none;
}
/* =Content
----------------------------------------------- */
#page {
	position:relative;
	margin:150px auto 30px;
	z-index:4;
	max-width: 1080px;
}
.hentry {
	margin: 0 0 1.5em;
	clear:both;
	float:left;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page #primary {
	width: 100%;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	display: inline;
}
.comment-content img {
	display: block;
	clear: both;
	padding: 5px 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/*Main Coding Begins Here*/
body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}
#header-container {
	background:#bc2026;
	width:1080px;
	margin:0 auto;
	border-width: 1px 1px 0 1px;
	border-color:#fff;
	border-style:solid;
}
header#masthead {
	max-width: 1080px;
	margin: auto;
}
.site-branding {
	width: 60px;
	float: left;
	margin:4px 0 4px 2%;

}
h1.site-title a {
	text-decoration: none;
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	display: block;
}

.logo-container {
	position: relative;		
}
.main_logo {
	max-width: 60px;
	max-height: 60px;
	height:60px;
	display: block;
	background: url('images/PGP-logo.png');
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.main_logo {
		background: url('images/PGP-logo2x.png');
		background-size: 60px 60px;
	}
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: left;
	margin:0 2%;
	text-transform: uppercase;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	padding: 22px 10px;
	font-weight: bold;
}
.main-navigation a[title="Submit"] {
	color: #ffb000;
}
.main-navigation a:hover {
	background-color:#660000;
}
.main-navigation .current_page_item > a {
	background-color:#660000;
}
	
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
		top: 4.2em;
		left: 0;
	z-index: 99999;
	background: #660000;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 8px 20px;
	font-weight: 400;
}
.main-navigation ul ul a:hover {
	border-top: none;
	background: #333;
	color: #eee;
	padding: 8px 20px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background-color:#660000;
}
.main-navigation ul ul li:hover > a {
	background-color:#bc2026;

}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background-color:#660000;
}

ul.breadcrumbs {
    list-style: none;
    margin: 0;
    font-size:12px;
    float: left;    
    display: block;
	width: 100%;
	padding: 5px 10px;
	background: #eee;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
	color: #999;
}
ul.breadcrumbs li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
ul.breadcrumbs li a {
	color:#bc2026;
	margin-right:10px;
}
ul.breadcrumbs li.current-post {
	font-style: italic;
	color:#999;
}

/* =Search
----------------------------------------------- */

.search .top-banner {
	margin-bottom: 10px;
}
.search article.category-photos,
.search article.category-fail-photos,
.search article.category-contest {
	background: none;
	text-align: left;
}
.search #primary article.wall-post {
	border-bottom:1px solid #ccc;
	padding:0.5em;
}
.search #primary .wall-container {
	padding:1em 0;
	border-bottom:1px solid #ccc;
	float:left;
	width:100%;
}
.search #refine-search fieldset {
	text-align: center;
}
.search #refine-search fieldset input#s {
	width: 84%;
	padding: 10px;
	border-radius: 0;
	-webkit-appearance: none;
}
.search #refine-search fieldset input#searchsubmit {
	padding: 11px;
	font-size: 1em;
	width:15%;
}
.search-filter {
	float:right;
	font-weight: normal;
}
.search-filter select {
	margin-left:5px;
}
.search #primary article {
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
	margin: 0;
}
.search article.pgp_forum .stub {
	width:100%;
}
.search .entry-summary {
	margin:0;
}

.search .stub {
	width:68%;
}
.search .post .thumbnail {
	width:32%;
}
/* HOME PAGE */
#wall {
	width:39.25%;
	float:left;
}
#trending {
	width:60.75%;
	float:left;
}
#trending-posts {
	border-bottom: 1px solid #ccc;
	margin-bottom:1em;
	margin-left: 2%;
	padding-bottom: 10px;
}
.section-header {
	color:#bc2026;
	text-align: center;
	background: url('images/header-bg.png') bottom left repeat-x;
	text-transform: uppercase;
	font-size:1.25em;
	margin: 0.5em 0;
}
.section-header span {
	background:white;
	padding:0 5px;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

#friends {
	border-bottom: 1px solid #989898;
}

.wall-post {
	background: #f8f8f8;
	border-width:1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
	padding:0.5em;
	position:relative;
	clear:both;
}
.wall-post.pending {
	padding-top:2em;
}
.single-format-status .wall-post {
	border-width:1px;
	width:100%;
}
.single-format-status .wall-post p {
	font-size:1.5em;
	line-height: 1.3em;
}
.popular,
.friend {
	padding:0.5em;
	border-bottom: 1px solid #989898;
}
.popular:hover,
.friend:hover {
	background:#eee;
}
.popular .thumbnail {
	float:right;
	text-align: right;
	max-width:70px;
	height:auto;
	width:20%;
}
.friend .thumbnail {
	float:left;
	text-align: right;
	max-width:70px;
	height:auto;
	width:20%;
}
.friend .title {
	width: 79%;
	float: right;
	font-size: 0.8em;
	margin-right: 1%;
}
.popular .title {
	width: 79%;
	float: left;
	font-size: 0.9em;
	margin-right: 1%;
	font-weight:bold;
}
.popular .title.nothumbnail {
	width:99%;
}
.popular .author a,
.friend .author a {
	font-size:0.8em;
	color:#999;
}
div.view-all {
	text-align: center;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px 0;
	clear: both;
	text-transform: uppercase;
}
div.view-all a {
	color: #bc2026;
}
div.view-all a:hover {
	color: #bc2026;
}
.wall-post a {
	color:black;
}
.wall-post p {
	margin-bottom:0.4em;
}
.wall-post .wall-meta {
	float:left;
	padding-top: 5px;
}
.wall-post .wall-meta,
.wall-post .wall-meta a {
	color:#989898;
	font-size:0.9em;
}
.wall-post .wall-social {
	float:right;
}
footer#author .entry-social {
	margin:0;
	text-align: left;
}
.entry-social iframe {
	max-width:none;
	vertical-align: bottom;
}
.entry-social a,
.favorite_link a{
	text-decoration: none;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	-ms-transition: color .15s linear;
	transition: color .15s linear;
	color:black;
}

.entry-social a:hover,
.entry-social a.rated,
.favorite_link a:hover,
.favorite_link a.rated {
	color:#ffb000;
}
article.category-columns .entry-social,
article.category-news .entry-social,
article.category-galleries .entry-social,
article.category-videos .entry-social,
article.pgp_forum .entry-social {
	margin:10px 0;
}

#post_thumbnail {
	margin-bottom:10px;
	text-align: center;
}
article.category-columns .entry-content,
article.category-news .entry-content {
	font-family:Georgia, Times, serif;
}
.entry-content img {
	border: solid 1px #ccc;
	background: #fff;
	padding: 6px;
	display: block;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	margin:0 auto;
	box-sizing: border-box;
}
article.category-columns .entry-content a,
article.category-news .entry-content a {
	color:#bc2026;
}
.category-the-wall .wall-post,
#profile-content .wall-post,
.search .wall-post {
	border-bottom-width: 1px;
}
.search .wall-post {
	margin-bottom:1em;
}
#profile-content .wall-post {
	margin: 0 2% 1em;
}
.wall-post .entry-social {
	float:right;
}
.stub h3.entry-title {
	font-size:1.4em;
	line-height:1.2em;
}
.top-comment {
	position:relative;
	background:#f8f8f8;
	border:1px solid #c9c9c9;
	width:100%;
	padding:10px;
	margin:5px 0;
	float:left;
}
.top-comment-avatar {
	float:left;
	width:9%;
	margin:1%;
}
article.format-image div.top-comment-avatar img {
	width:100%;
	height:auto;
}
.top-comment-content {
	color:black;
	font-size:0.9em;
	float:left;
	width:89%;
}
span.top-comment-author a {
	display:block;
	color:#8f8f8f;
	font-size:0.8em;
}
.top-comment-label {
	position:absolute;
	right:0;
	bottom:0;
	background:#c9c9c9;
	color:#696969;
	text-transform: uppercase;
	font-weight:bold;
	font-size:0.5em;
	padding:3px;
}
p.firstParagraph:first-letter {
	font-size: 4em;
	line-height:56px;
	margin-bottom: -9px;
	margin-top:-5px;
	margin-right: 5px;
	float: left;
	color: #10456b;
}
#grandex-header {
	text-align: center;
	width:100%;
	position:fixed;
	top:0;
	z-index:20;
}

#grandex-header #full-header {
	background:#363636;
	display:none;
	border-bottom: 1px solid #999;
}
#grandex-header #full-header a {
	color:white;
	text-transform: uppercase;
}
#grandex-header #full-header .brand {
	margin:1em 1%;
	width:18%;
	float:left;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#grandex-header #full-header .brand .name {
	font-size: 16px;
	padding-top: 5px;
}
#grandex-header #full-header .active.brand,
#grandex-header #full-header .brand:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
#grandex-header #small-header {
	height:30px;
	position: relative;
	background: #202020;
	border-bottom: 1px solid #000;
	box-shadow: 1px 0 5px #000;
	cursor: pointer;
	-webkit-transition: background .15s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	-ms-transition: background .15s linear;
	transition: background .15s linear;
}
#grandex-header #small-header .more-from {
	height:17px;
	background: url('images/more-from.png') repeat;
	width:142px;
	margin:5px auto;
	display:inline-block;
	position:relative;
}
#grandex-header #small-header .more-from span {
	background: url('images/more-from.png') repeat;
	background-position: 0 -17px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
#grandex-header #small-header:hover .more-from span{
	opacity: 1;
}
#grandex-header #small-header:hover {
	-webkit-transition: background .15s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	-ms-transition: background .15s linear;
	transition: background .15s linear;
	background:#000;
}

#grandex-header #small-header:before {
	left: 50%;
	margin-left: -13px;
}

footer#author {
	background:#eee;
	border:1px solid #ccc;
	padding:10px;
}
footer#author .author-picture {
	float:left;
	text-align: center;
	width:23%;
}
footer#author .author-picture .avatar {
	height: auto;
}
footer#author .author-bio {
	margin-left:4%;
	float:left;
	width:73%;
}
footer#author .author-more-posts ul {
	margin: 0;
	list-style-type: none;
	clear: both;
}
footer#author .author-more-posts ul li a span:hover {
	text-decoration: underline;
}
footer#author .entry-social a {
	display:block;
}
footer#author .author-more-posts ul li {
	padding: 10px 0 0 0;
	margin: 5px 0;
	border-top: solid 1px #ccc;
	font-size: .8em;
	float: left;
	width: 50%;
	font-weight:bold;
}

footer#author .thumbnail img {
	max-height:75px;
	width:auto;
}
footer#author .thumbnail {
	width:25%;
}
footer#author .title {
	width:75%;
}
footer#author .author-more-posts .author-more-link {
	display: block;
	text-align: center;
	border-top: solid 1px #ccc;
	padding-top: 5px;
	margin-top: 5px;
	float: left;
	width: 100%;
}

footer#author .fa,
#follow .fa {
	margin-right:5px;
}

footer#author .author-bio a {
	color:#bc2026;
}
footer#author .author-bio a strong {
	color:black;
}
footer#author ul {
	margin-left:1.5em;
}
footer#author strong {
	display:block;
}


/*Content Regions*/
#content {
	width: 1080px;
	margin: auto;
	background:#fff;
	padding:0 10px;
}
#primary {
	width: 70%;
	float: left;
	padding-right: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#secondary {
	float: right;
	width: 30%;
	background: #fff;
}
#secondary > .ad {
	margin-top: 0;
}
h1.page-title {
	padding: 10px;
	background: #eaeaea;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	margin-top: 15px;
}
h1.entry-title a, h1.entry-title {
	font-size:3em;
	color:#000;
	font-weight: 900;
	line-height: 1.2em;
}
h1.entry-title a:hover {
	text-decoration: none;
	color: #bc2026;
}
.entry-meta { 
	font-size: 14px;
	color:#989898;
}
.entry-meta a {
	color: #999;
}
span.comments-link {
	float: right;
}
#featured_image {
	width: 150px;
	float: left;
	clear: left;
	margin: 20px 10px 15px 3px;
}
#featured_image img {
	width: 125px;
	box-shadow: 0px 3px 3px -3px #333;
}
.entry-content {
	margin:0;
	font-size:1.1em;
}
.entry-content ol {
	margin-left:0;
}
.entry-content li {
	padding: 10px 15px;
	border: solid 1px #ccc;
	margin: 0 0 20px 0;
	list-style-position: inside;
}
.category .entry-content,
.home .entry-content,
.author .entry-content {
	font-size: .9em;
}
.category .ad {
	padding-bottom: 20px;
}
.read-more {
	color:#bc2026;
	display: inline-block;
}
p#load {
	text-align: center;	
}
nav#pagination {
	text-align: center;
	margin-bottom: 1em;
	font-family: Lato, Helvetica, Arial, sans-serif;
	clear: both;
	padding: 15px 0;
	font-size: .8em;
}
nav#pagination a {
	display: inline-block;
	padding: 5px;
	line-height: 1em;
	margin: 3px 1px;
	background: #bc2026;
	color: #fff;
}
nav#pagination a:hover {
	background: #000;
	text-decoration: none;
}
nav#pagination span.current {
	background: #ddd;
	padding: 5px;
	line-height: 1em;
	display: inline-block;
	margin: 0 3px;
	color: #666;
}
nav#pagination span {
	padding: 5px 0;
	line-height: 1em;
	display: inline-block;
	color: #666;
}
.top-banner {
	text-align: center;
	padding-top: 15px;
}
.single .top-banner {
	padding: 15px 0;
}
.bottom-banner {
	text-align: center;
	margin-bottom: 1em;
	padding-top: 0.5em;
	clear:both;
}
.ad {
	margin-left: 2%;
	text-align:center;
	clear:both;
}

#secondary div.ad {
	margin-left:1%;					
}
#wall div.ad,
#popular .ad,
.single .ad {
	margin:1em 0;
}
.main-feature {
	width:59.5%;
	float:left;
}
.second-feature {
	width:39.25%;
	float:left;
	margin-left:1.25%;
}
.main-feature .feature-meta,
.second-feature .feature-meta {
	position:absolute;
	bottom:0px;
	background: url('images/black-80-1x1.png') repeat;
	color:white;
	width:100%;
	padding:0.5% 1%;
}
.main-feature .favorite_link a:hover,
.main-feature .favorite_link a.rated,
.second-feature .favorite_link a:hover,
.second-feature .favorite_link a.rated {
	color:#ffb000;
}
#features .sub-feature {
	width:19%;
	margin: 8px 1.25% 0 0;
}
#features .last.sub-feature {
	margin-right:0;
}
#features .sub-feature.promo-post {
	margin-right:0;
	float:right;
}
.feature-meta a {
	color:white;
}

.feature-meta .title {
	font-size:1.3em;
	border-bottom: 1px dashed #fff;
	line-height: 1.2em;
	padding-bottom: 5px;
	font-weight: bold;
}
.sub-feature {
	float:left;
	margin-right: 2%;
	width: 32%;
}
.sub-feature.last {
	margin-right:0;
}
.thumbnail {
	position:relative;
	float:left;
	max-width:100%;
}
.thumbnail img {
	vertical-align: bottom;
}

.category_tag {
	position:absolute;
	background:#ffb000;
	top:5px;
	left:0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px;
	font-size:0.75em;
}
.promo-post .category_tag,
.promo-post a .category_tag {
	color:#fff;
	background:#a60000;
}
.sub-feature-meta {
	font-size:0.7em;
	color:#989898;
}
.sub-feature-meta a {
	color:#989898;
}
.feature-meta .comments {
	float:right;
}

.sub-feature-meta .fa {
	margin: 0 0.2em 0 0.3em
}

.feature-meta .comments .fa,
.caption .comments .fa,
.entry-meta .fa,
.wall-meta .fa {
	margin: 0 0.2em 0 1em;
}

.sub-feature-meta .author .fa,
.feature-meta .author .fa,
.caption .author .fa,
.entry-meta .fa-user,
.wall-meta .fa-user {
	margin: 0 0.2em 0 0em;
}
/* share box */
#share-box {
	margin-bottom: 1em;
}
.category-videos #share-box {
	margin: 1em 0 0 0;
}
#share-box a {
	float:left;
	width:24.25%;
	margin-right:1%;
	display: block;
	padding:5px;
}
#share-box a.facebook-box {
	background:#3b5998;
}
#share-box a.twitter-box {
	background:#55acee;
}
#share-box a.email-box {
	background:#c32424;
}
#share-box a.favorite-box {
	background:#484848;
	margin-right:0;
}
#share-box a.facebook-box:hover {
	background:#324979;
}
#share-box a.twitter-box:hover {
	background:#3b81b6;
}
#share-box a.email-box:hover {
	background:#9e1c1c;
}
#share-box a.favorite-box:hover {
	background:#313131;
}
#share-box .fa {
	font-size:1.5em;
	vertical-align: middle;
}
#share-box a {
	color:white;
	font-size:1.2em;
}
#share-box a:hover {
	text-decoration: none;
}
#share-box a span {
	vertical-align: text-top;
	padding-left:5px;
}
#share-email-modal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
#share-email-modal h2 {
	text-align: center;
	font-size:2em;
}
#share-email-modal input[type="email"],
#share-email-modal textarea {
	width:100%;
	padding:0.5em;
	margin:0.5em 0;
}
#share-email-modal input[type="submit"] {
	color:#fff;
	background:#c32424;
	text-shadow: 1px 1px 0 black;
	font-size:1.5em;
	padding:0.5em 1em;
	-webkit-appearance: none;
	border:none;
	box-shadow:none;
	border-radius:0;
}
#share-email-modal .send-share-email {
	text-align: center;
}
#share-email-error {
	border: 1px solid #ff0000;
	background: #ff9999;
	margin: 10px 3%;
	padding: 10px;
	display: none;
}


/*Footer*/

#footer-container {
	width: 1060px;
	margin: auto;
}
#footer-container a {
	color:#383838;
}
#footer-container .widget-area {
	float: left;
	width: 75%;
}
#footer-container #second.widget-area {
	text-align: right;
	width:25%;
}
#footer-container .widget-area p {
	margin:0;
	color:#c4c4c4;
}
#footer-container .widget-area ul {
	list-style:none;
	margin:0;
}
#footer-container .widget-area li {
	display: inline;
	margin-right:10px;
	text-transform: uppercase;
	font-size:0.9em;
}
#footer-container .widget-title {
	background:none;
	color:white;
	font-size:1.5em;
	text-transform: uppercase;
	margin:0;
	padding:0;
	border-bottom: 2px solid #ccc;
}
.site-footer {
	padding-bottom: 15px;	
}

/*profile page*/
#profile-menu {
	width:20%;
	float:left;
	z-index:4;
}
#profile-content {
	width:60%;
	float:left;
}
#profile-content .no-posts {
	text-align: center;
}
#profile-content #comments {
	margin: 0 2%;
}
#profile-content #comments ul {
	margin: 0;
}
#profile-content article {
	margin-bottom: 1em;
	padding: 0 2%;
}
#profile-content #comments article {
	padding:0px;
}
#profile-bio {
	width:20%;
	float:right;
}
#profile-bio h3 {
	font-weight: 900;
	font-size:1em;
	color: #bc2026;
}
#profile-bio h3 span {
	font-weight: normal;
}
#profile-bio h4 {
	font-size:0.9em;
	font-style: italic;
	color:#999;
}
#profile-avatar {
	position:relative;
	text-align: center;
	border:1px solid #ccc;
	background:#eee;
	padding:10px 0;
}
#profile-avatar img {
	max-width: 150px;
	width:100%;
	height:auto;
	display: block;
	margin:0 auto;
}
#profile-avatar .edit-avatar {
	position:absolute;
	bottom:10px;
	text-align: center;
	width:100%;
	display:none;
}
#profile-avatar:hover .edit-avatar {
	display:block;
}
#profile-avatar .edit-avatar a {
	background:white;
	padding:2px;
	font-size:12px;
}
#profile-avatar .edit-avatar a:hover {
	text-decoration: none;
	background: #ddd;
}
#profile-bio #follow a {
	color:black;
	display:block;
	text-decoration: none;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	-ms-transition: color .15s linear;
	transition: color .15s linear;
}
#profile-bio a,
#profile-bio #follow a:hover {
	color:#ffb000;
}
#profile-bio .edit-profile {
	margin:5px 0;
}
#profile-bio input[type=text],
#profile-bio textarea {
	width:98%;
	border:1px solid #999;
	border-radius:0;
}
#profile-bio form p {
	margin-bottom:5px;
}
#profile-bio form label {
	font-size:0.8em;
	color:#999;
}
#profile-bio a.edit {
	border:1px solid #666;
	padding:3px 5px;
	color:#666;
	font-weight:bold;
	font-size: 0.8em;
}
#profile-bio a.edit:hover {
	text-decoration: none;
}
#profile-bio .update-submit {
	text-align: right;
}
#profile-bio a.cancel-profile-update {
	color:#d80000;
	margin-right:5px;
}
/*category pages */
#filter{
	float:left;
	width:15%;
}
.category #popular {
	float:left;
	width:30%;
}
.category #latest {
	width:55%;
	float:left;
}
.category .submit-dropdown {
	width:96%;
	margin: 0 2% 1em;
}
#wall .submit-dropdown {
	width:100%;
	margin-left:0;
}
.category-photos #latest,
.category-fail-photos #latest {
	text-align: center;
}
.home #latest {
	padding-left:2%;
}
.home #latest .hentry,
.search #main .hentry,
#profile-content .hentry {
	width:100%;
}
.hentry.category-columns,
.hentry.category-news,
.hentry.category-galleries,
.hentry.category-videos {
	width:100%;
	padding: 0 5px;
}
.hentry.category-videos {
	margin:0;
}
.play-button {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#profile-content .category-photos,
#profile-content .category-fail-photos,
#profile-contnet .category-contest {
	width:94%;
	background:inherit;
	text-align: left;
}
.category #latest article {
	margin:0 2% 1em;
}
.category .friend .title {
	width:50%;
	padding-left:2%;}

#filter a,
#profile-menu a {
	color:#888;
	text-transform: uppercase;
}
#profile-menu .fa {
	display:none;
}
#filter li,
#profile-menu li {
	margin:0;
	border-top:1px;
	border-style:dotted;
	border-color:black;
	padding:5px 0;
	list-style: none;
}
#filter ul,
#profile-menu ul {
	margin-left:0;
}
#filter li ul li,
#profile-menu li ul li {
	padding-left:1em;
}
#filter li ul,
#profile-menu li ul {
	display:none;
}
#filter li.last,
#profile-menu li.last {
	border-bottom:1px;
	border-style:dotted;
	border-color:black;
}
#filter li.active > a,
#filter a:hover,
#profile-menu li.active > a,
#profile-menu a:hover {
	color:#bd0000;
}
#filter li.active ul,
#profile-menu li.active ul {
	display:block;
}
/*forum */
#forum {
	float:left;
	width:85%;
}
#forum_submission_errors {
	border: 1px solid #ff0000;
	background: #ff9999;
	margin: 10px 10%;
	padding: 0;
	text-align: center;
}
#forum_submission_errors p {
	margin:0;
}
#content-submission .submit-meta .format-buttons {
	display:none;
}
#submission-form {
	margin:0 2%;
	display:none;
}
#forum #submission-form {
	margin:0 2% 0 3%;
}

#submission-form input[type=text],
#submission-form textarea {
	width:100%;
}
#submission-error {
	border: 1px solid #ff0000;
	background: #ff9999;
	margin: 10px 3%;
	padding: 10px;
	display: none;
}
#submission-notice {
	background: #d1e6ff;
	border: 1px solid #83a7d5;
	margin: 10px 10%;
	padding: 10px;
	display: none;
}
#wall-submission,
#photo-submission,
#video-submission,
#column-submission,
#news-tip-submission {
	display:none;
}
#forum .forum-row {
	padding-top: 5px;
	clear:both;
	border-bottom:1px solid #999;
	margin-left: 1%;
}
#forum .forum-row.heading {
	border-bottom:none;
}
#forum .forum-row .clear {
	clear:both;
	padding-top:5px;
}
#forum h3.forum-heading {
	text-transform: uppercase;
	width:25%;
	padding:0 1%;
	float:left;
	border-bottom:1px solid black;
	clear:none;
}
.require-login {
	text-align: center;
	margin-left: 1%;
	display: block;
	width: 99%;
	text-transform: uppercase;
	background: #eeeeee;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
#forum .new-topic,
.submit-dropdown {
	text-align: center;
	margin-left: 1%;
	display: block;
	width: 99%;
	text-transform: uppercase;
	background: #bc2026;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
.require-login a {
	color: #bc2026;
}
#forum .new-topic a,
.submit-dropdown a {
	color: #ffb000;	
}
#forum .forum-row.sticky_topic {
	background:#f0ff81;
}
#forum .forum-row.sticky_topic:hover {
	background:#ffcf81;
}
#forum .forum-row .forum-column {
	float:left;
	width:25%;
	padding:0 1%;
}
#forum .forum-row .forum-column.stats,
#forum .forum-row .forum-heading.stats {
	width:15%;
}
#forum .forum-row .forum-column.topic,
#forum .forum-row .forum-heading.topic {
	width:35%;
}
#forum .forum-row .forum-column h3 a {
	font-size:1em;
	color:#10456b;
	font-weight: bold;
}
#forum .forum-column h3 .by {
	display:none;
}
#forum .forum-row .forum-column p {
	margin:0;
	font-size:0.8em;
}
#forum nav#pagination {
	font-size:1.2em;
	margin:10px 0;
}
.forum-single article.pgp_forum {
	background: #eee;
	padding: 10px;
	border: 1px solid #111;
	width:100%;
	position:relative;
}
.forum-single ol {
	margin:0;
}
.forum-single .comment-meta img {
	width:auto;
}

.forum-single .commentPaging {
	text-align: center;
	width:100%;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	margin-bottom: 1em;
}
.forum-single .commentPaging a {
	color:#bc2026;
	padding:0 5px;
}
.forum-single .commentPaging span {
	padding:0 5px;
}
.forum-single article img,
.forum-single #comments img {
	display:block;	
}
.forum-single .comment-meta {
	width: 15%;
	text-align: center;
	margin: 0;
	padding-left: 1%;
	box-sizing: border-box;
}
.forum-single .author-link {
	display:block;
	color:#bc2026;
 	font-weight:bold;
 	font-size:1em;
}
.forum-single .comment-score {
	font-size:1.1em;
}
.forum-single .comment-content {
	width:80%;
	padding:1%;
}
.forum-single .comment-content p {
	margin: 0.5em 0 1em;
}
#comments blockquote:before {
	content:none;
}
#comments blockquote {
	border:1px solid #aaa;
	background:#fcfcfc;
	clear:both;
	padding:30px 10px 0 10px;
	position:relative;
	font-style: italic;
	margin:0;
}
#comments blockquote .quote-author {
	position:absolute;
	top:5px;
	left:5px;
	font-size:0.7em;
}
.forum-single #quote-wrapper {
	display:none;
	padding: 10px;
	background: #ddd;
	border: 1px solid #ccc;
}
.forum-single #quote-wrapper h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.forum-single #quote-wrapper h3 a {
	color:#bc2026;
}
a.follow_button {
	display:inline-block;
	color:white;
	width:75px;
	background:black;
	text-align: center;
	font-size:14px;
	vertical-align: top;
}
.entry-social a.follow_button {
	margin-left:20px;
}
a.follow_button.following {
	background:#ffb000;
	color:black;
}
a.follow_button:hover {
	text-decoration: none;
	background:#ffb000;
	color:black;
}
a.follow_button.following:hover {
	background: #a50000;
	color:white;
}
.single-pgp_forum .comment-author a {
	font-size: .75em;
	line-height: 1em;
	color: #999;
}
.single-pgp_forum .comment-author a:hover,
.single-pgp_forum .comment-author a:hover .author-link {
	color: #000;
	text-decoration: none;
}
.single-pgp_forum .comment-author a .author-link {
	padding-top: 3px;
}
/*slider*/

#slider,
article.full-image {
	position:relative;
	margin:0;
	text-align: center;
	width:100%;
	background:black;
}
#slider {
	float:left;
}
#latest article.category-photos,
#latest article.category-fail-photos {
	margin-bottom:1em;
	width:auto;
	float:none;
	display:inline-block;
	width:96%;
}
article.category-photos,
article.category-fail-photos,
article.category-contest {
	background: black;	
	text-align: center;
}
#slider-container {
	position:relative;
	margin-left:2%;
}
#slider-container .left-arrow,
#slider-container .right-arrow {
	position:absolute;
	top:40%;
	z-index:20;
    cursor: pointer;
    display:none;
}
#slider-container .left-arrow a,
#slider-container .right-arrow a {
    color:#404040;	
}
#slider-container:hover .left-arrow,
#slider-container:hover .right-arrow {
	display:block;
}
#slider-container .left-arrow {
	left:5px;
}
#slider-container .right-arrow {
	right:5px;
}
#slider-container .left-arrow:hover,
#slider-container .right-arrow:hover,
#slider-container .left-arrow:hover a,
#slider-container .right-arrow:hover a {
	color:white;
}
#slider article.first {
	display:inline-block;
}
#slider-container .left-arrow:hover {
	background-position: 0 -58px;
}
#slider-container .right-arrow:hover {
	background-position: -58px -58px;
}
#slider article {
	display:none;
	margin:0 auto;
	width:100%;
}

#slider article div.slide,
article.category-photos,
article.category-fail-photos,
article.category-contest {
	position:relative;
}
#slider article img {
	max-height:400px;
	width:auto;
}
.archive article.format-image img {
	max-height:500px;
	width:auto;
}
.single-post article.format-image {
	background: black;
	width: 100%;
	text-align: center;
}
.single-post article.format-image img {
	max-height:600px;
	width:auto;
}
article.category-photos .caption,
article.category-fail-photos .caption,
article.category-contest .caption {
	color:white;
	padding:10px 0 0 0;
}
.single .caption {
	font-size:1.5em;
}
article.category-photos .caption a,
article.category-fail-photos .caption a,
article.category-contest .caption a {
	color:white;
}
article.category-photos .caption .favorite_link a:hover,
article.category-photos .caption .favorite_link a.rated,
article.category-fail-photos .caption .favorite_link a:hover,
article.category-fail-photos .caption .favorite_link a.rated,
article.category-contest .caption .favorite_link a:hover,
article.category-contest .caption .favorite_link a.rated {
	color:#ffb000;
}
article.category-photos .caption .title,
article.category-fail-photos .caption .title,
article.category-contest .caption .title {
	border-bottom: 1px dashed #fff;
	padding: 0 5px 0 10px;
}

article.category-photos .caption .author,
article.category-fail-photos .caption .author,
article.category-contest .caption .author {
	float:left;
	font-size:0.9em;
	padding:10px;
}
article.category-photos .caption .comments,
article.category-fail-photos .caption .comments,
article.category-contest .caption .comments {
	float:right;
	font-size:0.9em;
	padding: 10px;
}
article.category-photos  .title .title-link,
article.category-fail-photos  .title .title-link,
article.category-contest  .title .title-link {
	float:left;
	text-align: left;
	width:75%;
	min-height: 42px;
}
article.category-photos  .title .slideshow-meta,
article.category-fail-photos  .title .slideshow-meta,
article.category-contest  .title .slideshow-meta {
	width:25%;
	text-align:right;
	float: right;
}
article.category-photos  .title .title-link p,
article.category-fail-photos  .title .title-link p,
article.category-contest  .title .title-link p {
	margin:0;
}
.adjacent-posts {
	clear:both;
	margin-bottom:3em;
}
.single-format-image article.category-photos .caption .comments,
.single-format-image article.category-photos .caption .author,
.single-format-image article.category-fail-photos .caption .comments,
.single-format-image article.category-fail-photos .caption .author,
.single-format-image article.category-contest .caption .comments,
.single-format-image article.category-contest .caption .author {
	font-size: .7em;
}
.slideshow-meta a:hover {
	text-decoration: none;
}
.slideshow-meta a:hover .fa-stack-2x {
	color:#999;
}
.slideshow-meta .fa-inverse {
	color:black;
}
/*individual post page*/
article h1 {
	font-size: 36px;
}
article h2 {
	font-size: 32px;
	margin-top: 10px;
}
article h3 {
	font-size: 28px;
}
article h4 {
	font-size: 25px;
}
article h5 {
	font-size: 22px;
}
article h6 {
	font-size: 18px;
}
article blockquote {
	background: #eee;
	padding: 5px 25px;
	padding-top: 25px;
	font-style: italic;
}
article blockquote:before {
	content: url("images/quote.png");
	position: relative;
	left: -38px;
	top: -30px;
	padding: 0;	
	display: block;
	height: 0;
}
 article table td {
	 padding: 7px;
 }
 article table th {
	 background: #000;
	 padding: 10px 5px;
	 color: #1a0;
 }
 article table tr:nth-child(even) {
	 background: #eee;
	 border-bottom: solid 1px #ddd;
 }
 article table tr:nth-child(odd) {
	 background: #eaeaea;
	 border-bottom: solid 1px #ddd;
 }
 article table td {
	 border-bottom: solid 1px #ddd;
 }
 article ul ul {
	 list-style: circle;
 }
 article ul ul ul {
	 list-style: disc;
 }
 article ol ol {
	 list-style: lower-roman;
 }
 article ol ol ol {
	 list-style: lower-alpha;
 }
 
 /*Comments Section */
 
 .comment-list {
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 li.comment {
	 display: block;
	 clear: both;
 }

 .comment article,
 .comment-submit,
 .load-more-comments,
 .load-more,
 .submit-meta,
 #quote-content {
 	 background: #eeeeee;
	 border:1px solid #ccc;
	 padding:10px;
	 margin-bottom:10px;
	 position:relative;
	 clear:both;
 }
 .comment article {
	 padding:0px;
 }
 .load-more-comments,
 .load-more {
	width:100%;
	display: block;
	text-transform: uppercase;
	color:#bc2026;
  }
  .load-more {
	  width:98%;
	  margin-left:2%;
  }
 .comment-submit,
 .submit-meta {
	 padding:5px;
 }
 .comment-submit p,
 .submit-meta p  {
	 float:left;
	 margin:0;
	 font-size:0.75em;
	 line-height:2em;
	 color:#333;
 }
 .comment-submit p a,
 .submit-meta p a {
	 color:#bc2026;
 }
  #cancel-comment-reply-link {
	 font-size:0.75em;
	 line-height:2em;
	 color:#333;
	 margin-right:10px; 
  }
 .comment-submit input,
 .submit-meta input,
 #avatar-submit,
 #profile-update,
 .search input[type=submit]   {
	 color:white;
	 background:#bc2026;
	 border-radius: 0;
	 box-shadow: none;
	 text-shadow: none;
	 border:1px solid #bc2026
 }
 .comment-submit input:hover,
 .submit-meta input:hover {
	 box-shadow: none;
	 color:#ccc;
 }
 #respond textarea,
 #submission-form textarea {
	 width:100%;
	 resize: none;
	 height:8em;
 }
 .comment-score {
	 float:left;
	 text-align: center;
	 background:#ccc;
	 color:black;
	 width:5%;
	 font-size:1em;
 }
 #comments .admin-tools {
	 position:absolute;
	 bottom:0;
	 right:0;
	 top:auto;
 }
 .comment-meta {
	 display: inline-block;
	 clear: none;
	 float: left;
	 text-align: center;
	 width:10%;
	 padding-top:5px;
 }
 .comment-meta img {
	 width: 50px;
 }
 .comment-meta span {
	 font-size:0.7em;
	 display:block;
 }
 .comment-content {
	 width: 85%;
	 float:left;
 }
 .comment-content p {
	 margin:0 0 1em;
	 line-height: 1.4em;
 }
 .comment-buttons,
 .submit-buttons {
	 float:right;
 }
 .comment-content .reply {
	 font-size: 0.85em;
	 padding-top: 8px;
 }
 .comment-content .reply a:hover,
 .comment-content .reply a.clicked {
	 color:black;
	 text-decoration: none;
 }
 .comment-content .reply a.clicked {
	 font-weight: bold;
 }
 .comment-content .author-link a {
	 float:left;
	 padding-right:5px;
	 font-weight:bold;
	 font-size: .95em;
 }
 #respond a, .comment-content a {
 	 color:#bc2026;
 }

.stub {
	float:left;
	width:63%;
	padding:0 10px;
}
.stub p {
	margin:0;
}
.post .thumbnail {
	width:37%;
}
.post {
	position:relative;
}
h3.entry-title {
	font-size:16px;
	font-weight:bold;
}

/*social icons*/
.social_icons {
	float: right;
	text-align: right;
	margin-right:1%;
	margin-top: 14px;
}
.social_icons a:hover {
	text-decoration: none;
}
.masthead .social_icons a {
	color:white;
	margin-right:3px;
}
.social_icons .fa-stack-2x,
#masthead .fa-user,
#masthead .fa-search {
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	-ms-transition: color .15s linear;
	transition: color .15s linear;
	color:#fff;
}
.social_icons .fa-inverse {
	color:#bc2026;
}
.social_icons .fa-stack:hover .fa-stack-2x,
#colophon .social_icons .fa-stack:hover .fa-stack-2x,
#masthead .fa-user:hover,
#masthead .fa-search:hover
 {
	color: #ffb000;
}
#colophon .social_icons {
	width:auto;
	margin-top:-0.5em;
	float:none;
}
#colophon .social_icons .fa-stack-2x {
	color:#c4c4c4;
}
#colophon .social_icons .fa-inverse {
	color:#383838;
}

#login,
#user-menu,
#header-search {
	float: right;
	padding-left:1%;
	border-left:1px dotted white;
	position:relative;
	cursor: pointer;
	height:49px;
	z-index:5;
	margin: 10px 1% 10px 0;
}

#login {
	width: 40px;
}
.login-icon {
	color:white;
	font-size: 2.3em;
	line-height: 1.3em;
}
.user-icon img {
	height:40px;
	width:40px;
	margin:4px 0;
	border:1px solid white;
}
.search-icon {
	color:white;
	font-size:2.1em;
	line-height: 1.3em;
}
#login-dropdown,
#user-dropdown {
	display:none;
	position:absolute;
	right:0;
	top:70px;
	width:320px;
	background: #660000;
	font-size:12px;
}
#login-dropdown {
	text-align:center;
	padding: 10px 0;
}
#header-search-form {
	display:none;
	position:absolute;
	right:0;
	top:70px;
	background: #660000;
	padding:10px 0;
	width:320px;
	font-size:1.2em;
	text-align:center;
}
#header-search-form .search-field {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width:215px;
	font-size: 14px;
	padding: 8px;
	border: 0;
}
#header-search-form .search-submit {
	font-size: 14px;
	padding: 9px;
	border: 0;
	background: #c3c3c3;
	color: #000;
}
#header-search-form .search-submit:hover {
	background:	#dddddd;
}
#user-dropdown {
	width:200px;
	text-align: left;
}
#user-dropdown a {
	color:white;
}
#user-dropdown p {
	margin:0px;
	padding:5px 15px;
	border-top:1px solid #bc2026;
}
#user-dropdown p:hover {
	background: #bc2026;
}
#user-dropdown h3 {
	font-weight: bold;
	font-size:1.2em;
	padding:5px 10px;
}
#login-dropdown:after,
#user-dropdown:after,
#header-search-form:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(10, 41, 63, 0);
	border-bottom-color: #660000;
	border-width: 10px;
	left: 95%;
	margin-left: -10px;
}

#user-dropdown:after {
	left: 90%;
}

#signin {
	width:180px;
	float:left;
	padding:5px 0;
}
#signup {
	width:130px;
	border-right: 1px dotted white;
	float:left;
	padding:50px 0;
}
#login .username,
#login .password  {
	width:90%;
	margin:5px 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 8px;
	float: right;
	border: none;
}
#login a {
	color:white;
	margin-right:10px;
}
#login #signup a {
	padding:12px 8px;
	border:1px solid black;
	background:#c31b1b;
	margin:10px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0px 1px 0px #000;
}
#login #signup a:hover {
	text-decoration: none;
	background: #e32d2d;
}
#login input[type=submit] {
	background:	#c3c3c3;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	padding: 7px 13px;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#login input[type=submit]:hover {
	background:	#dddddd;
}
#account #content {
	width:70%;
	margin:0 auto;
	text-align: center;
}
#account h1 {
	font-size:2em;
	font-weight:bold;
}
#account a {
	color: #bc2026
}
#account legend {
	font-size:2em;
}
#bio-update {
	display: none;
}
.bio-description {
	font-size:0.8em;
}
#account-errors {
	border: 1px solid #ff0000;
	background: #ff9999;
	margin: 10px 10%;
	padding: 0;
	text-align: left;
}
#account-errors h4 {
	margin: 10px;
	font-weight: bold;
}
#account-notice {
	background: #d1e6ff;
	border: 1px solid #83a7d5;
	margin: 10px 10%;
	padding: 10px;
}
#account form {
	margin: 10px 10%;
	padding: 1em;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center;
}
#account label {
	color: #333;
	font-size: 0.8em;
	display: block;
	margin-right: 10px;
}
#account label.check {
	color: #000;
	font-style: italic;
	font-size: 0.75em;
	display: inline;
}
#account form #avatar {
	display:none;
}

#account form #file {
	width:auto;
	background:#ddd;
	margin:5px auto;
	cursor: pointer;
	display:inline;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}
/* admin menu */
.admin-tools {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 200px;
    text-align: right;
    font-size: 10px;
}
.admin-tools a.post-edit-link,
.admin-tools a.comment-edit-link {
    display: inline-block;
    zoom: 1px;
    *display: inline;
    width: 13px;
    height: 0;
    padding: 13px 0 0 0;
    overflow: hidden;
    background: url('images/adminMenu.png') 0 0;
    margin-right: 2px;
}
.admin-tools a.post-edit-link:hover,
.admin-tools a.comment-edit-link:hover {
    background: url('images/adminMenu.png') 0 -87px;
}
.admin-tools span.delete-link a,
.admin-tools .comment-delete-link {
    display: inline-block;
    zoom: 1px;
    *display: inline;
    width: 13px;
    height: 0;
    padding: 13px 0 0 0;
    overflow: hidden;
    background: url('images/adminMenu.png') -17px 0;
}
.admin-tools span.delete-link a:hover,
.admin-tools .comment-delete-link:hover {
    background: url('images/adminMenu.png') -17px -87px;
}



/*VIDEO PLAYER*/
.single-format-video #primary {
	width:100%;
}
.single-format-video #primary .post {
	width:100%;
}
#video-content {
	width:70%;
	padding-right: 1%;
	float:left;
}
article.video.active {
	outline:4px solid #ffc600;
}

#player {
	background:#000;
	position:relative;
	clear:both;
}
#player_container {
	width:65%;
	height: auto;
	margin:0 auto;
}
#playlist {
	overflow:hidden;
	white-space:nowrap;
	position:relative;
	width:91%;
	margin:0 4%;
}
#playlist_wrapper {
	background:#292929;
	position:relative;
	box-shadow: inset 0 1px 5px #000;
	padding-top: 4px;
}
#playlist_slider {
	position:relative;
	margin:10px 0;
}
#player a.previous-video,
#player a.next-video {
	color:#666666;
	width:3%;
	position:absolute;
	top:40px;
	left:10px;
}
#player a.next-video {
	right:10px;
	left:auto;
	text-align:right;
}
#player a.previous-video:hover,
#player a.next-video:hover {
	color:#ffc600;
}
article.video {
	display:inline-block;
	position:relative;
	width: 90px;
	height: auto;
	margin: 0 15px;
}
#player_container p {
	color:#fff;
	font-size:1.5em;
}
#player_container.mobile {
	text-align: center;
	display: block;
}
.video .thumbnail a {
	float:left;
}
#playlist.loading {
	background: url('images/loading.gif') no-repeat center;
}
.tipsy {
	font-size:14px;
	line-height:15px;
	position:absolute;
	z-index:100000;
	padding:5px;
}
.tipsy-inner {
	background-color:#000;
	color:#FFF;
	max-width:200px;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px 8px 4px;
}

.tipsy-arrow {
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	border:5px dashed #000;
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-top-style:solid;
	border-bottom:none;
	border-left-color:transparent;
	border-right-color:transparent;
	border-top-color:#000;
}
  
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* RESPONSIVE DESIGN BEGINS BELOW */
/*for smaller pcs and older desktops*/
@media screen and (max-width: 965px) {
	header .social_icons {
		display:none;
	}
	header #login,
	#user-menu {
		border:none;
	}
	#main article.hentry {
		width:100%;
	}
	#primary { width: 100%; float:none;padding:0;}
	#secondary { width: 100%; float: none; margin: auto; }
	#video-content { width: 100%; padding:0;}
	#secondary .submit-dropdown {
		width:100%;
		margin:0;
	}
	.search #refine-search fieldset input#searchsubmit {
		width:25%;
	}
	.search #refine-search fieldset input#s {
		width:72%;
	}
}
@media screen and (max-width: 1080px) {
	#header-container,#footer-container,#nav-container,header#masthead,#content,#account #content   {
		width:100%;
	}
}

/*For all Tablets*/
@media screen and (min-width: 768px) and (max-width: 959px)  {

	.site-info, #footer-navigation, #footertext {
		display: block;
		min-width: 80%;
		float: none;
		text-align: center;
		margin: auto;
	}
	#footer-navigation {
		position: relative;
		left: -20px;
	}
	#grandex-header #full-header .brand .name {
		font-size: 12px;
		padding-top: 5px;
	}
}
				
/*For all remaining Mobile Sizes*/
@media screen and (max-width: 768px) {
	.mobile {
		display:block;
	}
	#page {
		margin: 0 auto;
	}
	#login, #user-menu {
		border-left:none;
	}

	.user-icon img {
		margin:5px 0;
	}

	#header-container,#footer-container,#nav-container,header#masthead,#content,#account #content,
	footer#author .author-more-posts ul li {
		width:100%;
	}
	#profile-content article {
		margin:0 0 1em;
	}
	.site-branding {
		margin: 7px 0;
		position: absolute;
		left: 45%;
		width:35px;
	}
	.main_logo {
		background-size:35px 35px;
		max-width: 35px;
		max-height: 35px;
		height:35px;
	}
	#header-container {
		height:50px;
		border:none;
	}

	#small-header,
	#friends,
	#filter,
	.category #popular,
	ul.breadcrumbs,
	.home #slider-container,
	#wall .anchor,
	#share-box span {
		display: none;
	}
	#share-box a {
		text-align: center;
	}
	.category #latest,
	#forum,
	#content #forum .forum-row .forum-column,
	#profile-content,
	#profile-bio {
		width:100%;
	}
	#profile-menu {
		width: 100%;
		border: 1px solid #ddd;
		background: #f8f8f8;
	}
	#profile-menu ul {
		display:none;
		margin:0;
	}
	#profile-menu ul li {
		padding-left:20px;
	}

	#profile-menu h2.section-header,
	#profile-menu h2.section-header span {
		background:none;
	}
	#profile-menu .fa {
		display:inline;
	}
	#forum .forum-column.topic p,
	#forum .forum-column.latest-reply .state,
	#forum .forum-column.posted-by .state,
	#forum .forum-row.heading  {
		display:none;
	}
	#forum .forum-column.posted-by,
	#forum .forum-column.latest-reply,
	#forum .forum-column.stats {
		font-size:0.8em;
	}
	#forum .forum-column h3 .by,
	#forum .forum-column.posted-by h3,
	#forum .forum-column.latest-reply h3,
	#forum .forum-column p {
		display:inline;
	}
	#forum .forum-row .forum-column p {
		margin-right:5px;
	}
	.forum-single .comment-meta,
	.forum-single .comment-content{
		width:100%;
		padding:1%;
	}
	.forum-single .comment-score {
		position: absolute;
		right: 0;
		top: 0;
	}
	.forum-single #comments img.avatar {
		display:inline;
		max-height:50px;
	}
	.main-feature,
	.second-feature,
	#wall,
	#trending {
		width:100%;
		margin:0;
	}
	.main-feature {
		margin-bottom: 10px;
	}
	
	#login-dropdown,
	#user-dropdown {
		top:50px;
		width:100%;
		z-index:5;
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
		padding: 20px 0;
	}
	#header-search {
		display:none;
	}
	#login-dropdown:after,
	#user-dropdown:after {
		border:none;
	}
	#login,
	#user-menu {
		position:inherit;
	}
	header #login,
	#user-menu {
		margin: 0 1% 0 0;
	}
	#wall .entry-social,
	#latest .thumbnail,
	.search .post .thumbnail,
	#profile-content .thumbnail,
	.sub-feature .thumbnail,
	.post .stub {
		width:100%;
		float:left;
	}
	#wall .entry-social {
		display: none;
	}
	.sub-feature-meta {
		float:left;
		width:100%;
		font-size:0.8em;
		padding-top: 5px;
		font-weight: normal;
	}
	.main-feature .feature-meta,
	.second-feature .feature-meta {
		position:relative;
	}
	
	.feature-meta .title {
		font-size:1em;
	}
	.thumbnail img,
	#features .thumbnail {
		width:100%;
		padding-bottom: 2px;
	}
	#features .main-feature .thumbnail img,
	#features .second-feature .thumbnail img {
		padding-bottom: 0;
	}
	#features .sub-feature,
	#trending .sub-feature {
		width:100%;
		padding: 0.5em 0;
		border-bottom:1px solid #ccc;
		margin: 0;
	}
	#features .sub-feature,
	#trending .sub-feature {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
	}
	.main-navigation #header-search-form {
		display:block;
		position:relative;
		top:auto;
		left:auto;
		width:auto;
		background:inherit;
		box-shadow: inset -20px -6px 17px -10px #000;
		-webkit-box-shadow: inset -20px -6px 17px -10px #000;
	}
	.main-navigation #header-search-form input {
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background:#454545;
		color:#7c7c7c;
		padding:5px 5px 5px 10px;
		font-size:12px;
		width: 83%;
	}
	.main-navigation #header-search-form input[type="submit"]{
		display:none;
	}
	.main-navigation .menu-nav-container  {
		text-transform: uppercase;
		background:#222;
		margin-top:0;
		width:200px;
		position:fixed;
		left:-200px;
		top:0px;
		bottom:0px;
		box-shadow: inset -20px -6px 17px -10px #000;
		-webkit-box-shadow: inset -20px -6px 17px -10px #000;
		float:left;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index:10;
	}
	.main-navigation .menu li {
		width:100%;
		border-bottom:1px solid #000;
		-webkit-box-shadow: 0 1px 0 0px #393939;
		box-shadow: 0 1px 0 0px #393939;		
	}
	.main-navigation ul ul {
		position:relative;
		float:none;
		top:auto;
		left:auto;
		font-size:0.8em;
		background:#222;
	}
	.main-navigation ul.menu ul li a,
	.main-navigation ul ul a:hover {
		padding:10px 10px 10px 20px;
	}
	.main-navigation ul li:hover > ul {
		display:none;
	}
	.main-navigation .menu li a {
		padding:10px;
	}
	.main-navigation .menu li a:hover {
		box-shadow: inset -20px -6px 17px -10px #000;
		-webkit-box-shadow: inset -20px -6px 17px -10px #000;
	}

	.menu-toggle {
		display: block;
		font-size:2em;
	}
	.search-icon {
		margin-top:0;
	}
	.login-icon {
		margin-top:-5px;
		line-height: 1.6em;
	}
	#primary { width: 100%; float:none; }
	#secondary { width: 100%; float: none; margin: auto; }
	
	h1.entry-title, h1.entry-title a {
		font-size: 2em;
		font-weight: bold;
	}
	.site-info, #footer-navigation, #footertext {
		display: block;
		width: 90%;
		float: none;
		text-align: center !important;
		margin: auto;
	}
	#footer-container .widget-area .grandex {
		display: block;
	}
	#footer-container .widget-area,
	#footer-container #second.widget-area {
		float: left;
		width: 100%;
		text-align: center;
		font-size:0.8em;
	}
	#footer-container .social_icons {
		text-align: center;
		margin:0;
	}

	.home .wall-post {
		border-width: 1px;
		margin-bottom: 10px;
	}
	.home .wall-post .wall-meta {
		padding: 0;
	}
	
	.search-filter {
		float:none;
		display:inline-block;
	}
	.archive article.format-image img {
		width:100%;
		height:auto;
	}
	#profile-content article.post {
		width:100%;
	}
	nav#pagination {
		font-size: .7em;
		padding: 0 0 15px 0;
		border-top: none;
	}
	.bottom-banner,
	.top-banner,
	.single .top-banner,
	.search .top-banner {
		margin: 0 -10px 10px -10px;
		padding:0;
	}
	#trending-posts {
		margin-left: 0;
		border: none;
		margin-bottom: 5px;
	}
header #login,
	#user-menu { 
		margin: 0;
	}

	.ad {
		margin-left: 0;
	}
	#latest .stub,
	.search .stub,
	#profile-content .stub {
		padding: 0;
	}
	h3.entry-title { 
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
	}
	.entry-meta {
		padding: 4px 0;
	}
	.stub p {
		line-height: 1.5em;
		font-size: .9em;
	}
	.home #latest {
		padding-left: 0;
	}
	.load-more {
		margin-left: 0;
		width: 100%;
	}
	#latest article,
	#profle-content article {
		border-bottom: solid 1px #ccc;
		padding: 0 0 10px 0;
		margin-bottom: 15px;
	}
	footer.site-footer {
		padding-bottom: 20px;
	}
	#footer-container .social_icons {
		font-size: 18px;
		padding-top: 5px;
	}
	footer#author .author-picture {
		width:100%;
		float: none;
	}
	.entry-social {
		padding: 10px 0;
	}		
	footer#author .author-bio {
		margin-left: 0;
		width: 100%;
		font-size: .8em;
	}
	footer#author .author-more-posts ul li img {
		width: 60px;
	}
	footer#author .author-more-posts ul li span {
		font-size: 1em;
	}
	.slideshow-meta {
		display: none;
	}
	article.category-photos .caption .title,
	article.category-fail-photos .caption .title,
	article.category-contest .caption .title {
		margin-bottom: 5px;
	}
	article.category-photos .title .title-link,
	article.category-fail-photos .title .title-link,
	article.category-contest .title .title-link {
		width: 100%;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	article.category-photos .caption .comments,
	article.category-photos .caption .author,
	article.category-fail-photos .caption .comments,
	article.category-fail-photos .caption .author,
	article.category-contest .caption .comments,
	article.category-contest .caption .author {
		padding: 0 10px;
	}
	.single-format-image article.category-photos .caption .comments,
	.single-format-image article.category-photos .caption .author,
	.single-format-image article.category-fail-photos .caption .comments,
	.single-format-image article.category-fail-photos .caption .author,
	.single-format-image article.category-contest .caption .comments,
	.single-format-image article.category-contest .caption .author {
		padding:5px 10px 10px 10px;
	}
	#latest article.category-photos,
	#latest article.category-fail-photos {
		width: 100%;
	}
	.category #latest article {
		margin: 0 0 1em;
	}
	.category .ad {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #ccc;
	}
	#player_container {
		width: 100%;
	}
	
	#playlist_wrapper {
		display: none;
	}
	.hentry.category-videos h1 {
		font-size: 1.3em;
	}
	#video-content {
		width: 100%;
		padding-right: 0;

	}
	.hentry.category-videos .entry-meta {
		font-size: 13px;
	}
	.hentry.category-videos .entry-content {
		font-size: 1em;
		line-height: 1.2em;
	}
	article.category-columns .entry-social,
	article.category-news .entry-social,
	article.category-galleries .entry-social,
	article.category-videos .entry-social,
	article.pgp_forum .entry-social {
		margin: 0;
	}
	.hentry.category-videos .entry-social {
		padding: 10px 0 0 0;
	}
	.comment-meta span {
		font-size: 0.6em;
		line-height: 1.3em;
		display: block;
		padding-top: 3px;
	}
	.comment-content {
		font-size: .9em;
		padding-left: 5px;
		line-height: 1.2em;
	}
	.comment-content .reply {
		padding-top: 5px;
	}
	p#load {
		margin-bottom: 0;
	}
	.category #latest article {
		padding: 0 0 10px 0;
	}
	.category-photos.category #latest article,
	.category-fail-photos.category #latest article,
	.category-contest.category #latest article {
		border: none;
	}
	.category-the-wall.category #latest article {
		padding: 10px 15px;
	}
	.wall-post .entry-social {
		display: none;
	}
	.wall-post .wall-meta {
		padding: 0 0 5px 0;
	}

}
@media screen and (max-width:480px) {
	#colophon .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.comment-meta {
		width:15%;
	}
	.comment-content {
		width:75%;
	}
	.comment-score {
		width:10%;
	}
	.comment-meta img {
		padding-left: 5px;
	}
}