/*
------------------------------------------------------------------------
Theme Name: 	WP Remix
Author URI:		http://www.premiumthemes.net/
Description:   	The theme with remix editor functionality for better SEO
Version:       	2.2
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.
*/

* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#444;
}/*  Links ----------------------------------------------------------------------- */
a {
	outline:none;
	color:#444;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.imgleft {
	float:left;
	border:1px solid #809098;
	margin:0 12px 12px 0;
	padding:3px;
}
.imgright {
	float:right;
	border:1px solid #809098;
	margin:0 0 12px 12px;
	padding:3px;
}
.imgleft_n {
	float:left;
	margin:0 40px 12px 0;
	padding:3px;
}
.img_center {
	width:98%;
	background:#d5d5d5;
	margin:10px 0;
	padding:5px;
}
code {
	font-size:12px;
}
.gravatar {
	float:right;
	border:2px solid #999;
	width:40px;
	height:40px;
	background:url(images/gravtar.png) no-repeat;
	margin:0 0 8px 15px;
}
p.aright {
	text-align:right;
}
.imgnotavailable, .imgnotavailable2, .imgnotavailable3 {
	display:block;
	cursor:pointer;
	font-size:11px;
	background:#fff;
	text-align:center;
}
.imgnotavailable {
	width:84px;
	height:34px;
	border:3px solid #969696;
	padding:25px 0;
}
.imgnotavailable2 {
	width:135px;
	height:34px;
	border:3px solid #969696;
	margin-bottom:3px;
	padding:23px 0;
}
.imgnotavailable3 {
	width:640px;
	height:34px;
	border:1px solid #ccc;
	margin-bottom:8px;
	padding:33px 0;
}
a:hover {
	color:#c00;
}
.red { color:#c00; }
/* STRUCTURE ----------------------------------*/
#header {
	height:80px;
	background:#000;
}
#header-in {
	width:940px;
	position:relative;
	margin:0 auto;
}
#banner {
	background:#8e0001 url(images/bbg.jpg) repeat;
	border-top:1px solid #c78080;
	border-bottom:2px solid #cdcdcd;
}
#banner-in {
	width:940px;
	height:400px;
	clear:both;
	background:url(images/bannerbg1.jpg) no-repeat center top;
	margin:0 auto;
}
#addon {
	background:#eee;
	border-bottom:3px solid #cdcdcd;
}
#addon-in {
	width:940px;
	background:url(images/addon_sepretor.png) no-repeat center 35px;
	overflow:hidden;
	height:100%;
	margin:0 auto;
	padding:8px 0;
}
#content-wrap {
	width:940px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}
.index_wrap {
	background:url(images/wraperbg_index.png) repeat-y center;
	overflow:hidden;
	height:100%;
}
#main {
	height:100%;
	width:940px;
	overflow:hidden;
	padding:20px 0 45px;
}
#main_sidebar {
	width:250px;
	float:right;
}
#main_content {
	width:650px;
	float:left;
	padding-right:20px;
	border-right:1px  dotted #ccc;
}
#content {
	float:left;
	width:640px;
	padding:25px 0;
	overflow:hidden;
}
#sidebar {
	float:right;
	width:280px;
	padding:25px 0 25px 10px;
}
.sidebar_sub {
	width:130px;
}
#ftop {
	border-top:4px solid #dcdcdb;
	background:#fff url(images/footertop_bg.png) repeat-x top;
	height:55px;
	clear:both;
}
#ftop-in {
	width:940px;
	overflow:hidden;
	height:100%;
	margin:0 auto;
}
#bottom {
	background:#000 url(images/bottombg.png) no-repeat center 10px;
	clear:both;
}
#bottom-in {
	width:940px;
	position:relative;
	height:130px;
	margin:-1px auto 0;
	padding:10px 0 0;
}
/* Header  ----------------------------------*/
#header-in .logo {
	position:relative;
	display:block;
	width:126px;
	height:24px;
	font-size:20px;
	color:#000;
	overflow:hidden;
	float:left;
	margin:10px auto 0;
}
#header-in .logo span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url("images/logo.png") no-repeat left top;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
}
#header-in .logo a {
	color:#ccc;
}
#header-in .logo a:hover {
	color:#fff;
}
#header-in .h_left {
	float:left;
	width:620px;
}
#header-in .h_right {
	float:right;
	width:145px;
 	padding-left:18px;
	font-size:11px;
	color:#a8a8a8;
}
#header-in .h_right a {
	color:#a8a8a8;
	text-decoration:none;
}
#header-in .h_right a:hover {
	color:#fff;
	text-decoration:none;
}
#header-in .description {
	font:12px Arial, Helvetica, sans-serif;
	color:#eae9e9;
	text-align:center;
	border-left:1px solid #71716b;
	float:left;
	margin:11px 0 0 15px;
	padding:5px 5px 5px 15px;
}
#header-in p.cart {
	position:absolute;
	top:57px;
	right:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	z-index:1;
}
#header-in p.cart a {
	padding-left:20px;
	color:#b2b3b2;
	background:url(images/i_cart.png) no-repeat 0 3px;
}
#header-in p.cart a:hover {
	color:#fff;
	background-position:0 -10px;
}

