/*
Theme Name: Insider
Theme URI: http://deluxethemes.com
Description: Run your very own media network with Insider WordPress theme. Project by <a href="http://deluxethemes.com">http://deluxethemes.com</a>.
Version: 1.0
Author: Ahmed Fouad
Author URI: http://deluxethemes.com
*/

/* Imports */
@import url("css/Features.css");
@import url("css/Latest.css");
@import url("css/Archive_Search.css");
@import url("css/General.css");
@import url("css/Comments.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: #366799}
a:hover {color: #3398df}
.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-right: 30px !important;
	margin-right: 20px;
}

#side {
	float: right;
	width: 300px;
}

/* Some headers */
h1.header_1 {
	position: relative;
	display: block;
	letter-spacing: -1px;
	border-bottom: 1px dotted #bbb;
	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 #bbb;
	font-size: 1.6em;
	line-height: 1em;
	height: 1em;
	color: #333;
	margin: 0 0 7px 0;
}


/* header begin */
#header {
	position: relative;
	height: 170px;
}

#logo {
	position: absolute;
	left: 0;
	top: 30px;
	background: url(/sitelogo.png) no-repeat left center;
	width: 280px;
	height: 70px;
	font-size: 30px;
	padding-left: 96px;
	font-weight: bold;
	color: #366799;
}

#logo div {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}

#logo a {
	color: #366799;
}

#banner {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 468px;
	height: 60px;
}

/* Tabs */
#tabs {
	position: absolute;
	top: 88px;
	left: 250px;
	height: 25px;
}

#tabs li {
	float: left;
	margin-left: 15px;
	display: inline;
	height: 25px;
	position: relative;
}

#tabs li a {
	float: left;
	display: block;
	background: url(images/tabs.png) repeat-x;
	background-position: 0 0;
	height: 25px;
	line-height: 25px;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #2c8dc0;
	font-family: tahoma;
	position: relative;
}

#tabs li a:hover {
	color: #366799;
}

#tabs li.active a {
	background: url(images/tabs.png) repeat-x;
	background-position: 0 -25px;
	color: #fff;
	height: 31px;
	z-index: 9;
}

#tabs li.active a:hover {
	color: #fff;
}

#tabs li a .tabs_l {
	background: url(images/tabs_c.png) no-repeat;
	background-position: 0 0;
	width: 6px;
	height: 25px;
	position: absolute;
	top: 0;
	left: -6px;
}

#tabs li a .tabs_r {
	background: url(images/tabs_c.png) no-repeat;
	background-position: -6px 0;
	width: 6px;
	height: 25px;
	position: absolute;
	top: 0;
	right: -6px;
}

#tabs li.active a .tabs_l {
	background: url(images/tabs_c.png) no-repeat;
	background-position: 0 -25px;
	width: 6px;
	height: 31px;
	position: absolute;
	top: 0;
	left: -6px;
}

#tabs li.active a .tabs_r {
	background: url(images/tabs_c.png) no-repeat;
	background-position: -6px -25px;
	width: 6px;
	height: 31px;
	position: absolute;
	top: 0;
	right: -6px;
}

#header-links {
	position: absolute;
	top: 126px;
	left: 0;
	height: 16px;
}

#header-links li {
	float: left;
	margin-right: 35px;
	height: 16px;
}

#header-links li a, #usermenu li a {
	float: left;
	display: block;
	font-weight: bold;
	color: #fff;
	height: 16px;
	line-height: 16px;
}

#header-links li a:hover, #usermenu li a:hover {
	text-decoration: underline;
}

li#archiveurl {
	background: url(images/archives.png) no-repeat left center;
	padding-left: 22px;
}

li#feed {
	background: url(images/feed.png) no-repeat left center;
	padding-left: 22px;
}

li#feed2 {
	background: url(images/feed2.png) no-repeat left center;
	padding-left: 22px;
}

/* header end */


/* sidebar begin */
.widget {
	width: 300px;
	display: block;
	height: 100%;
	margin-bottom: 20px;
	background: url(images/box_b.gif) no-repeat bottom;
}

.widget h2 {
	font-size: 0.9em;
	background: url(images/box_t.gif) no-repeat;
	display: block;
	height: 16px;
	padding: 8px 0 0 10px;
	color: #fff;
}

