/* Primary Styles
------------------------------------------*/

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;	
	}

a:link, a:visited { 
	color: #c60;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover { 
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	} 

blockquote {
	text-align: left;
	}

b, strong {
	font-weight: bold;
	}
	
cite {
	font-style: italic;
	}

div {
	text-align: left;
	}
	
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold; 
	margin-bottom: 5px;
	padding: 0px;
	color: #000;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: -5px 0 0 0;
	padding: 0 0 20px 0;
	color: #666;
	}

.content h3 a:link {
	font-weight: bold;
	color: #666;
	}
	
.content h3 a:visited {
	font-weight: bold;
	}

i {	
	font-style: italic;
	}

img {
	border: none;
	border-width: 0;
	}
	
ol {
	text-align: left;
	}


ul {
	text-align: left;
	}	
	
p {
	/*margin: 0px;
	padding: 0px;*/
	text-align: left;
	line-height: 150%;
	}

table tr td {
	border: none;
	border-width: 0;
	vertical-align: top;
	}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}

.error {
	color: #c60;
	font-weight: 700;
}

/* = Global Container - .container
------------------------------------------*/

.container {
	width: 835px;
	padding: 0px 15px;
	background: #fff;	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

/* = Global Top Bar - #top
------------------------------------------*/

#top {
	width: 100%;
	height: 21px;
	background-color: #5a5a5a;
	border-bottom: 7px solid #c60;
	}	

/* = Global Header - #header
------------------------------------------*/

#header {
	clear: both;
	float: left;
	width: 835px;
	margin: 0px;
	padding: 0px;
	}
	
#header .logo {
	float: left;
	width: 560px;
	height: 111px;
	}
	
#header .search {
	float: right;
	width: 200px;
	vertical-align: bottom;
	padding-top: 60px;
	}	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {

#header .search input {	
	padding: 1px 3px;
}

#header .search input.submit {
	margin-top: 1px;
	padding: 1px 4px 1px 0px;
	height: 12px;
	}
}	
	
#header .search input {	
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 2px 3px 3px 3px;
	width: 191px;
	z-index: 0;
	}
	
#header .search input.submit {
	width: 12px;
	border: 0px;
	float: right;
	margin-top: 2px;
	padding: 2px 4px 2px 0px;
	margin-left: -20px;
	vertical-align: center;
	z-index: 1;
	}

/* = Global Nav - #nav
------------------------------------------*/

#nav { 
	width: 220px;
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: left;
	}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	}

#nav a {
	border-width: 0;
	padding: 0;
	margin: 0;
	}

#subnav ul {
	float: left;
	width: 109px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#subnav li {
	height: 18px;
	margin: 0px 0px 0px -9px;
	padding: 0px;
	list-style-type: none;
	}

/* = Global Content - #content
------------------------------------------*/
	
#content {
	background: #fff;
	width: 835px;
	padding: 0px;
	margin: 0px;
	}

/* = Global Wrapper - #maincol
------------------------------------------*/
	
#maincol { 
	clear: both;
	width: 835px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}


/* = Global Left Column - #leftcol
------------------------------------------*/

#leftcol {
	clear: left;
	float: left;
	width: 220px;
	margin: 0px 1px 0px 0px;
	background: url(../images/home/bg-news.png) repeat-x;
	}

#leftcol .top {
	height: 25px;
	border-top: 3px solid #cecece;
	}	
	
#buy_book {
	width: 175px;
	margin: 10px 0px 30px 0px;
	}
	
#buy_book .header {
	border-top: 1px solid #f5e0cc;
	border-bottom: 1px solid #f0d1b2;
	padding: 8px 0px 8px 3px;
	}
	
#buy_book .content {
	background: #fffbf7;
	padding: 20px 24px 15px 24px;
	border-bottom: 1px solid #f0d1b2;
	}
	
#buy_book .content p {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0px;
	}
	