/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
	float:right;
	margin-top:11px;
	width:199px;
	height:21px;
	background:#fff url(images/searchbg.png) no-repeat;
	padding:5px 0 0 23px;
}
*+html #search {
	margin-top:11px;
}
#search .s {
	border:none;
	background:#fff;
	color:#666;
	font:12px Arial, Helvetica, sans-serif;
	width:170px;
	float:left;
	margin-right:5px;
	padding:2px;
}
#searchform .sgo {
	background:#000 url(images/b_go.png) no-repeat;
	width:7px;
	height:8px;
	margin:5px 0 0;
}
.search404 {
	width:250px;
	height:25px;
}
.search404 input {
	background:none;
	border:1px solid #ccc;
	width:200px;
	padding:2px;
}
.category {
	float:left;
	width:48%;
	border-right:1px solid #ccc;
}
.archives {
	float:right;
	width:48%;
}
.search404 .sgo {
	background:#fff url(images/b_go.png) no-repeat;
	width:7px;
	height:8px;
	border:none;
	position:relative;
	top:3px;
	margin:5px 0 0 -18px;
}
#banner-in h2 {
	position: relative;
	display:block;
	margin:0;
	height:55px;
	font:bold 22px arial;
	text-align:center;
	line-height:50px;
	color:#fff;
	border:none;
}
#banner-in h2 span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
#banner-in h2 span{
	display:block;
	margin:0;
	height:55px;
	background:url(images/wpremix.gif) no-repeat center;
	text-indent:-9009px;
}


#banner-in h3 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#e7c2c2;
	text-align:center;
	border:none;
	line-height:18px;
	padding:0;
}
#banner-in .mainscreen {
	width:915px;
	height:240px;
	position:relative;
	margin:15px auto;
}
#banner-in .bundled {
	background:url(images/bundled_tag.gif) no-repeat;
	width:89px;
	height:79px;
	position:absolute;
	bottom:-10px;
	left:260px;
	text-indent:-9009px;
}

#banner-in .freetag a { 
	display:block; 
	width:108px;
	height:77px;
	position:absolute;
	bottom:-11px;
	right:0px;
	background:url(images/freetag.gif) no-repeat;
	text-indent:-9009px; }
#banner-in #tag { position:relative; display:block; }
* html #banner-in .freetag a { bottom:399px; }

#banner-in p {
	color:#fff;
	text-align:center;
	line-height:18px;
	margin:215px 0 10px 0;
}

#banner-in .links {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	width:490px;
	margin:0 auto;
	padding-top:5px;
}
#banner-in .links a {
	color:#fff;
	text-decoration:underline;
	padding:0 5px;
	margin-top:5px;
}
#banner-in .links a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}
/* innner head -----------------------------------------------------------------------*/
#headtop {
	background:#8f0100 url(images/inner_headbg.gif) repeat-x;
	height:49px;
}
#headtop-in {
	width:940px;
	margin:0 auto;
}
#headtop-in h1 {
	font-size:24px;
	font-weight:normal;
	color:#fff;
	float:left;
	margin:0;
	padding:12px 0 0;
}
/* Headings --------------------- */
h1 {
	font-size:24px;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0 0 3px;
}
h2 {
	font:22px Arial, Helvetica, sans-serif;
	color:#000;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 15px;
	padding:0;
}
h3 {
	font:18px Arial, Helvetica, sans-serif;
	color:#000;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 5px 0;
	padding:0;
}
h4 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px;
	padding:0;
}
h5 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px;
	padding:0;
}
h6 {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px;
	padding:0;
}
p {
	font-size:12px;
	line-height:18px;
	margin:0 0 12px 0;
	padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 16px Arial, Helvetica, sans-serif;
	line-height:22px;
	padding:5px 25px 5px 30px;
}
blockquote p { font:bold 14px Arial, Helvetica, sans-serif; }

.clientname {
	font-size:11px; font-weight:normal;
}
.bquote {
	background:url(images/bquote.png) no-repeat bottom right;
}
.lgrey { color:#999;}

/* list formating --------------------------------- */
ul {
	margin:0;
	padding:0;
}
li {
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	background:url(images/bullet.png) no-repeat 0 5px;
	margin:0 0 8px;
	padding:0 0 5px 15px;
}
ul li ul {
	margin:8px 0 5px;
	padding:0 0 5px;
}
ul li ul li {
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
	background:url(images/bullet.png) no-repeat;
	margin:0 0 8px;
	padding:0 0 5px 15px;
}
ul li a, ul li ul li a {
	color:#666;
}
ul li a:hover {
	color:#333;
}
ul li.unone a {
	text-decoration:none;
	font-weight:bold;
}
ol {
	list-style-type:decimal;
	line-height:18px;
	font-size:12px;
	margin:0;
	padding:0 0 10px 25px;
}
ol li {
	background:none;
	margin:0 0 5px;
	padding:0;
}
ol li ol {
	margin:8px 0 5px 18px;
	padding:0;
}
/* addon ----------------------------------------------------------------------*/
#addon-in h3 {
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	margin:10px 0 5px;
	padding:0;
}
.headbg {
	background:#c8c8c8;
	padding:2px 8px;
}
#addon-in .addonblock {
	width:460px;
	overflow:hidden;
	height:100%;
	margin-top:5px;
}
#addon-in .addonblock img {
	margin-right:10px;
}
#addon-in h5 {
	font-size:12px;
	font-weight:bold;
	margin:11px 0 5px 10px;
	padding:0;
	color:#c00;
}
#addon-in h5 a:hover {
	color:#000;
}
#addon-in p {
	color:#333;
	line-height:16px;
	font-size:11px;
	margin:0;
	padding:0 0 5px;
}
#addon-in p a {
	margin-right:10px;
	color:#000;
	text-decoration:underline;
}
/* index 3 colum -----------------------------------------------------------------------*/
.columns {
	width:300px;
	margin-top:20px;
	padding-bottom:20px;
	height:100%;
}
.column_spacer {
	margin-left:20px;
}
.columns p { line-height:20px;} 
.columns h2 {
	font:18px Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	border-bottom:none;
	color:#990000;
}
.columns .news { margin-left:-10px; margin-bottom:10px; padding:0 0 20px 10px; background:url(images/newsbg.png) no-repeat bottom; }
.columns h2.i_news {
	background:url(images/i_news.png) no-repeat left;
	padding:0px 0 3px 28px;
}
.columns li {
	line-height:18px;
	margin:0 0 4px 0;
}
.columns li span { font-size:11px; font-weight:normal;  }

