/*
Theme Name: Theme Warrior
Theme URI: http://www.themewarrior.com
Description: ThemeWarrior main site theme, designed by <a href="http://www.themewarrior.com" target="_blank">ThemeWarrior</a>.
Author: ThemeWarrior
Version: 1.0
Tags: theme, portfolio, design, work, showcase
*/

@import url("css/reset.css");

body {
	background: #fff;
	font: 80% Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 160%;
	margin: 0 auto;
	text-align: center;
}

/* -----------------------------------
	Common Styles 
-----------------------------------*/
input, textarea {
	font: 100% Verdana, Geneva, sans-serif;
}

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

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

ul, ol {
	margin: 0 24px;
}

h1, h2, h3 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #000;
	margin: 10px 0;
}

h1 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

table {
	clear: both;
	margin: 10px 0;
}

ul, ol {
	margin: 0 24px;
}

ul li {
	list-style: disc;
	margin-bottom: 4px;
}

ol li {
	list-style: decimal;
	margin-bottom: 4px;
}

.clearfix, .wrapper {
	float: left;
	clear: both;
	width: 100%;
}

/* Main container style */
.container {
	width: 940px;
	overflow: visible;
	margin: 0 auto;
	text-align: left;
}

/* -----------------------------------
	Header Styles 
-----------------------------------*/
#header {
	background: #fff url(images/bg-main.png) 0 -50px repeat-x;
	height: 210px;
	padding-top: 15px;
	position: relative;
}

body.home #header {
	background: #fff url(images/bg-main.png) 0 0 repeat-x;
	height: 250px;
}

#header .logo {
	float: left;
	width: 200px;
	margin-right: 20px;
}

/* Top Menu Styles */
#top-menu {
	float:  right;
	width: 603px;
	height: 43px;
	background: url(images/bg-top-menu.png) no-repeat;
	margin-top: 5px;
}

#top-menu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#top-menu ul li {
	float: left;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-menu ul a {
	font: bold 14px "Lato", Arial, Helvetica, sans-serif;
	color: #d8d8d8;
	padding: .85em 1.4em;
}

#top-menu ul a:hover {
	background: #353535;
	color: #fff;
}

/* Left Column */
#leftcol {
	float: left;
	width: 600px;
	margin-right: 20px;
}

#leftcol h3 {
	color: #000;
}

/* Right Column */
#rightcol {
	float: right;
	width: 300px;
	text-shadow: none;
	padding-top: 20px;
}

#rightcol h3.title {
	font-size: 18px;
	color: #000;
}

/* Right Column */
#rightcol .widget {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
}

#rightcol .widget h3.title {
	margin: 0 0 10px 0;
	padding: 0;
}

/* Widget Affiliates */
#widget-affiliates .aff {
	background: #fff url(images/i-treasure.jpg) no-repeat;
	color: #333;
	border: 1px solid #eee;
}

#widget-affiliates .aff a {
	font-weight: bold;
}

#widget-affiliates .aff .inner {
	padding: 10px 10px 10px 90px;
}

/* Widget Latest Post */
.warrior_latest_posts {
	width: 300px !important;
}

.warrior_latest_posts h3.title {
	background: url(images/icon-latest-post.png) no-repeat;
	padding-left: 28px;
}

.warrior_latest_posts h4 {
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
}

.warrior_latest_posts ul {
	margin: 0;
	padding: 0;
}

.warrior_latest_posts ul li {
	background: url(images/icon-arrow.png) no-repeat;
	list-style: none;
	margin: 0 0 10px 0;
	padding-left: 24px;
}

.warrior_latest_posts ul .meta {
	font-size: .85em;
}

.warrior_latest_posts ul .meta a {
	text-decoration: underline;
}

.warrior_latest_posts ul .meta a:hover {
	text-decoration: none;
}

/* Widget Latest Tweet */
.warrior_twitter {
	width: 300px !important;
	padding-right: 20px;
}

.warrior_twitter h3.title {
	background: url(images/icon-twitter.png) no-repeat;
	padding-left: 28px;
}

