/** aMember-specific styles here */

/* properties for entire page and text inside tables */

	
body, th, td {
    font-family: "helvetica neue", helvetica, arial ,geneva,verdana,sans-serif;
    font-size: 13px !important;
    line-height:20px;
}

.required{
	color:#990000;
}

/* properties for all input elements */
input, textarea {
     font-family: "helvetica neue", helvetica, arial ,geneva,verdana,sans-serif;
    font-size: 13px !important;
    border:1px solid #d2d2d2;
    background:#eee;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:4px;
	margin:-2px 0 0 0;
}

.inputsubmit{
	border-radius:none;
	border:none;
	background:none;
	margin:10px 0 0 274px;
	}
	
	
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: none; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: 300; color:#999; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
    color: #707070;
    font-weight: normal;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
    font-family:"UbuntuTitlingBold", arial, times;
}

h3 {
    font-size:18px;
}

.producttitle{
	font:normal 20px "UbuntuTitlingBold", arial, times;
	color:#000 !important;
}

.productterms{
	font:normal 20px "UbuntuTitlingBold", arial, times;
	color:#99CC00 !important;
}


/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { }
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: none !important;
    margin:0 auto;
    display:block;
    width:780px;
}

.veditmember {
    border: none !important;
    margin:0 0 0 20px;
}


/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 15px 10px;
	color:#7E7E7E;
    background-color: white;
    border: none;
}

.vedit tr {
	border-bottom:1px solid #f0f0f0;
	padding:20px 0 !important;
}


/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight:300;
    color:#7E7E7E;

    background-color: #fff;
    border: none;
}
/* vedit - heading row */
.vedit .headrow { font-weight: 300; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #ddd;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 13px;
    background-color: white;
    border: solid 1px #ddd;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: 300;
    text-align: center;

    background-color: #fff;
    border: solid 1px #ddd;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size:13px;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}
/* Error message label on signup page */
label.error {
    padding-left: 3px;
    padding-top:4px;
	color: #c44422;
	font-style: italic;
	font-weight: normal;
	display:block;
}
input.error {
    border: 2px solid #c44422;
}



/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}

.menu-tabs {
    text-align:left;
    margin-bottom:1.5em;
    padding:0em;
    background:#fff;
    font-family:helvetica neue, helvetica, arial, verdana;
}
    .menu-tabs > ul {
        margin:0;
        padding:0;
        border-bottom:1px solid #e5e5e5;
    }

    .menu-tabs > ul li {
        float:left;
        margin:0;
        padding:0 0.4em;
        list-style: none;
    }
    
    .menu-tabs > ul li.last {
        clear:both;
        float:none
    }

    .menu-tabs a {
        color: #707070;
        font-weight:normal;
        font-size:11px;
        display: block;
        padding: 5px 5px 7px;
        white-space: nowrap;
    }
    
    .menu-tabs a.expandable {
        padding-right: 20px;
    }
    
    .menu-tabs > ul li.active a {
        color:#999;
    }

    .menu-tabs div.tab {
        
        position: relative;
        
        background:#f5f5f5;
        border: 1px solid #e5e5e5;
        	border-top-right-radius:6px;
	border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
        margin-top:5px;
        margin-bottom:-1px;
        z-index:5;
    }

    .menu-tabs > ul li.active div.tab {
        border-bottom-color:white;
        background:white;
    }

    .menu-tabs div.arrow {
        width: 7px;
        height: 5px;
        overflow: hidden;
        float: right;
        margin: 8px;
        background:url('./arrow.png') no-repeat left;
    }

    .menu-tabs > ul li.active div.arrow {
        background:url('./arrow.png') no-repeat right;
    }

    .menu-tabs > ul li:hover div.tab {
        background:white;
        border-bottom-color:white;
    }

    .menu-tabs > ul li:hover div.submenu {
        display:block
    }

    .menu-tabs div.submenu {
        display:none;
        position:absolute;
        border:1px solid #e5e5e5;
        background: white;
        padding:0;
    }

    .menu-tabs div.submenu ul {
        margin:0;
        padding:0;
    }

    .menu-tabs div.submenu li {
        display: list-item;
        float: none;
        list-style: none;
        padding: 0;
    }

    .menu-tabs div.submenu li a {
        border: none;
        padding: 5px;
        margin: 0;
        display: block;
        background: #f5f5f5;
    }

    .menu-tabs div.submenu li a:hover {
        background: white;
    }


