/*
-----------------------------------------------------
Name:     BLACK OCTOBER
Designer: Georganna Hancock
URL:      www.HancockWebsites.com / www.Writers-Edge.info
Date:     January 2008
Rights:   All rights reserved.  Copyright 2008 Georganna Hancock
		  Contact GEO [AT] HANCOCKWEBSITES.COM
------------------------------------------------------ */

/* Defaults
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:left;
	color:#000000;
	line-height:1.3;
	background:#000000;
}

/* Link styles */
a:link {color:#FF0000;text-decoration:underline;}
a:visited {color:#FF0000;text-decoration:underline;}
a:hover {color:#FF0000;text-decoration:underline;}
a:active {color:#FF0000;text-decoration: underline;
}

/* Layout
----------------------------------------------- */
@media all {
#container {
	background-color:#000000;
	width:900px;
	margin:0 auto;
	text-align:center;
}

#middle {
	width:900px;
	background:#000000;
	margin:0;
	text-align:left;
	display:block;
}

  }
@media handheld {
#container {
     width:90%;
    }
#top {
     width:100%;
     background:#000000;
    }
#bottom {
	width:100%;
	background:#000000;
    }
#middle {
    width:100%;
    background:#000000;
    }
  }
  
#retainer {
	padding:0 50px;
	background: #000000;
}


#header {
	text-align: center;
	height: 100px;
	width: 800px;
	background: #000000;
}
#header h1 {
	margin:0;
	padding:0 0 6px 0;
	font-size:225%;
	font-weight:normal;
	color:#612E00;
}

#page-title {
	margin:.5em;
	font-size:200%;
	font-weight:bold;
	color:#993333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	padding: 0;
	border: thin solid #A24B2F;
}

div.clearer {
	clear:left;
	line-height:0;
	height:10px;
	margin-bottom:12px;
	_margin-top:-4px; /* IE Windows target */
	background: no-repeat bottom left;
}
    
@media all {
  #center-column {
	width:438px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: medium solid #A24B2F;
	border-bottom: #A24B2F;
	border-left: medium solid #A24B2F;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.25em;
	text-align: left;
    }
	
  #left-sidebar {
	width:155px;
	float:left;
	padding:2em 0 0px;
	margin:0;
	text-align: center;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
	
  #right-sidebar {
	width:180px;
	float:right;
	padding:1em 0px 0px;
	margin:0;
	text-align: center;
	list-style-position: inside;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: #A24B2F;
    }
	
  }
@media handheld {
  #center-column {
	width:100%;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: medium solid #A24B2F;
	border-left: medium solid #A24B2F;
    }
  #left-sidebar {
	width:100%;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
	
  #right-sidebar {
	width:100%;
	float:none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
	
  }
  
#copyright-line {
	clear:both;
	background:url(images/bar_1.JPG) no-repeat center top;
	_padding-top:6px;
	text-align: center;
	color: #612E00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	border-top: #A24B2F;
	padding-top: 10px;
}

#copyright-line p {
	line-height:1.5em;
	font-family:Verdana, sans-serif;
	font-size:75%;
	color: #612E00;
	text-align: center;
	border: thin solid #FF0000;
}

/* Typography Sidebars
----------------------------------------------- */
h2.sidebar-title {
	font-weight:normal;
	font-size:120%;
	margin:0;
	padding:0;
	color:#993333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar ul {
	font-family:Verdana, sans-serif;
	font-size:86%;
	margin:.6em 0 0 .5em;
	padding:0;
}
#sidebar ul li {
	list-style: none;
	padding-bottom:.6em;
	margin:0;
}
#sidebar p {
	font-family:Verdana,sans-serif;
	font-size:86%;
	margin:0 0 .6em 0;
}
	
#upper-divider {
	height:auto;
	background:url(images/rediv.JPG) repeat-x left top;
	border: thin solid #FF0000;
	margin: 0px;
	padding: 0px;
	width: 800px;

}

.menu {
	font-family:Verdana, sans-serif;
	font-size:86%;
	margin:0 0 0em;
	padding:0 0 0em;
	text-align: center;
	font-weight: bold;
	background: center bottom;
}


#topad {
	background-color: #FFCC66;
	font-family:Verdana,sans-serif;
	float: left;
	background-image: url(images/RalphCates.JPG);
	height: 150px;
	overflow: hidden;
	visibility: visible;
	z-index: 3;
	left: 5%;
	top: 20px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	width: 110px;
}

#content {
	width:800px;
	background:#FFCC66;
	margin:0;
	text-align:center;
	display:block;
}