
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("/resources/css/forum.styles.css");

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("/resources/css/forum.formIE.css"); 

body {
	font-family:'Lucida Grande', Tahoma, Helvetica, Arial, sans-serif;
	font-size:10pt;
	color:#444;
	margin:0px;
	background:#F0F0EE;
}

a {
	color:#001C60;
}

h1 {
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-size:2.2em;
	color:#232E32;
}

h2 {
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-size:1.8em;
	color:#232E32;
}

h3 {
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-size:1.6em;
	color:#232E32;
}

hr {
	border:0;
	height:1px;
	clear:both;
	margin:20px 0 20px 0;
	border-bottom:1px solid #CCC;
}

ol {
	padding:0 0 0 20px;
}

li {
	margin:5px 0 0 0;
}

ol li {
	padding:0 0 5px 0;
}

code {
	padding:0;
	font-family:Monaco, Courier, Monspaced;
	font-size:0.9em;
	margin:0;
}

pre {
	border:1px dotted #999;
	background:#F4F4F4;
	margin:5px 0 20px 0;
	font-family:Monaco, Courier, Monspaced;
	padding:4px;
	font-size:0.9em;
}

sup {
	font-size:0.8em;
}

.strong {
	font-weight:bold;
}

.center {
	text-align:center;
}

.normal {
	font-weight:normal !important;
}

.highlight {
	background:#FFFAD7;
}

div.clear {
	clear:both;
}

/*	PAGE LAYOUT
_____________________________________________________________*/

#masthead {
	padding:0;
	background:#232E32 url('http://www.pixaria.com/resources/images/general/masthead-background.gif');
}

#masthead .content {
	padding:0;
	margin:0px 50px;
}

#masthead #logo {
	padding:10px 0 10px 0;
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-size:3.0em;
	color:#FFF;
	cursor:pointer;
}

/*	PRIMARY NAVIGATION
_____________________________________________________________*/

#navigation {
	margin:0px 50px;
	height:34px;
}

#navheadings {
	margin:0;
	padding: 0;
	list-style:none;
	}
	
#navheadings li {
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	}
	
#navheadings li a {
	float: left;
	margin: 0;
	height:18px;
	padding:8px 15px 8px 15px;
	font-size:1.0em;
	font-weight:bold;
	text-decoration: none;
	color: #BBB;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	}
	
#navheadings li a:hover {
	color: #FFF;
	}
	
#navheadings li.active a {
	font-weight: bold;
	color:#111;
	background:#C2C3BA;
	}

#navheadings li a.buy {
	background:#B50400;
	color:#FFF;
}

#navheadings li.active a.buy {
	color:#111;
	background:#C2C3BA;
}

/*	PAGEHEADING
_____________________________________________________________*/

#pageheading {
	clear:both;
	background:#C2C3BA;
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-style:italic;
	font-size:2.0em;
	color:#232E32;
	border-bottom:1px solid #999;
}

#pageheading .content {
	padding:20px 0 20px 0;
	margin:0px 50px;
}

/*	CONTENT AREA
_____________________________________________________________*/

#pagecontent {
	background:#FFF;
}

#pagecontent .content {
	margin:0px 50px;
	padding:10px 0 10px 0;
}

/*	FOOTER
_____________________________________________________________*/

#footer {
	background:#FFF url('http://www.pixaria.com/resources/images/general/footer-background.gif');
	background-repeat:repeat-x;
	border-top:1px solid #999;
	margin:0;
	height:200px;
	text-align:left;
}

#footer .content {
	margin:0px 50px;
	padding:10px 0 10px 0;
}

#footer hr {
	height:1px;
	border:0;
	background:#BBB;
}

#footer h1 {
	margin:5px 0;
	font-size:14pt;
}

#footer p {
	font-size:0.9em;
}

#footer .backdent {
}

#footer .book {
	float:left;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	width:124px;
	padding:3px 10px;
	margin-right:10px;
}

#footer .book .bookcover {
	border:1px solid #AAA;
	margin:0;
	padding:5px;
	margin:5px;
	background:#FFF;
	clear:both;
}

#footer .book img.spacer {
	margin:0;
	border:0;
}

#footer .amazon {
	height:27px;
	float:right;
	width:130px;
	margin-top:30px;
	margin-left:30px;
	cursor:pointer;
	background-image:url('http://www.pixaria.com/resources/images/books/amazon-logo.gif');
}

#footer .amazon:hover {
	background-position:0px 27px;
}


.welcome {
	border:1px solid #F1EB7D;
	margin:10px 0 10px 0;
	padding:10px;
	background:#FFFDCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.welcome h1 {
	font-family:'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	color:#CC1610;
	margin:5px 0;
	font-size:1.2em;
}

.welcome p {
	margin:10px 0;
	max-width:800px;
}

.welcome p, .welcome a {
	color:#CC1610 !important;
}
