/*
------------------------------------------------------------------------
Theme Name: 	WP Remix
Author URI:		http://www.premiumthemes.net/
Description:   	The WordPress Master Theme. One Theme, Many Possiblities
Version:       	2.3
Author:        	R.Bhavesh
Author URI:    	http://cssace.com/
------------------------------------------------------------------------

Support:       WP Remix, http://wpremix.com/support
Updated:       July 15, 2008
Copyright:     (c) 2008 WP Remix, an endeavour by R.Bhavesh

All rights reserved.
*/

@import url("css/misc.css");		/* css reset - do not edit this */
@import url("css/dropmenu.css");	/* styling dropdown menu */
@import url("css/homepages.css");	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
@import url("css/sidebars.css");		/* styling blog */
@import url("css/blog-common.css");		/* styling blog */
@import url("css/header.css");		/* header option styling blog */
@import url("css/footer.css");		/* footer option */
@import url("css/blog.css");		/* styling blog */
@import url("css/color-default.css");		/* styling color schemes css  */

body {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* LINKS */

a {
	outline: none;
}

ul {
	list-style: none;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

p.aright {
	text-align: right;
}

.italic {
	font-style: italic;
}


/* SECTION ALIGNMENT */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


/* IMAGE ALIGNMENT --------- */

.imgleft {
	float: left;
	margin: 0 15px 10px 0;
	padding: 7px;
}

.imgright {
	float: right;
	margin: 0 0 10px 15px;
	padding: 7px;
}

.imgtop {
	margin: 0 0 8px 0;
	padding: 10px 0 ;
}

.imgleft-nowhite {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.imgright-nowhite {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

.imgleft_n {
	float: left;
	margin: 0 40px 10px 0;
	padding: 7px;
}

.img_center {
	margin: 10px 0;
	padding: 7px;
}

.imgleft-noborder {
	float: left;
	margin: 0 15px 10px 0;
	padding: 7px;
}

.imgright-noborder {
	float: right;
	margin: 0 0 15px 15px;
	padding: 7px;
}

.img-noborder {
	padding: 7px;
	border: none;
}


code {
	font-size: 12px;
}


/* BLOG & CONTENT */

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	margin: 0 0 12px;
	padding: 0 0 5px;
}

h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 8px;
	padding: 0;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 5px;
	padding: 0 0 5px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

h5 a {
	text-decoration: none;
}

h5 a:hover {
	text-decoration: none;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0 0 5px;
}

p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 8px;
}

p a {
	text-decoration: none;
}

ul {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}

li,ul li ul li {
	line-height: 16px;
	margin: 0 0 10px;
	padding: 0;
}

ol {
	line-height: 16px;
	font-size: 11px;
	background: none;
	margin: 0 0 0 5px;
	padding: 0 0 10px 20px;
}

ol li {
	background: none;
	list-style-type: decimal;
	margin: 0 0 5px;
	padding: 0;
}

ol li ol {
	margin: 8px 0 5px 24px;
	padding: 0;
}

blockquote {
	padding: 10px 10px 0 20px;
	margin: 0;
	font: 12px Georgia, 'Times New Roman', Times, serif;  
	line-height: 16px;
	color: #3aa;
}

.weekend {
	padding: 10px 0px 10px 30px;
	margin: 0 10px 10px 0;
	text-align: center;
}

.weekend h3 {
	font: 24px Tahoma, Arial, Helvetica, sans-serif;
	border: none;
}

.weekend h4 {
	font: 24px Tahoma, Arial, Helvetica, sans-serif;
	border: none;
}

.clientname {
	font-size: 9px; 
	font-weight: bold; 
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 3px 0 0 0;
}


/* INSTRUCTION ELEMENTS */

address {
	font-style: italic;
}

p.alert,p.download,p.info,p.note {
	margin: 10px 0 0;
	padding: 10px 10px 10px 36px;
}

p.alert {
	padding: 10px 10px 10px 36px;
}


/* STRUCTURE */

#header {
	height: 75px;
	margin: 0 auto;
}

#content-wrap {
	overflow: hidden;
	height: 100%;
}

