/*

Theme Name: The Cycler
Theme URI: http://www.thecycler.net
Description: The theme used for The Cycler website, highly customized to make publishing very fast and easy.
Version: 2.0
Author: Karl Kangur
Author URI: http://www.thecycler.net

*/

html
{
	height: 100%;
}

html, body, form, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}

body
{
	min-height: 100%;
	position: relative;
	text-align: center;
	font-size: 12px;
	font-family: arial, metal, tahoma, sans-serif;
	color: #000;
	background: #fff;
}

a
{
	color: #0b96d0;
}

a:hover
{
	color: #48b1dc;
}

ul
{
	list-style: none;
}

img
{
	border: none;
}

/************************ top menu ************************/

#topmenu-wrapper
{
	background: #222 url(images/cf_bg.jpg) center top;
	text-align: center;
	padding: 5px 0;
	font-family: verdana, sans-serif;
	color: #999;
}

#topmenu
{
	width: 980px;
	text-align: right;
	margin: 0 auto;
}

#topmenu a
{
	margin: 0 5px;
	color: #fff;
	text-decoration: none;
}

#topmenu a:hover
{
	color: #0b96d0;
}

/************************ header ************************/

#header-wrapper
{
	text-align: center;
	background: #333 url(images/header.png) no-repeat center top;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

#header
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header .sponsor
{
    width: 728px;
    height: 90px;
    margin: 10px 0;
}

h1
{
	height: 110px;
	width: 230px;
}

h1 a
{
	outline: none;
}

#header #sponsor
{
	float: right;
	width: 730px;
}

/************************ menu ************************/

#menu-wrapper
{
	font-family: verdana, sans-serif;
	background: #222 url(images/cf_bg.jpg) center top;
	color: #fff;
	border-bottom: solid 1px #666;
	text-align: center;
}

#menu
{
	background: #222 url(images/cf_menu.jpg) repeat-y center top;
	width: 950px;
	margin: 0 auto;
	padding: 5px 0;
}

#menu a
{
	padding: 0 .5em;
	text-decoration: none;
	color: #fff;
}

#menu a:hover
{
	color: #0b96d0;
}

/************************ content ************************/

#content-wrapper
{
	padding-bottom: 70px;
	min-height: 300px;
	font-size: 11px;
	text-align: center;
}

#content
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

p
{
	margin: .3em 0;
	padding: 0;
	line-height: 1.5em;
}

.post
{
	float: left;
	position: relative;
	width: 300px;
	min-height: 320px;
	margin: 20px 10px 0 10px;
}

.image
{
	position: relative;
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.ext-title
{
	font-size: 1em;
	position: absolute;
	left: 0;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.top
{
	top: -1em;
}

.under
{
	bottom: -1.1em;
}

.sponsor
{
    width: 300px;
    height: 250px;
    background: #eee;
    position: relative;
}

.post img
{
	width: 300px;
	height: 250px;
}

.post h2
{
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: .8;
	display: block;
	width: 288px;
	font-size: 1.2em;
	padding: 4px 6px;
}

.post h2 a
{
	color: #0b96d0;
	text-decoration: none;
}

.post h2 a:hover
{
	color: #48b1dc;
}

.meta
{
	position: absolute;
	bottom: 0;
	margin-top: 10px;
	color: #999;
	width: 100%;
}

.meta a.link
{
	font-weight: bold;
	text-decoration: none;
}

.meta a.via
{
	color: #999;
	text-decoration: none;
}

.meta a.via:hover
{
	color: #0b96d0;
}

.price
{
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

.related
{
	float: left;
	position: relative;
	overflow: hidden;
}

.related img
{
	width: 150px;
	height: 125px;
}

.related h3
{
	display: none;
	background: #000;
	width: 142px;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	padding: 4px;
}

.related a
{
	text-decoration: none;
}

.related a:hover h3
{
	display: block;
}

/************************ page ************************/

.page
{
	font-size: 12px;
	float: left;
	width: 300px;
	margin: 20px 10px 0 10px;
}

.page h2
{
	color: #0b96d0;
	font-size: 2em;
	text-transform: uppercase;
}

.page ul
{
	list-style-type: circle;
	margin: 1em 0;
	padding-left: 2em;
}

.page ul li
{
	margin: 3px 0;
	padding: 0;
}

.page form
{
	text-align: right;
}

.page form ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.page form label
{
	float: left;
	margin: 4px 0;
}

.page form input,
.page form textarea
{
	font-family: arial;
	font-size: 12px;
	border: solid 1px #ccc;
	padding: 3px;
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page form #submit
{
	cursor: pointer;
	color: #222;
    text-shadow: 0 1px 0 #fff;
	border: solid 1px #48b1dc;
	background: #86cbe8 url(images/nav.jpg) repeat-x left top;
	width: 100px;
	margin-right: 64px;
}

.page form #submit:hover
{
	background-position: left bottom;
	border-color: #48b1dc;
}

.page form input:focus,
.page form textarea:focus
{
	border-color: #0b96d0;
}

.page form textarea
{
	height: 100px;
}

#msg
{
	text-align: center;
	background: #cfc;
	margin-bottom: 1em;
	line-height: 3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/************************ navigation ************************/

.pages
{
	margin: 0 10px;
	padding-top: 20px;
	text-align: center;
	line-height: 30px;
	font-family: verdana, sans-serif;
}
.pages span
{
	margin-right: 10px;
}

.pages a, .pages .current
{
	margin: 3px;
	padding: 4px 7px;
	border: solid 1px #48b1dc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #222;
    text-shadow: 0 1px 0 #fff;
	background: #86cbe8 url(images/nav.jpg) repeat-x left top;
}

.pages a:hover
{
	background-position: left bottom;
	border-color: #48b1dc;
}

.pages .current
{
    text-shadow: none;
	border-color: #eee;
	background: #fff;
	color: #000;
	font-weight: bold;
	margin: 3px;
	padding: 4px 7px;
}

/************************ footer ************************/

#footer-wrapper
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #222 url(images/cf_bg.jpg) center top;
	color: #fff;
	text-align: center;
	height: 60px;
	overflow: hidden;
}

#footer
{
	background: #222 url(images/cf_menu.jpg) center top;
	margin: 0 auto;
	width: 960px;
	height: 60px;
}

.container
{
	margin: 0 10px;
	width: 300px;
	float: left;
}

#footer input
{
	background: #222 url(images/search.png) no-repeat left center;
	margin-top: 15px;
	padding: 8px 0 8px 34px;
	border: none;
	width: 180px;
	color: #666;
}

#footer input:focus
{
	color: #000;
}

#footer img
{
	width: 48px;
	height: 48px;
	margin: 8px 5px 0 5px;
}

a.soc_facebook,
a.soc_twitter,
a.soc_stumbleupon,
a.soc_feed
{
	outline: none;
	background-position: top center;
	background-repeat: no-repeat;
}

a.soc_facebook img
{
	background: url(images/facebook.png);
}

a.soc_twitter img
{
	background: url(images/twitter.png);
}

a.soc_stumbleupon img
{
	background: url(images/stumbleupon.png);
}

a.soc_feed img
{
	background: url(images/feed.png);
}

a.soc_facebook:hover img,
a.soc_twitter:hover img,
a.soc_stumbleupon:hover img,
a.soc_feed:hover img
{
	background-position: bottom center;
}

img#wpstats
{
	display:none
}

