/*
Theme Name: SuperMegaSites
Theme URI: http://www.inatmo.com
Description: Attractive and modern WordPress theme.
Version: 1.0
Author: Inatmo.com
Author URI: http://www.inatmo.com
Tags: fixed width, two columns, widgets
*/

@charset "utf-8";
/* CSS Document */

/********************* GLOBAL STYLING **************************/
/***************************************************************/

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	cursor: default;
	color: #feba1d;
	background: #000 url('images/bg.png');
}
html, body {
	height: 100%;
}
div.clear {
	clear:both;
}
a {
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	outline: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-shadow: 1px 1px #eee;
}
h1 {
	font: 20px/30px Tahoma, Arial, Verdana, sans-serif;
}
h2 {
	font: 18px/22px Tahoma, Arial, Verdana, sans-serif;
}
h3 {
	font: 16px/20px Tahoma, Arial, Verdana, sans-serif;
}
h4 {
	font: 14px/18px Tahoma, Arial, Verdana, sans-serif;
}
h5 {
	font: 12px/16px Tahoma, Arial, Verdana, sans-serif;
	color: #000;
}
p {
	margin: 5px 0px;
}
/********************* HEADER NAVIGATION ***********************/
/***************************************************************/

div#sidebar_nav_wrap {
	position: fixed;
	z-index: 3000;
	width: 230px;
}
div#sidebar_nav {
	position: relative;
}
div#sidebar_nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#sidebar_nav ul li {
	clear: both;
}
div#sidebar_nav ul li a {
	display: block;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 4px;
	padding: 4px 6px;
	background: #feba1d;
	font: 16px/20px Tahoma, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #fff;
	color: #000;
	text-decoration: none;
}
div#sidebar_nav ul li a:hover {
	background: #414141 url('images/dots.png') 8px 14px no-repeat;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}
/********************* MAIN WRAPPER ****************************/
/***************************************************************/

div#main_wrap {
	width: 720px;
	margin: 0px auto;
	position: relative;
	padding: 0px;
	border: 0px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#main {
	width: 720px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}
div.push {
	clear: both;
}
/********************* HEADER **********************************/
/***************************************************************/

div#header_wrap {
	height: 76px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 10;
	background: url('images/header_wrap.png') repeat-x;
}
div#header {
	height: 76px;
	width: 720px;
	margin: 0px auto;
	position: relative;
	background: url('images/header.png') no-repeat;
}
div#shed {
	width: 470px;
	height: 7px;
	position: absolute;
	left: 0px;
	bottom: -7px;
	z-index: 1000;
	background: url('images/topshad.png') no-repeat;
}
/********************* LOGO ************************************/
/***************************************************************/

div#header h1#logo {
	width: 278px;
	height: 28px;
	display: block;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	background: url('images/logo.png') left top no-repeat;
	display: inline;
}
div#header h1#logo a, div#header h1#logo a:hover, div#header h1#logo a:active, div#header h1#logo a:visited {
	display: block;
	width: 278px;
	height: 28px;
	text-indent: -9999px;
	outline: none;
}
div#header h1#logo a:focus {
	-moz-outline-style: none;
}
/********************* TOP SEARCH ******************************/
/***************************************************************/

div#topsearch {
	position: absolute;
	height: 51px;
	width: 250px;
	top: 14px;
	right: 0px;
	padding-top: 27px;
	display: none;
}
div#topsearch form {
	height: 30px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: right;
}
div#topsearch input.field {
	height: 25px;
	border: 0px;
	width: 165px;
	padding: 0px 5px 0px 7px;
	font: 12px/25px Tahoma, Arial, Verdana, sans-serif;
	background: url('images/field.png') no-repeat;
	color: #888;
	float: right;
}
div#topsearch input.submit {
	height: 25px;
	border: none;
	width: 25px;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	color: #FFF;
	background: url('images/ssub.png') no-repeat;
	float: right;
	outline: none;
	cursor: pointer;
}
div#topsearch input.submit:focus {
	outline: none;
}
 div#topsearch input.submit::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/********************* MAIN CONTENT ****************************/
/***************************************************************/ 

div#outter_wrap {
	width: 720px;
	padding: 0px;
	padding: 0px;
	overflow: hidden;
}
div#content {
	width: 470px;
	position: relative;
	float: left;
	overflow: hidden;
}
/********************* POST STYLING ****************************/
/***************************************************************/ 

div#content div.post_wrap {
	width: 470px;
	position: relative;
	margin-bottom: 20px;
	background: #414141 url('images/post_wrap.png') repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#content div.post {
	width: 450px;
	padding: 20px 10px;
	clear: both;
	font-size: 12px;
	position: relative;
}
div.post div.post_image {
	width: 430px;
	height: 130px;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	position: relative;
	background: url('images/post_image.png') no-repeat;
}
div.post div.post_image a img.mainimage, div.post div.post_image img.mainimage {
	width: 430px;
	padding: 0px;
	margin: 0px;
}
div#content div.post div.entry {
	line-height: 20px;
	font-size: 12px;
	padding: 4px;
	padding-left: 10px;
	text-align: left;
	background: #111;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
div#content div.post div.entry p {
	line-height: 20px;
	font-size: 12px;
}
div#content div.post div.entry a {
	text-transform: capitalize;
	text-decoration: underline;
}
div.post strong {
	font-weight: bold;
}
div.post em {
	font-style: italic;
}
/********************* SIDEBAR   *******************************/
/***************************************************************/

#sidebar_wrap {
	width: 230px;
	float: left;
	padding-left: 20px;
	overflow: hidden;
}
#sidebar {
	padding-top: 20px;
}
/********************* NAVIGATION ****************************/
/***************************************************************/

div.nav {
	width: 470px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.nav div.navleft {
	float: left;
}
div.nav div.navright {
	float: right;
}
div.nav div.navleft a {
	background: #feba1d url('images/nav_left.png') 7px 5px no-repeat;
}
div.nav div.navright a {
	background: #feba1d url('images/nav_right.png') 10px 5px no-repeat;
}
div.nav div.navright a, div.nav div.navleft a {
	display: block;
	height: 15px;
	width: 15px;
	background-color: #feba1d;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
div.nav div.navleft a:hover, div.nav div.navright a:hover {
	text-decoration: none;
	color: #333;
	background-color: #414141;
}
/********************* FOOTER ***********************************/
/***************************************************************/

div#footer_wrap {
	width: 100%;
	margin: 0px auto;
	position: relative;
	clear: both;
	height: 46px;
	background: url('images/footer_wrap.png') repeat-x;
}
div#footer {
	width: 720px;
	margin: 0px auto;
	padding: 0px;
	height: 46px;
	position: relative;
}
div#footer p.copy {
	float: left;
	width: auto;
	color: #333;
	font: 11px/46px Tahoma, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
a.backtop {
	display: block;
	float: right;
	width: 60px;
	height: 46px;
	font: 11px/46px Tahoma, Arial, Verdana, sans-serif;
	outline: none;
	color: #333;
	text-decoration: none;
	padding-right: 170px;
}