.widget div, .widget ul, .widget form {
	padding: 10px;
	line-height: 1.4em;
}

.widget li {
	display: block;
	height: 100%;
	margin-top: 0;
	background: none;
	/* New */
	padding: 4px 0 4px 22px;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	border-bottom: 1px dotted #ddd;
}

.widget li li {
	display: block;
	height: 100%;
	margin-top: 0;
	background: none;
	/* New */
	padding: 4px 0 4px 0;
	border-bottom: none;
	/* special */
	color: #999;
}

.widget input {
	vertical-align: middle;
	margin: 5px 0;
}

.widget #feedtext {
	width: 191px;
	height: 14px;
	padding: 3px 5px;
	background: url(images/feedemail.gif) no-repeat top;
	color: #666;
	font-size: 0.9em;
}

.widget #feedtext:hover {
	background: url(images/feedemail.gif) no-repeat bottom;
}

.widget #feedbutton {
	width: 57px;
	height: 19px;
	background: url(images/feedbutton.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 0.9em;
}

/* Links */
.widget2 {
	margin: 20px 0 0;
}
.widget2 h3 {
	text-align: center;
	color: #aaa;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
}
.widget2 div {
	font-size: 1.2em;
	text-align: left;
	padding: 5px 10px;
	display: block;
	overflow: hidden;
	background: url(images/tagcloud_body.gif) repeat-y;
}
.widget2 ul {
	list-style-type: none;
height:100%;
}
.widget2 li {
	float: left;
	width: 135px;
	height: 20px;
	line-height: 20px;
}

/* sidebar end */

/* single/page begin */
.the_content {
	word-wrap: break-word;
}

.navigate {
	display: block;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	background: url(../images/bg_nav.png) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}

.in_cat, .andtags {
	display: block;
	font-size: 0.9em;
	color: #999;
	margin: 3px 0;
}

.in_cat a, .andtags a {
	color: #777;
}

.andtags a {
	text-transform: lowercase;
}

.in_cat a:hover, .andtags a:hover {
	color: #fff;
	background: #08a8e3;
}

.in {
	padding: 7px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.desc {
	margin: 10px 0 20px 0;
}

.commenting {
	margin: 0 0 20px 0;
}

.commentsnum {
	font-weight: bold;
	background: #f0f7d6 url(../images/comment.png) no-repeat 5px center;
	padding: 2px 10px 2px 30px;
	line-height: 1.3em;
	color: #333;
	margin-right: 10px;
}

.commentsnum:hover {
	color: #fff;
	background: #9bba21 url(../images/comment.png) no-repeat 5px center;
}

.writecomment {
	font-weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px 10px 2px 10px;
	line-height: 1.3em;
}
/* Extra Options for the gallery */
div.extra {
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #eee;
	position: relative;
}

div.viewed, div.share {
	float: left;
	display: inline;
}

div.viewed {
	margin: 0 145px 0 0;
}

div.viewed {
	display: block;
	background: #a8ebf9;
	border: 1px solid #64d9f1;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
}

div.share {
	padding-top: 5px;
}

div.rated {
	position: absolute;
	right: 10px;
	top: 17px;
}

div.rated img {
	margin-top: -1px;
	vertical-align: middle;
}

/* single/page end */

/* footer begin */
#footeri {
	width: 100%;
	background: #e6eff2;
	border-top: 3px solid #f2ffda;
}

#footer {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #555;
	padding: 20px 0 40px 0;
}

#footer .list {
	float: left;
	width: 280px;
	display: inline;
	margin-right: 20px;
}

#footer h2 {
	font-size: 1.1em;
	color: #333;
	background: url(../images/circle.png) no-repeat left 1px;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	height: 16px;
	line-height: 16px;
}

#footer ul li a {
	display: block;
	padding: 4px 0 4px 4px;
	border-top: 1px solid #d4e1e2;
	color: #366799;
	line-height: 1.3em;
	font-size: 0.9em;
}

#footer ul li a:hover {
	background: #f0fdfe;
	color: #366799;
}

.copyright {
	margin: 10px 0 0 0;
	line-height: 1.5em;
	text-align: right;
	color: #869aa0;
	font-size: 0.9em;
}
/* footer end */