/* 
Title:     www.rejiggered.com master styles for screen media
Author:    steve@leapfeet.com
Updated:   11/23/07
*/

/*  =reset.css */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }

ol, ul { list-style-type : none; }

table { border-collapse : collapse; border-spacing : 0; }

caption, th { text-align : left; }

fieldset, img { border : 0; }

dt, address, caption, cite, code, dfn, i, b, th, var { font-style : normal; font-weight : normal; }


/* =blocktext */

h2, h3, h4, h5, p, blockquote, address, dl, ul, ol { margin : 0px; padding : .5em 0; }


a {outline: none;} /* =remove outlines in Firefox*/




/* =layout */

body{
	background: #3A382A;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: small;
	color: #F4F4F4;
	line-height: 1.7;
	position: relative;
	border-top: 3px solid #2ABBED;}

div#branding, div#content, div#site_info{
	width: 770px;
	margin: 0 auto;
	text-align: left;}



/* =branding */

div#branding{
	background: url(../images/bg_branding_gradient.png) repeat-x top left;
	height: 105px;
	margin-top: 40px;
	}

div#branding h1 {
	color: #B40202;
	background: url(../bg_branding_logo.png) no-repeat  0 100%;
	text-indent: -9000px;
	width: 206px;
	height: 105px;
	float: left;
	}

div#branding p {
	background: url(../bg_branding_p.png) no-repeat 0 0;
	color: #1A150D;
	text-indent: -9000px;
	width: 266px;
	height: 21px;
	float: right;
	margin-top: 70px;
}

#content{
	padding-top: 30px;
}

/* =links */

div#container a:link, div#container a:visited{
	color: #F4F4F4;
	text-decoration: none;
	padding: 4px 0;
}
div#container a:hover{
	background-color: #7A7868;
}



/* =content */

div#content p, div#content li{
	font-size: 130%;}

div#content p{
	padding-top: 0px;}

div#content ul li{
	font-weight: normal;
	list-style-image: url(../images/li.gif);
	list-style-position: outside;}

div#content ul {
	position: relative;}

div#content h2{
	font-size: 180%;
	margin-top: 15px;
	color: #2ABBED;
	padding: 0;
	clear: both;}

div#content h3{
	color: #2ABBED;
	font-size: 140%;
	letter-spacing: -1px;
	padding: 1em 0 0 0;
	}


/* =site info */

div#site_info p{
	margin-top: 30px;
	font-size: 90%;
	line-height: 1;
	color: #5F5E50;
	padding: 2em 0;}

	
