/*
Theme Name: Insider
Theme URI: http://www.omgsoysauce.com
Description: Run your very own media network with Insider WordPress theme. 
Version: 1.0
Author: Ahmed Fouad
Author URI: http://www.omgsoysauce.com
*/

/* Imports */
@import url("css/Header.css");
@import url("css/Footer.css");
@import url("css/Sidebar.css");
@import url("css/Ads_300_250.css");
@import url("css/Tag_Cloud.css");
@import url("css/Subscribe.css");
@import url("css/Galleries.css");
@import url("css/Features.css");
@import url("css/Videos.css");
@import url("css/Archive_Search.css");
@import url("css/General.css");
@import url("css/Single.css");
@import url("css/Comments.css");
@import url("css/More_Vids.css");

/* Reset */
* {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ul {margin: 0 0 0 0}
ol {list-style-type: decimal}
ol {margin: 0 0 0 0}
a {color: #740406}
a:hover {color: #ffb635}
.clear {clear:both}

/* Page Layout */
body {
	width: 100%;
	text-align: center;
	background: #fff url(images/bg.png) repeat-x;
}

#page {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #555;
}

#wrapper {
	width: 900px;
	margin: 0 0 20px 0;
}

#content {
	float: left;
	width: 570px;
	margin: 0px 30px 0px 0px;
}

#side {
	float: right;
	width: 300px;
}

/* Some headers */
h1.header_1 {
	position: relative;
	display: block;
	letter-spacing: -1px;
	border-bottom: 1px dotted #740406;
	font-size: 1.4em;
	line-height: 1em;
	height: 1em;
	color: #333;
	margin: 0 0 15px 0;
}

h1.header_2 {
	position: relative;
	display: block;
	letter-spacing: -1px;
	border-bottom: 1px dotted #740406;
	font-size: 1.6em;
	line-height: 1em;
	height: 1em;
	color: #333;
	margin: 0 0 7px 0;
}

/* Ad Leaderboards */

.leaderboard {
	text-align: center;
	margin: 0px -17.5px 20px -17.5px;
	}

.footerleader {
	text-align: center;
	margin: 5px 0px 0px 0px;
	}

.navleader {
	text-align: center;
	margin: 5px auto;
	}

.headerleader {
	position:absolute;
	margin: 5px 0px 0px 190px;
	}
