/* Global Stylesheet - churchstreetstorage.com */
/* colors
	dark grey: #35262B (RGB: 227 40 43)
	light grey: #604B50 (RGB: 230 29 80)
	dark red: #480608 (RGB: 239 203 37)
	red: #6B0C10 (RGB: 238 192 56)
	almost white: #EEE3E7 (RGB: 225 59 219)
	gold: #CCCC99
	logo font: Algerian
	tagline font: Franklin Gothic Book
*/
* { margin: 0; padding: 0;}
img {border: 0;}
html { background: #6B0C10; }
/*  color in the body def defines default font color */
body { font: 62.5%/120% "Trebuchet MS", Arial, Helvetica, sans-serif; color: #35262B; }  
h1, h2 { font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; }
h1 { font-size: 2.5em; color: #6B0C01; margin: 8px 0; padding: 10px 0px 20px 0;}
h2 {font-size: 1.8em; color: #604B50; margin: 8px 0; padding: 0 5px 10px 5px; }
p { font-size: 1.3em; line-height: 130%; margin: 0; padding: 5px 5px; letter-spacing: .05em; word-spacing: .1em; }
.emphasis { font-weight: bold; color: #6B0C10; }
a {text-decoration: underline; letter-spacing: 0; outline: none; }
a:link { color: #6B0C10; } 
a:visited { color: #6B0C10; }
a:hover { color:  #604B50; } 
a:active {text-decoration: none; } 

div#clearfloat { clear: both; }
div#bodywrapper { position: relative; width: 900px; margin: 0 auto; background-color: #CCCC99; }
div#branding { height: 200px; background: url(/lookfeel/bannerlogo.jpg) no-repeat; margin-bottom: 20px;}

div#nav_main a { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.5em; font-weight: bold; padding-left: 24px; text-decoration: none; line-height: 150%; }
div#nav_main a:link {color: #EEE3E7;}
div#nav_main a:visited {color: #EEE3E7;}
div#nav_main a:hover { text-decoration: underline; color: #6B0C10; }
div#nav_main a:active {color: #480608;}
div#nav_main ul { position: absolute; top:250px; left: 0;  z-index: 3; padding-left: 20px; }
div#nav_main li { display: block; background-color:#35262B; height: 24px; width: 140px; margin-top: 15px; list-style-type: none;}

/* center content can be up to 660px wide */
div#content {position: relative; margin-left: 100px; margin-right: 20px; background-color: #FFFFFF; padding: 30px 20px 50px 100px; border: 1px solid #6B0C10; }

div#footer { border-top: 1px solid #6B0C10; margin-top: 30px; padding: 10px 0 5px 0; text-align: center;}
div#footer p { font-size: 1.1em; line-height: normal; padding: 0; }
div#footer p.cities, div#footer p.credit { font-size: .9em; }
div#footer ul {list-style-type: none; text-transform: uppercase; font-size: .9em; }
div#footer li { display: inline; }
div#footer ul li a { padding: 0 10px 0 10px; color: #6B0C10; text-transform: uppercase;  }
div#footer ul li a:hover { color: #35262B;  text-decoration: underline;  }
div#footer ul li a:active { text-decoration: none; }



