/*** FONT SIZES ***
px	%
10 	77
11 	85
12 	93
13 	100
14 	108
15 	116
16 	123.1
17 	131
18 	138.5
19 	146.5
20 	153.9
21 	161.6
22 	167
23 	174
24 	182
25 	189
26 	197
******************/

/* colors */

#page-header-splash {
	background-color: #bb0000;
}

html {
	background-color: #191919;
}

.main-nav .link:hover,
blockquote {
	background-color: #333;
}

#page-header-splash {
	color: #191919;
}

body {
	color: #ccc;
}

a {
	color: #C09B08;
}
a:hover,
.main-nav .link.current {
	color: #fff;
}


#page-footer {
	background-color: #000;
}

/* general */
a {
	text-decoration: none;
	border: 0;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style: none none;
	margin-bottom: 10px;
}

blockquote {
	font-style: italic;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#container {
	width: 970px;
	margin: 10px auto;
}

.m0 {
	margin: 0;
}

/* header *******/
#page-header,
#main {
	margin-bottom: 20px;
}

.main-nav {
	margin-bottom: 10px;
}
.main-nav .link {
	padding: 5px 10px;
}
.main-nav .link.current {
	font-weight: bold;
}

#page-header-splash {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#page-header-splash {
	font-weight: bold;
	font-size: 197%;
}


/* footer */
#page-footer {
	font-size: 77%;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#foot-icons {
	margin-left: 10px;
	display: inline;
}

.social-icons .icon {
	margin-right: 10px;
}

/* home */
.main-area {
	margin-right: 240px
}

.main-side {
	width: 230px;
	float: right;
}

/* slide show home page */
#home-slideshow {
	margin-bottom: 10px;
	width: 700px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	/* from dude */
	position:relative;
}

#home-slideshow img {
    position:absolute;
	top:0;
    left:0;
    z-index:8;
}

#home-slideshow .active {
    z-index:10;
}

#home-slideshow .last-active {
    z-index:9;
}


/* common items */
.module {
	margin-bottom: 15px;
	padding: 5px;
}
.module .header {
	font-weight: bold;
	font-size: 153.9%;
	margin-bottom: 10px;
}
.module .subheader {
	font-weight: bold;
	font-size: 123.1%;
	margin-bottom: 10px;
}

.w1-4 {
	width: 24%;
	float: left;
}
.w3-4 {
	width: 73%;
	float: left;
}
.w2 {
	width: 48%;
	float: left;
}
.w3 {
	width: 32%;
	float: left;
}
.w4 {
	width: 24%;
	float: left;
}

.grid-row {
	margin-bottom: 25px;
}

.img-frame {
	border: 3px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 3px;
}

/* clear fix */
.cfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden
}

.cfix {
zoom:1
}


/* contact */
.contact {
	margin: 20px auto;
	width: 600px;
	background-color: #333;
}
.contact .contact-error {
	color: #dd0000;
	margin-left: 50px;
}
.contact .errors li {
	list-style-type: disc;
}

.contact .input {
	margin-bottom: 10px;
}
.contact label {
	width: 100px;
	font-weight: bold;
	font-size: 116%;
	display: inline-block;
}
.contact input {
	width: 400px;
	padding: 3px;
}
.contact textarea {
	width: 400px;
	height: 200px;
	padding: 5px;
}
.contact #send {
	height: auto;
	width: auto;
	margin-left: 110px;
}

.contact-sent {
	color: #009933;
}
