/*
Theme Name: Al's bare theme
Theme URI: http://als-design.com
Description: Cleaned up basic template 
Version: 3.0.1
Author: Al
Author URI: http://als-design.com
Tags: starkers, naked, clean, basic
*/

@import "reset.css";
/*@import "typography.css"; */
@import "layout.css";

html, body {
	height:100%;
}
body {
	background:#000 url(images/bg.jpg) top center repeat-x;
}
body.join {
	background:#000 url(images/bg-join.jpg) top center repeat-x;
}
body, td, th {
	font:14px Arial, Helvetica, sans-serif;
	color: #fff;
}
p, textarea, li{ 
	line-height:125%;
}
a, a:link, a:visited {
	color:#ea477f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.clear {
	clear:both;
}
.hide {
	display:hidden !important;
	height:0;
}
.zero {
	margin:0;
	padding:0;
}
.zero_total {
	margin:0 !important;
	padding:0 !important;
}
.alignleft {
	text-align:left;
}
.aligncenter{
	text-align:center;
}
.alignright {
	text-align:right;
}
.floatleft {
	float:left;
}
.centermargin {
	margin:auto;
}
.floatright {
	float:right;
}
.nospace {
	margin:0 !important;
	padding:0 !important;
}
div.hr {
	height: 20px;
	background: url(images/bg-hr.gif) repeat-x;
}
div.hr hr {
	display: none;
}
.error {
	color:red !important;
}
.post-edit {
	display:block;
	padding:5px;
	position:fixed;
	left:0px;
	top:0px;
	background:#333;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.post-edit a {
	color:#FFF;
}
ul.menu, ul.menu li {
	margin:0;
	padding:0;
}
ul.menu li {
	float:left;
	list-style:none;
	min-width:220px;
}
.last {
	border-right:0 !important;
}
.title30{
	font-size:30px;	
}
.pink {
	color:#ea477f;
}
.blue {
	color:#28bdf1;
}
/* Forms */
input {
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;/* behavior:url(border-radius.htc);*/
}
input[type=text], input[type=password], input[type="submit"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

input[type=text], input[type=password] {
	background: url(images/bg-forms.gif) repeat-x;
}
input[type="submit"] {
	background:#000 url(images/bg-forms.gif) 0 -30px repeat-x;
	color:#FFF;
	border:none !important;
}
input[type="submit"]:hover {
	background:#000 url(images/bg-forms.gif) 0 -60px repeat-x;
	color:#FFF;
}
input[type=text], input[type=password], textarea {
	width:200px;
}
input, label {
	vertical-align:middle;
}
/* Main layout */
#wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
}
#header {
	height:80px;
	background:#000 url(images/bg-header.jpg) center top no-repeat;
	overflow:hidden;
}
#content {
	background:#000 url(images/bg-header.jpg) 0 -80px no-repeat;
	position:relative;
}
#footer {
	height:610px;
	margin:0 0 20px 0;
	overflow:hidden;
	background:url(images/bg-footer.jpg) 0 290px no-repeat;
}
/* Header */
#logo {
	left:345px;
	top:75px;
	margin:0px;
	line-height:0;
	position:absolute;
	z-index:999;
	zoom:1;
}

#logo h1{
	margin:0;
	padding:0;
}

#user_topbox {
	margin:30px 10px 0 10px;
	float:right;
	font-size:12px;
	text-align:right;
}
#user_topbox input[type="text"], #user_topbox input[type="password"] {
	width:100px;
}
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* Menu */
ul#topmenu{
	margin:0;
	padding:0px;
	height:80px;
	float:right;
}
ul#topmenu li {
	float: left;	
	list-style: none;
}
ul#topmenu li a {
	color: #fff;
	display: block;
	line-height: 80px;
	padding: 0 20px;
	font-size:16px;
	text-decoration: none;
	text-transform:uppercase;
	background:url(images/matrix.png);
}
ul#topmenu li a:hover{
	background:url(images/matrix.png) 0 -80px;
}
ul#topmenu li a.join{
	background:url(images/bg-join-button.gif) repeat-x;
}
#content_top {
	height:870px;
}
#content_top  .home-text1{
	margin:0;
	padding:0;
	width:560px;
	height:155px;
	top:190px;
	right:40px;
	position:absolute;
	line-height:16px;
	font:15px Trebuchet MS, Arial, Helvetica, sans;
	text-align:right;
	}
#content_top  .home-text2{
	margin:0;
	padding:0;
	width:350px;
	height:100px;
	top:368px;
	right:205px;
	position:absolute;
	line-height:16px;
	font:15px Trebuchet MS, Arial, Helvetica, sans;
	}

