@charset "utf-8";
/* 
Theme Name: XTYLE™ - ROAM
Theme URI: http://zerogcreative.com/
Description: XTYLE™ eXtendable style web 2.0 WordPress CMS Theme <a href="http://zerogcreative.com/">ZeroG Creative</a>.
Version: 1.0
Author: James Gober / Michael Shihinski
Author URI: http://zerogcreative.com/
Tags: XTYLE, Web 2.0, CMS Theme, extendable, business
	 
#
#  Framework  :  XTYLE™
#  StyleSheet :  style.css
#  Purpose    :  Default StyleSheet
#  Author(s)  :  James Gober / Michael Shihinski
#  Copyright  :  (C) 2010 James Gober and Michael Shihinski, All Rights Reserved.
#
*/
@import url("./styles/floating_tab.css");
@import url("./styles/layout.css");
@import url("./styles/header.css");
@import url("./styles/footer.css");



/* leave at bottom */
@import url("./styles/fonts.css");

/* member area styles */
#member-menu {
	width: 960px;
	margin: 0 auto;
	height: 56px;
	background: url(images/member-menu-bg.png) top left no-repeat;
	padding-top: 15px;
	text-align: center;
	
}

#member-menu a {
	color: #5a3d1b;
	padding: 0px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11pt;
}

#members-area-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#members-area-inner h2 {
	font-size: 24pt;
	color: #5a3d1b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#userbalance {
	font-size: 12pt;
	font-weight: bold;
	vertical-align: sub;
}

#ma-search {
	width: 940px;
	height: 20px;
	overflow: hidden;
	border-top: 1px solid #5a3d1b;
	border-bottom: 2px solid #ac9e8d;
	margin-top: 10px;
	padding: 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	color: #5a3d1b;
	margin-bottom: 25px;
}

#ma-search #date {
	width: 100px;
	height: 15px;
	text-transform:none;
	margin: 0px 5px;
}

#ma-search select {
	text-transform: none;
	margin-right: 10px;
}

#table-left {
	width: 243px;
	float: left;
	display: inline;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#table-mid {
	width: 671px;
	float: left;
	display: inline;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: hidden;
	text-align: left;
}

#table-right {
	width: 45px;
	float: left;
	display: inline;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: hidden;
}

#table-right td,
#table-mid td,
#table-left td {
	height: 40px !important;
	border-bottom: 1px solid #5a3d1b !important;
	color: #5a3d1b;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #5a3d1b;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

#table-right td {
	border-right: none;
	border-left: 1px solid #5a3d1b !important;
}

#table-mid td {
	width: 83px;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

#table-right td.top,
#table-mid td.top,
#table-left td.top {
	text-transform: uppercase;
	font-size: 13pt;
	margin: 0 !important;
	padding: 0 !important;
}

#table-right td.loc,
#table-mid td.loc,
#table-left td.loc {
	background: #dcd6cf;
	font-weight: bold;
	font-size: 15pt;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 0 !important;
}

#table-left td.room {
	font-size: 10pt;
	margin: 0 !important;
	padding: 0 !important;
}

#room-wrap {
	margin-bottom: 75px;
}

#room-wrap-2 {
	margin-bottom: 75px;
	padding: 0px 20px;
}

#scroll { width: 999999px;}

.left-scroll {
	float: right;
	display: inline-block;
	*display: block;
	zoom: 1;
	width: 19px;
	height: 20px;
	overflow: hidden;
	background: url(images/left-arrows.png) top left no-repeat;
	background-position: 0 -20px;
	cursor: default;
	margin-right: 10px;
}

.right-scroll {
	float: left;
	display: block;
	width: 19px;
	height: 20px;
	overflow: hidden;
	background: url(images/right-arrows.png) top left no-repeat;
	background-position: 0 0;
	margin-left: 10px;
}

span.booked {
	color: #970f00;
	font-size: 9pt;
	text-transform: uppercase;
}

span.open {
	color: #82c13a;
	font-size: 9pt;
	text-transform: uppercase;
	display: inline-block;
	margin-top: -5px;
}

span.checkbox {
   width: 62px;
   height: 24px;
   background: url('images/checkbox.png') no-repeat;
   display: inline-block;
}

.form-table * {
	font-family: Arial, Helvetica, sans-serif;
}

.form-table th {
	width: 200px;
	font-size: 12pt;
	font-weight: normal;
	color: #5a3d1b;
	margin: 0 !important;
	padding: 0 !important;
}

.description {
	font-style: italic;
	font-size: 10pt;
}

#head_right .user-head {
	display: inline-block;
	background-color: #5a3d1b;
	margin-left: 5px;
	color: #fff;
	padding: 0px 5px;
	padding-top: 2px;
	margin-top: -3px;
	font-size: 9pt;
	text-transform: uppercase;
	vertical-align: center;
}

#head_right .user-head a {
	color: #fff;
	text-decoration: none;
}

#head_right .user-head a:hover {
	text-decoration: underline;
}

#loginform-tml-page label {
	display: inline-block;
	width: 150px;
	color: #5a3d1b;
}

a { 
	color: #5a3d1b;
}

ul.tml-links {
	list-style: none;
}

div.error {
	padding: 2px;
	background: #900;
	width: 100%;
	border: 1px solid #F00;
	color: #fff;
	margin: 5px 0px;
}

div.msg {
	padding: 2px;
	background: #090;
	width: 100%;
	border: 1px solid #030;
	color: #fff;
	margin: 5px 0px;
}

a.page-numbers {
	color: #5a3d1b;
	text-decoration: none;
}

.current {
	text-decoration: underline;
}
#social {
    display: inline;
    float: left;
    margin-left: 115px;
	margin-top:5px;
}
#social img{
	border:none;
	margin: 0 -3px;
}
.widget_categories {
	list-style:none;

}
.widget_categories h3{
	color: #5A3D1B;
	font-family:"Lucida Console","Courier New",Courier,monospace;
	font-weight:normal!important;
	font-size:16px;
}
#trial-button {
	float: right;
	margin-right: 61px;
}