.warrior_twitter p.follow {
	text-align: center;
	margin-top: 20px;
}

.warrior_twitter p.follow a {
	width: auto;
	background: #fff url(images/bg-small-gray.gif) bottom repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #a3a3a3;
	text-shadow: 1px 1px #fff;
	border: 1px solid #dfdfdf;
	padding: 5px 10px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
}

.warrior_twitter p.follow a:hover {
	color: #666;
	text-decoration: none;
}

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

ul#tweets li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#tweets li .meta {
	font-size: .85em;
	color: #999;
}

/* Overwrite Superfish Styles */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -.3em !important;
}

.sf-menu a {
	border-right: none !important;
}

.sf-menu a.sf-with-ul {
}

.sf-menu li li, .sf-menu li li li, .sf-menu li.sfHover, .sf-menu a:active {
	background: #3d4249 !important;
}

.sf-sub-indicator {
	background: url(images/arrows-cccccc.png) no-repeat -10px -100px !important;
	right: .2em !important;
}

.sf-menu li li a:hover {
	background: none !important;
}

/* Site Description */
#site-desc {
	float: left;
	clear: both;
	width: 100%;
}

#site-desc h2.title {
	font: 20px "Lato", Arial, Helvetica, sans-serif;
	color: #b4b4b4;
	margin: 40px 0 10px 0;
}

#site-desc span {
	font-size: 24px;
	color: #fff;
	margin: 0 5px;
}

/* -----------------------------------
	Main Content Styles 
-----------------------------------*/
#main-content {
}

#slider-nav {
	width: 370px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 330px;
	right: 20px;
}

#slider-nav a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(images/slider-pager.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	z-index: 20;
}

#slider-nav a.activeSlide {
	background-image: url(images/slider-pager-active.png);
}

/* Latest Themes */
#theme-details, #latest-themes {
	margin: 10px 0 30px 0;
	position: relative;
}

#latest-themes {
	margin: -80px 0 -20px 0;
	position: relative;
}

#theme-details .badge-price, #latest-themes .badge-price {
	width: 127px;
	height: 131px;
	background: url(images/badge-price.png) no-repeat;
	position: absolute;
	top: -50px;
	right: 400px;
	z-index: 10;
}

#theme-details .badge-price {
	top: -30px;
}

#theme-details .badge-free, #latest-themes .badge-free {
	width: 179px;
	height: 123px;
	background: url(images/badge-free.png) no-repeat;
	position: absolute;
	top: -2px;
	right: 427px;
	z-index: 12;
}

#latest-themes .badge-free {
	top: 10px;
}

#theme-details #safari, #latest-themes #safari {
	position: relative;
	left: 0;
}

#theme-details #safari .slider, #latest-themes #safari .slider {
	width: 100%;
	background: none !important;
	margin-top: -30px;
}

#theme-details #safari .thumb, #latest-themes #safari .thumb {
	float: left;
	width: 540px;
	height: 405px;
	background: url(images/showcase-container2.png) no-repeat;
	position: relative;
	margin-left: 0;
}

#theme-details #safari .thumb {
	margin-top: 20px;
}

#theme-details #safari .info, #latest-themes #safari .info {
	float: right;
	width: 380px;
	padding-top: 20px;
	position: relative;
	z-index: 10;
}

#latest-themes #safari .info {
	padding-top: 100px;
}

#theme-details #safari .info h3,
#latest-themes #safari .info h3 {
	font: 900 24px "Lato", Arial, Helvetica, sans-serif;
}

#theme-details #safari .info h3 a,
#latest-themes #safari .info h3 a {
	color: #083b6e;
}

#theme-details #safari .thumb img, #latest-themes #safari .thumb img {
	position: absolute;
	top: 35px !important;
	left: 7px !important;
}

#latest-themes p.detail a {
	width: 380px;
	height: 75px;
	display: block;
	background: url(images/b-theme-details.png) no-repeat;
}

#latest-themes p.detail a:hover {
	background-position: 0 -74px;
}