#buy_book .content p.cover {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
#buy_book .coverimg {
	border: 1px solid #c3b3a1;
	}

/* = Global Right Column - #rightcol
------------------------------------------*/

#rightcol {
	clear: none;
	float: right;
	width: 612px;
	margin: 0px;
	padding: 0px;
	}

#rightcol .top {
	height: 22px;
	border-top: 3px solid #a9a9a9;
	}

#featured {
	padding: 0px 0px 20px 0px;
	}
	
#featured .header {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 4px 2px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}
	
#featured .content {
	float: left;
	background: #f4f4f4;
	padding: 20px 20px 5px 20px;
	border-bottom: 1px solid #dfdfe0;

	}

/*#featured .feature_type {
	font-size: 14px;
	float: left;
	padding: 8px 2px 4px 2px;
	}
	
#featured .feature_name {
	font-size: 15px;
	float: left;
	padding: 8px 0px 4px 2px;
	}*/


#standard {
	padding: 0px 0px 20px 0px;
	}

#standard .header {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 7px 2px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}
	
#standard .content {
	float: left;
	background: #f4f4f4;
	padding: 20px 20px 5px 20px;
	border-bottom: 1px solid #dfdfe0;
	}

.general_heading {
	font-size: 19px;
	color: #666;
	}

.list_type {
	font-size: 19px;
	color: #999;
	padding: 0;
	margin: 0;
	}

.list_name {
	font-size: 19px;
	color: #666;
	padding: 0;
	margin: 5px 0 0px 2px;
	}

#featured dl {
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
#featured dt {	
	clear: left;
	min-height: 90px;
	float: left;
	display: block;
	width: 60px;
	padding-right: 18px;
	padding-bottom: 15px; 
	}
	
#featured dd {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 492px;
	}
	
#featured h1 {	
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	}

#featured h1 a:link, #featured h1 a:visited {
	color: #000;
	font-weight: bold;
	}

#featured ul {	
	display: inline;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
#featured li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#featured .comments {
	text-align: right;
	margin: -8px 0px 0px 0px;
	font-size: 10px;
	padding-bottom: 15px;
	}

#featured a:link, #featured a:visited {
	color: #666;
	font-weight: normal;
	display: inline;
	}

#featured .author a:link, #featured .author a:visited,
#featured .publisher a:link, #featured .publisher a:visited,
#featured .year a:link, #featured .year a:visited
{
	color: #666;
	font-weight: normal;
	display: inline;
	padding-right: 6px;
	margin: 0px;
	}	

#featured .author a:link, #featured .author a:visited,
#featured .publisher a:link, #featured .publisher a:visited {
	border-right: 1px solid #ccc;
}

#featured .not-first a:link, #featured .not-first a:visited {
	padding-left: 3px;
	}

#featured .author a:hover, #featured .publisher a:hover, #featured .year a:hover {
	color: #999;
	text-decoration: underline;
	}
	
#featured a:hover {
	color: #999;
	text-decoration: underline;
	}

#featured p a:link, #featured p a:visited {
	color: #c60;
	font-weight: bold;
	}
	
#featured p a:hover {
	color: #c60;
	font-weight: bold;
	text-decoration: underline;
	}

#featured .tags {
	color: #666;
	padding-top: 2px;
	padding-bottom: 10px;
	}
	
#featured .comments a:link, #featured .comments a:visited {
	font-weight: normal;
	color: #c60;
	text-decoration: none;
	border: 0px;
	}
	
#featured .comments a:hover {
	font-weight: normal;
	color: #c60;
	text-decoration: underline;
	border: 0px;
	}
	
#news {
	clear: left;
	padding: 20px 0px;
	}
	
.news #news {	
	padding: 0px 0px 20px 0px;
	}


#news .header {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 8px 3px;
	}

.news #news .header {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 8px 3px;
	}
	
#news .news_entry {
	background: #fff;
	padding: 5px 20px 10px 2px;
	}
	