.iconleft {
	float:left;
	margin:0 10px 0px 0;
}
.hr2 {
	color:#fff;
	border:none;
	border-bottom:1px dotted #999;
	margin-bottom:22px;
	clear:both;
}
.hrclear {
	color:#fff;
	border:none;
	border-bottom:1px dotted #fff;
	clear:both;
}
.columns .view_action {
	overflow:hidden;
	height:95px;
	margin:0 -15px 0 0;
	padding:0;
}
.columns .vaction_list {
	margin:0 -78px 10px 0;
	padding:0;
}
.columns .vaction_list li {
	float:left;
	background:none;
	display:inline;
	list-style:none;
	margin:0 14px 0 0;
	padding:0;
}
.columns .vaction_list li img {
	border:3px solid #969696;
}
.columns .vaction_list li img:hover {
	border:3px solid #000;
}
.imgnotavailable {
	width:84px;
	height:34px;
	display:block;
	text-align:center;
	font-size:11px;
	background:#fff;
	border:3px solid #969696;
	cursor:pointer;
	padding:25px 0;
}
.imgnotavailable2 {
	width:135px;
	height:34px;
	display:block;
	text-align:center;
	font-size:11px;
	background:#fff;
	border:3px solid #969696;
	margin-bottom:3px;
	cursor:pointer;
	padding:24px 0;
}

#main #main_sidebar ul {
	margin:0;
	padding:0;
}
#main #main_sidebar li {
	margin:0 0 5px;
	padding:0 0 0 15px;
}
#addon-in h5 a, #addon-in p a:hover {
	color:#c00;
}

#main .imgleft { float:left; border:none; }
#main h2 { border:none; }
#main #main_sidebar h4 { border-bottom:2px solid #ddd; font-size:14px; padding-bottom:6px; line-height:18px; }

#main #main_sidebar h5 { margin:10px 0 3px 0; clear:both; font-size:12px; }

/* feature page ---- */

