/*
AmIGod.com CSS
By Nitin Advani
*/
/* RESET BROWSERS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Actual Styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em; 
	color:#000000; 
	margin:20px 0 0 0;
	padding:0 0 0 0;
	background-color:#ffffff;
}
p {
	margin-bottom:10px;
	line-height:1.2em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
ul, ol {
	margin:0 0 12px 0;
	padding:0;
}
hr {
	border: 1px dashed #cccccc;
	cursor: default;
}
blockquote {
   margin: 1em 10px;
   padding-left: 40px;
   line-height: 1.1em;
   background: transparent url(/img/quote.gif) no-repeat;
   font-size:120%;
}
li {
	margin:0 0 5px 15px;
	padding-left:15px;
	list-style:none;
	background-image:url('/img/bulleted-li-bg-dark.gif');
	background-position:0 3px;
	background-repeat:no-repeat;
	font-size:1em;
	color:#454545;
}
a, a:link, a:visited, a:active {
	color:#6E312A;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}
/* Main Outer Container */
#pageWrap {
	margin:0 auto;
	padding:0;
	width:980px;
}
/* Header */
#header {
	margin:0;
	padding:0;
	width:980px;
	height:135px;
	background-image:url('/img/header-bg.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
}
#header h1 {
	margin:0;
	padding:30px 0 0 170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:3em;
	font-weight:lighter;
	cursor: default;
}
#header p {
	margin:0;
	padding:5px 0 0 175px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#eeeeee;
	cursor: default;
}
/* Main Navigation */
#navBar {
	margin:0;
	padding:0;
	width:980px;
	height:35px;
	line-height:35px;
	background:url('/img/nav-bar-bg.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
}
#navBar ul{
	list-style-type:none;
	margin-left:20px;
}
#navBar li{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	background-image:none;
}
#navBar li a{
	margin:0 0 0 -5px;
	padding:9px 20px 9px 20px;
	color:#ffffff;
	text-decoration:none;
	font-size:1.1em;
	border-left:1px solid #757575;
}
#navBar ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#AC4B41;
}
#navBar li.end {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	background-image:none;
}
#navBar li.end a{
	margin:0 0 0 -5px;
	padding:9px 20px 9px 20px;
	color:#ffffff;
	text-decoration:none;
	font-size:1.1em;
	border-left:1px solid #757575;
	border-right:1px solid #757575;
}
#navBar li.end a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#AC4B41;
}
/* Content Container */
#container {
	margin:0;
	padding:10px 0 0 0;
	width:980px;
}
/* Left Content Column - heavy negative margin so center column can appear first in HTML */
#leftColumn {
	float:left;
	margin:0 0 0 -750px;
	padding:0;
	width:140px;
	font-size:.9em;
	color:#686868;
}
#leftColumn h2 {
	font-size:1.4em;
	color:#9C291D;
}
#leftColumn ul, ol {
	margin:0 0 12px 0;
	padding:0;
}
#leftColumn li {
	margin:5px 0 0 0;
	padding-left:15px;
	list-style:none;
	background-image:url('/img/bulleted-li-bg-dark.gif');
	background-position:0 1px;
	background-repeat:no-repeat;
	font-size:.95em;
	color:#6E312A;
}
/* Center Content Column */
#centerColumn {
	float:left;
	margin:0 10px 0 145px;
	padding:6px 6px 6px 10px;
	width:580px;
	font-size:.9em;
	color:#000000;
	border-left:1px dashed #cccccc;
}
#centerColumn h2 {
	margin:0 0 8px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#9C291D;
}
#centerColumn h3 {
	margin:0 0 5px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#9C291D;
}
/* Right Content Column */
#rightColumn {
	float:left;
	margin:0;
	padding:6px;
	width:200px;
	font-size:.9em;
	color:#646464;
	background-color:#eeeeee;
	border:1px solid #cccccc;
}
#rightColumn h2 {
	font-size:1.4em;
	color:#2C2C2C;
}
#rightColumn ul, ol {
	margin:0 0 12px 0;
	padding:0;
}
#rightColumn li {
	margin:5px 0 0 0;
	padding-left:15px;
	list-style:none;
	background-image:url('/img/bulleted-li-bg-grey.gif');
	background-position:0 1px;
	background-repeat:no-repeat;
	font-size:1.0em;
	color:#6E312A;
}
/* Footer */
#footer {
	margin:30px 0 10px 0;
	padding:0;
	width:980px;
	height:100px;
	background-image:url('/img/footer-bg.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
}
#footer p {
	margin:0;
	padding:0 150px 0 0;
	line-height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#454545;
	text-align:right;
}
#footer a {
	color:#9C291D;
	text-decoration:none;
}
#footer a:hover {
	color:#ff0000;
	text-decoration:underline;
}
/* Menu Center Column */
#centerMenu {
	float:left;
	margin:0;
	padding:6px;
	width:400px;
	font-size:.9em;
	color:#646464;
	background-color:#eeeeee;
	border:1px solid #cccccc;
}
#centerMenu ul, ol {
	margin:0 0 12px 0;
	padding:0;
}
#centerMenu li {
	margin:5px 0 0 0;
	padding-left:15px;
	list-style:none;
	background-image:url('/img/bulleted-li-bg-grey.gif');
	background-position:0 1px;
	background-repeat:no-repeat;
	font-size:1.3em;
	color:#6E312A;
}
/* Clears nested floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Quote Styles */
.quotewrapper { width: 578px; border: none; display:table-cell; }
.quoteleft { width: 400px; border: none; float: left; }
.quoteright { width: 174px; border: none; margin: .75em 0 0 0; float: left; image-align:middle; }
.quoteright  img { vertical-align:middle; margin-top:2px; }
/* Rating Styles */
#ratelinks {
	z-index:10;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url('/img/star.gif') left -1000px repeat-x;
	margin: 0;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	float:none;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
	background-image: none;
	background-position: 0 0;
	margin: 0;
	padding-left:0px;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	margin: 0;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	background-position: left center;
}
/* Social Networking Icons */
#socbookmark {
	display:block;
	width:95%;
	text-align:center;
}
#socbookmark a {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}
#socbookmark a img {
	opacity: 0.65;
}
#socbookmark a:hover img {
	opacity: 1.00;
}
/* Comment Styles */
#commentmsg { display:none; width: 578px; border: 1px solid #ad281d; text-align:center; clear:left; padding:5px 0; }
.commentwrapper { width: 578px; border: none; display:block; text-align:center; clear:left; padding-top:2px; }
.nocomment { font: italic 20px Arial, Helvetica, sans-serif; padding: 10px 0; color: #939393; }
.commentleft { width: 170px; border: none; float: left; font: 15px Arial, Helvetica, sans-serif; text-align:right; }
.commentright { width: 400px; border: none; margin: 0; float: left; text-align:left; padding-left:5px; }
.reqd { color:#ff0000; }
#commentform { display:inline; }
#cmtname { width:300px; border: 2px solid #ad281d; padding: 5px; }
#cmtemail { width:300px; border: 2px solid #ad281d; padding: 5px; }
#cmturl { width:300px; border: 2px solid #ad281d; padding: 5px; }
#cmtcmt { width: 300px; height: 120px; border: 2px solid #ad281d; padding: 5px; }
#cmtsubmit { border:2px solid #ad281d; background-color:#ffffff; }
.showcomment { width: 578px; border: none; display:table-cell; text-align:center; clear:left; padding-top:2px; }
.showcommentleft { width: 170px; border: none; float: left; font: 15px Arial, Helvetica, sans-serif; text-align:right; }
.showcommentright { width: 400px; border: none; margin: 0; float: left; font: 15px Arial, Helvetica, sans-serif; text-align:left; padding-left:5px; }
/* Table Styles */
.infolisthead td { font-weight: bold; padding: 2px 0; text-align:center; }
.infolistrow td { padding: 2px 0; }