/* Theme Meta */
#theme-meta {
	margin: -20px 0 20px 0;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#theme-meta a {
	text-decoration: underline;
}

#theme-meta a:hover {
	text-decoration: none;
}

#theme-meta ul {
	margin: 0;
	padding: 0;
}

#theme-meta ul li {
	float: left;
	font-size: 11px;
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
}

#theme-meta ul span {
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	padding-left: 20px;
}

#theme-meta ul span.designer {
	background: url(images/icon-user.png) no-repeat;
}

#theme-meta ul span.date {
	background: url(images/icon-calendar.png) no-repeat;
}

#theme-meta ul span.version {
	background: url(images/icon-file.png) no-repeat;
}

#theme-meta ul span.forum {
	background: url(images/icon-help-small.png) no-repeat;
	font-weight: normal;
	text-transform: none;
}

/* Other WordPress Themes */
.wordpress-themes {
	position: relative;
}

.wordpress-themes a {
	text-decoration: none;
}

body.home .wordpress-themes {
	margin: 10px 0 0 0;
}

.wordpress-themes ul.themes {
	float: left;
	clear: both;
	width: 970px;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}

.wordpress-themes ul.themes li {
	float: left;
	width: 300px;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

.wordpress-themes ul.themes .thumb {
	margin-bottom: 5px;
}

.wordpress-themes ul.themes .thumb a {
	display: block;
	width: 290px;
	height: 202px;
	border: 1px solid #ccc;
	padding: 2px;
	box-shadow: 0px 1px 4px #ddd;
	-moz-box-shadow: 0px 1px 4px #ddd;
	-webkit-box-shadow: 0px 1px 4px #ddd;
}

.wordpress-themes ul.themes .thumb a:hover {
	border: 1px solid #b3b3b3;
}

body.page-template-page-themes-php .wordpress-themes ul.themes li {
	margin-bottom: 20px;
}

.wordpress-themes ul.themes .thumb img {
	width: 290px;
}

.wordpress-themes ul.themes h3 {
	float: left;
	width: 240px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.wordpress-themes ul.themes span {
	float: right;
	width: 42px;
	height: 15px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
}

/* Homepage block */
#homepage-block {
	margin: 20px 0 0 0;
	overflow: hidden;
}

#homepage-block .widget {
	float: left;
	width: 285px !important;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #eee;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#homepage-block .widget_text {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#homepage-block .widget h3.title {
	font: 900 16px "Lato", Arial, Helvetica, sans-serif;
	background: none;
	padding-left: 0;
}


/* Features Home*/
#features-home {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dcdcdc;
}

#features-home .inner {
	padding: 10px;
}

#features-home ul {
	width: 960px;
	margin: 0;
	padding: 0;
}

#features-home ul li {
	float: left;
	display: inline;
	width: 255px;
	list-style: none;
	margin: 10px;
	padding: 0 0 0 30px;
}

#features-home ul h3 {
	background: url(images/icon-star.png) 0 2px no-repeat;
	font: 900 16px "Lato", Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #000;
	margin: 0 0 5px -30px;
	padding: 4px 0 4px 30px;
}

#features-home ul li.support h3 {
	background-image: url(images/icon-help.png);
}

#features-home ul li.files h3 {
	background-image: url(images/icon-folder.png);
}

#features-home ul li.warriorpanel h3 {
	background-image: url(images/icon-monitor.png);
}

#features-home ul li.license h3 {
	background-image: url(images/icon-box.png);
}

#features-home ul li.docs h3 {
	background-image: url(images/icon-doc.png);
}

#testimonials {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
	padding: 10px 0 30px 0;
	border-bottom: 1px solid #eee;
}

#testimonials span {
	display: block;
	width: auto;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 0 5px;
}

/* Features */
#features {
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#features h2.title {
	margin: 20px 0 5px 0;
}

body.single #features {
	margin-bottom: 10px;
}

#features .inner {
	padding: 20px 0 10px 0;
}

#features ul {
	width: 1000px;
	margin: 0;
	padding: 0;
}

