
/* Eric Meyer's CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Core CSS */

body {
	background: url('//static23.s3.amazonaws.com/twentythree/images/site_background.jpg') repeat-x #fff3e5;
	font-family: Arial;
}

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

b, strong {
	font-weight: bold;
}

input[type="submit"], input[type="button"] {
	height: 42px;
	background: url('//static23.s3.amazonaws.com/twentythree/images/button_large_background.jpg') repeat-x;
	padding: 0 30px 3px;
	line-height: 42px;
	color: #fff;
	font-size: 15px;
	line-height: 38px;
	font-weight: bold;
	border: 1px solid #539932;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 -1px 1px #457d27;
}

input[type="submit"].small-button {
        height: 32px;
	line-height: 32px;
        background: url('//static23.s3.amazonaws.com/twentythree/images/button_small_background.jpg') repeat-x;
        padding: 0 30px 3px;
        color: #fff;
        font-size: 15px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #539932;
        border-radius: 5px;
        -moz-border-radius: 5px;
        text-shadow: 0 -1px 1px #457d27;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #ddd;
	background: url('//static23.s3.amazonaws.com/twentythree/images/text_input_bg.jpg') no-repeat;
	font-family: Arial;
	font-size: 16px;
	padding: 9px 7px 7px 10px;
}

/* Core page framework */

#header {
	width: 980px;
	height: 130px;
	background: url('//static23.s3.amazonaws.com/twentythree/images/header_background.jpg') no-repeat bottom left transparent;
	margin: auto;
}

#login {
	float: right;
	margin: 0 40px 0 0;
	border: 1px #ffb14c;
	border-style: none none solid;
	border-radius: 5px;
}

#header-login {
	height: 12px;
	padding: 6px 10px;
	float: right;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	border: 1px #e57631;
	border-style: none solid solid;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	background: #f77e34;
}

#header-login a {
	font-weight: bold;
	color: #fff;
}

#header-login a:hover {
	text-decoration: underline;
}

#logo {
	margin: 82px 0 0 40px;
	float: left;
}

#navigation {
	float: right;
	margin: 65px 40px 0 0;
	clear: right;
}

#navigation ul {
	float: right;
}

#navigation ul li {
	padding: 0 0 0 50px;
	float: left;
}

#navigation ul li a {
	color: #fff;
	text-shadow: 0 -1px 0px #b06631;
	font-weight: bold;
	font-size: 13px;
}

#navigation ul li.current-menu-item a, #navigation ul li a:hover {
	text-shadow: 0 0 10px #fff, 0 -1px 0px #666;
}

#page-container {
	width: 900px;
	margin: 0 auto;
}

#page {
	width: 900px;
	margin: 12px 0 15px;
	float: left;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	min-height: 150px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 15px;
	padding: 0 0 15px;
	height: 20px;
}

#footer-links {
	float: left;
	color: #c9915e;
	font-weight: bold;
	padding: 0 0 15px;
}

#footer a {
	color: #c9915e;
	border: 1px #ebcbad;
	font-weight: bold;
	border-style: none none solid none;
	padding: 0 0 2px;
}

#copyright {
	float: right;
	color: #a09080;
}

/* Home page splash */

.home-splash {
	width: 850px;
	padding: 25px;
	color: #898989;
	font-size: 13px;
	line-height: 20px;
	float: left;
}

.home-splash-image {
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 25px 0 0;
	-moz-box-shadow: 0 0 2px #444;
        -webkit-box-shadow: 0 0 2px #444;
        box-shadow: 0 0 2px #444;
	float: left;
}

.home-splash h2 a {
	font-size: 22px;
	color: #404040;
	margin: 7px 0 10px;
	display: block;
}

.home-splash-buy {
	margin: 20px 0 0;
	display: block;
	line-height: 44px;
}

.home-splash-buy form {
	display: inline;
}

.home-splash-buy a {
	border: 1px #e4eaed;
	border-style: none none solid;
	padding: 0 0 2px;
	margin: 0 0 0 15px;
}

/* Page section */

.page-section {
	width: 850px;
	padding: 25px;
	background: url('//static23.s3.amazonaws.com/twentythree/images/section_divider.jpg') repeat-x;
	min-height: 75px;
	float: left;
}

/* Home page quote */

.hp-content blockquote {
	color: #383838;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 70px 5px;
}

.hp-content {
	color: #adadad;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: -5px 0 20px;
}

.affiliate-form {
	margin: 20px 0 0;
	text-align: center;
}

/* Footer widgets sections */

.footer-widgets {
	width: 880px;
	margin: 5px 0 0;
	float: left;
}

.footer-section {
	width: 258px;
	background: url('//static23.s3.amazonaws.com/twentythree/images/widget_background.jpg') top left repeat-x #ebebeb;
	border: 1px solid #dad9da;
	border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 200px;
	margin: 0 33px 0 0;
	float: left;
}

.footer-title {
	background: url('//static23.s3.amazonaws.com/twentythree/images/widget_title_left.jpg') top left no-repeat;
	height: 30px;
	padding: 0 0 0 8px;
	float: left;
	margin: 13px 0 0 -8px;
}

.footer-h4 {
	background: url('//static23.s3.amazonaws.com/twentythree/images/widget_title_right.jpg') top right no-repeat;
	padding: 0 12px 0 0;
	height: 30px;
	float: left;
}

