/*DO NOT DELETE ---- THESE ARE BASIC, GENERAL STYLES FOR THE LAYOUT THEY ARE APPLIED GLOBALLY ---- DO NOT DELETE */

/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #000;
	padding: 0 0 40px;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
}
h2 {margin-top:1em;}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#595954;
	margin-bottom:10px;
	padding:10px 10px 1px 10px;
}
.box h2, .box h1 {
	font-size:1em;
	font-weight:bold;
	color:#4A1A0D;
	margin:-10px -10px 0;
	padding:6px 35px 6px 12px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.box h2 a,
.box h2 a.visible, .box h1 a, .box h1 a.visible {
	color:#fff;
	background:#333;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}

/* header box used to put title of page
----------------------------------------------- */
#main .box {
	background:#B4AA79 url(/_images/contenttop.png) no-repeat -109px top;
	margin-bottom:10px;
	padding:10px 10px 1px 10px;
	border-bottom: 1px solid #595954;
}
#main .box h2, #main .box h1{
	margin-top: -4px;
}

/* header box used for top of sidebar
----------------------------------------------- */
#sidebar .box {
	background-image: url(/_images/sidebartop.png);
	background-repeat: no-repeat;
	background-position: -3px top;
}
#sidebar .box h2, #sidebar .box h1 {
	padding-left: 30px;
	margin-top: -4px;
	color: #000;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Palatino, Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}






 