#features ul li {
	float: left;
	width: 285px;
	list-style: none;
	margin: 10px 43px 30px 0;
	padding: 0;
}

#features ul .thumb {
	margin-bottom: 10px;
}

#features ul .thumb img {
	display: block;
	width: 275px;
	height: 110px;
	border: 1px solid #ccc;
	padding: 2px;
	box-shadow: 0px 1px 4px #ddd;
	-moz-box-shadow: 0px 1px 4px #ddd;
	-webkit-box-shadow: 0px 1px 4px #ddd;
}

#features ul .desc {
}

#features ul h3 {
	font: bold 16px "Lato", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 30px;
	position: relative;
	left: -30px;
}

#features ul li.support h3 {
	background-image: url(images/icon-help.png);
}

#features ul li.files h3 {
	background-image: url(images/icon-folder.png);
}

/* Specific Features */
#specific-features {
	margin: 0 0 10px 0;
}

#specific-features h2, #specific-features h3 {
	margin: 0 0 10px 0;
}

#specific-features .specific-features {
	float: left;
	width: 515px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #eee;
}

#specific-features .other-infos {
	float: right;
	width: 380px;
}

#specific-features .other-infos .widget{
	margin-bottom: 20px;
}

#specific-features .specific-features ul {
	margin: 0;
	padding: 0;
}

#specific-features .specific-features ul li {
	background: url(images/icon-arrow.png) 0 2px no-repeat;
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 0 0 25px;
}


/* Theme Screenshots */
#screenshots {
	margin: 20px 0;
}

#screenshots h4, #buy h4 {
	font-size: 14px;
	font-weight: normal;
	color: #2b3c55;
	margin: 0 0 10px 0;
}

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

#screenshots ul li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
}

#screenshots img {
	width: 100px;
	border: 3px solid #cbd0d5;
}

/* Buy Theme */
#buy {
	margin: 20px 0;
}

#buy .promo-code {
	background: #fff1ad;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #000;
	text-align: center;
	padding: 4px;
	border: 1px solid #eadb97;
	border-bottom: none;
}

#buy .promo-code span {
	font-weight: bold;
	color: #2c6003;
}

#buy .promo-code a {
	text-decoration: underline;
}

#buy .promo-code a:hover {
	text-decoration: none;
}

#buy .content {
	width: 385px;
	height: 80px;
	background: url(images/bg-buy.png) no-repeat;
	position: relative;
	left: -4px;
}

#buy .content-narrow {
	height: 40px;
}

#buy ul {
	margin: 0 0 0 40px;
	padding: 0;
}

#buy ul li {
	display: block;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 11px 0 0 0;
}

#buy ul li.developer {
	margin-bottom: 0;
}

#buy ul span.col1 {
	float: left;
	width: 190px;
	font-weight: bold;
	text-transform: uppercase;
}

#buy ul span.col2 {
	float: right;
	width: 145px;
	font-size: 10px;
	margin-right: 5px;
}

#buy ul span.col1 a {
	color: #000;
}

#buy ul span.col1 a:hover {
	color: #720f0f;
}

#buy p.notes {
	font-size: 11px;
	line-height: 130%;
	margin-bottom: 0;
}

/* -----------------------------------
	Post Styles 
-----------------------------------*/
h1.title {
	font-size: 2.8em;
	color: #000;
	margin: 20px 0 0 0;
}

div.heading {
	margin: 20px 0 0 0;
}

div.heading h1.title {
	float: left;
	width: 100%;
	letter-spacing: -2px !important;
	margin: 0 20px 20px 0;
}

#theme-info div.heading h1.title {
	width: 700px;
}

#theme div.heading h1.title {
	width: 47%;
}

div.heading .preview-buy {
	float: right;
	width: 300px;
	position: relative;
	top: -5px;
}

div.heading .preview-buy-wide {
	width: 450px;
}

div.heading .preview-buy a {
	float: left;
	width: 150px;
	height: 45px;
	background: url(images/b-preview-buy.png) no-repeat;
}

div.heading .preview-buy a.preview {
	background-position: 0 -88px;
}