div.backend-wrapper {
    width: 780px;
    display: inline-block;
    text-align:left
}

/*
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.eot');
	src: local(Ubuntu Titling Bold), local(UbuntuTitling-Bold), url(fonts/UbuntuTitling-Bold.woff) format('woff'), url(fonts/UbuntuTitling-Bold.ttf) format('truetype'), url(fonts/UbuntuTitling-Bold.svg#UbuntuTitling-Bold) format('svg');
}

/* basics */

*{margin:0; padding:0;}

body {
	background:url(../images/bg.png) top left repeat-x;
	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;}


h1{
	font:normal 21px "UbuntuTitlingBold", arial, times !important;
	text-align:left;
	color:#000 !important;
	}

/* 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/bg.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:11px;
	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:#797979;
}

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

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

#topmenu .left{
	float:left;
	width:auto !important;
}

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

#topmenu ul.right{
	float:right;
	width:auto !important;
}

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

	
/* header */

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


/* 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: #666666;
	display:block;
	text-shadow:1px 1px #000;
}

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

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




/* content */


.contentwrapper {
	width:850px !important;
	margin:-10px auto 30px auto  !important;
	padding:0;
	background:#fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
.content {
	padding:36px;
	margin:0 auto;
	}
	
.pagecontent {
	width:660px;
	overflow: hidden;
	margin:50px 0 30px 0;
	float:left;
	}
	
.pagepost h2{
	font:normal 28px "UbuntuTitlingBold", arial, times;
	}
	
.pagepost .entry{
	color:#767676;
	line-height:20px;
}

.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:20px;}

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

.entry p{margin:12px 0;}

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

.navigation {
	font-size:11px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}
	



/* left sidebar */

#sidebar {
	width:270px;
	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 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{
	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:20px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #777; text-decoration: none; }
	
#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;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:4px 14px;
	background:#000; 
	text-transform:lowercase;
	color:#fff;
	width:150px;
	border:1px solid #000;
	}
	
#submit:hover{
	background:#fff; 
	border: 1px solid #ddd;
	color:#000;
	}
	
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;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.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 0;
	border-top:1px dotted #ccc;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7{
	margin:24px 0;
	font-size:11px;
}

.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;
}



/* search */

.search{float:right; margin:0 20px 0 0;}

#searchform{
	padding:0;
	padding:42px 0 0 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #ccc;
	padding:4px;
	width:200px;
	color:#9b9b9b;
	}
	
#searchform input#s:focus{
	color:#333;
	}





/* footer */

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


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

.footer-container ul{
	width:111px;
	float:left;
	padding:50px 0;
}

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

.footer-container ul li a{
	color:#fff;
}

.footer-container ul li a:hover{
	color:#000 !important;
}

.footer-logo{
	width:124px;
	height:30px;
	background:url(images/footer-logo.png) bottom left no-repeat;
	float:right;
	padding:50px 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;
	padding:10px 0;
}

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

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

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

.sect1 a{
	color:#C53301;
}

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


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

.featuredtheme-info{
	width:355px;
	padding:328px 0 0 14px;
	float:left;
}

.featuredtheme-info h2{
	font:normal 20px "UbuntuTitlingBold", arial, sans serif;
	text-decoration: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:312px;
	height:262px;
	float:left;
	margin:5px;
}



.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:951px;
	height:93px;
	background:url(images/steps.png) center no-repeat;
	overflow:hidden;
	margin:20px auto;
}

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

.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;
	height:343px;
	margin:30px 0 0 0;
}

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

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

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

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

.updates span.comments a{
	color:#C53301;
}

.posts{
	padding:20px 0;
}

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

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

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

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

.twitter{
	width:191px;
	color:#666666;
}

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

.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:30px auto 50px auto;
	
}

.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;
	}
	



.loginform{
	padding:9px 0 0 0;
	float:right;
}

.loginform input{
	background:#333 !important;
	border:1px solid #272727;
}

.loginform label{
	color:#aaa;
}
