body, html {
	background: #700000 url(../images/body-bg.jpg) repeat-x center 102px;
}

a {
	color: #ffffff;
}

/* @group Header */

#header {
	background: #5a0000 url(../images/header-bg.jpg) no-repeat center center;
	height: 102px;
}

#header .logo {
	display: block;
	margin-top: 20px;
}

.horizontal-menu {
	display: block;
	height: 33px;
	background: url(../images/horizontal-menu-bg.gif) repeat-x center top;
}

.horizontal-menu ul {
	margin: 0px;
	padding: 0px;
}

.horizontal-menu ul li {
	display: block;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	line-height: 32px;
	background: url(../images/horizontal-menu-separator.gif) no-repeat right center;
}

.horizontal-menu ul li.first a {
	padding-left: 0px;
}

.horizontal-menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	padding: 0px 20px;
}

.horizontal-menu a:hover, .horizontal-menu a:focus {
	text-decoration: underline;
}

/* @end */

.body {
	padding-top: 20px;
	padding-bottom: 40px;
	background: url(../images/content-bg.jpg) no-repeat center top;
}

/* @group Frontpage */

#frontpage h1 {
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 23px
}

#frontpage h1 span.pale {
	font-weight: normal;
	margin-left: 5px;
	color: #a57070;
	font-size: 23px
}

/* @group Featured this week */

.featuredthisweek h1 {
	border-bottom: 1px solid #742929;
}

.featuredthisweek h2 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.featuredthisweek .thumbnail img {
	border: 3px solid #9f4040;
}

.featuredthisweek .viewmore {
	text-align: right;
}

/* @end */

/* @group Join */

#frontpage .join {
	height: 144px;
	background: url(../images/buttons/frontpage-join.png) no-repeat center top;
	margin-bottom: 20px;
}

#frontpage .join .advantages, #frontpage .join .about {
	padding-top: 53px;
}

#frontpage .join .advantages {
	font-weight: bold;
	font-size: 1.2em;
}

#frontpage .join .advantages p {
	padding-left: 25px;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	font-size: 0.9em;
	
}

#sidebar .block {
	padding: 10px;
	background-color: #6e1414;
	margin-bottom: 20px;
}

#sidebar h3 {
	font-size: 1.1em;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 1px solid #93201a;
}

#sidebar p {
	margin-bottom: 5px;
}

#sidebar p.errors {
	background-color: #8a0000;
	padding: 5px;
	border: 1px solid #a8403c;
}

#sidebar p.success {
	background-color: #8a0000;
	padding: 5px;
	border: 1px solid #a8403c;
}

/* @end */

/* @group Forms */

input.text {
	background-color: #983737;
	border: 1px solid #b04f4f;
	margin-bottom: 1em;
	color: #ffffff;
}

input.button {
	
}

/* @end */

/* @group Pagination */

.pagination {
	text-align: center;
	display: block;
	height: 25px;
	padding-top: 10px;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
}

.pagination li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	position:relative;
}

.pagination .window {
	padding-left: 5px;
	padding-right: 5px;
}

.pagination a {
	padding: 4px 8px;
	border: 1px solid #ffb1aa;
	margin-right: 2px;
	margin-left: 2px;
}

.pagination a.current, .pagination a.current:hover {
	background-color: #fff;
	color: #6e0000;
	border: none;
	padding: 5px 9px;
}

.pagination a:hover {
	border: 1px solid #a66a73;
}

.pagination .previous-off, .pagination .next-off {
	color: #fff;
	margin-left: 2px;
	margin-right: 2px;
}

.pagination .separator {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.recentupdates .separator.pagination-top {
	margin-top: 1em;
}


/* @end */

/* @group Single post */

/* @group Feature */

#single .feature {
	margin-bottom: 2em;
}

#single .feature h1 {
	border-bottom: 1px solid #742929;
}

#single .feature h2 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

#single .feature .thumbnail img {
	
}

#single .feature .poster_overlay {
	overflow: hidden;
	position: absolute;
	height: 240px;
	width: 320px;
}

#single .feature .viewmore {
	text-align: right;
}

/* @end */

#single h1 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #742929;
}

#single h1 span.pale {
	font-weight: normal;
	margin-left: 5px;
	color: #a57070;
}

#single h2 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

#single .picturegallery {
	background-color: #8e0000;
	border: 1px solid #921818;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#single .picturegallery .update {
	margin-top: 20px;
	padding: 0 8px 0 0;
}

#single .hdplayer {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#single .expired {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 240px;
}
/* @end */

/* @group Advantages */

#single .advantages h2 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #742929;
}

#single .description {
	background-color: #8e0000;
	border: 1px solid #921818;
	padding: 10px;
	margin-bottom: 40px;
}

/* @end */

/* @group Utility */



/* @end */

.utility {
	background-color: #7f1818;
	font-size: 0.9em;
	padding: 6px 0;
	margin-bottom: 2em;
}

.utility .actions {
	text-align: right;
	padding-right: 6px;
}

.utility .breadcrumb {
	padding-left: 6px;
}

/* @group Recent updates */

.recentupdates {
	background-color: #8e0000;
	border: 1px solid #921818;
	padding-left: 5px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	padding-top: 15px;
}

