/*
Theme Name: Grey Skateboard Magazine
Theme URI: http://greyskatemag.com
Description: Custom theme built for Grey Skateboarding Magazine
Version: 1
Author: Bradley Griffiths - http://bradleygriffiths.co.uk
*/

/************************************************************************************************ IMPORTS */

@import "css/reset.css";

/************************************************************************************************ SITE WIDE */

html,body {
	height: 100%;
}

body {
	background: #f1f1f1 url(images/wrapper_bg.gif) repeat-y;
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

img {
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/************************************************************************************************ LEFT COLUMN */

#left_column {
	color: #666;
	float: left;
	padding: 20px;
	width: 200px;
}

#internal {
	border-bottom: 1px solid #333;
	height: 320px;
	position: relative;
}

#logo {
	display: block;
	height: 59px;
	margin-bottom: 10px;
	padding: 10px;
	width: 180px;
}

#menu {
	bottom: 0;
	left: -20px;
	overflow: auto;
	padding: 10px 20px;
	position: absolute;
	width: 100%;
}

#menu ul li {
	line-height: 15px;
	clear: both;
}

#menu ul li a {
	color: #666;
}

#filter {
	border-left: 1px solid #333;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}

#nav {
	float: right;
	margin-left: 10px;
}

#filter li {
	float: left;
}

#nav li {
	float: right;
}

#menu #articles_link {
	color: #2989BA;
}

#menu #news_link {
	color: #DC304D;
}

#menu #issues_link {
	color: #DAA912;
}

#menu #all_link {
	color: #999;
}

/************************************************************************************************ ADVERTS */


#left_column > ul {
	margin: 20px 0;
	position: relative;
}

.js #left_column > ul {
	height: 133px;
}

.js #left_column > ul li {
	display: none;
	position: absolute;
}

#left_column > ul .ads a {
	display: block;
	margin-bottom: 20px;
}

#left_column > ul .ads a img {
	display: block;
	height: auto;
	margin-bottom: 20px;
	width: 200px;
}

.js .featured #secondary-ads {
	display: none;
}

.js .featured #priority-ads {
	height: 266px;
}

/************************************************************************************************ FOOTER */

#copyright {
	border-top: 1px solid #333;
	padding-top: 10px;
	text-align: center;
}

/************************************************************************************************ FLOW */

#flow {
	left: 240px;
	padding-bottom: 20px;
	padding-right: 20px;
	position: absolute;
}

#flow li {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	float: left;
	height: 315px;
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
	padding-top: 5px;
	position: relative;
	width: 200px;
	cursor: pointer;
}

#flow li:hover h1 a {
	text-decoration: underline;
}

#flow .sticky {
	background: url(images/stripes.png);
}

#flow .post_info {
	padding: 0 5px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fafafa;
}

h2 {
	color: #666;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h2 span {
	font-weight: bold;
	text-transform: capitalize;
}

.category-articles .post_info span a {
	color: #2989BA;
}

.category-news .post_info span a {
	color: #DC304D;
}

.category-issues .post_info span a {
	color: #DAA912;
}

.content img {
	height: auto;
	width: 200px;
	margin-bottom: 5px;
}

.content a {
	font-weight: bold;
}

.content p {
	padding: 0 5px;
}

.read_more {
	background: #222;
	border-bottom: none;
	margin: 0 -5px -5px 0;
	padding: 5px;
	bottom: 10px;
	color: #fff;
	line-height: 11px;
	position: absolute;
	right: 10px;
	color: #fff;
}

.category-articles .read_more {
	background: #2989BA;
}

.category-news .read_more {
	background: #DC304D;
}

.category-issues .read_more {
	background: #DAA912;
}

/************************************************************************************************ FULL PAGE SPECIFIC */

#flow #main {
	height: auto;
	padding: 5px;
	width: 620px;
	cursor: default;
}

#main .post_info {
	padding: 0;
}

#main .content p {
	margin: 10px 0;
	padding: 0;
}

#main .content img {
	width: auto;
}

#main #social_share {
	float: left;
}

#main #social_share div {
	float: left;
	margin-right: 5px;
}
#main #social_share a, #main #social_share iframe {
	display: block;
}

/************************************************************************************************ PAGINATION */

#pagination {
	position: fixed;
	bottom: 0;
	right: 0;
}
#pagination li {
	float: left;
}
#pagination li a {
	float: left;
	margin-left: 1px;
	background: #000;
	color: #999;
	padding: 5px;
	line-height: 11px;
}
.js #pagination {
	display: none;
}

/************************************************************************************************ INFINITE SCROLL */

#infscr-loading {
	position: fixed;
	bottom: 0;
	left: 0px;
	color: #666;
	padding: 10px;
	line-height: 11px;
}
#infscr-loading div {
	width: 220px;
	text-align: right;
}
#infscr-loading img {
	display: none;
}

/************************************************************************************************ 404 */

#four-zero-four {
	overflow: hidden;
	width: 100%;
}

#four-zero-four img {
	width: 130%;
	height: auto;
	position: absolute;
}

#four-zero-four div {
	clear: both;
	position: relative;
	margin: 10px 0 0 10px;
	background: #000;
	float: left;
	z-index: 100;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	padding: 10px;
}
#four-zero-four a {
	color: #666;
}

