@charset "utf-8";
/* CSS Document */
/*__________________Jeff McNear - Plasterdog Productions____________________________*/
/* COLORS:
body background / Nav Text Color - very pale yellow #ffffcc
red accents - #cc0000
dark brown - #663333
light brown - # cc9933
*/
/*_______________________ABSOLUTE WIDTH DESIGN_______________________________*/
/*_______________________________classes____________________________________________*/
/* left oriented image */
.content_img {
	padding: 5px 10px 15px 5px;
}
#left-side p img {
}
#left-side p img {
}
/* right oriented image */
.right_image {
	float: left;
	
}

/*_____________________________________structure_______________________________________*/

/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	background-color: #000000;
}
/* setting text align to left here corrects cascade for IE bug fix above_________*/

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffcc
}
/*__________________________setting background color eliminates stripe in Netscape_____*/
#wrapper #banner {
	background-color: #ffffcc;
}
/*____________________________NAVIGATION RELATED__________________________________*/
/*__________________________________DROP DOWN ENABLED NAVBAR________________________*/
/* main purpose is to carry the background color width of wrapper*/
#wrapper #navWrap {
	background-color: #cc9933;
	width: 100%;
	height: 31px;	
}
/* controls the position of the navbar */
#nav {
	float: left;
	background-color: #cc9933;
}
/* line height set at multiple of actual */
#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 2;
	background-color: #cc9933;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
/*styling for links */
#nav a {
	display: block;
	}
#nav a:link, #nav a:visited, #nav a:hover  {
	font-family: "lucida grande", verdana, arial, geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-bottom: 2px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	text-align: left;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	border-bottom-color: #cc9933;
}
#nav a:hover {
	color: #663333;
	border-bottom-color: #CC0000;
}
/* all list items */
#nav li { 
	float: left;
	width:80px; /* width needed or else Opera goes nuts */
}
/* second-level lists */
#nav li ul {
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #cc9933;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*_______________________CONTENT RELATED___________________________________*/
/* content cleared both to drop below navbar*/
#content {
	clear: both;
	color: #ccc;
}
#left-side{
	margin-right: 260px;
	background-image: url(../images/red_dots.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #ffffcc;
}
#left-side .content_img{
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: bottom;
}
#left-side-full{
	width: 760px;
	background-color: #ffffcc;
}
#right-side {
	width:250px;
	float: right;
	padding-top: 10px;
}

/*_____________________Clears all content______________________________*/
#wrapper #content #content_foot {
	clear: both;
}
/*_______________________CONTENT TEXT STYLES_______________________________*/
#content p, #content h1, #content h2{
	font-family: "lucida grande", verdana, arial, geneva, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 2.0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 2.0em;
	font-style: italic;
	font-weight: normal;
	color: #663333;
	margin-left: 12px;
	margin-right: 15px;
}
#content p {
	font-size: 13px;
	line-height: 1.7em;
}
#left-side p img {
}
#left-side p img {
}
#left-side p img {
}
#content h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	line-height: 1.3em;
	font-weight: normal;
}
#content h2{
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 3px;
	line-height: 20px;
}
#content li{
	font-family: "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7em;
	color: #000000;
}

/*___________CONTENT LINK STYLES_____________________________________*/
#right-side a:link, #right-side a:visited, #right-side a:hover  {
	font-family: "lucida grande", verdana, arial, geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
#right-side a:link, #right-side a:visited {
	color: #663333;
	text-decoration: underline;
}
#right-side a:hover {
	color: #663333;
	text-decoration: underline;
}
#left-side a:link, #left-side a:visited, #left-side a:hover  {
	font-family: "lucida grande", verdana, arial, geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	text-decoration: underline;
}
#left-side a:link, #left-side a:visited {
	color: #000000;
	text-decoration: underline;
}
#left-side a:hover {
	color: #663333;
	text-decoration: underline;
}


/*______________REDUNDANT NAVIGATION__________________________*/
#wrapper #redundant_nav {
	font-family: "lucida grande", verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #ffffcc;
	text-align: center;
	line-height: 20px;
	background-color: #cc9933;
	height: 105px;
}
#wrapper #redundant_nav a:link,#wrapper #redundant_nav a:visited, 
#wrapper #redundant_nav a:hover  {
	text-decoration: none;
	color: #ffffcc;
}
#wrapper #redundant_nav a:hover {
	color: #ffffcc;
	text-decoration: underline;
}
/*____________________________DIV FOR AUTHOR LINK INFO______________________________*/
#wrapper #author {
	text-align: right;
}

.table_text {
	font-family: "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #663333;
}
.table_text a:link {
	font-family: "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #663333;
	text-decoration: underline
}
.table_text a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #663333;
	text-decoration: underline
}
.table_text a:hover {
	font-family: "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #663333;
	text-decoration: underline
}
