/* CSS Document */
html, body {
	height:100%;
}

body, td, tr, ul, li, div, h1, p, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#000;
}
a {
	color: #000;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a.hilited {
	color: #FFFFFF;
	background-color: #000000;
  text-decoration:underline;
}
#page {
	/*min-height: 100%;*/
	height: auto !important;
}
/*
* html #page
{
	height: 100%;
}
*/
/* ------------------------
 	HEADER
------------------------ */
#headerWrapper {
	width: 100%;
	height:209px;
	background-image:url(../images/headerBg.jpg);
	background-repeat:repeat-x;
}
#header {
	width: 960px;
	margin:0px auto auto;
}
#logo {
	float:left;
	width:219px;
}
#info {
	float:left;
	width:236px;
	height:52px;
	padding-left:5px;
	margin-top:11px;
	background-image:url(../images/line.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	text-align: center;
}

#info p {
	font-size:11px;
}

#login {
	height:52px;
	float:right;
	width:319px;
	padding-left:5px;
	margin-top:11px;
	background-image:url(../images/line.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
.basicField {
	border:solid 2px #CCC;
	color:#666;
	font-size:11px;
	height:12px;
	padding:2px;
}
.loginButton {
	background-image:url(../images/button_login.gif);
	background-repeat:no-repeat;
	border:none;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	width:64px;
	height:20px;
	
}
#forget {
	padding-top:20px;
	text-align:right;
}
#forget a {
	text-decoration:none;
}
#searchForm {
	width:280px;
	float:left;
	margin-left:4px;
	margin-top:4px;
}
.serachButton {
	background-image:url(../images/button_search.gif);
	background-repeat:no-repeat;
	border:none;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	width:39px;
	height:20px;
	margin-left:4px;	
}
#extentedSearch {
  float:left;
  text-align:left;
  margin-top:8px;
  margin-right:4px;
}

#latestRead {
	width:250px;
	float:right;
	text-align:right;
	margin-top:8px;
	margin-right:4px;
}

#flashAnim {
	clear:both;
	width:100%;
	height:108px;
	background-color:#000;
}
#searhBar {
	width:100%;
	height:33px;
	background-image:url(../images/searchBarBg.jpg);
	background-repeat:repeat-x;
}

/* ------------------------
 	CONTENT
------------------------ */
#contentWrapper {
	width: 960px;
	margin:0px auto auto;
}

#content {	
	float:left;
	padding:5px;
	width:770px;
}
#contentFrontpage {	
	float:left;
	padding:5px;
	width:620px;
}
#subContent {	
	float:left;
	padding:5px;
	width:770px;
}

#content ul,
#contentFrontpage ul {
	margin: 0px;	
	color: #FFF;
	display: inline;
}
#content ul li,
#contentFrontpage ul li { 
	margin: 2px;
	padding:2px;
	display: block;
	width:144px;
	height:244px;
	border:#CCC solid 1px;
	float:left;
}
#magCover {
	text-align:center;
}
#magDate {
	color:#a09378;
	font-size:10px;
	padding-top:4px;
	text-align:center;
}
#magName {
	padding-top:4px;
	text-align:center;
}
#magUrl {
	padding-top:4px;	
	text-align:center;
}
#magUrl a {
	color: #38559e;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#menu {
	width:150px;
	float:left;
	padding:5px;
}
#menu ul {
	list-style-type:none;	
}
div.menu_scroller {
	width:150px;
	height:225px;
  overflow-y: auto;
  overflow-x: hidden;}
#list {
  list-style-type:none;
		
	
}
#listHeader {
	background:#362c23;
	padding:4px;
	color:#FFF;
	border:#544a40 solid 1px;
}

#infoArea {
  float: left;
  width: 160px;
  margin-top: 5px;
}

#infoArea h1 {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

#adBanner {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
}

form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ------------------------
 	SEARCH
------------------------ */

#searchResults {
	padding-top:20px;
	width:770px;
	text-align:left;
	list-style-type:none;
}
#searchResults li{
	padding-bottom:20px;
}	
#pagination {	
	clear:both;
	padding-top:10px;	
	width:770px;
	text-align:right;
}
#pagination a {
	background-color:#EFEFEF;
	border:#CCC solid 1px;
	padding:3px 4px 4px 6px;
	text-decoration:none;
}	
#searchName a {
	color: #0000cc;
	font-size:16px;
}
#searchUrl a {
	color: #7777cc;
}
#searchCover{
	float:left;
	width:70px;
}
#searchCon {
	float:left;
	width:540px;
}
#clearing
{
	clear:both;
}


/* ------------------------
 	FOOTER
------------------------ */
#footerWrapper {
	clear:both;
	width: 100%;
	margin:0px auto auto;
	background:#383029;
	background-image:url(../images/footerBg.jpg);
	background-repeat:repeat-x;
	height:195px;
	bottom:0;
	
}
#push {
	height:195px;
	clear:both;
}
#footer {
	width: 960px;
	margin:0px auto auto;
	
	
	
}
#footer p {
	color:#a2947a;
	padding-top:10px;
}
#footer h1 {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#footerArea1 {
	float:left;
	width:80px;
	padding-top:10px;
	
}
#footerArea2 {
	float:left;
  width:120px;
  padding-top:10px;
  padding-left:10px;
  color: #FFF;
}
#footerArea2 A,
#footerArea3 A {
  color: #FFF;
}

#footerArea3 {
	float:left;
	padding-top:10px;
	padding-left:10px;
  color: #FFF;
	width:90px;
}

#fav-chooser ul li {
	float: left;
	border: 0;
	width: 200px;
	height: 100%;
	margin: 1px;
	display: block;
}

#fav-chooser ul li:hover {
	border: solid 1px #ccc;
	margin: 0px;
}