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: #fc9;
	background: #900;
}
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: "" "";
}

/********* End Reset ***********/

#container {
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}

a {
	color: yellow;
}
a.nostyle {
	color: #fc9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header h1 {
	display:block;
	width:304px;
	height:109px;
	text-indent:-9009px;
	background:transparent url(img/redseam-logo.gif) no-repeat 0 0;
	float: left;
	margin-bottom: 5px;
}

#header h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

#menu {
	float: right;
	margin-top: 40px;
}
#menu ul {
	list-style-type:none;
}
#menu ul li {
	display:inline;
	list-style:none;
	padding-right:.3em;
	padding-left:.3em;
}
#menu ul li a {
	color: #fc9;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	border: 2px dotted #fc9;
	padding: 3px;
}
#menu ul li a:hover {
	color: black;
	background-color: #fc9;
	border: 2px dotted black;
}
#menu ul li a.menu_on {
	color: #900;
	background-color: #fc9;
	border: 2px dotted black;
}
#menu ul li a.menu_on:hover {
	color: black;
}

#wrapper {
	clear: both;
}

#wrapper h1 {
	font-weight: bold;
	border-bottom: 2px dotted black;
	font-size: 2em;
	padding-left: 10px;
}

#wrapper h2 {
	font-weight: bold;
	font-size: 1.3em;
	padding: 20px 0 10px 0;
	font-style: italic;
}

#wrapper .message {

}

/* Rounded Corners as seen on http://www.cssplay.co.uk/boxes/snazzy.html (Snazzy Borders) */
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-left:1px solid #fc9; border-right:1px solid #fc9;}
.xb1 {margin:0 5px; background:#fc9;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {
	display:block; 
	border:0 solid #fc9; 
	border-width:0 1px;
	padding: 8px 12px;
}



#footer {
	text-align: center;
	margin: auto;
	clear: both;
	margin-top: 5px;
}


/* From ajax contact form, modify as desired */
/* http://www.dustindiaz.com/ajax-contact-form/ */
#cForm {
	padding: 10px 0 0 10px;
}
label { 
	display: block; 
}
input.text,textarea { 
	width: 50%;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc; 
}
input.submit { 
	padding: 2px 5px;
	font: bold 12px/12px verdana,arial,sans-serif;
}

em {
	font-style: italic;
}