div.heading .preview-buy a.preview:hover {
	background-position: 0 -131px;
}

div.heading .preview-buy a.buy {
	background: url(images/b-preview-buy.png) no-repeat;
}

div.heading .preview-buy a.buy:hover {
	background-position: 0 -45px;
}

div.heading .preview-buy a.download {
	background-position: 0 -175px;
}

div.heading .preview-buy a.download:hover {
	background-position: 0 -218px;
}

.post{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.meta-comment {
	margin-bottom: 5px;
}

.post h1.title, .post h2.title {
	float: left;
	width: 75%;
	letter-spacing: -2px;
	line-height: 120%;
	margin: 0 20px 5px 0;
}

body.page .post h1.title, body.error404 .post h1.title {
	float: none;
	width: auto;
}

body.single .post {
	margin-bottom: 10px;
}

.post h1.title {
	font-size: 3em;
}

.post h1.title, .post h2.title a {
}

blockquote {
	background: url(images/icon-quote.png) no-repeat;
	padding: 0 0 20px 25px;
}

.post .comment {
	float: right;
	width: 20%;
}

.post h3.title {
	font-size: 22px;
	margin: 0 0 5px 0;
}

.post .comment span {
	display: block;
	background: #fff url(images/bg-small-gray.gif) bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #a3a3a3;
	text-align: center;
	margin-top: 8px;
	padding: 3px;
	border: 1px solid #dfdfdf;
	text-shadow: 1px 1px #fff;
}

.post .comment span a {
	color: #a3a3a3;
}

.post .comment span a:hover {
	color: #7f7e7e;
	text-decoration: none;
}

.post .meta {
	font-size: .85em;
	color: #9b9b9b;
	line-height: 120%;
	margin: 0 0 10px 0;
}

.post .post-content {
	clear: both;
}

.post .post-content p {
	margin: 0 0 20px 0;
}

.post-content ul {
	margin-bottom: 10px;
}

.post .post-thumb {
	float: left;
	width: 150px;
	margin-right: 20px;
}

/* -----------------------------------
	Comment Styles 
-----------------------------------*/
#comments .comment-count {
	color: #000;
}

#comments .comment-count h3 {
	font-size: 16px ;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;;
}

ul.comment-list {
	margin: 30px 0;
	padding: 0;
}

ul.comment-list li {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dadde2;
}

ul.comment-list .gravatar {
	float: left;
	width: 50px;
	margin-right: 20px;
}

ul.comment-list .comment-content {
	float: left;
	width: 480px;
}

ul.comment-list .comment-content p {
	margin-top: 0;
}

ul.comment-list .moderate {
	font-size: 10px;
	color: #999;
	margin-bottom: 6px;
}

ul.comment-list .meta {
	font-size: 11px;
	color: #909090;
	margin-top: 10px;
}

/* -----------------------------------
	Comment Form Styles 
-----------------------------------*/
#respond {
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-top: 30px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
}

#respond .inner {
	padding: 20px;
}

#respond h2.title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
}

#respond p.logged-user {
	font-size: .95em;
	margin-bottom: 20px;
}

#respond fieldset div.input {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

#respond fieldset div.input label {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#respond fieldset div.text input, fieldset div.text textarea {
	float: left;
	width: 50%;	padding: 4px;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

#respond fieldset input, fieldset select, fieldset textarea {}

#respond fieldset div.submit input {
	background: #fff url(images/bg-small-gray.gif) bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #dfdfdf;
	text-shadow: 1px 1px #fff;
}

#respond fieldset div.submit input:hover {
	color: #333;
}

#respond fieldset div.submit input:hover {
}

#respond p.button, #respond input.btn {
	width: 100px;
}

#respond a.btn {
	padding: 1px 0 6px 1px;
}

/* -----------------------------------
	Form Styles 
-----------------------------------*/
fieldset {
	border: none;
	margin: 10px 0;
}

fieldset h3 {
	font-size: 18px;
	color: #555;
	margin: 0;
	padding: 0 0 20px 0;
}