.featuresbanner { background:#000 url(images/featured_bannerbg.gif) repeat-x top; border-top:1px solid #989898; clear:both;   }
.featuresbanner-in { width:940px; margin:0 auto; padding:11px 0;    }
.featuresbanner h3 { border:none; color:#fff; font-size:20px; }

.fbottom { background:url(images/fbg_bottom.png) repeat-x top ; }

.feature_list, .mfeature  { margin:20px -45px 0 0; padding:0; clear:both; overflow:hidden }
.feature_list  li, .mfeature li { margin:0 20px 0 0; padding:0; width:290px; list-style:none; float:left; height:120px;}

.feature_list li img, .mfeature li img { float:left; }
.feature_list li h4, .mfeature li h4, #main .feature_list li p, #main .mfeature li p  { font-size:13px; margin:0 0 3px 0; width:180px; float:right; color:#fff; }
.feature_list li p { font-size:12px; color:#ccc; width:180px; float:right; }

.mfeature li img  { border:1px solid #ccc;}
.mfeature li h4  { color:#333; }
#main .mfeature li p { font-size:12px; color:#666; width:180px; float:right; }



.feature_list li.other_feature { margin:0 20px 22px 0; padding:0; width:330px; list-style:none; float:left; height:100px; }

#main .otherfeature { width:310px; margin:5px 0 8px 0; height:100%; border-bottom:1px dashed #ddd;  }
#main .otherfeature p { width:240px;}
#main .otherfeature strong { margin-bottom:3px; color:#000; }
#main .otherfeature img { margin-left:3px;}

#content .otherfeature { float:right; width:560px; margin:0 0 8px 0; height:100%;  }


/* magazine ----------------------- */

.magazine_banner { background:#fff url(images/banner_magazine.png) no-repeat bottom; clear:both; height:468px;  }
.magazine_banner_in { width:940px; margin:0 auto; padding:11px 0; position:relative; height:440px;   }

.mzoom { position:absolute; bottom:0; }
.z1 { left:78px; }
.z2 { left:280px; }
.z3 { left:465px; }
.z4 { left:654px; }
.z5 { left:847px; }



.head { position: relative;
display: block; color:#000;
font-size:15px;
 }
.head span {
height:100%;
width:100%;
position: absolute;
bottom: 0;
left: 0;
}
 

.h_magazinemodule, .h_magazinemodule span {
width:415px;
height:84px;
float:left;
margin-top:10px;
}
.h_magazinemodule span {
background:url(images/h_magazinemodule.png) no-repeat;
text-indent:-9009px;
}

.h_freemagazine, .h_freemagazine span {
width:328px;
height:82px;
float:right;
}
.h_freemagazine span {
background:url(images/free39.png) no-repeat;
text-indent:-9009px;
}




/* Content  -------------------------- 
 faq page --------------- */
#content h2.title {
	background:url(images/bullet3.png) no-repeat 0 8px;
	font-size:18px;
	padding-left:13px;
	border:none;
}
#content h2.title a {
	color:#666;
}
#content h2.title a:hover {
	color:#333;
}
#content .message_list ol {
	list-style:none;
	margin:0;
	padding:0;
}
#content .message_list li {
	font:14px Arial, Helvetica, sans-serif;
	color:#db0404;
	list-style:decimal;
	margin:0 0 5px 10px;
	padding:0;
}
* html #content .message_list li {
	margin-left:5px;
}
#content .message_head {
	color:#666;
	font:bold 13px Arial, Helvetica, sans-serif;
	background:url(images/sepretor_hr2.png) repeat-x bottom;
	cursor:pointer;
	margin:0;
	padding:5px 0;
}
#content .message_head:hover {
	color:#db0404;
}
#content .message_head .timestamp {
	font-size:95%;
	position:absolute;
	right:10px;
	top:5px;
}
#content .message_head cite {
	color:#606060;
	font:18px Arial, Helvetica, sans-serif;
	font-style:italic;
}
#content .message_body {
	color:#333;
	padding:5px 10px 15px 0;
	min-height:25px;
}
/* showcase -------------------------------------------------------------- */
#content .featured {
	overflow:hidden;
	height:500px;
	margin:0 -15px 0 0;
	padding:0;
}
#content .featured_list {
	margin:0 -50px 10px 0;
	padding:0;
}
#content .featured_list li {
	float:left;
	background:none;
	list-style:none;
	width:140px;
	font-size:11px;
	font-weight:bold;
	display:block;
	margin:0 15px 18px 0;
	padding:0;
}
#content .featured_list li img {
	border:1px solid #B2B2B2;
}
#content .featured_list li:hover img {
	border:1px solid #000;
}
#content .links {
	margin-bottom:20px;
	overflow:hidden
}
#content .links li {
	font-size:12px;
	list-style:none;
	float:left;
	width:180px;
	margin:0 20px 8px 0;
	padding:0 0 0 12px;
}
/* affilates ------------------ */
#content .affilates_banner {
	background:#000 url(images/affilates_banner.png) no-repeat;
	width:300px;
	height:180px;
	margin-bottom:20px;
	padding:16px 20px 18px 319px;
}
#content .affilates_banner p {
	color:#fff;
}
#content .affilates_banner h5 {
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0 0 10px;
	padding:0;
}
#content .blist li {
	display:inline;
	float:left;
	width:135px;
	height:150px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:8px 0;
}
#content .blist1 li {
	display:inline;
	float:left;
	width:135px;
	height:110px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:8px 0;
}
#content .blist2 li {
	display:inline;
	float:left;
	height:280px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
	margin:0 5px;
	padding:8px 0;
}
#content .blist3 {
	list-style:none;
	overflow:hidden;
	height:100%;
	margin:25px 0;
	padding:0;
}
#content .blist3 li {
	list-style:none;
	width:100%;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:8px 0;
}
#content .blist4 li {
	display:inline;
	float:left;
	width:135px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:8px 0;
}

/* gallery ----------------------------------------- */

	.portfolio 				{ margin: 20px 0px; overflow:hidden; list-style-type: none; line-height: 15px; font-size:1.2em; clear:both;}
	.portfolio li 			{ float: left; margin: 5px 3px 10px 3px; width: 195px; font-size:12px; background:none;
							  padding: 3px  2px  0px  2px ; display: block;  height:260px; color: #555; text-align:justify;
							  text-decoration:none;  border:2px solid #e4e4e4; color:#333; background:#fff;  }
  	.portfolio a:active 	{ color:#333;}
	.portfolio li a:hover	{ color: #333; background:#fff;  border:none; }

	.portfolio img			{  padding-bottom:10px; border-bottom:2px solid #e4e4e4; }
	
	.portfolio li:hover		{ border:2px solid #ccc; background:#f9f9f9; }
	
	.portfolio li.sidebar	{ margin: 5px 3px 10px 3px; width: 160px;  height:320px;}
	.portfolio li.header	{ margin: 5px 3px 10px 3px; width: 600px; height:auto;}
	.portfolio li.blog		{ margin: 5px 3px 10px 3px; width: 195px; height:530px;}


/* purchase page ------------------------ */
#main h2.red {
	color:#c00;
	margin:35px 0 5px 0;
	border-bottom:1px solid #efefef;
}


#main .pcontent {
	width:610px;
	float:left;
	padding-right:150px;
	background:url(images/package.png) no-repeat right top;
	margin-bottom:22px;
	min-height:120px;
}
* html #main .pcontent { height:120px; }
#main p.pspacer {
	margin-bottom:22px;
}
#main p.upgard {
	margin:-10px 0 25px;
	padding:0;
}
#main p.upgard2 {
	margin:-10px 0 5px;
}
#main p.desclaimer {
	font-size:11px;
	color:#999;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 15px 0;
	padding:3px 0;
}
#main p.desclaimer a { color:#999; } 
#main p.desclaimer a:hover { color:#000; } 