#wrapper {
	text-align: left;
	width: 840px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	height: 100%;
}
	
#main {
	overflow: hidden;
	clear: both;
}

#main .subcolumns {
	width: 400px;
}

#content {
	width: 580px;
	padding-bottom: 10px;
}

#content2 {
	width: 560px;
}

#content, #content2 { 
	float: left;
}

#sidebar {
	width: 240px;
	margin-bottom: 10px;
}

#sidebar2 {
	width: 260px;
	margin-bottom: 15px;
}

#sidebar, #sidebar2 {
	float: right;
}

#content .subcolumns, #sidebar .subcolumns {
	width: 280px;
}


/*  HEADER SECTION */

#header .logo {
	font: 26px Georgia,'Times New Roman', Times, serif;
	color: #fff;
	margin: 14px 0 3px 0;
	float: left;
}

#header .h_left {
	float: left;
	width: 500px;
}

#header .description {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin: 0;
}


/* FOOTER */

#footer {
	clear: both;
	overflow: hidden;
	text-align: left;
	font-size: 9px;
	line-height: 12px;
	height: 100%;
	width: 840px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
	font-size: 9px;
	line-height: 18px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
}

#footer span {
	margin-top: -10px;
	font-size: 9px;
	padding-left: 1px;
}

#footer span a {
	text-decoration: none;
}

#footer span a: hover {
	text-decoration: none;
}

#flinks {
	list-style: none;
	float: right;
}

#flinks li {
	display: inline;
	line-height: 26px;
	text-align: right;
	padding: 0 5px;
}

#flinks li a {
	font-size: 10px;
	text-decoration: none;
}

#flinks li a:hover {
	display: inline;
}


/* TOP SEARCH FORM */

#search {
	float: right;
	margin-top: 26px;
	width: 205px;
	height: 21px;
	padding: 2px 0 0 15px;
}

* html #search {
	width: 208px;
	overflow: hidden;
}

#search .s {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
	float: left;
	margin-right: 5px;
	padding: 2px;
}

#searchform .sgo {
	width: 26px;
	height: 23px;
	margin: -2px 0 0;
}


/* ROOT */

#nav {
	width: 840px;
	height: 28px;
	position: relative;
	margin: 0 auto 5px;
	border-top: 1px solid #046;
	border-bottom: 1px solid #046;
}

#nav .rss {
	display: hidden;
}


/* BREADCRUMB*/
 
#content-wrap .breadcrumb {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	clear: both;
	line-height: 15px;
	padding: 0;
	margin-bottom: 5px;
}

a.button {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	padding: 3px 15px 3px 10px;
}

.submit {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	padding: 3px 15px 3px 10px;
}

.postads {
	text-align: center;
	overflow: hidden;
	height: 100%;
	margin-bottom: 25px;
}

.small { 
	font-size: 10px; 
	color: #bcd; 
}

.small a { color: #bcd; }

.small a:hover { color: #000; }


/* DEMO */

#demotop { 
	background: #000; 
	height: 50px; 
	overflow: hidden; 
} 

#demotop-in { 
	width: 860px; 
	margin: 0 auto;  
}

#demotop-in h5 { 
	float: left; 
	font: bold 14px Georgia, "Times New Roman", Times, serif; 
	color: #fff; 
	margin: 0; 
	padding: 8px 0 0 0; 
}

#demotop-in p { 
	font-size: 11px; 
	color: #9f9f9f; 
	clear: both;  
	float: left; 
}

.img_button {
	position: relative;
	display: block;
	font-size: 12px;
}

.img_button span {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.img_button span a {
	display: block;
}

.b_purchasedownload2 {
	top: 9px;
	right: 0;
	float: right;
}

.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background: url(images/b_purchasedownload2.png) no-repeat;
}

.b_purchasedownload2 span a, .b_purchasedownload2 {
	width: 190px;
	height: 32px;
}

.b_purchasedownload2 span:hover {
	background-position: 0 -32px;
}


/* NEW 2.7 */

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.commentlist li ul li {
	font-size: 1em;
}

#commentform {
	margin: 5px 10px 0 0;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }