/*
Theme Name: ET Revisited
Theme URI: http://empirethemes.com
Description: A custom theme
Author: ET
Author URI: http://empirethemes.com
version: 1.0
Tags: three-column, widget-ready, custom
*/

/* fonts */


@font-face {
	font-family: "UbuntuTitlingBold";
	src: url("fonts/UbuntuTitling-Bold.ttf") format("truetype");
}

/* basics */

*{margin:0; padding:0;}

body {
	background:#fff;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}


/* links */

a{color:#C63301; text-decoration:none;}

a:hover{text-decoration: none; color:#000;}



/* container */

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

#wrapper{
	background:url(images/maincontainer.png) top center no-repeat;
}

#pagewrapper{
	background:url(images/pagebg.png) top left repeat-x;
}


#container {
	width:100%;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
	

/* top menu */

#topmenu{
	width:100%;
	height:40px;
	font-size:12px;
	border-bottom:1px solid #272727;
}

#topmenu ul{
	padding:13px 0 0 0;
	width:951px;
	margin:0 auto;
}

#topmenu li{
	list-style-type:none;
	display:inline;
	padding:0 0 0 15px;
}

#topmenu a{
	color:#a0a0a0;
}

#topmenu a:hover{
	color:#fff;
}

.menucontainer{
	width:954px;
	margin:0 auto;
}

#topmenu ul{
	float:left;
	width:60%!important;
}

#topmenu ul li{
	float:left;
	padding:0 15px 0 0;
}



	
/* header */

#header {
  	width:100%; 
  	overflow:hidden;
	color: #fff; 
	width:951px;
	height:98px;
	margin:0 auto;
	}
	
	
.logo{
	width:434px;
	height:50px;
	background:url(images/logo.png) bottom left no-repeat;
	float:left;
	padding:25px 0 0 0;
}


/* main menu */


.menu {
	font-family:helvetica neue, arial, times, serif;
	font-size:12px;
	font-weight:bold;
	width:auto; 
	overflow:hidden;
	float:right;
	padding:40px 0 0 0;
}


.menu ul {
	margin:0 0 0 20px;
	padding:0;
}

.menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding:6px 0 6px 20px;
}

.menu ul li a {
	padding:0;
	margin: 0;
	color:#a0a0a0;
	display:block;
	text-shadow:1px 1px #000;
}

.menu ul li a:hover {
	color:#fff;
}

.menu ul li.current_page_item a {
	color:#fff;
}




/* content */


.content {
	width:951px;
	margin:0 auto 0px auto;
	}
	
.pagecontent {
	width:650px;
	overflow: hidden;
	margin:50px 0;
	float:left;
	}
	
.pagepost{margin:0 0 40px 0;}
	
.pagepost h2{
	font:normal 22px "UbuntuTitlingBold", arial, times;
	}
	
.pagepost h2 a{
	color: #000;
	text-decoration: none;
	}
	
.pagepost h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.pagepost h3{
	font:normal 18px "UbuntuTitlingBold", arial, times;
	color:#444;
	margin:20px 0 0 0;
	}
	
.pagepost h4{
	font:normal 20px "UbuntuTitlingBold", arial, times;
	color:#444;
	margin:20px 0 0 0;
	}
	
.pagepost .entry{
	color:#444;
	line-height:20px;
}

.pagepost ul {margin:20px;}

.pagepost li {list-style-type:square;}

.post {
	margin:0;
	padding:0 0 40px 0;
	line-height:20px;
	}
	
.pagetitle{
	font:normal 18px "UbuntuTitlingBold", arial, times;
	margin:0 0 20px 0;
	color:#777;
	}
	
.post h2{
	font:normal 28px "UbuntuTitlingBold", arial, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3{
	font:normal 12px "arial", times;
	text-transform:uppercase;
	padding:4px 0 15px 0;
	margin:0 0 15px 0;
	color:#505050;
	border-bottom:1px dotted #ccc;
	}

.post ul {margin:10px 20px;}

.post li {list-style-type:square; color:#666666;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}
	

.navigation {
	font-size:11px;
	width:951px;
	margin:0 auto 10px auto;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}
	
.more-link{
	border:none;
	padding:3px 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background:#c44422;
	color:#fff;
	cursor:pointer;
	font-size:11px;
}


/* left sidebar */

#sidebar {
	width:280px;
	float:right;
	margin:0;
	padding:50px 0 30px 0;
	font-size:12px;
	}

#sidebar h2{
	font:normal 18px "UbuntuTitlingBold", arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding: 20px;
	background:#F0F0F0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#sidebar ul .categories ul {
	margin:14px 0;
	padding: 20px;
	background:#F0F0F0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
}


#sidebar ul ul li.cat-item{
	width:120px;
	float:left;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar .sidebarnews {
	margin:14px 0;
	padding: 20px;
	background:#F0F0F0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

#sidebar .sidebarnews .posts{
	margin:0;
	padding:10px 0;
	line-height:18px;
}

#sidebar .sidebarnews h2{
	color:#C53301;
	font:bold 12px "helvetica neue", helvetica, arial, georgia, times;
}

#sidebar .sidebarnews h3{
	color:#666666;
	font:normal 15px "UbuntuTitlingBold", arial, georgia, times;
}

#sidebar .sidebarnews p{
	color:#666666;
	font:normal 11px "helvetica neue", helvetica, arial, georgia, times;
	line-height:18px;
}

#sidebar .sidebarnews p.meta{
	color:#999999;
	font:normal 11px "helvetica neue", helvetica, arial, georgia, times;
}

#sidebar .sidebarnews p.meta a{
	color:#666666;
	font:bold 11px "helvetica neue", helvetica, arial, georgia, times;
}


/* comments */


.maincomments{
	margin:60px 0 0 0;
	padding:0;
}

.maincomments h3{
	font-family: UbuntuTitlingBold, georgia, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	}

#respond{margin:50px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	margin:10px 0;
	}
	
#commentform h3{
	font-family: UbuntuTitlingBold, georgia, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: UbuntuTitlingBold, arial, times;
	font-size: 12px;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:4px 14px;
	background:#000; 
	text-transform:lowercase;
	color:#fff;
	width:150px;
	border:none;
	cursor:pointer;
	}
	
#submit:hover{
	background:#c44422; 
	border: none;
	color:#fff;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:8px;
	list-style-type:none;
	overflow:hidden;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 14px UbuntuTitlingBold, arial, verdana, tahoma;
	padding:4px 0;
	font-style:italic;
	}


.children{
	margin:8px 0 0 12px;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

.thread-even {
	background:#f9f9f9;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	margin: 0px;
	padding: 4px;
	}

.avatar{float:none; display:block; margin:0 0 8px 0; padding:1px; border:1px solid #d6d6d6;}
.gravreply{float:left; margin:0 18px 0 0; height:70px; font-size:11px; text-align:center;}






/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px auto;
	border-top:1px dotted #ccc;
	width:951px;
	margin:0 auto 30px auto;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #c44422 !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	background-color: #c44422 !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #999 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #c44422 !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	font-weight:300 !important;
	background-color: #c44422 !important;
}

/* contact form 7 */

.wpcf7{
	margin:24px 0 !important;
	font-size:13px;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#c44422;
	color:#fff;
	cursor:pointer;
}



/* search */

#searchform{
	padding:8px 0 0 0;
	margin: 0;
	float:right;
	}

#searchform input#s{
	margin:0;
	border:1px solid #292929;
	padding:4px 10px;
	width:170px;
	color:#a0a0a0;
	background:#232323;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:right;
	font-size:11px;
	}
	
#searchform input#s:focus{
	color:#000;
	background:#fff;
	}





/* footer */

#footer {
	background:#C44422 url(images/footer.png) top left repeat-x;
	clear: both;
	width: 100%;
	overflow:hidden;
	margin:20px 0 0 0 !important;
	}
	
#footer p{padding:14px 0;margin: 0; color: #fff; text-align:center; font-size:12px;}
#footer a{color: #fff; text-decoration: none; text-shadow:1px 1px #000;}
#footer a:hover{color: #000; text-decoration:none; text-shadow:none;}


.footer-container{
	width:951px;
	margin:0 auto;
}

.footer-container ul{
	width:130px;
	float:left;
	padding:40px 0;
}

.footer-container ul li{
	list-style-type:none;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
}



.footer-logo{
	width:124px;
	height:30px;
	background:url(images/footer-logo.png) bottom left no-repeat;
	float:right;
	padding:40px 0 0 0;
}
	










/* homepage content */

.sect1{
	width:355px;
	float:left;
	padding:40px 0 0 0;
}

.intro{
	overflow:hidden;
}

.sect1 h1{
	font:normal 24px "UbuntuTitlingBold", arial;
	color:#fff;
}

.sect1 p{
	font:normal 13px arial;
	color:#666666;
	line-height:20px;
	margin:14px 0;
}

.sect1 ul {font:normal 13px arial; margin:10px 30px;}

.sect1 li {list-style-type:square; color:#666666; line-height:18px;}

.sect1 .view{
	padding:15px 0 0 0;
	overflow:hidden;
}

.sect1 .view img{
	padding:0 4px 0 0;
}

.sect1 strong{
	color:#fff;
	font-weight:bold;
}

.sect1 a{
	color:#C53301;
}

.sect1 a:hover{
	color:#666666;
}


.sect2{
	width:550px;
	height:384px;
	float:right;
	margin:8px 0 30px 0;
	overflow:hidden;
}

.sect2single{
	width:548px;
	height:383px;
	float:right;
	margin:9px 0 30px 0;
	overflow:hidden;
}

.featuredtheme-info{
	width:550px;
	margin:309px 0 0 0;
	padding:14px;
	float:left;
	background:#212121;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	text-shadow:1px 1px #000;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.featuredtheme-info{
	margin:312px 0 0 0;
}
}

.featuredtheme-info h2{
	font:normal 20px "UbuntuTitlingBold", arial, sans serif;
	text-shadow:1px 1px #000;
}

.featuredtheme-info h2 a{
	color:#fff;
}

.featuredtheme-info h2 a:hover{
	color:#C63301;
}


.featuredcat{
	font:normal 12px "helvetica neue", helvetica, arial, sans serif;
	color:#ccc;
}

.featuredcat a{
	color:#ccc;
}

.featuredcat a:hover{
	color:#fff;
}


.featuredcat span a{
	color:#C63301;
}

.featuredcat span a:hover{
	color:#fff;
}

.cost{
	width:50px;
	padding:326px 19px 0 0;
	float:right;
	color:#fff;
	font:bold 16px "georgia", arial;
	text-align:center;
	font-style:italic;
	text-shadow:1px 1px #000;
	}
	
.free{
	width:50px;
	padding:326px 17px 0 0;
	float:right;
	color:#fff;
	font:bold 16px "georgia", arial;
	text-align:center;
	font-style:italic;
	text-shadow:1px 1px #000;
	}


.sect3{
	width:970px;
	height:275px;
	margin:20px 0 30px 0;
}

.themeposts{
	width:310px;
	height:262px;
	float:left;
	margin:5px;
}

.browsersm{
	width:310px;
	height:216px;
}

.browsersm img{
	width:310px;
	height:216px;
}

.browserlg{
	width:548px;
	height:383px;
	background:url(images/browser.png) top left no-repeat;
	overflow:hidden;
}

.browserlg img{
	padding:26px 0 0 0px !important;
	width:540px;
	height:350px;
}


.theme-info{
	padding:12px 0 0 0;
	float:left;
}

.theme-info h2{
	font:normal 15px "UbuntuTitlingBold", arial, sans serif;
	color:#000;
	padding:2px 0;
}

.theme-info h2 a{
	color:#000;
}

.cat{
	background:url(images/cat.png) left no-repeat;
	padding:0 0 0 22px;
	font-size:11px;
}

.more-info{
	width:115px;
	height:29px;
	background:url(images/moreinfo.png) left no-repeat;
	float:right;
	padding:32px 0 0 0;
}


.sect4{
	width:952px;
	overflow:hidden;
	margin:0 auto;
}

.steps{
	padding:20px 0 0 85px;
}

.VIP a{border:none;}

.step{
	width:204px;
	height:52px;
	float:left;
}

.step h2{
	font:normal 18px "UbuntuTitlingBold", trebuchet ms, arial;
	color:#523500;
	padding:0 0 2px 0;
}

.step p{
	font:normal 12px "helvetica neue", helvetica, trebuchet ms, arial;
	color:#996600;
}

.step p a{
	color:#996600;
	border-bottom:1px dotted #996600;
}

.step p a:hover{
	color:#996600;
	border-bottom:none;
}

.midstep{
	padding:0 115px 0 120px;
}


.updates{
	width:951px;
	overflow:hidden;
	margin:10px 0 0 0 !important;
}

.updates h2{
	font:normal 16px "UbuntuTitlingBold", arial, sans serif;
}

span.date{
	background:url(images/date.png) left no-repeat;
	padding:0 0 2px 22px;
	margin:0 20px 0 0;
}

.written-info{
	border-top:1px solid #f0f0f0;
	padding:12px 0 0 0;
	margin:12px 0;
	font-size:12px !important;
}

span.comments{
	background:url(images/comments.png) left no-repeat;
	padding:0 0 4px 22px;
}

span.comments a{
	color:#C53301;
}

.posts{
	padding:20px 0 30px 0;
}

.posts p{
	color:#666666;
	font-size:13px;
	line-height:20px;
}

.posts h2{
	font:normal 20px "UbuntuTitlingBold", arial, sans serif;
}

.sect5{
	width:587px;
	float:left;
}

.sect6{
	width:311px;
	height:260px;
	background:url(images/twitter.png) top right no-repeat;
	float:right;
}

.twitter{
	width:191px !important;
	color:#666666;
	overflow:hidden;
}

.sect6 h2{
	font:normal 16px "UbuntuTitlingBold", arial, sans serif;
}

.sect6 h2 a{
	color:#000 !important;
}

.sect6 h2 a:hover{
	color:#C53301 !important;
}

.twitter p{
	margin:15px 0;
	font-size:12px;
	line-height:18px;
}

.themesection{
	width:951px;
	margin:0 auto;
	padding:0px 0 0 0;
}

.themecontent{
	width:962px;
	margin:10px auto;
	overflow:hidden;
	
}

.themesection h2{
	font:normal 24px "UbuntuTitlingBold", arial, times;
	}

.themecontent .themeposts{
	width:312px;
	height:262px;
	float:left;
	margin:4px 4px 40px 4px;
}

.themecontent .even{
	margin:-4px 0 0 0;
	border-top:none;
}

.themecontent .theme-info{
	padding:12px 0 0 0;
	float:left;
}

.themecontent .theme-info h2{
	font:normal 15px "UbuntuTitlingBold", arial, sans serif;
	color:#000;
	padding:2px 0;
}

.themecontent .theme-info h2 a{
	color:#000;
}

.themecontent .cat{
	background:url(images/cat.png) left no-repeat;
	padding:0 0 0 22px;
	font-size:11px;
}

.themecontent .more-info{
	width:115px;
	height:29px;
	background:url(images/moreinfo.png) left no-repeat;
	float:right;
	padding:32px 0 0 0;
}


.subscribecat{
	padding:0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:20px 0 30px 0;
	overflow:hidden;
	font-size:12px;
	
}

.subscribecat a:hover{
	color:#333;
}

.subscribecat .left{
	float:left;
	padding:10px 0;
}

.subscribecat .right{
	float:right;
	padding:6px 4px 6px 0;
	color:#999;
}

.subscribecat li{
	list-style-type:none;
}

#cat{
	border:1px solid #ddd;
	width:150px;
	padding:2px;
}

.subscribecat .rss{
	background:url(images/rss.png) left no-repeat;
	padding:0 20px 0 22px;
	color:#999;
}

.subscribecat .tweet{
	background:url(images/tweet.png) left no-repeat;
	padding:0 0 0 22px;
	color:#999;
}

.latestthemes{
	width:100%;
	margin:0 auto;
	display:block;
}

.singlecost{
	width:50px;
	padding:25px 11px 0 0;
	float:right;
	color:#fff;
	font:bold 16px "georgia", arial;
	text-align:center;
	font-style:italic;
	text-shadow:1px 1px #000;
	}
	
.singlefree{
	width:50px;
	padding:25px 7px 0 0;
	float:right;
	color:#fff;
	font:bold 16px "georgia", arial;
	text-align:center;
	font-style:italic;
	text-shadow:1px 1px #000;
	}
	

/* twitter */

.aktt_tweets{
	margin:0 0 14px 0;
}

.aktt_tweets ul{
	padding:14px 0 0 0;
}

.aktt_tweets ul li{
	padding:0 5px 14px 0;
	background:none;
	list-style-type:none;
	line-height:18px;
	font-size:12px;
}

.screenshots{
	margin:20px 0;
}

.screenshots a img{
	padding:1px;
	border:1px solid #ddd;
	margin:0 12px 0 0;
}


/* premium section */

.premiumsection {
	width:954px;
	margin:-20px auto 0;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding:12px 0 12px 0;
	font-size:12px;
	color:#999;
	}
	
.premiumsection .left{
	float:left;
}

.premiumsection .right{
	float:right;
}
	
.premiumsection .cats{
	background:url(images/cats.png) left no-repeat;
	padding:5px 0 0 24px;
	margin:0 6px 0 0;
}

.premiumsection .version{
	background:url(images/version.png) left no-repeat;
	padding:5px 0 0 24px;
	margin:0 6px 0 0;
}

.premiumsection .demo{
	background:url(images/livedemo.png) left no-repeat;
	padding:5px 0 0 24px;
}

.premiumsection .tweet{
	background:url(images/tweet.png) left no-repeat;
	padding:5px 0 0 24px;
	color:#999;
}

/* single cool features */

.singlefeatures{
	width:954px;
	margin:0 auto;
	overflow:hidden;
	}

.coolfeatures{
	width:630px;
	margin:20px auto;
	overflow:hidden;
	float:left;
	color:#666666;
	font-size:12px;
	line-height:18px;
	}
	
.coolfeatures h3{
	font:normal 18px "UbuntuTitlingBold", arial, sans serif;
	margin: 0 0 14px 0;
	color:#000;
	}
	
.feature{
	width:300px;
	height:90px;
	float:left;
	margin:0 12px 14px 0;
}
	
.heart{
	width:28px;
	height:35px;
	float:left;
	background:url(images/heart.png) top left no-repeat;
	margin:0 14px 20px 0;
}


.buycustomizations{
	margin:21px 0 0 0;
}

.buycustomizations h3{
	font:normal 18px "UbuntuTitlingBold", arial, sans serif;
	margin:0;
	color:#000;
	}

.buynow{
	width:320px;
	overflow:hidden;
	border-bottom:1px solid #E3E3E3;
	font-size:12px;
	color:#666;
	float:right;
	margin: 12px 0 28px 0;
}

.wp{
	width:140px;
	border-right:1px solid #E3E3E3;
	background: url(images/wp.png) left center no-repeat;
	padding:14px 0 14px 24px;
	float:left;
}

.buythemecost{
	width:40px;
	border-right:1px solid #E3E3E3;
	padding:14px;
	float:left;
}

.buynowbutton{
	margin:5px 0 0 0;
	float:right;
}

.themesupport p{
	color:#666;
	font-size:12px;
	line-height:18px;
	margin:14px 0;
}

.themesupport h3{
	font:normal 18px "UbuntuTitlingBold", arial, sans serif;
	margin:0;
	color:#000;
	}
	
.ads{
	margin:14px 0;
	overflow:hidden;
}
	
.ads a{
	float:left;
	margin:0 12px 12px 0;
}

.themeads{
	margin:14px 0 20px 0;
	padding:8px 8px 0 8px;
	background:#f0f0f0;
	overflow:hidden;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.themeads a{
	float:left;
	margin:0 12px 0 0;
}