fieldset div.input {
	clear: both;
	padding: 4px 0;
}

fieldset label {
	float: left;
	width: 150px;
	font-weight: bold;
	margin-right: 10px;
}

fieldset span.wpcf7-form-control-wrap {
	width: 420px;
}

fieldset span.wpcf7-form-control-wrap input, fieldset span.wpcf7-form-control-wrap textarea {
	width: 420px;
	font: 14px Arial, Helvetica, sans-serif;
	border: 1px solid #c1cedc;
	padding: 3px;
}

span.captcha-460 {
}

fieldset div.text input:focus, fieldset textarea:hover {
	border: 1px solid #8b9cb0;
}

fieldset .captcha-453 input {
	width: 100px !important;
}

/* -----------------------------------
	Pricing Styles 
-----------------------------------*/
table#pricing {
	width: 100%;
	border: 1px solid #dedede;
	border-bottom: none;
	border-right: none;
}

table#pricing th {
	background: #b8b8b8;
	font: 900 18px "Lato", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #dedede;
}

table#pricing th.col1 {
	background: none;
	border-bottom: 1px solid #dedede;
}

table#pricing th.col3 {
	background: #5e9017;
}

table#pricing th.col4 {
	background: #ae4f08;
}

table#pricing td {
	padding: 10px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	vertical-align: middle;
}

table#pricing td.col1 {
	color: #000;
	font-weight: bold;
}

table#pricing td.col2 {
	background: #fff;
	color: #5b6152;
}

table#pricing td.col3 {
	background: #f2f8e8;
	color: #5b6152;
}

table#pricing td.col4 {
	background: #fcf2eb;
	color: #8f6f59;
}

table#pricing td.col2, table#pricing td.col3, table#pricing td.col4 {
	text-align: center;
}

table#pricing span.desc {
	position: relative;
	top: -8px;
	left: 4px;
}

table#pricing a.view-all {
	display: inline-block;
	width: 250px;
	height: 42px;
	background: url(images/b-view-all-themes.png) no-repeat;
}

table#pricing a.view-all:hover {
	background-position: 0 -44px;
}

/* -----------------------------------
	Comparison Styles 
-----------------------------------*/
#pp_full_res p.title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 10px;
}

table.compare {
	background: #fcfcfc;
	font-size: 11px;
	border-right: 1px solid #eee;
}

table.compare th {
	background: #c0c0c0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px #999;
	padding: 4px;
}

table.compare th.empty {
	background: #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table.compare td {
	text-align: center;
	padding: 8px 4px 4px 4px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

table.compare td.desc {
	text-align: left;
	padding-left: 10px;
}

table.compare td.features {
	vertical-align: middle;
}

table.compare td img {
	position: relative;
	top: 4px;
}

/* -----------------------------------
	Ad Wide Styles 
-----------------------------------*/
#ad-wide {
	margin: 20px 0 0 0;
}

/* -----------------------------------
	Footer Styles 
-----------------------------------*/
#footer {
	height: 88px;
	background: url(images/bg-footer.png) repeat-x;
	color: #989898;
	margin-top: 40px;
	padding-top: 45px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer .col1 {
	float: left;
	width: 630px;
	margin-right: 20px;
}

#footer .col2 {
	float: right;
	width: 290px;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 20px;
}

/* Footer Menu */
#footer ul {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
	padding: 0;
}

#footer ul li {
	font: bold 13px "Lato", Arial, Helvetica, sans-serif;
	line-height: 160%;
	list-style: none;
	margin: 0 0 5px 0;
}

#footer ul a {
	color: #ccc;
}

/* Text Replacement */
p.replace-text {
	text-align: center;
}

p.replace-text span {
	display: block;
	text-indent: -9999px;
}

/* Text Shadows */
#main-content {
	min-height: 460px;
	height: auto !important;
	height: 460px;
	text-shadow: 1px 1px #fff;
}

#features li {
	text-shadow: 1px 1px #eee;
}

