/*
Theme Name: ToonIcon
Author: Rustin Jessen
*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: url(img/body_bg.jpg) repeat-x #fff;
	}

/* ---( links )------------------------------- */

a:link {
	color: #27489D;
	}
a:visited {
	color: #27489D;
	}
a:hover {
	color: #25008D;
	}
a.more {
	padding-right: 7px;
	background: url(../img/more-blue.gif) no-repeat 100% 5px;
	}

/* ---( common elements )--------------------- */

p {
	margin-top:5px;
	padding: 2px;
	color: #656565;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #999;

	}
h3 {
	margin: 0 0 5px 0;
	padding-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	border-bottom: 3px double #999;
	}

h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #27489D;
	}
h3 a:hover {
	color: #25008D;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #A70C09;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike, del {
	text-decoration: line-through;
	}


/* ---( top )------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 750px;
	}
#masthead {
	height: 165px;
	padding: 0;
	margin: 0 0 0 0;
	background: url(img/body_bg.jpg) repeat-x #fff;
	text-align:center;
	}
#logo {
	position:relative;
	
	}

/* ---[ main column ]----------------------------- */

#main-body {
	float: left;
	width: 550px;
	}
#content {
	margin: 0;
	padding: 0 35px;
	background: #fff;
	}
#ads {
	width: 100%;
	text-align:center;
	margin: 25px 0;

	}
.meta {
	font-size: 90%;
	padding-bottom: 3px;
	text-align:right;
	}

/* lists */
#content ul {
	list-style-image:url(img/arrows.gif);
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	color: #656565;
	}
#content dl {
	margin: 0 0 3em 0;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.5em;
	}
#content dl dt {
	font-weight: bold;
	}

/*---( alert note  )---------------- */
#content .note {
	font-size: 90%;
	line-height: 1.6em;
	color: #666;
	padding: 10px;
	margin: 10px 0;
	background-color: #F3F3F3;
	border: 1px solid #E6E6E6;
	}
#content .note strong {
	color: #738080;
	}
#content .note code {
	color: #444;
	}
#content .alert {
	padding-left: 18px;
	background: url(img/alert-ora.gif) no-repeat 0 50%;
	}
#content .check {
	padding-left: 18px;
	background: url(img/check.gif) no-repeat 0 50%;
	}

/* ---( comments )----------------------------- */


/* ---( right column )----------------------------- */
#sidebar {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	}

#sidebar ul, #sidebar dl {
	list-style: none;
	margin:0;
	padding:0;
	}

#sidebar p, #sidebar ul li {
	padding: 0 10px;
	}

#sidebar img {
	text-align:center;
	margin: 20px;
	padding: 5px;
	border: 1px solid #ccc;
	}


/* ---( footer )----------------------------------- */
#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#footer p {
	margin: 0;
	padding: 10px;
	}
#footer a {
	color: #888;
	}
#footer a:hover {
	color: #ccc;
	}

/* ---( input boxes )------------------------------------------ */
#searchform {
	margin-top:8px;
        text-align:center;
	}	
input {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
input:hover {
	background: #fff;
	}
textarea {
	width: 400px;
	border: 1px solid #ccc;
	background: #fff;
	color:#666666;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
textarea:hover {
	background: #fff;
	}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

/* ---( misc. )---------------------------------------- */
hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	
.center {
	text-align: center;
	}
.hide {
	display: none;
	}
	
/* ---( Image Aligns )------------- */	
img.centered {
	border: 1px solid #fff;
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 5px;
	margin: 10px;;
	display: inline;
	}
img.alignleft {
	padding: 5px;
	margin: 10px;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}	
	
	
#maingate_ad_block {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 1em 0; padding: 1em 0;}
#maingate_ad_block img {}
#maingate_ad_block span.maingate_ad_text a {}
#maingate_ad_block span.maingate_tag {clear: both; text-align: right;}
#maingate_ad_block span.maingate_tag a{	
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A70C09;
}
#maingate_ad_block span.maingate_tag a:hover{background: none;}
#maingate_ad_block a:hover {background: none;}

#maingate_ad_block a:link, #maingate_ad_block a:visited {
	display: block;
	text-decoration: none;
	color: #656565;
	line-height: 1.3em;
	margin: 0;
	padding: .5em 0;
	vertical-align: middle;
	}
#maingate_ad_block a span {
	color: #474a51;
	display: block;
	font-weight: bold;
	}
#maingate_ad_block a img {
	display: block;
	margin: 0 auto;
	padding: .5em;
	border: 1px solid #9EA6AA;
	background: #fff;
	}
#maingate_ad_block a:hover {color: #27489D; text-decoration: underline;}
#maingate_ad_block a:hover img {background: #656565;}


	
/* ---( sIFR )--------------------------------------- */
/* 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;
}


/* 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 h1 {
	visibility: hidden;
	font-size: 40px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size: 40px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size: 25px;
	line-height: 1em;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}