/*
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;
}
.title25{
	font-size:25px;	
}
.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;
	background:#000 url(images/bg-content.jpg) center top no-repeat;
}
#header {
	height:270px;
	overflow:hidden;
	/*border-bottom:1px red solid;*/
}
#content {

	position:relative;
}
#footer {
	margin:20px 0;
	overflow:hidden;

}
/* Header */
#logo {
	left:345px;
	top:75px;
	margin:0px;
	line-height:0;
	position:absolute;
	z-index:999;
	zoom:1;
}

h1{
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	right:20px;
	letter-spacing:-0.01em;
}
h2 {
	text-align:center;
}
#header p {
	top:210px;
	right:100px;
	position:absolute;
}

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


#content_left {
	margin-left:20px;
	padding-top:170px;
	width:400px;
	float:left;
	/*background:red;*/
}
#content_right {
	margin-right:40px;
	width:500px;
	float:right;
	/*background:blue;*/
}
th, td {
    border: 0;
    padding: 0.5em;
}
a#button {
	padding-top:50px;
	width: 400px;
	height:100px;
	display:block;
	background:url(images/bg-button.png) center top no-repeat;
	font-size:45px;
	color:#fff;
	text-align:center;
}
a#button:hover {
	text-decoration:none;
}
#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;
}

/* 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;
}

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