/*
Theme Name: Weeklydrop
Theme URI: http://www.weeklydrop.com/
Description: Customzied wordpress theme for Weeklydrop. Weeklydrop is a mens magazine sort of speak, with fashion, eletronics, cars, etc. 
Version: 1.0
Author: Rahul Bansal
Author URI: http://rtcamp.com
Tags: Weeklydrop
*/

/*
	IMPORTANT
==================
Dependencies ::
	1. Breadcrumb NavXT Plugin - http://wordpress.org/extend/plugins/breadcrumb-navxt/
	2. Paged Navigation - http://wordpress.org/extend/plugins/wp-pagenavi/
	3. Clean Gallery Wordpress Plugin - http://justintadlock.com/archives/2008/04/13/cleaner-wordpress-gallery-plugin

Other Supported Plugins ::
	1. Subscribe to comments - http://wordpress.org/extend/plugins/subscribe-to-comments/

Wordpress Settings::
	1. Dashboard >> Settings >> Media >> Large Size >> Max Width = 620px
	
Color Palette:
	Link colors: #00A8E7;
	gray-shade-light: #EAEAEA;
	gray-medium-dark: #999999;
*/

/*
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* BASICS */
/* ----------------------------------------- */
body{
/* 	background: #fff url(images/bg.jpg) repeat-x; */
	background: #EAEAEA;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	margin: 0px auto 0px;
	padding: 0px;
	overflow-x: hidden;
}

/* BASICS & TYPOGRAPHY */
/* ----------------------------------------- */
a{
	color: #00A8E7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* headings	 */
h1{
	font-size: 180%;
}
	
h2{
	font-size: 160%;
}	

h3{
	font-size: 140%;
}
	
/* spacing	 */
p, ul, ol, em, strong{
		line-height: 160%;
/* 		font-size: 120%; */
}

input{
	padding: 2px 5px;
}

/* Wordpress CSS classes */
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.clear{clear: both; display: block}

/* LAYOUT */
/* ----------------------------------------- */
#outline{
	width: 996px;
	background: #fff;
	margin: 0px auto;
}

#wrapper{
	clear: both;
	padding: 5px;
	width:986px;
}

#content{
	width: 620px;
	float: left;
	margin-right: 5px;
}

#sidebar{
	float: right;
	width: 325px;
	padding-left: 10px;
	border-left: 1px solid #EAEAEA; 
/* 	margin-left: 5px; */
}
/* HEADER, Breadcumb & Navbar */
/* ----------------------------------------- */
#header{
	background: #fff url(images/header-bg.png) repeat-x;
	float: left;
	width: 996px;
}

#header img{
	float: left;
}

#breadcumb{
	clear: both;
	padding: 0px 10px 5px;
	font-size: 110%;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;	
	border-left: 5px solid #000;
}

#subscribe{
	clear: both;
	padding: 4px 0px;
	text-align: center;
	margin: 0 auto;
/* 	height: 25px; */
/* 	background: #EAEAEA; */
	background: #fff url(images/navbar.gif) repeat-x;
	width: 500px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#subscribe-address{
/* 	float:left; */
	height: 15px;
	width: 200px;
	margin-right: 5px;
	background: #fff !important; 
	-moz-border-radius: 8px;
}

#subscribe-button{
}

#navbar{
	background: #fff url(images/navbar.gif) repeat-x;
	width: 996px;
	clear: both;
	float: left;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
	height: 28px;
}

#navbar ul {
	float: left;
}

#navbar ul li {
	float: left;
	margin: 0px 10px;
}

#navbar ul li a {
	line-height: 24px;
	text-decoration: none;
	color: #000;
}

#navbar ul li.current_page_item,
#navbar ul li a:hover {
	text-decoration: underline;
}


/* POST */
/* ----------------------------------------- */
.post{
	clear: both;
	padding-bottom: 20px;
	overflow: hidden;
}

.post p {
	margin: 0px 5px;
}

