/************************************************
 *
 *  File     :  css/sbmobile.css
 *  Version  :  v1.0
 *  Website  :  SilverBirch Mobile
 *  Author   :  Kevin Birch (www.kevinbirch.com)
 *
 ************************************************/
 
@import url("banners.css");
@import url("mainnav.css");
/* @import url("news.css"); */
@import url("widgets.css");
@import url("games.css");
@import url("twitter.css");
@import url("web.css");


* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0E161E;
	color: #5A7587;
	font-family: Verdana;
	font-size: 12px;
}
 
 
/*********************************
	High Level Layout Divs
**********************************/

#container {
	position: relative;
	border: 1px solid #203748;
	width: 751px;
	margin: 0 auto; /* Centered on page */
}

#primary {
	border-right: 1px solid #203748;
	float: left;
	width: 551px;
}

#secondary {
	/* background-color: purple; */
	background: url(../img/nav.png) no-repeat;
	width: 199px;
	float: right;
	min-height: 525px;
}

#footer {
	/* background-color: purple; */
	background: url(../img/footer.jpg) no-repeat;
	float: left;
	width: 751px;
	height: 26px; /* 39px - 13px pad */
	text-align: center;
	border-top: 1px solid #203748;
	padding-top: 13px;
	font-size: 0.8em;
}

/*********************************
	Common Elements
**********************************/ 

h1 {
	background: url(../img/header.jpg) no-repeat;
	border-bottom: 1px solid #203748;
	float: left;
	width: 751px;
	height: 138px;
	text-indent: -100em;
	overflow: hidden;
	cursor: pointer;
}

h2 {
	background: url(../img/h2background.gif);
	color: #C2D6E6;
	font-family:"Times New Roman",Times,serif;
	font-size: 20px;
	font-weight: normal;
	float: left;
	width: 543px; /* Full width is 551 - 8px padding */
	height: 30px; /* Image is 50 - 20px padding */
	padding: 20px 0 0 8px;
}

h3 {
	background: url(../img/h3background.gif);
	color: #C2D6E6;
	font-family:"Times New Roman",Times,serif;
	font-size: 12px;
	float: left;
	width: 536px; /* Full width is 751 - 15px padding */
	height: 19px; /* Image is 24 - 5px padding */
	padding: 5px 0 0 15px;
}

#primary #content {
	background-color: #5A6B77;
	font-family: Verdana;
	color: #ACC7DD;
	padding: 11px 11px 0 11px;
	float: left;
	width: 529px;
}

#primary #content p {
	clear: left;
}

#primary #content p, #primary #content ul, #primary #content ol {
	margin-bottom: 11px;
}

#primary #content ul {
	margin-left: 15px;	/* #content padding not effective? */
}

#primary #content ol {
	margin-left: 20px;	/* #content padding not effective? */
}

#primary #content a {
	color: #C2D6E6;
	text-decoration: underline;
}

#primary #content a:hover {
	color: #FFF;
}

/* Implemented for DRW screenshots, may need to be moved */
#primary #content img{
	margin: 5px;
}

#division {
	background: url(../img/division-trans.png) no-repeat;
	background-position: center center;
	cursor: pointer;
	/* border: 1px solid red; */
	text-indent: -100em;
	overflow: hidden;
	width: 199px;
	height: 100px;
}

/*********************************
	Content - Contact
**********************************/ 

#contactForm {
	/* background-color: purple; */
	clear: left;
	text-align:left !important;
}

#contactForm ol {
	text-align:left !important;
   	list-style: none;
   	padding: 1em 0;
}

#contactForm ol li {
	padding: 4px 0;
	clear: both;
}

#contactForm ol li label {
	float: left;
	width: 85px;
	padding-right: .5em;
	text-align: right;
	line-height: 2.4em;
}

#contactForm input,
#contactForm textarea,
#contactForm select,
#contactForm button {
	padding: 4px;
}

#contactForm textarea {
	overflow: auto;
}

#message {
	line-height: 1.1em;
	width: 100%;
	text-align: center;
}

.success { }

.error {
	color: red;
}

span.error {
        clear:left;
        display:block;
        color:red;
}

.validation {            
		display: none;
		float: right;
		margin:0 15px 0 0;		
		color: #fff;
		background: maroon;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 2px 5px;
		font-size: 10px;
}

li.invalid input {
		border: 1px solid #CF8E91 !important;
}

li.invalid {
        position:relative;
}

.invalid {
	color: red;
}


 