/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
	margin: 0 0 0 0;
	background-image: url(../images/bodybg.jpg);
	color: #667;
}

.container {
	font-size: 1.3em;
	line-height: 1.6em;
}

h1 {
	margin: 5px 30px 20px 30px;
	font-size: 35px;
	color: #606066;
	text-shadow: 0 1px 0 #fff;
}

h2 {
	margin: 40px 10px 15px 10px;
	font-size: 25px;
	color: #606066;
	text-shadow: 0 1px 0 #fff;
}

h3 {
	margin: 40px 10px 15px 10px;
	font-size: 18px;
	color: #606066;
	text-shadow: 0 1px 0 #fff;
}

h4 {
	margin: 10px 10px 8px 10px;
	font-size: 14px;
	color: #606066;
	text-shadow: 0 1px 0 #fff;
}


a[href^="http:"]          { background-image: none; padding-right: 0; } 
a[href^="mailto:"]        { background-image: none; }
a[href^="http:"]:visited  { background-image: none; }

.submit {
	font-family: Arial, sans-serif;
	padding: 0 10px 0 10px;
	height: 26px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: #1d82bb;
	border: none;
	text-align: center;
	vertical-align: middle;
}

input[type='submit']:hover {
	background: #248fe0;
}

input {
	color: #667;
	font-size: 18px;
	background-color: white;
	border: 1px solid #bbc;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* keep in sync with input */
input[type='text'] {
	color: #667;
	font-size: 18px;
	background-color: white;
	border: 1px solid #bbc;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea {
	border: 1px solid #bbc;
	overflow: auto;
	color: #667;
	font-size: 18px;
	background-color: white;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

label {
	font-weight: bold;
}

p {
	margin: 10px 25px 10px 25px;
	text-align: left;
}
	

body a { padding:0 !important;  }


/**************************************/
/*              HEADER                */
/**************************************/

.header {
	width: 100%;
	height: 60px;
	background-image: url(../images/headbg.jpg);
	vertical-align: middle;
	/*border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	margin-bottom: 25px;
}

.abovebar {
	color: #aab;
	margin-top: 15px;
	vertical-align: middle;
}

.abovebarItem {
	margin: 0 10px 0 10px;
}

.miname {
	text-align: left;
	margin-top: 12px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/


.menu {
	margin-top: 35px;
	font-size: 13px;
	text-align: right;
}

a.menuItem, a.menuItem:visited {
	height: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #eee;
	margin: 10px;
	text-transform: lowercase;
	letter-spacing: 1px;
	vertical-align: bottom;
	
	
}

a.menuItem:hover {
	color: black;
	background: #ff8;
	text-decoration: none;
}

a.loginButton, a.loginButton:visited  {
	color: #EAA;
	font-weight: bold;
}

.signupForm {
	margin: 30px;
}

.signupForm input[type='text'], input[type='password'] {
	width: 320px;
}

.formError {
	height: 18px;
}

.formError ul li {
	text-align: right;
	
	margin-right: 10px;
	color: #BB3333;
}

.formError ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.banner {
	margin: 20px 0 20px 0;
	text-align: center;
}

.content {
	
	width: 960px;
	margin: 40px auto 40px auto;
	padding-bottom: 35px;
	background-image: url('../images/towhitehgradient.png');
	background-repeat: repeat-x;	
	background-color: white;
	border: 1px solid #ccc;
}

.shine {
	border-top: 1px solid white;
	margin-top: -25px;
	width: 100%;
	background-image: url('../images/shine.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.column {
	border-right: 1px solid #ccc;
	margin: 20px 20px 20px 20px;
	text-align: justify;
	padding: 10 10 10 10;
}

.column-last {
	margin: 20px 20px 20px 20px;
	text-align: left;
	padding: 10 10 10 10;
}

.features {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	color: #666;
	font-size: 30px;
	margin: 45px;
}

.features li {
	margin: 20px 20px 20px 20px;
}

.contactForm {
	margin: 30px;
}

.contactForm input[type='text'] {
	font-size: 18px;
}

.contactFormBody {
	margin: 10px;
}

.contactFormSignature {
	margin: 10px;
}

.contactFormSubmit {
	margin-top: 23px;
	text-align: right;
}

.contactElement {
	margin: 5px;
}

.contactFormSubmited {
	width: 400px;
	height: 300px;
	padding-top: 100px;
	text-align: center;
	vertical-align: center;
	font-size: 20px;
	color: #1d82bb;
	text-shadow: 0 1px 0 #fff;
}

#appletdiv {
	width: 950;
	height: 500;
	padding: auto;
	margin: auto;
	border: 1px dotted #eee
}

.startdemo {
	margin-top: 80px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.underline {
	border-bottom: 1px solid #ccc;
}

.featurebox {
	text-align: left;
}

/**************************************/
/*               FOOTER               */
/**************************************/

.footer-left {
	color: #aab;
	text-align: left;
	vertical-align: top;
	margin-left: 1px;
}

.footer-center {
	color: #aab;
	text-align: center;
	vertical-align: top;
	margin: auto;
}

.footer-right {
	color: #aab;
	text-align: right;
	vertical-align: top;
	margin-right: 1px;
}

.footer-item {
	margin: 0 5px 0 5px;
}

.middle {
	vertical-align: middle;
}

.box300 {
	text-align: center;
}
.box300 img {
	text-align: left;
}

.round-5px {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.round-10px {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.box-shadow-light {
-moz-box-shadow: 0 0 3px #cc;
-webkit-box-shadow: 0 0 3px #ccc;
}

hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.action, .action a {
	text-decoration: underline;
	color: #111;
	margin: 40px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.flash {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 15px;
	color: #1f553f;
	background: #c5e0d6;
}

.flashError {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 15px;
	color: #55231f;
	background: #dec8c5;
}


.noFlash {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 15px;
	color: #1f553f;
	background: none;
}

.emailBox {
	border: 1px solid #dadab5;
	padding: 10px;
	text-align: center;
	background: #feffd4;
}