.subhead {
	font-size:14px;
	font-weight:bold;
}
.package {
	float:left;
	margin:5px 0 0 15px;
	padding:0;
}
.package li {
	font-size:14px;
	font-weight:bold;
	list-style:none;
	margin:0 10px 8px 0;
	padding:0 0 0 20px;
}
.i_zip {
	background:url(images/i_zip.png) no-repeat 0 2px;
}
.i_license {
	background:url(images/i_license.png) no-repeat 0 2px;
}
.i_pdf {
	background:url(images/i_pdf.png) no-repeat 0 2px;
}
.i_psd {
	background:url(images/i_psd.png) no-repeat 0 2px;
}

.allpackages, .allpackages2 {
	width:100%;
	clear:both;
	overflow:hidden;
	height:100%;
	margin-bottom:50px;
}
.allpackages{
	background:url(images/packages_sepretor.png) no-repeat center top;
	margin-bottom:10px;
}

#main .allpackages h3 {
	color:#333;
	margin-bottom:10px;
}
.license {
	width:440px;
}
.license_content {
	float:right;
	width:160px;
	margin:5px 0 0 15px;
	padding:0;
}
.license_content2 {
	float:right;
	width:250px;
}
#main .license h2{
	border-bottom:1px solid #e8e8e8;
}

.license_content2 h4 {
	border-bottom:1px solid #e8e8e8;
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:bold;
}
.license_content li {
	background:url(images/bullet.png) no-repeat 0 6px;
	font-size:12px;
	list-style:none;
	color:#333;
	margin:0 10px 8px 0;
	padding:0 0 0 15px;
}
#main p.upsepretor {
	padding-top:8px;
	font-size:11px;
	border-top:1px solid #e6e6e6;
}


.b_buynow span, .b_buynow span a {
	background:url(images/b_buynow.png) no-repeat;
}
.b_buynow span:hover {
	background-position:0 -28px;
}
.b_addtocart span, .b_addtocart span a {
	background:url(images/b_addtocart.png) no-repeat;
}
.b_addtocart span:hover {
	background-position:0 -23px;
}


.b_download, .b_download span a {
	width:151px;
	height:34px;
}
.b_download span, .b_download span a {
	background:url(images/b_download.png) no-repeat;
}
.b_download span:hover {
	background-position:0 -34px;
}

.price, .price2 {
	font-size:18px;
	font-weight:bold;
	border-bottom:3px solid #e8e8e8;
}
.price2 {
	font-size:14px;
	color:#999;
}
.free{ margin-top:-26px; float:right;  width:135px; height:32px; display:block; background:url(images/free_magazine.png) no-repeat; }
html:first-child .free { margin-top:0; }

.xsnazzy {
	background:transparent;
	margin:20px 0 0 0;
}
.xtop, .xbottom {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.xb1 {
	background:#eee;
	margin:0 5px;
}
.xb2 {
	border-width:0 2px;
	margin:0 3px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}
.xboxcontent {
	display:block;
	background:#eee;
	border:0 solid #eee;
	overflow:hidden;
	height:100%;
	border-width:0 1px;
	padding:0 10px;
}
.xsnazzy h5 {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #fff;
	margin:3px 0 11px;
}
.xsnazzy h3 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:0;
}
.xsnazzy p {
	font-size:11px;
	color:#333;
}
.buyer1_block {
	width:290px;
}
.buyer1_block2 {
	width:300px;
	margin-left:20px;
}
#content .featured_list li a, #content .links li a {
	text-decoration:none;
}
#content .links li a:hover {
	text-decoration:underline;
}
#content .blist, #content .blist1, #content .blist2, #content .blist4 {
	list-style:none;
	overflow:hidden;
	margin:25px 0;
	padding:0;
}
.b_buynow, .b_buynow span a {
	width:110px;
	height:28px;
}
.b_addtocart, .b_addtocart span a {
	width:110px;
	height:23px;
}
/* blog - post ------------------------------------ */
#content h3.postcomment {
	color:#666;
}
#content .posts h1 a, #content .posts h2 a { text-decoration:none; }
#content .posts {
	clear:both;
	margin-bottom:30px;
	padding-bottom:25px;
	background:url(images/post_sepretor.png) no-repeat bottom right;
	height:100%;
	width:640px;
	display:table;
}
#content h2.h1 a {
	text-decoration:none;
}
#content .posts.none {
	background:none;
}
#content .pleft {
	float:left;
	width:100px;
	margin-top:3px;
}
#content .pleft a {
	text-decoration:none;
	color:#666;
}
#content .pleft a:hover {
	text-decoration:underline;
	color:#000;
}
#content .pright {
	float:right;
	width:520px;
}
#content .posts p.date {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:5px;
}
#content .pcategory {
	border-bottom:1px solid #e8e8e8;
	margin-bottom:5px;
	padding:8px 0;
}
.posts h2, .posts h1 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	border:none;
	font-size:24px;
	margin:0 0 10px 0 ;
}
.posts h2 a {
	color:#000;
}
.posts h2 a:hover {
	color:#c00000;
}
.posts .pleft h3 {
	font-size:11px;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	border-top:1px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	margin:0 0 10px;
	padding:3px 0;
}
.more-link {
	text-align:right;
	float:right;
	font-size:10px;
	text-transform:uppercase;
	background:url(images/i_continue.png) no-repeat right;
	padding-right:10px;
	margin-bottom:8px;
}
.share { margin-bottom:-4px; margin-top:10px;}

