/*
Theme Name: Stereo Type

Description: Shared By: <a target="_blank" href="http://irishradios.com">MMO</a>
Version: 1.0
Author: none
Author URI: http://irishradios.com
Tags: dark, fixed width, 2 columns, widgets, adsense enabled

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #121001;
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 14px;
	color: #ffffff;
}

#wraper
{
	width: 878px;
	margin: 0px auto 0px auto;
}

#header
{
	height: 346px;
	margin: 0px auto 0px auto;
	background: url(images/header-bg.jpg) center top no-repeat;
}

#header-menu
{
	float: left;
	margin: 24px 5px 5px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

#header-menu li, #footer-menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header-text
{
	margin: 0px;
	padding: 120px 0px 0px 20px;
	font-size: 46px;
	font-weight: bold;

}

#header-text a
{
	color: #4a6000 !important;
}

#header-desc
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 160px;
	color: #ffffff;
	font-size: 18px;
}

#page
{
	clear: both;
	height: 100%;
	padding: 15px 10px 20px;
	background: url(images/content-bg.jpg);
	overflow: hidden;
}

#content
{
	float: left;
	width: 564px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.postheader
{
	width: 564px;
	margin: 0px;
	padding: 0px;
	background: url(images/postheader-bg.png) left top no-repeat;
	overflow: hidden;
}

.postdate
{
	float: center;
	width: 550px;
	height: 50px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	color: #4A6000;
	font-weight: bold;
	text-align: center;
}

.postdateM, .postdateY
{
	font-size: 12px;
}

.postdated
{
	margin: -5px 0px;
	font-size: 16px;
}

.posttitle
{
	margin: 0px;
	padding: 16px 0px 0px 15px;
	color: #ffffff;
}

.posttitle a
{
	color: #ffffff !important;
	font-size: 22px;
}

.postmeta
{
	margin: 0px;
	padding: 30px 0px 0px 15px;
	font-size: 12px;
	font-weight: normal;
}

.postmeta span
{
	color: #dee972 !important;
}

.postmeta a
{
	color: #dee972 !important;
	font-weight: normal;
}

.postcontent
{
	width: 534px;
	margin: 0px;
	padding: 10px 15px 20px;
	overflow: hidden;
}

.postfooter
{
	width: 564px;
	margin-bottom: 20px;
	background: url(images/postfooter-bg.png) left bottom no-repeat;
	overflow: hidden;
}

.postfootercomment
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 50px;
	font-weight: normal;
	text-align: right;
}

blockquote
{
	margin: 0px auto 10px auto;
	padding: 0px;
	color: #ffffff;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 10px 15px 0px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 10px 15px 0px;
}


#sidebar
{
	float: left;
	width: 271px;
	margin: 0px;
	padding: 0px;
}

.sidebar-header
{
	height: 31px;
	padding: 8px 0px 0px 10px;
	color: #dee972;
	background: url(images/sidebar-header-bg.png) left top no-repeat;
	font-size: 18px;
	font-weight: normal;
}

.sidebar-content
{
	margin: 10px 0px;
	padding: 25px 10px;
	font-size: 14px;
	font-weight: normal;
}

.sidebar-ads
{
	margin: 10px 0px;
	padding: 3px 3px;
	font-size: 14px;
	font-weight: normal;
}
.sidebar-widget
{
	width: 271px;
}

.sidebar-widget ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-widget li
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #dee972;
}

#sidebar a:link, #sidebar a:visited
{
	color: #ffffff;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active
{
	color: #ffffff !important;
}


#footer
{
	clear: both;
	height: 192px;
	margin: 0px auto 0px auto;
	background: #121001; background-image: url(images/footer.jpg); background-repeat: repeat-x; background-position: bottom;
	padding: 0px 0px 0px;
	color: #dee972;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}


a, a:link, a:visited
{
	color: #ffffff;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #4a6000 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 0px solid #4a6000;
	background: #312c06;
	font-family: Century Gothic, Arial, Sans-Serif;
}

input.submit
{
	padding: 4px 7px;
	border: 0px solid #dee972;
	color: #dee972;
	background: #dee972; background-image: url(images/sidebar-header-bg.png);
	font-family: Century Gothic, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
}

