@charset "utf-8";
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	background-image: url(images/page_bkg1.jpg);
	background-color: #1B2058;
	}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
/* General Styles */
body  {
	font: 100% arial, Arial, Helvetica, sans-serif;
	text-align: center;
}
html {
}
blockquote  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.8;
	margin-right: 4em;
	margin-left: 4em;
	padding-right: 1em;
	padding-left: 1em;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/upQuote.gif) no-repeat;
	padding-top: 1em;
	margin-top: 1.8em;
}
blockquote span {
	text-align: right;
	font-weight: bold;
/*	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/downQuote.gif) no-repeat right bottom;*/
	line-height: 1.2;
	padding-bottom: 2.4em;
	display: block;
	padding-top: 0em;
	padding-right: 2em;
}


/* ---------All layout generic styles---------------- */
.twoColFixSmSide #container, .twoColFixLgSide #container, .oneCol #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixSmSide #header, .twoColFixLgSide #header, .oneCol #header {
	height: 200px; /* this will be the height of the header background graphic */
	position: relative;
} 
.twoColFixSmSide #sidebar div, .twoColFixLgSide #sidebar div {
	background: #8b7f9e;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.twoColFixSmSide #footer, .twoColFixLgSide #footer, .oneCol #footer {
	padding: 30px 1em .5em; 
	background:#666 url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/footer_bkg.gif) no-repeat center top;
	margin-bottom: 1em;
} 
.twoColFixSmSide #footer p, .twoColFixLgSide #footer p, .oneCol #footer p {
	font-size: .8em;
	color: #fff;
	text-align: center;
	margin-bottom: .5em;
}
/* --------------Large sidebar specific styles -------------*/
.twoColFixLgSide #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, adding padding and borders will increase the overall width in standards-compliant browsers */
	padding: 0;
	color: #fff;
}
.twoColFixLgSide #mainContent {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
} 
/* --------------Small sidebar specific styles -------------*/
.twoColFixSmSide #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, adding padding and borders will increase the overall width in standards-compliant browsers */
	padding: 0;
	color: #fff;
}
.twoColFixSmSide #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; 
} 

/* -----------------end large sidebar styles ----------------------------*/
/* -----------------one column styles ----------------------------*/
.oneCol #mainContent {
	margin: 0
	padding:0;
	background-image: url(images/branded_sm.jpg);
	background-repeat: no-repeat;
	}
.oneCol #mainContent .article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #78320E;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	padding-left: 55px;
	background: ;
}
.oneCol #mainContent img {
	background: none;
	display: inline;
	border: none;
	padding: 0;
}
/* -------------------- main content specific styles ------------------*/
#mainContent img {
	float: none;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.6;
	padding-right: 1.6em;
	padding-left: 1.6em;
	color: #333;
	margin-top: 0.5em;
}
#mainContent b {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.95em;
	line-height: 1.6;
	padding-right: 1.6em;
	padding-left: 1.6em;
	color: #663399;
	margin-top: 0.5em;
	font-weight: bold;
}
#mainContent a {
	font-weight: bold;
	color: #702D81;
	text-decoration: none;
	border-bottom: 1px dotted #702D81;
	padding-bottom: 0.1em;
}
#mainContent a:hover {
	color: #BA3818;
	border: none;
}
#mainContent .article, #mainContent .galleryArticle {
	background: #fff;
	padding: 0.5em 0.5em 2em;
	margin-bottom: 1em;
	border: 2px solid #bbb;
	border-top: none;
}
#mainContent .article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #C00;
	margin: 0;
	font-weight: bold;
	line-height: 2;
	padding-left: 0px;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/skull_icon.gif) no-repeat left center;
	text-align: center;
	text-transform: uppercase;
}
#mainContent .article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #412666;
	margin-bottom: 0em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 8px;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/headline_bkg6.jpg) no-repeat center bottom;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin: 1em .5em;
	color: #48006C;
	text-transform: none;
}
/* ------ mainContent gallery styles --------------*/
#mainContent .galleryArticle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height:1.75em;
	text-align: center;
	color: #666;
	margin: 1em 2em 0;
	font-weight: normal;
	padding: 0;
	border-top: 1px dotted #666;
	background: none;
}
#mainContent .galleryArticle h2 {
	position: relative;
	top: -0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 0;
	color: #333;
	font-weight: normal;
	text-align: center;
	padding: 0 0 55px;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/headline_bkg6.jpg) no-repeat center bottom;
}
#mainContent .author {
	font-style: italic;
	}

/* ---------------- header specific styles ----------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: -1px;
	bottom: -2px;
	width: 752px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	background: #8b7f9e;
	padding: .2em .5em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: 0.5em;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #4E388C;
	background: #fff;
	cursor: default;
}
#header li a:hover {
	color: #8b7f9e;
	background: #fff;
	font-size: .85 em;
}
#header #logo {
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/logo.gif) no-repeat;
	height: 76px;
	width: 288px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header h1 {
	text-indent: -1000em;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/tagline.gif);
	height: 142px;
	width: 373px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* ------------------sidebar specific styles -----------------------*/
#sidebar h1{
	margin: 0;
	text-indent: -1000em;
	height: 35px;
	margin-bottom: .25em;
	}
#sidebar #previous h1 {
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/previous_head.gif) no-repeat;
}
#sidebar #archive h1 {
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/archives_head.gif) no-repeat;
	margin-bottom: 0;
}
#sidebar #next h1 {
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/next_header.gif) no-repeat;
}
#sidebar #current h1 {
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/current_head.gif) no-repeat;
}
#sidebar #required h1 {
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/required_head.gif) no-repeat;
	font-size: 1em;
	height: 35px;
}
#sidebar #about h1 {
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/about_head.gif) no-repeat;
}
#sidebar #about p{
	margin: 1em .625em;
	}
#sidebar #required ul,#sidebar #archive ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar  #required  ul li {
	margin: 0 0 0 10px;
}
#sidebar #archive ul li {
	margin:0;
	padding:0;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/archive_bkg.gif) no-repeat left center;
	}
#sidebar #required ul a {
	display: block;
	width: 200px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/bullet.gif) no-repeat left center;
	margin: 0;
	font-weight: bold;
}
#sidebar #archive ul a {
	display: block;
	width: 170px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	background: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/archive_bkg.gif) no-repeat left center;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#sidebar #archive ul a:hover {
	background-position: -200px 0px;
	color: #423572;
	}
#sidebar #archive ul a.current {
	background-position: top right;
	color: #602E0C;
	cursor: default;
	}
#sidebar #archive ul a.last {
	border-bottom: none;
	}
.twoColFixSmSide #sidebar div#archive {
	padding:0;
	}
#sidebar #required ul a:hover {
	background-color: #5E478C;
	background-image: url(file:///RAID%201/Users/karenphillips/Sites/Dreamweaver%20course%20Files/finished%20site/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar div img {
	margin: .5em auto;
	display: block;
}
#sidebar div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #fff;
	margin: 0 10px;
}
#sidebar  div#next  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	margin: 1em .7em;
	line-height: 1.6;
}

#sidebar div p.caption {
	font-size: 0.8em;
	margin-top: 0em;
	text-align: center;
}
#sidebar div h2 {
	font-size: 1em;
	margin-left: 10px;
	margin-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightAlign    {
	text-align: right;
}
.subcategory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #463B79;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
