body
{
	background-color: #231801;
	background-image: url("i/bgMain.jpg");
	background-position: 50% 0px;
	background-repeat: repeat-y; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
/* debug	border: black solid 1px;

/** Global **/
/* Links */
a:link		{color: #4e9705; text-decoration: none;}
a:visited	{color: #3c552d; text-decoration: none;}
a:hover		{color: #73bf06; text-decoration: none;}
a:active	{color: #513c15; text-decoration: none;}

/* Headings */
h1
{
	font-size: 260%;
	font-weight: normal;
	letter-spacing: +1px;
	margin: 0px;
}
h2
{
	font-size: 140%;
	letter-spacing: +1px;
	margin: 0px;
	margin-bottom: 4px;
}
h3
{
	font-size: 100%;
	margin: 0px;
}

/* Form Elements */
textarea
{
	background-color: #ffd68c;
	border: #cca200 solid 1px;
}
.button, .text, select
{
	height: 20px;
	margin-bottom: 1px;
	background-color: #ffd68c;
	border: #cca200 solid 1px;
}
.text
{
	height: 16px;
}
form
{
	margin: 0px;
}

/* Main body div container */
#body
{
	position: relative;
	top: 0px;
	width: 980px;
	text-align: left;
}

/* Decor */
.contentTop, .contentBottom, .contentMiddle
{
	position: relative;
	border: #906922 solid 1px;
	border-radius: 15px;
}

/* Middles */
.headerMiddle, .contentMiddle
{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
/** END Global **/

/** Header **/
#header
{
	position: realtive;
	width: 100%;
	color: #cea24e;
}
.headerTop
{
	background-image: url("i/top.jpg");
	background-repeat: no-repeat;
	height: 150px;
}
.headerMiddle
{
	position: absolute;
	display: none;
	top: 10px;
	left: 270px;
	height: 38px;
	font-size: 230%;
	font-weight: bold;
	letter-spacing: +2px;
}
.headerBottom
{
	position: relative;
	top: -19px;
	left: 10px;
	margin-bottom: -19px;
	vertical-align: bottom;
}
#nav a
{
	margin-right: -3px;
	padding: 1px 4px;
	background-color: #ebc171;
	border: #ab8743 solid 1px;
	border-bottom: 0px;
	/*outline: #816329 solid 2px;*/
	border-radius: 7px 7px 0px 0px;
}
#nav a:hover
{
	margin-left: -1px;
	margin-right: -4px;
	padding: 2px 5px;
	background-color: #f5ca79;
	border-color: #7c6231;
}
.headerBottom img
{
	position: relative;
	top: 1px;
	padding-left: 1px;
	margin-right: -3px;
	margin-bottom: -1px;
}
/** END Header **/

/** Content **/
#content
{
	position: relative;
	width: 976px;
	margin-bottom: 10px;
	background-color: #ebc171;
	background-image: url("i/bgContent.jpg");
	padding: 1px;
	border: #906922 solid 1px;
	border-top: #ffee9d solid 1px;
	border-left: #ffee9d solid 1px;
	border-radius: 15px;
}
.contentTop, .contentMiddle, .contentBottom
{
	border-right: #ffee9d solid 1px;
	border-bottom: #ffee9d solid 1px;
	outline-radius: 15px;
}
.contentTop
{
	padding: 0px 10px 0px;
}
.contentTop .right
{
	padding-top: 5px;
}
.contentMiddle
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
}
.contentBottom
{
	height: 100px;
	background-image: url("i/bottom.jpg");
}
.columnLeft
{
	position: relative;
	width: 500px;
}
.columnRight
{
	position: absolute;
	top: 10px;
	left: 520px; /*476px; is center*/
	padding-left: 10px;
	padding-right: 10px;
}
/** END Content **/

/* Basic divs */
.left
{
	float: left;
}
.right
{
	float: right;
	text-align: right;
}
.clear
{
	clear: both;
}

/** Blog **/
.article
{
	width: 680px;
}

.pic
{
	float: left;
	margin-right: 5px;
	border: #cca200 solid 1px;
}

.table td
{
	vertical-align: top;
	padding-right: 10px;
	border-bottom: #cca200 solid 1px;
}

.adRight
{
	float: right;
	width: 160px;
}

/** Gallery **/
.thumb table
{
	float: left;
	width: 190px;
	height: 190px;
	background-image: url("i/thumbBG.gif");
	background-repeat: no-repeat;
}
.thumb table:hover
{
	background-image: url("i/thumbBGover.gif");
}
.deta
{
	width: 100%;
	min-height: 190px;
	padding: 1px;
}
#descImage
{
	position: relative;
	margin-left: 25%;
	margin-right: 25%;
	border-top: #cca200 solid 1px;
}
.thumb img
{
	border: #cca200 solid 1px;
	border-radius: 5px;
}
/** END Gallery **/

/** Set Apart **/
/* Strip Page*/
#comic
{
	text-align: center;
}
#commentary
{
	color: #624a1b;
	font-size: 120%;
}
/*Cast Page*/
#charPortList img
{
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}
#charPort
{
	float: left;
	margin-right: 5px;
	border: #cca200 solid 1px;
	border-radius: 7px;
}
#charDesc
{
	border-left: #cca200 solid 1px;
	padding-left: 5px;
	font-size: 100%;
	width: 100%;
	min-height: 400px;
}
#charDesc span
{
	font-weight: bold;
	font-size: 90%;
}
/** END Set Apart **/

/*The leftovers:*/

ol
{
	margin-left: 10px;
	padding-left: 20px;
	margin-top: 1px;
	padding-top: 1px;
}

ul
{
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 1px;
	padding-top: 1px;
	list-style-type: none;
}
ul li
{
	background: url('i/li.gif') left 5px no-repeat; 
	padding-left: 14px;
}

li
{
	padding-bottom: 4px;
}

img
{
	border-radius: 3px;
}

.banners img
{
	padding-top: 4px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.critic span
{
	color: #204080;
}

#footer
{
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	/*color: #cea24e;*/
}