.footer-h4 h4 {
	height: 30px;
	line-height: 28px;
	padding: 0 5px 0 7px;
	font-size: 13px;
	text-shadow: 0 -1px 1px #43494c;
	color: #fff;
	float: left;
	display: block;
	font-weight: bold;
	background: url('//static23.s3.amazonaws.com/twentythree/images/widget_title_background.jpg') repeat-x;
}

.footer-content {
	float: left;
	width: 220px;
	clear: both;
	margin: 12px 19px;
	color: #606060;
	font-size: 13px;
	line-height: 20px;
}

.footer-content a {
	background: #e0e0e0;
	padding: 4px 10px;
	margin: 0 0 0 -10px;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: 0 1px 1px #fff;
}

.footer-content a:hover {
	background: #c7c7c7;
	color: #393939;
}

.footer-content li {
	margin: 0 0 7px;
	line-height: 24px;
}

/* Sidebar */

.left-sidebar {
	width: 245px;
	margin: 30px 0 0 30px;
	float: left;
}

.left-sidebar ul li {
	float: left;
	width: 213px;
	padding: 15px;
	border: 1px solid #DAD9DA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: url("//static23.s3.amazonaws.com/twentythree/images/widget_background.jpg") repeat-x #EBEBEB;
	margin: 0 0 30px;
}

.left-sidebar ul li a {
	color: #353535;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
	font-size: 15px;
}

.left-sidebar ul li ul {
	background: #dbdbdb;
	width: 208px;
	border: 1px solid #aeaeae;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 0 5px #aeaeae;
	float: left;
	overflow: hidden;
	margin: 15px 0 0;
}

.left-sidebar ul li ul li {
	width: 184px;
	background: transparent;
	padding: 10px 12px;
	border: 1px;
	border-color: #aeaeae #fff #e7e7e7 #fff;
	border-style: solid none;
	margin: -1px 0;
	border-radius: 0;
	-moz-border-radius: 0;
	line-height: 15px;
}

.left-sidebar ul li ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #5a5a5a;
}

.left-sidebar ul li ul li a:hover {
	color: #222;
}

/* Content */

.right-content {
	width: 570px;
	float: right;
	margin: 30px 30px 30px 25px;
	color: #565656;
	font-size: 14px;
	line-height: 22px;
}

.right-content a {
	font-weight: bold;
	color: #C9915E;
}

.right-content a:hover {
	text-decoration: underline;
}

.right-content h1 {
	font-size: 22px;
	line-height: 24px;
	color: #3f3f3f;
	margin: 0 0 11px;
}

.right-content ul {
	margin: 0 0 15px 25px;
	list-style-type: square;
}

.right-content .page-header {
	clear: both;
	float: left;
	width: 100%;
}

.right-content .page-header h1 {
	margin: 0;
	float: left;
}

.right-content .page-header .big-button {
	margin: -5px 0 0;
}

.right-content h2 {
	line-height: 26px;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.right-content h3 {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
}

.right-content p {
	margin: 0 0 10px;
}

/* Form stuff */

.form-table td {
	padding: 7px 0;	
}

table.bordered {
	border: 1px #dbdbdb;
	border-style: solid none none solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
}

table.bordered td, table.bordered th {
	border: 1px #dbdbdb;
	border-style: none solid solid none;
	color: #000;
	padding: 5px 10px;
}

table.bordered th {
	font-weight: bold;
}

.secure-note {
	font-size: 13px;
	float: right;
	margin: 0 -10px -10px 0;
}

.secure-note img {
	vertical-align: middle;
	margin: -4px 2px 0;
}

.required {
	color: #a00;
}

.error {
	color: #a00;
	font-weight: bold;
}

.error-list {
	color: #a00;
	font-weight: bold;
}

.message {
	color: #0a0;
	font-weight: bold;
}

#cc-extra {
	font-size: 12px;
}

/* Partner stuff */

#partner-label {
	line-height: 75px;
	font-weight: bold;
	float: left;
}

#partner-soon {
	line-height: 75px;
	float: left;
	margin: 0 0 0 20px;
	color: #b7b7b7;
	font-weight: bold;
}

/* WordPress default CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

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

.size-full {
	border: 2px solid #ccc;
}

.entry-content ol {
	list-style-type: square;
	margin: 0 0 12px 15px;
}

/* Blog stuff */

.blog-entry {
	padding: 0;
	margin: 0 0 10px;
}

.entry-title a {
	color: #222;
	font-size: 24px;
}

.entry-meta {
	font-size: 12px;
	margin: -9px 0 12px;
}

.content .grey-box {
        background: #eee;
        padding: 10px 10px 1px;
        margin: 0 0 15px;
        text-align: center;
}

.entry-content .box-set {
        width: 621px;
        font-size: 12px;
        line-height: 15px;
}

.entry-content .box-set .box {
        width: 186px;
        background: #eee;
        border-radius: 5px;
        float: left;
        margin: 0 11px 0 0;
}

.entry-content .box-set .box-title {
        padding: 7px 10px;
        font-weight: bold;
        border: 1px #ccc;
        border-style: none none solid;
}

.entry-content .box-set .box-content {
        padding: 10px;
}
