/*
 *
 * Cascading Style Sheet (CSS) for Bryce Farrah
 * Author: Rob Edwards <rob.edwards@brycefarrah.com>
 * Copyright: 2007 Bryce Farrah
 *
 */

/*
 * ----------------------------------------
 * Generic Page elements
 * ----------------------------------------
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	padding-top: 10px;
	font-size: 62.5%;
	font-family: Century Gothic, Sans serif;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


 /*
 * ----------------------------------------
 * Page contruction elements
 * ----------------------------------------
 */

h1 {
    font-size: 4.8em;
    margin-top: 40px;
    text-align: center;
    color: #CC3300;
    font-weight: 100;
    text-decoration: none;

}
p {
    font-size: 2em;
    width: 100%;
    text-align: left;
    color: #A3A3A7;
}

a {
    text-decoration: underline !important;
}

a, a:hover, a:visited {
    color: #A3A3A7;
    text-decoration: none;
}
a:hover {
    color: #CC3300;
}

.black {
    color: black;
}
.orange {
    color: #CC3300;
}

#container {
    position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	padding: 20px;
    min-height: 250px;
	height:	auto !important; 	/*fix for IE6 bug*/
	height: 250px; 				/*fix for IE6 bug*/
}

#banner {
    width:  100%;
    text-decoration: none;
}

#banner h1 {
    color: #CC3300;
}

#content {
    font-size: 4.2em;
}

#info {
    margin-top: 30px;
    margin-left: 20px;
}

#contactMessage {
    margin-top: 30px;
    margin-bottom: 20px;
}



/*
* ----------------------------------------
* Contact Form
* ----------------------------------------
*/


#contactYouType {
    float: left;
    margin-right: 10px;
    width: 90px;
    font-size: 2em;
    color: #A3A3A7;
}

input {
    font-size: 1.2em;
    color: #A3A3A7;
    font-weight: 100;
    width: 100%;
    margin-bottom: 5px;
    font-family: Century Gothic, Sans serif;
}
textarea {
    font-size: 1.5em;
    color: #A3A3A7;
    font-weight: 100;
    width: 100%;
    margin-bottom: 5px;
    font-family: Century Gothic, Sans serif;
}

#contactYouType li {
    margin-bottom: 13px;
}

#contactYouContent {
    float: left;
    width: 350px;
}

#contactYouContent li {
    margin-bottom: 5px;
}

#contactYouContent #contactYouHeader {
    margin-bottom: 8px;
}

#submitButton {
    text-align: right;
    width: 100%;
}

#submit {
    width: 160px;
    background: none;
    color: #A3A3A7;
    font-size: 16px;
    text-align: center;
}
#submit:hover {
    color: #CC3300;
}


#emailLink {
    text-decoration: none;
}

.msg {
    color: #E48C00;
}

/*
* ----------------------------------------
* Specific
* ----------------------------------------
*/

label.error {
    margin-top: 2px;
    color: #CC3300;
    font-size: 1.2em;
    display: block
}