/* -----------------------------------
	Maintenance Notice Styles
-----------------------------------*/
#maintenance-notice {
	background: #e80606;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
}

/* -----------------------------------
	Promotion Styles 
-----------------------------------*/
#promo {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
}

/* -----------------------------------
	Standard WordPress Styles 
-----------------------------------*/
img.size-full {
	margin: 2px;
	padding: 2px;
}

img.centered  {
	display: block;
	margin: 0 auto;
}

img.alignnone {
	display: inline;
	margin-bottom: 10px;
}

img.alignright {
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.alignleft {
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption {
	width: auto !important;
	margin: 10px 0;
	padding: 0;
}

.wp-caption img {
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	color: #999;
	text-align: center;
	margin: 5px 0 0 0;
	line-height: 100%;
}

/* -----------------------------------
	Bundle 2010 Styles 
-----------------------------------*/
#bundle {
	overflow: hidden;
}

#bundle .intro {
	font-size: 20px;
	letter-spacing: -.5px;
	line-height: 140%;
}

#bundle p.buy-now {
	margin: 10px 0 20px 0;
	position: relative;
	left: 130px;
}

#bundle p.buy-now a {
	float: left;
	display: block;
	width: 311px;
	height: 73px;
	background: url(images/b-buy-bundle.gif) no-repeat;
	text-indent: -9999px;
	margin-right: 50px;
}

#bundle p.buy-now a.developer {
	background-position: 0 -80px;
}

#bundle .valid {
	font-size: 12px;
	color: #878787;
	text-align: center;
	margin-top: 20px;
}

#bundle .addthis_toolbox {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	position: relative;
	left: 330px;
}

#bundle .addthis_default_style .addthis_counter {
	text-shadow: none !important;
}

#___plusone_0,
.twitter-share-button {
	float: left !important;
}

#bundle h3.features {
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px 0;
}

#bundle #features {
	margin-bottom: 20px;
}

.theme-bundle {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.theme-bundle .view {
	clear: both;
	margin-bottom: 10px;
}

.theme-bundle .view a {
	float: left;
	background: #fff;
	font: 10px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}

.theme-bundle a.download {
	background: #749005;
	color: #fff;
	text-shadow: 1px 1px #646b49;
}

.theme-bundle .theme {
	float: left;
	width: 200px;
	margin-right: 45px;
}

.theme-bundle .theme.last {
	margin-right: 0;
}

.theme-bundle .theme h3 {
	font-size: 16px;
	margin: 5px 0 10px 0;
}

/* Bundle Banner */
#bundle-banner {
	float: left;
	clear: both;
	width: 940px;
	height: 70px;
	margin: 25px 0 20px 0;
}

/* -----------------------------------
	Affiliated WordPress Warriors Styles 
-----------------------------------*/
#wp-warriors ul.list {
	margin: 10px 0;
	padding: 0;
}

#wp-warriors ul.list li {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

#wp-warriors ul.list .gravatar {
	float: left;
	width: 50px;
	list-style: none;
	margin-right: 15px;
}

#wp-warriors ul.list .contact {
	font-size: 11px;
	margin-top: 5px;
}

/* -----------------------------------
	Announcement Styles 
-----------------------------------*/
#announcement {
	height: 50px;
	background: url(images/bg-holiday-announcement.gif) repeat-x;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	border-bottom: 1px solid #adadad;
}

#announcement .container {
	text-align: center;
}

#announcement a {
	color: #d6d3d3;
	text-decoration: none !important;
}

#announcement span {
	color: #ebcf6f;
}

#collect-snow {
	float: left;
	clear: both;
	width: 100%;
	background: #000;
}

#mc_embed_signup {
	background: none !important;
	position: relative;
}

#mc_embed_signup p {
	font: 13px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #555;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup .clear {
	position: absolute;
	top: 71px;
	right: -3px;
}

#mc_embed_signup input.button {
	font: bold 13px Arial, Helvetica, sans-serif;
}

#mc_embed_signup input#mce-EMAIL {
	width: 65%;
	padding: 7px;
	border: 1px solid #eee;
}