#news .news_entry p {
	line-height: 150%;
	}

#news .news_entry .entry_comments {
	padding-top: 10px;
	}

#news h1 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 10px 0px 3px 0px;
	}

#news h1 a:link, #news h1 a:visited {
	color: #000;
	}
	
#news h2 {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

#news .comments {
	text-align: right;
	font-size: 10px;
	margin: -10px 0px 0px 0px;
	}
	
#news .comments a:link, #news .comments a:visited {
	font-weight: normal;
	}
	
#news a:hover {
	color: #c60;
	}
	
	
/* = Entry Page Styles 
------------------------------------------*/

#comments {
	padding-bottom: 30px;
	}

#left {
	float: left;
	padding: 0px 15px 20px 0px;
	height: 155px;
	}
	
#right {
	float: right;
	width: 455px;
	}

#right p {
	line-height: 150%;
	}
	
.entry_comments {
	clear: both;	
	padding-top: 10px;
	}

.post {
	padding-top: 20px;
	}

.posted {
	font-size: 10px;
	color: #777;
	margin-top: -3px;
	}	
	
hr {
	border: 0;
	border-top: solid 1px #ccc;
	height: 1px;
}
	
/* = Global Footer - #footer
------------------------------------------*/
#footer {
	width: 835px;
	border-top: 2px solid #cecece;
	clear: both;
	font-size: 11px;
	padding: 12px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	margin: 0px;
	}

.fcol_left {
	float: left;
	width: 350px;
	color: #c60;
	padding: 0px 0px 12px 9px;
	}
	
.fcol_right {
	float: right;
	width: 350px;
	text-align: right;
	padding: 0px 9px 12px 0px;
	}

#footer a:link {
	font-weight: bold;
	text-decoration: none;
	}

#footer a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	

/* = Misc Page Styles
------------------------------------------*/

.add .form { 
	float: left;
	width: 300px;
	padding-bottom: 20px;
	}
	
.add .page_text {
	float: left;
	width: 300px;
	padding-top: 10px;
	}

.bibliography #featured .header {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 7px 2px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}
	
.bibliography #featured .header_alt {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 3px 2px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}
	
.bibliography #featured .content {
	float: left;
	background: #f4f4f4;
	padding: 20px 20px 5px 20px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #dfdfe0;
	width: 572px;
	}

.bibliography .content p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	}

.intro {
	padding: 4px 3px;
	margin: 0;
	border-bottom: 1px solid #dfdfe0;
	}

.bibliography .pages {
	clear: both;
	float: right;
	text-align: right;
	width: 602px;
	font-size: 11px;
	color: #666;
	padding: 0px 10px 20px 0px;
	}
	
.bibliography .pages_top {
	clear: both;
	float: right;
	text-align: right;
	width: 602px;
	font-size: 11px;
	color: #666;
	padding: 12px 10px 12px 0px;
	border-bottom: 1px solid #dfdfe0;
	}	
	
.bibliography .pages_top .years, .bibliography .pages .years {
	padding-top: 2px;
	float: right;
	text-align: right;
	}

.bibliography .pages a:link, .bibliography .pages a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}

.bibliography .pages a:hover {
	text-decoration: underline;
	font-weight: normal;
	}

.bibliography .pages_top a:link, .bibliography .pages_top a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}

.bibliography .pages_top a:hover {
	text-decoration: underline;
	font-weight: normal;
	}
	
.category #featured .header_alt {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 3px 2px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}

/* These are standard sIFR styles... do not modify 
----------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .feature_type {
	visibility: hidden;
}

.sIFR-hasFlash .feature_name {
	visibility: hidden;	
}

.sIFR-hasFlash .list_type {
	visibility: hidden;
}

.sIFR-hasFlash .list_name {
	visibility: hidden;
}

.sIFR-hasFlash .general_heading {
	visibility: hidden;
	font-size: 19px;
}