/* -------------------------- */
/* ----- Auntie Em's Kitchen ----- */
/* -------------------------- */

/* TOC
	01. HTML Elements
	02. Containers
	03. Masthead
	04. Sidebar Column
	05. Content Column
	06. Footer
	07. Gilder Levin Img Replacement
	08. Img Replacement - Headers
	09. Img Replacement - Logo
*/

/* 01. HTML Elements
----------------------------------------- */
/* Simplified Meyer Reset
modified from http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, a, img, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #000000;
	background-color: #ffffff;
}

ol, ul {
    list-style: none;
}

ul, li {
	font-size: 0.8125em;
}


p {
	line-height: 1.3;
	margin-bottom: 0.9em;
	color: #c30;
	font-size: 0.825em;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c30;
	margin-bottom: 0.5em;
	text-transform: none;
}

h1 {
	font-size: 3em;
	color: #c30;
}

h2 {
	font-size: 1.25em;
	color: #c30;
}

h3 {
	font-size: 0.8em;
	padding: 6px 2px 2px 4px;
	color: #ffffff;
}

h4 {
	font-size: 1.25em;
	color: #ffffff;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color: #c30;
}

h6 {
	font-size: 0.8125em;
	color: #c30;
}

h7 {
	font-size: 0.625em;
	color: #ffffff;
}

h8 {
	font-size: 1.1em;
	color: #c30;
}

.normalBold {
	font-weight: bold;
}

a:link {
	color: #c30;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #c30;
}

a:hover {
	text-decoration: none;
	color: #0ff;
}

a:active {
	text-decoration: none;
	color: #c30;
}


/* 02. Containers
----------------------------------------- */
#container {
	width: 850px;
	margin: 0 auto;
	background: #cccc99;
}

#containerInner {
	background: transparent url(../../images/bsa_bg_content_green.jpg) repeat-y;
}

#containerHome {
	width: 850px;
	height: 550px;
	padding: 15px 0px 15px 0px;
	background: #cccc99;
}



/* 03. Header
----------------------------------------- */

#header {
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#links li {
	color: ffffff;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
}

#links li a:link { 
	color: #c30;
	font-size: 1.25em
}

#links li a:visited { 
	color: #c30; 
	font-size: 1.25em
}

#links li a:hover { 
	color: #0ff; 
	font-size: 1.25em
}

#links li a:active {
	color: #FFF;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
}

/* 04. Navigation Bar
----------------------------------------- */

#navlist {
	display: block;
	color: #fff;
	padding: 2px 2px;
	background-color: #a90017;
	font-size: 1.0em;
}

#navlist li {
	list-style: none;
	display: inline;
}

#navlist li a {
	padding: 0px 17px;
	border-left: 0em solid #a90017;
	background: #a90017;
	text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover {
	border-color: #a90017;
	color: #ff0;
	background: #a90017;
}


/* 04. Sidebar Column
----------------------------------------- */

#sidebar {
	float: right;
	width: 385px;
	padding: 15px;
	text-align: right
}

#sidebar p {
	font-size: 0.6875em;
}

#sidebar h1 {
	margin-bottom: 0.625em;
	padding-bottom: 0.625em;
	border-bottom: 1px solid #7e7b76;
}

#sidebar h1 span {
	display: block;
	font-size: 0.85em;
}

#sidebar h2 {
	color: #a90017;
	margin-top: 1em;
}

#sidebar h3 {
	color: #c30;
	margin-top: 0em;
}

#sidebar ul {
	margin-left: 0.5em;
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 0.4em;
}

#sidebar li h3 {
	font-size: 0.875;
	font-weight: bold;
	line-height: 1.1;
}

#sidebar li p {
	font-size: 0.9em;
	margin-top: 5px;
}


/* 05. Content column
----------------------------------------- */
#content {
	width: 385px;
	padding: 15px 20px 0;
	font-size: 95%;
}

#content h2 {
	margin-bottom: 0.5em;
	padding-top: 25px;
}

#content h2.first {
	padding-top: 0;
	border-top: none;
}

#content ul {
	margin-left: 2em;
	list-style: circle;
}

#content ul li {
	margin-bottom: 0.4em;
}
	
/* Photos */
#content .photos {
	margin: 0;
	list-style: none;
}

#content .photos li {
	display: inline;
}

#content .photos img {
	border: 1px solid #000;
	margin-right: 5px;
}

#content .photos .last {
	margin: 0;
}


/* 05. Special Content column
----------------------------------------- */
#specialContent {
	width: 810px;
	padding: 15px 20px 10px 20px;
	font-size: 95%;
	background-color: #cccc99;
	
}

#specialContent h2 {
	margin-bottom: 0.5em;
	padding-top: 25px;
}

#specialContent h2.first {
	padding-top: 0;
	border-top: none;
}

#specialContent ul {
	margin-left: 2em;
	list-style: circle;
}

#specialContent ul li {
	margin-bottom: 0.4em;
}
	
/* Special Photos */
#specialContent .photos {
	margin: 0;
	list-style: none;
}

#specialContent .photos li {
	display: inline;
}

#specialContent .photos img {
	border: 1px solid #000;
	margin-right: 5px;
}

#specialContent .photos .last {
	margin: 0;
}


/* 06. Footer
----------------------------------------- */

#footer {
	display: block;
	width: 850px;
	color: #c30;
	margin-top: 0px;
	padding: 0px 0px;
	background-color: #cccc99;
}

#footer li {
	padding: 10px 0px;
	list-style: none;
	display: inline;
	font-size: 0.8125em;
	color: #c30;
}

#footer li a {
	
	padding: 0px 5px;
	border-left: 0em solid #cccc99;
	border-bottom: 0em solid #cccc99;
	background: #cccc99;
	text-decoration: none;
}

#footer p {
	font: Verdana, Geneva, sans-serif;
	color: #c30;
}

#footer li a:link { color: #c30; }
#footer li a:visited { color: #c30; }
#footer li a:hover {
	border-color: #cccc99;
	color: #c30;
	background: #cccc99;
	font: 100% Arial, Helvetica, sans-serif;
}


/* 07. Gilder Levin Img Replacement
----------------------------------------- */
.gl {
	display: block;
	position: relative;
	overflow: hidden;
}

.gl span {
	position: absolute;
	width: 100%;
	height: 100%;
}


/* :::: Gilder-Levin for Links :::: */
.glLink {
	position: relative;
}

.glLink a {
	display: block;
	overflow: hidden;
}

.glLink a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer; /* Required for links to appear like links in IE */
}

.glLink a:hover {
    border: none;
} /* IE6 requires "(background || border): none;" */


/* 08. Img Replacement - Headers
----------------------------------------- */


/* 09. Img Replacement - Logo
----------------------------------------- */