.recentupdates .update {
	margin-top: 10px;
	padding-right: 8px;
}

.recentupdates h6 {
	font-size: 1.2em;
	line-height: normal;
	padding: 0px 0px 0;
	margin-bottom: 5px;
	margin-top: 5px;
}

.recentupdates a {
	text-decoration: none;
}

.recentupdates a:hover, .recentupdates a:focus {
	text-decoration: underline;
}

.recentupdates .separator {
	border-top: 1px solid #93201a;
	margin-left: 10px;
	margin-right: 30px;
	position: relative;
}

/* @end */

/* @group Archive */

/* @end */

/* @group CMS Page */

#page h1 {
	
}

#page h1 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #742929;
}

#page h1 span.pale {
	font-weight: normal;
	margin-left: 5px;
	color: #a57070;
}
/* @end */

/* @group Join */

#join {
	margin-top: 20px;
}

#join h1 {
	font-size: 37px;
	text-align: center;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	*padding: 0px 0px 8px;
}

#join h2 {
	font-size: 21px;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	color: #e9b9bc;
}

#join .plans {
	padding-top: 10px;
	padding-left: 1.4em;
}

/* @group Plans */

#join .plan {
	text-align: center;
	background-color: #8e0000;
	border-top: 1px solid #be1e20;
	border-bottom: 1px solid #be1e20;
	border-right: 1px solid #be1e20;
	display: inline;
	float: left;
	width: 225px;
	margin: 20px 0px;
	padding: 0px;
	color: #ffacae;
}

#join .plan.first {
	border-left: 1px solid #be1e20;
	margin-left: 9em;
}

#join .plan h3 {
	font-size: 2.50em;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

#join .plan h4 {
	font-size: 1.60em;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#join .plan h5 {
	font-size: 1.10em;
	margin-top: 0.25em;
	color: #ffa80b;
	margin-bottom: 0px;
}

#join .plan-head {
	border-bottom: 1px solid #93201a;
	padding: 10px;
}

#join .plan-details {
	padding: 10px;
}


#join .plan-details ul {
	margin: 0px;
	padding: 0px;
}
#join .plan-details ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5em;
}

#join .plan-details p{
	margin-top: 1em;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0px;
}

#join .plan-details p strong {
	color: #fba400;
}

#join .left-to-best {
	border-right-style: none;
	background: #8e0000 url(../images/join/left-to-best-bg.gif) repeat-y right top;
}

#join .right-to-best {
	border-left-style: none;
	background: #8e0000 url(../images/join/right-to-best-bg.gif) repeat-y left top;
}



/* @end */

/* @group Plan Best */

#join .plan.best {
	text-align: center;
	background-color: #cd0004;
	display: inline;
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
	border: 3px solid #d45955;
	font-size: 1.20em;
	color: #fff;
}

#join .plan.first {
	border-left: 1px solid #be1e20;
}

#join .plan h3 {
	font-size: 2.50em;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

#join .plan h4 {
	font-size: 1.60em;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#join .plan.best h5 {
	font-size: 1.10em;
	margin-top: 0.25em;
	color: #ffa80b;
	margin-bottom: 0px;
}

#join .best .plan-head {
	border-bottom: 1px solid #93201a;
	padding: 10px;
}

#join .plan-details {
	padding: 10px;
}


#join .plan-details ul {
	margin: 0px;
	padding: 0px;
}
#join .best .plan-details ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.20em;
	line-height: 1.5em;
}

#join .plan-details p{
	margin-top: 1em;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0px;
}

#join .plan-details p strong {
	color: #fba400;
}



/* @end */

.alternative-payment {
	position: relative;
	top: -20px;
	font-size: 0.9em;
	padding-left: 12.0em;
}

.alternative-payment .inner {
	width:215px;
}

.alternative-payment a {
	text-decoration: none;
}


.alternative-payment a span {
	text-decoration:underline;
	color: #e9b9bc;
}

/* @group Details
 */

h3.details-header {
	margin-top: 2em;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	font-weight: normal;
	color: #e9b9bc;
}

.details {
	margin-top:1em;
	background-color: #7f1818;
	padding-top: 15px;
	margin-bottom: 5em;
	display: block;
}

.details p, .details h6 {
	padding-left: 15px;
	padding-right: 15px;
}

.details p {
	padding-bottom: 1.75em;
	color: #e9b9bc;
}

.details h6 {
	margin-bottom: 0.5em;
}

.details .separator {
	display: block;
	border-bottom: 1px solid #984950;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:1em;
	margin-top: 0px;
	padding-top: 0px;
}

/* @end */
/* @end */

/* @group Footer */

#footer {
	background-color: #3c0000;
	font-size: 0.9em;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	color: #ab4f4d;
	display: block;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	line-height: 32px;
}

#footer ul li.right {
	float: right;
}

#footer ul li.first a {
	padding-left: 0px;
}

#footer a {
	color: #e9b9bc;
	text-decoration: underline;
	padding: 0 8px;
}

/* @end */

/* @group Page */

.page h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

.page h3 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.page .block {
	background-color: #8e0000;
	border: 1px solid #921818;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	padding-top: 15px;
}

/* @end */