/*   
Theme Name: ABE 1
Description: A concept theme for ABE
Author: NRS after Josh Lyman
Author URI: http://www.podq.com/
Version: 0.1
.
Released under the GPL. The included font, "Dear Joe," is released by joebob of http://www.joebob.nl/, 
and is free to use for any purposes. The default picture supplied in the polaroid header image is 
copyrighted by Josh Lyman. 
.
*/

/* Color Schemes
   -------------
	Orange Dark: #AA3511
				-> blue dark: #ccccff;
	Orange Light: #E0D3CD
	

	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */


.neo{
	COLOR: #6666ff; 
	text-decoration:underline; 
 }


a.neo:active, a.neo:link, a.neo:visited, a:neo:hover {
	COLOR: #6666ff; 
	text-decoration:underline; 

}

body {
	background-color: #FFFFFF; 
	margin: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}






a:link, a:visited {
	color: #333366;
	text-decoration: none;
}

a:visited {
	color: #333366;
}

a:hover {
	color: #6666ff;
	text-decoration:underline;
}

#bookcover {
	position:absolute;
	left:20px;
	top:10px;
	width:180px;
	height:250px;
	background: url('images/bkcover2.gif') no-repeat;
}

#header-img {
	position:absolute;
	left:180px;
	top:0px;
	width:486px;
	height:184px;
}

#subheader {
	position:absolute;
	left:279px;
	top:184px;
	width:60%;
	height:101px;
	margin: 3px 5px 0 35px;
}
	
		#subheader #search {
			float: left;
			width: 45%;
		}
		
		#subheader #cats {
			float: right;
			width: 45%;
		}

.topics {
	color:#eeeeff;
}

.tagline {
 color: #ffffff;
font: normal 110%;
font-weight: bold;  
border-bottom:1px solid #9db0d0;
}
	
#sidebar {
  background: #ffffff;
	margin: 10px 0 5px 3px;
}

#content {
	/*position:absolute;
	left:279px;
	top:285px;
	margin: 10px 20px 10px 35px;
	padding: 0;*/
	right:0;
	margin: 285px 20px 10px 300px;
	padding:0;
	z-index:0;
}

#footer {
	text-align: center;
	font-size:.7em;
	border-top: 1px solid #D4DBD3;
	width:100%;
	height:100%;
	padding-top: 10px;
}

.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}


/* table styles */

td.header {
	background-image: url('images/bluegrad3.jpg');
	background-repeat: repeat-x;
	color: #000000;
	vertical-align: top;
}

td.rsidebar {
				background: #ffffff;
				color: #000000;
				padding-right:0px;
				vertical-align: top;
}
/* Text Styles */

h1, h2, h3,h4 {
	font-weight: bold;
	
}

h1 {
	color: #333366;
	font-size: 22px;
}

h2 {
	color: #333366;
	font-size: 18px;
}

h3 {
	color: #333366;
	font-size: 14px;
}

h2.pagetitle {
	color: #333366;
	font-size: 20px;
}
h3,h4 {
	color: #333366;
}
.post_head {
	margin-top:-19px;
}

p {
	font-size: .8em;
}

a.small {
	font-size:10px;
}

a.buy {
				font-size:12px;
				font-weight: bold;
				color: #993366;
}


.pagetitle {
	text-align:center;
	color:#333366;
}
/* End Typography & Colors */





ul {
	list-style-type:square  ;
	padding-left:20px;
	font-size: smaller;
}

ul.sidebar {
	padding-left:10; list-style-type: square; margin-left:10px; color:#006699
}

ul li h3 {
	font-size: 12px;
}

ul li ul li {
	list-style-type: square;
}

.sidebar_text {
				padding-top:10px;
				padding-bottom:10px;
				font-size:10px;
				font-style:italic;
}

a.header1  {
	font: normal 250% 'Times New Roman', Times, serif; 
	
	color: #ffffff;
}

a.header1:hover {
	color: #ffffff;
}

a.header1:link {
	color: #ffffff;
}

a.header1:visited {
	color: #ffffff;
}

.active{ 
	background:#eef5fd;
}

.noactive {
	background:#f3f3f3;
}


.contentpaneopen, .contentpaneopen p{
	font-size: 14px}