.tour #content_top  .carousel-heading{
	top:570px;
	left:90px;
	position:absolute;
}
#carousel_top {
	position:absolute;
	top:685px;
	left:0 !important; 
}
#carousel_top img{
	margin:0 9px;

}
/* Main */
.carousel_box {
	background: url("images/bg-carousel.jpg") no-repeat;
	height:500px;
}
.carousel_box .titles{
	margin-bottom:20px;
}
.carousel_box .text1{
	margin-bottom:50px;
	height:80px;
	overflow:hidden;
	text-align:justify;
}
.carousel_box  img{
margin:0 9px;
}
.carousel_box .text2 {
	margin-top:60px;
}
/* join buttons */
.button-join-hd, .button-join-logo {
	width:980px;
	height:200px;
	display:block;
	background: url("images/button-join-hd.gif") no-repeat;
	text-indent:-3000px;
	outline:none;
}
.button-join-logo {
	background: url("images/button-join-logo.gif") no-repeat;
}
/* episode box */
.episode {
	min-height:500px;
	background: url("images/bg-episode.jpg") no-repeat;
}
.episode  .video, .episode  img {
	background:#2d393a;
	padding:5px;
	float:left;
}
.episode  img  {
	margin-left:20px;
	max-width:200px;
	max-height:300px;
}
.episode p {
	margin:20px 20px 0 0;
	text-align:justify;
}
/* Footer */
#footer .wrap{
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 230px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#footer ul,#footer li {
	margin:1em 0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul {
	margin-top:280px;
}
.join #footer ul  {
	margin-top:20px;
}
#footer li {
	display:inline;
}
#footer li a {
	padding:0 20px;	
	display:inline:block;
	border-right:#7f7f7f 1px solid;
	text-transform:uppercase;
}
#copyright {
	text-align:center;
}
/* Carousel */
.jcarousel-skin-tango .jcarousel-container {}
.jcarousel-skin-tango .jcarousel-container-horizontal { }
.jcarousel-skin-tango .jcarousel-container-vertical {}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:880px;
	margin:0 50px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {}
.jcarousel-skin-tango .jcarousel-item {}
.jcarousel-skin-tango .jcarousel-item-horizontal {}
.jcarousel-skin-tango .jcarousel-item-vertical {}
.jcarousel-skin-tango .jcarousel-item-placeholder {
}
/*  Prev / next buttons */
.jcarousel-skin-tango .jcarousel-next,
.jcarousel-skin-tango .jcarousel-prev {
 	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.jcarousel-skin-tango .jcarousel-next:hover,
.jcarousel-skin-tango .jcarousel-prev:hover {
 	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal
 {
    position: absolute;
	width:40px;
    height: 50px;
    top: 50px;
    right:0px;
	margin:0px;
    cursor: pointer;
	background: url("images/matrix.png") -290px 0 transparent;
    outline: 0 none;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    left:0px;
	background-position: -250px 0;

}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/*join page */
.join #header {
	background:url(images/bg-join-content.jpg)  no-repeat;
}
.join #content {
	padding-top:220px;
	min-height:500px;
	background:url(images/bg-join-content.jpg) 0 -80px no-repeat;
	text-align:center;
}
.join  #footer {
	height:auto !important;
	background:none;
}
.join #logo {
	margin:0px 40px 0 100px ;
	position:static;
	float:left;
	top:auto;	
}
.join #logo h1 img {
	max-height:110px;
	width:auto;
}
.join #header .titles {
    left:auto;
    position:static;
    top: auto;
}
.top-slogan {
	margin:25px 25px 0 0;
	float:right;
}
.hd-videos {
	width:400px;
	height:40px;
	top:30px;
	right:20px;
	position:absolute;
}
.angie {
	width:400px;
	height:80px;
	top:105px;
	right:20px;
	position:absolute;
}
.nopopups {
	margin-bottom:0px;
}
.single-join, .multi-join {
	margin:0 10px 10px 10px;
	width:470px;
	/*background:red;*/
	float:left;
}
.single-join p, .multi-join p {
	margin-top:10px;
	height:50px;
	margin-bottom:20px;
}
.signup-button {
	margin:10px 0;
	padding-left:20px;
	width:460px;
	height:50px;
	display:block;
	background:url(images/matrix.png) -250px -50px;
	color:#000 !important;
	font-size:22px;
	text-align:left;
	line-height:50px;
	text-decoration:none !important;
}
.signup-button:hover {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.signup-button-value {
	background:url(images/matrix.png) -250px -100px;
}
.signup-button small, .signup-button-value small{
	font-size:16px;
}
/* members area */
body.members {
	background:#000 url(images/bg-join.jpg) top center repeat-x;
}
.members #logo {
	/*position:inherit;
	margin:20x 0;*/
}
body.members #wrapper{
	background:#000 url(images/bg-members-content.jpg) top center repeat-x;
}
body.members #header{
	background:none;
}
body.members #content {
	padding:20px;
	height:auto;
	background:#000;
}
body.members #footer  {
	padding:20px 0;
	height:auto;
	background:#000;
}
body.members #header ul#topmenu  {
	float:none;
}
body.members #logo {
	margin:0px 40px 0 100px ;
	position:static;
	float:left;
	top:auto;	
}
body.members #logo img {
	max-height:110px;
	width:auto;
}
body.members h1 {
	text-align:center;
}