/* headings */
.post h1{margin: 10px 5px; font-weight: bold; float: left; width: 540px}
	.post h1 a{color: #000; border-bottom: 2px solid  #EAEAEA}
	.post h1 a:hover{color: #00A8E7; text-decoration: none; border-color: #00A8E7}

/* images */
.post img{
	padding: 5px 5px;
}

.post table img{
	padding: 0 !important;
	margin: 0 !important;
}

/* formatting */
.post h2{
	font-size: 150%;
	font-weight: bold;
}

.post h3{
	font-size: 135%;
	font-weight: bold;
}

.post ul li{
	list-style-type: disc;
}

.post ol li{
	list-style-type: decimal;
}

.post ul,
.post ol{
	padding-left: 40px;
}

.post p, .post ul, .post ol, .post em, .post strong, .post h2, .post h3, .post h1, .post li{
		line-height: 160%;
}

.post blockquote{
/* 	clear: both; */
	display: block;
	border-left: 5px solid #000;
	margin: 5px 0 5px 40px;
	background-color: #EAEAEA;
	padding-left: 5px;
}

.post cite{
	font-size: 90%;
	font-style: italic;
}

/* post meta */
.post-meta{
	clear: both;
/*
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
*/
	height: 20px;
	margin: 10px 0;
	padding: 0px 10px;
	color: #999;
	font-size: 90%;
	background: #EAEAEA;
}

.post-date{
	float: left;
}

.post-tags{
	float: right;
}


/* COMMENT */
/* ----------------------------------------- */
.comments-div{
	clear: both;
	overflow: hidden;
	padding: 0 8px;
}

.commentlist{
	padding: 10px 0px;
}

.comment{
	font-size: 105%;
	clear: both;
	padding: 5px 5px;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

.comment .vcard img{
	padding-right:10px; 
	float: left;
}

.comment .vcard cite{
	font-weight: bold;
	float: left;
	padding-right: 10px; 
}

.comment .vcard span{
	float: left;
}

.comment .comment-meta{
	float: right;
	font-size: 86%;
}

.comment p{
	padding: 20px 10px 5px 80px;
}

.comment .reply{
	clear: both;
	float: right;
}

.even{ background: #EAEAEA; }
.odd { background: #fff; }
	
/* 	Comment Form */

.postcomment {
	padding: 10px;
}

.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 250px;
	height: 18px;
	margin: 2px;
	}
	
.postcomment textarea#comment {
	width: 600px;
	height: 100px;
	}

/* Gallery */
/* ----------------------------------------- */
p.attachment
{
    text-align:center;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 12px 0;
}

div.navigation
{
    width:600px;
    height: 170px;
}

div.navigation img
{
    border:2px solid #fff;
    
}

div.navigation a:hover img
{
    opacity:0.9;
    
}

div.navigation a
{
    display:block;
    
}

div.navigation .alignleft
{
    float:left;
    text-align:left;
}

div.navigation .alignright
{
    float:right;
    text-align:right;
}

div.navigation .alignright a
{
    background:transparent url(images/gallery-arrow-next.jpg) no-repeat scroll right center;
    padding-right:36px;
    
}

div.navigation .alignleft a
{
    background:transparent url(images/gallery-arrow-prev.jpg) no-repeat scroll left center;
    padding-left:36px;
    
}


/* SIDEBAR */
/* ----------------------------------------- */
.sidebar-widget{
	margin: 0 0 10px 0;
	padding: 0px;
}

.sidebar-widget ol{
	list-style-type: decimal;
	padding-left: 30px;
}

.sidebar-widget ol li{
	list-style-type: decimal;
}

.sidebar-widget h2{
	background: #EAEAEA;
	padding: 2px 5px;
}

.textwidget{
	border: 1px solid #EAEAEA;
}


/* SEARCH FORM */
/* ----------------------------------------- */
input#s {
	font-weight:bold;
	width:240px;
	margin: 0 10px;
	background: #fff !important;
}


#searchsubmit {
	border:none;
    outline:none;
    background:url(images/search.png) no-repeat;
    height:24px;
    width:24px;
}
#searchsubmit:hover {
	opacity: 0.8;
}
/* FOOTER */
/* ----------------------------------------- */
#footer{
	background: #000;
	font-size: 90%;
	color:#EAEAEA;
	clear:both;
	padding:10px;
	width:976px;
	margin-top: 10px;
	font-size: 90%;
	height: 15px;
}

#footer p.left{
	float: left;
}

#footer p.right{
	float: right;
}

/* Sidebar tab styles */
/* ----------------------------------------- */
.ui-tabs ul.ui-tabs-nav{
	background: #EAEAEA;
	font-weight: bold;
	font-size: 110%;
	width: 325px;
	height: 32px;
}

.ui-tabs .ui-tabs-nav li{
/* 	background: #000; */
	float: left;
	padding: 5px 20px;
}

.ui-tabs .ui-tabs-nav li a{
	color: #999;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	color: #000;
}

.ui-tabs .ui-tabs-hide{
	display: none;
}

.ui-tabs .ui-tabs-panel ul{
	clear: both;
}

.ui-tabs .ui-tabs-panel{
/* 	border: 1px solid #EAEAEA; */
/* 	margin: 1px 0; */
/* 	padding: 2px 20px; */
}

.ui-tabs .ui-tabs-panel li{
	background: #000;
	margin: 1px 0;
}

.ui-tabs .ui-tabs-panel li a{
 	color: #00A8E7;
 	background-color: #000;
 	font-weight: bold;
 	display: block;
 	padding: 5px 20px;
}

.ui-tabs .ui-tabs-panel li :hover{
 	text-decoration: none;
 	color: #000;
 	background-color: #00A8E7;
}

/* Slide Show */
/*-------------*/
.slide-show {
	width:620px;
	height: 285px;
	overflow: hidden;
	margin-bottom: 20px;
}

.slide-show h1{
	position:absolute;
	z-index:990;
	float: left;
	width: 540px;
	opacity: 0.5;
	background: #000;
	margin: 0px;
	padding: 0px 70px 0 10px;
	text-align: center;
}

.slide-show h1 a{
	font-size: 110%;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}

.hide{
	display: none;
}

#controls {position:absolute;z-index:999;margin-top:-299px;margin-left:560px;}
	#controls a {display:block;width:21px;height:16px;float:left;background-image:url(images/next.gif);margin-right:5px;}
	#controls a:hover {background-image:url(images/next-hover.gif);}
	#controls span a {background-image:url(images/prev.gif);}
	#controls span a:hover {background-image:url(images/prev-hover.gif);}
/*
#controls {position:absolute;z-index:999;margin-top:-335px;margin-left:550px;}
	#controls a {display:block;width:25px;height:24px;float:left;background-image:url(images/feat-rotate-right.png);margin-right:5px;}
	#controls a:hover {background-position:-24px;}
	#controls span a {background-image:url(images/feat-rotate-left.png);}
	#controls span a:hover {background-position:-24px;}
*/


/* Others */
.subhead{
	clear: both;
	background-color:#0298FF;
	color:#FFFFFF;
	letter-spacing:4px;
	margin-top:20px;
	padding:7px 6px;
	text-transform:uppercase;
	width:608px;
}