#content .trackbacklist {
	list-style:none;
	margin:8px 0 0;
	padding:0;
}
#content .trackbacklist li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin:0 0 8px;
	padding:0 0 5px 22px;
}

/* 	Previous/Next Page Navigation ----------------------------------*/
.page-nav {
clear: both;
margin: 0 0px 0 120px;
padding: 2px 0px;
width:521px;
}
.nav-previous {
width: 125px;
float: left;
font-weight:bold;
text-align: left;
margin-left:120px;
}
.nav-next {
width: 95px;
float: right;
text-align: right;
margin-right:164px;
}
#content .page-nav a {
color:#c00;
font-weight:bold;
text-decoration: none;
border-bottom:none;
}
#content .page-nav a:hover {
color:#000;
}
.nav-previous a {
padding-left: 11px;
text-transform:uppercase;
background:url(images/arrow-left.gif) no-repeat left;
}
.nav-next a {
padding-right: 11px;
text-transform:uppercase;
background:url(images/arrow-right.gif) no-repeat right;
border-bottom:none;
}
/*Page navigatoin 2 ----------------------------- */

.wp-pagenavi {
text-align:center;
height:25px;
font:bold 11px Arial, Helvetica, sans-serif;
line-height:24px;
margin-bottom:10px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
padding: 3px 8px 3px 8px;
margin: 2px;
text-decoration: none;
color: #333;
line-height:24px;
background-color: #ccc;
}
.wp-pagenavi a:hover {
color: #fff;
background-color: #666;
}
.wp-pagenavi span.pages {
padding: 3px 8px 3px 8px;
margin: 2px 2px 2px 2px;
background-color: #FFFFFF;
}
.wp-pagenavi span.current {
padding: 3px 8px 3px 8px;
margin: 2px;
line-height:25px;
font-weight: bold;
color: #fff;
background:#d82424;
}
.wp-pagenavi span.extend {
padding: 3px 8px 3px 8px;
margin: 2px;
color: #000000;
line-height:25px;
background-color: #FFFFFF;
}

/* Comments  ----------------------------------*/
#commentform label {
	float:left;
	text-align:left;
	margin-bottom:15px;
	font-size:11px;
	width:20%;
}
.textarea {
	border:1px solid #ccc;
	background:#fff;
	width:70%;
	color:#333;
	float:left;
	margin-bottom:5px;
	font:12px Arial, Helvetica, sans-serif;
	padding:5px;
}
.textarea:hover {
	border:1px solid #ccc;
	background:#f8f9f9;
}
.Cbutton {
	border:none;
	font:bold 11px Arial, Helvetica, sans-serif;
	background:#c00000;
	color:#fff;
	clear:both;
	width:120px;
	margin-left:128px;
	cursor:pointer;
	padding:4px;
}
.Cbutton:hover {
	border:none;
	background:#000;
	color:#fff;
}
/*	Comments -------------------------------------------------------- */
.commetmainauthor {
	background:#f0f0f0;
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
	height:100%;
	border-bottom:1px solid #e5e5e5;
	padding:5px 10px;
}
.commetmain {
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
	height:100%;
	border-bottom:1px solid #e5e5e5;
	padding:10px;
}
.commet_left {
	width:100px;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
}
.commet_right {
	width:480px;
	float:right;
	border-left:1px dotted #d4d7d9;
	min-height:55px;
	padding:5px 0 0 15px;
}
.comm_list {
	margin-bottom:15px;
}
#content .commetmain p {
	margin:0;
	padding:0;
}


	
/* Contact Form ----------------------------------------------------------------*/
.contactform {
	width:96%;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:15px;
	text-align:center;
	background:url(images/contactbg.png) no-repeat right 95px;
	padding:0 10px;
	height:100%;
	overflow:hidden;
}

.contactform form { padding-top:10px; margin-top:10px; }
.contactform textarea, .contactform input {
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	width:240px;
	margin-right:5px;
}
.contactform textarea {
	height:150px;
}
#carbon_copy input { width:auto; }
.contactform #contactsubmit {
	width:142px;
	height:34px;
	padding-bottom:6px;
	font:bold 14px Arial, Helvetica, sans-serif;
	background:#8f0100 url(images/b_sendmessage.png) no-repeat;
	color:#fff;
	border:none;
	cursor:pointer;
}
.contactform #contactsubmit:hover {
	background-position:0 -34px;
}
.contactleft {
	font:bold 12px Arial, Helvetica, sans-serif !important;
	width:120px;
	float:left;
	color:#666;
	text-align:right;
	overflow:hidden;
	margin-bottom:20px;
	_height:25px;
	_margin:0;
}
*+html .contactleft { height:25px; margin:0; }

.contactright {
	font:normal 9px Arial, Helvetica, sans-serif !important;
	width:480px;
	font-weight:normal !important;
	float:right;
	text-align:left !important;
	color:#c00000;
	margin-bottom:12px;
	_margin:0;
	}
*+html .contactright {  margin:0; }


.contactright p { display:none; visibility:hidden; }
/* sidebar content ----------------------------------*/
.sidebg {
	background:url(images/sidebarbg.png) repeat-y 650px 0;
	height:100%;
	overflow:hidden;
}
#sidebar a, #sidebar a {
	color:#064599;
	text-decoration:none;
}
#sidebar a:hover, #sidebar_r a:hover {
	color:#ef181e;
}
#sidebar h5 {
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#333;
	text-transform:uppercase;
	border-top:1px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	margin:0 0 5px;
	padding:5px 0;
}
#sidebar p {
	line-height:18px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:0 0 8px;
}
#sidebar p a {
	color:#666;
	border-bottom:1px dotted #666;
	text-decoration:none;
}
#sidebar p a:hover {
	color:#333;
	text-decoration:none;
}
#sidebar ul, #sidebar ul li {
	background:none;
	margin:0 0 25px;
	padding:0;
}
#sidebar ul li ul {
	margin:0;
	padding:0;
}
#sidebar ul li ul li {
	background:url(images/bullet3.png) no-repeat 0 6px;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 7px;
	padding:0 0 3px 15px;
}
#sidebar ul li ul li a:hover {
	text-decoration:none;
	color:#000;
}
#sidebar ul li ul li ul li {
	list-style:inside;
	margin:0;
	padding:3px 0;
}
#sidebar ul li ul li ul {
	margin:0;
	padding:0;
}
#sidebar ul li ul li ul li a:hover {
	color:#000;
}
.ads {
	margin-bottom:20px;
	border:0px;
}
/*-------------- buttons -----------------*/
.button {
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	background:#000;
	text-align:center;
}
.button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.button span a {
	display:block;
}
.b_purchasedownload {
	top:-25px;
	left:290px;
}
.b_purchasedownload span, .b_purchasedownload span a {
	background:url(images/b_purchasedownload.png) no-repeat;
}
.b_purchasedownload span a, .b_purchasedownload {
	width:188px;
	height:32px;
}
.b_purchasedownload2 {
	top:-25px;
	left:295px;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:225px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}
.b_getyourcodenow {
	float:right;
}
.b_getyourcodenow span, .b_getyourcodenow span a {
	background:url(images/b_getyourcodenow.png) no-repeat;
}
.b_getyourcodenow span a, .b_getyourcodenow {
	width:185px;
	height:26px;
}
#sidebar ul li ul li a, #sidebar ul li ul li ul li a {
	line-height:18px;
	color:#666;
}
.button a, .b_purchasedownload a, .b_purchasedownload2 a, .b_getyourcodenow a {
	color:#fff;
}
.button a:hover, .b_purchasedownload a:hover, .b_purchasedownload2 a:hover, .b_getyourcodenow a:hover {
	color:#ffde00;
}
.b_getyourcodenow span:hover {
	background-position:0 -26px;
}
.b_purchasedownload span:hover{
	background-position:0 -32px;
}

/* 
dropnavIGATION --------------------------------------------------------------------------------------------------------- */
#dropnav {
	list-style:none;
	font-size:12px;
	height:100%;
	clear:both;
	width:940px;
	position:absolute;
	left:0;
	top:55px;
	padding:0;
}
#dropnav li {
	display:block;
	float:left;
	line-height:18px;
	margin:0 0 0 1px;
	padding:0 0 5px;
}
#dropnav li a {
	display:block;
	text-decoration:none;
	color:#ccc;
	border-bottom:0;
	background:#302f2f url(images/navbg2.gif);
	margin:0;
	padding:4px 11px 6px 11px;
}
* html #dropnav li a { padding:3px 11px 6px 11px; }
#dropnav li ul li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	color:#333 !important;
	border-bottom:0;
	margin:0;
}
#dropnav li a:hover {
	color:#000;
	background:#fff url(images/navbg_h.gif) repeat-x top;
}
#dropnav li.current_page_parent .current_page_item {
	color:#000;
}
#dropnav li.current_page_parent .current_page_item a {
	color:#000;
	background:#000;
}
#dropnav li ul li a:hover {
	color:#666;
	background:none;
}
#dropnav li.current_page_item, #dropnav li.current_page_parent, #dropnav li.current_page_item a, #dropnav li.current_page_parent a {
	color:#000;
	background:#fff url(images/navbg.gif) no-repeat center top;
}
/* instruction elements -------------------------------------- */
address {
	font-style:italic;
}
p.alert, p.download, p.info, p.note {
	margin:10px 0 10px 0;
	padding:9px 10px 9px 36px;
}

p.alert {
	border-top:1px solid #f0baa2;
	border-bottom:1px solid #f0baa2;
	background:#ffd9c8 url(images/alert.png) no-repeat 12px 13px;
}
p.download {
	border-top:1px solid #d4ebaf;
	border-bottom:1px solid #d4ebaf;
	background:#edfcd5 url(images/download.png) no-repeat 10px 13px;
}
p.info {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee url(images/info.png) no-repeat 12px 13px;
}
p.note {
	border-top:1px solid #efe3ae;
	border-bottom:1px solid #efe3ae;
	background:#fef6d2 url(images/note.png) no-repeat 14px 13px;
}
.cartlink { background:url(images/i_cart2.png) no-repeat 0 3px; padding-left:20px;}
/* ftop bottom section----------------------------------- */
#ftop-in .flogo {
	position:relative;
	display:block;
	width:113px;
	height:25px;
	font-size:22px;
	color:#fff;
	overflow:hidden;
	float:left;
	margin:10px auto 0;
}
#ftop-in .flogo span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url("images/f_logo.png") no-repeat left top;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
}
.bookmark {
	float:right;
	margin:5px -10px 0 0;
	padding:10px 0;
}
.bookmark li {
	float:left;
	background:none;
	display:inline;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
}
#ftop-in .blinks {
	margin-top:12px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	width:580px;
	float:left;
	position:relative;
}
#ftop-in .blinks a {
	color:#cc0001;
	text-decoration:underline;
	padding:0 5px;
}
#ftop-in .blinks a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}
/* bottom-in ----------------------------------- */
.fcolumns {
	width:300px;
	height:100%;
}
.fcolumn_spacer {
	margin-left:20px;
}
.fcolumns h3 {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	border:none;
	margin:0 0 10px;
	padding:0;
}
.fcolumns p {
	font-size:11px;
	color:#a3a3a3;
	line-height:15px;
	margin:0;
	padding:0 0 6px;
}
.fcolumns p.rss {
	background:url(images/rss.png) no-repeat;
	padding-left:20px;
}
.fcolumns p.mail {
	background:url(images/i_mail.png) no-repeat 0 4px;
	padding-left:20px;
}
.fcolumns p.designby, .fcolumns p.designby a {
	color:#6d6d6d;
}
.fcolumns ul {
	clear:both;
	border-bottom:1px solid #1c1c1c;
	margin:0 0 5px;
	padding:0;
}
.fcolumns li {
	line-height:20px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#a3a3a3;
	margin:0 0 8px;
	padding:0 0 5px 22px;
}
.i_wpremix {
	background:url(images/i_wpremix.png) no-repeat;
}
.i_wordpress {
	background:url(images/i_wordpress2.png) no-repeat;
}
.i_pt {
	background:url(images/i_premiumthemes.png) no-repeat;
}

#bottom-in .top {
	position:absolute;
	top:-90px;
	right:0;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
}
#bottom-in .top a {
	color:#666;
	background:#fff url(images/rocket.png) no-repeat right top;
	display:block;
	width:130px;
	text-decoration:underline;
	padding:7px 10px 7px 0;
}
#bottom-in .top a:hover {
	background:#fff url(images/rocket.png) no-repeat right top;
	background-position:right -29px;
	color:#000;
}
.subscribe {
	width:250px;
}
.stextfield {
	float:left;
	width:155px;
	border:1px solid #656565;
	background:#444;
	height:16px;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:2px;
}
* html .stextfield { color:#333;}
*+html .stextfield {
	color:#333;
}
.submit {
	font-size:12px;
	color:#fff;
	height:22px;
	font-weight:bold;
	float:right;
	background:#666;
	cursor:pointer;
	width:85px;
	padding:0 10px 10px;
}
.submit:hover {
	background:#c00;
	color:#fff;
}
#ftop-in .flogo a, .ptlogo a {
	color:#ccc;
}
#ftop-in .flogo a:hover, .ptlogo a:hover {
	color:#fff;
}
.fcolumns p a, .fcolumns li a {
	color:#a3a3a3;
	text-decoration:none;
}
.fcolumns p a:hover, .fcolumns li a:hover {
	color:#fff;
	text-decoration:none;
}


clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#commentform p.subscribe-to-comments{margin:10px 0 0 130px}
#commentform p.subscribe-to-comments label { width:auto; }
#commentform p.subscribe-to-comments input { width:auto; float:left; margin-right:5px;  }

/* Contact Form ----------------------------------------------------------------*/
.contactform { width:96%; font-size:14px; font-weight:bold; color:#000; margin-top:15px; text-align:center; 
background:url(images/contactbg.png) no-repeat right 95px; padding:0 10px; height:100%; overflow:hidden; }

 .contactform textarea, .contactform input { font:12px Arial, Helvetica, sans-serif; background:#fff; border:1px solid #ccc; padding:3px;
width:240px; margin-right:5px; }
.contactform textarea { height:150px; }
#carbon_copy input { width:auto; }
.contactform #contactsubmit { width:142px; height:34px; padding-bottom:6px; font:bold 14px Arial, Helvetica, sans-serif; 
background:#8f0100 url(images/b_sendmessage.png) no-repeat; color:#fff; border:none; cursor:pointer; }
.contactform #contactsubmit:hover { background-position:0 -34px; }
.contactleft { font:bold 12px Arial, Helvetica, sans-serif !important; width:120px; float:left; color:#666; text-align:right; overflow:hidden;
margin-bottom:20px; _height:25px; _margin:0; _padding-top:10px;   }
*+html .contactleft { height:25px;  margin:0;  padding-top:10px;  }

.contactright {  font:normal 9px Arial, Helvetica, sans-serif !important; width:480px; font-weight:normal !important; float:right; 
text-align:left !important; color:#c00000; margin-bottom:12px; _margin:0; _padding-top:10px; }
*+html .contactright {  margin:0; padding-top:10px; }


.row1 { background:#faf8f8; border-bottom:1px solid #ededed; padding:5px 8px;  }
.row2 { background:#fff; border-bottom:1px solid #ededed; padding:5px 8px;   }

.field { float:left; width:95px; color:#666; text-align:right; padding-right:15px;  }


#sidebar .hosting { padding:10px; background:#C00; }
#sidebar .hosting h3 { color:#FFF; font-size:22px; }
#sidebar .hosting p { color:#fff; font-size:14px; line-height:22px; }
#sidebar .hosting p a { color:#000; background:#fff; padding:2px; }
#sidebar .hosting p strong a { padding:5px 10px; background:#fff; color:#000; font-size:1.2em; border:1px solid gray; margin-left:70px; }
