/*
Theme Name: Wealthy Wise Guy
Theme URI: http://localhost/
Description: I make $500,000 doing nothing...
Author: Riddle Bros. Web Design and Development, LLC.
Author URI: http://www.theriddlebrothers.com/
Version: 1.0

* @Main
* @Header
* @Nav
* @Content
* @Footer
* @Form
*/
 
/* @Main */
html{ font-size: 100%; }
html, body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	padding: 0px;
	margin: 0px;
	background: url(images/wiseguy_bg.jpg) repeat-x #c0c0c0;
}
a {
	color: #253e5b;
}
a:hover {
	color: #386396;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #253e5b;
	padding-top: 0.750em;
}
h1 {
	font-size: 1.750em;
}
h2 {
	font-size: 1.313em;
}
h3 {
	font-size: 1.125em;
}
h4 {
	font-size: 1em;
}
p{
	font-size: 0.875em;
	margin: 1em 0;
	line-height: 18px;
}
small {font-size: 0.75em; }
b, strong { font-weight: bold; }
em, i {font-style: italic; }
ol li {
	margin: 0 0 1em 20px;
	font-size: 0.875em;
	line-height: 18px;
	list-style: decimal;
}
.alignleft, #content .alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.alignright, #content .alignright {
	float:right;
	margin:0 0 10px 10px;
}

/* @Header */
#header { background: #253e5b; }
#header #header_bg {
	height: 161px;
	width: 652px;
	margin: 0px auto;
	background: url(images/wiseguy_banner.jpg) #253e5b no-repeat right;
	position: relative;
}

#header #header_bg #header_login{
	position: absolute;
	right: 26px;
	top: 18px;
}

#header #header_bg #header_logo {
	position: absolute;
	left: -116px;
}

/* @Nav */
#navbar {
	height: 37px;
	text-align: center;
}

#navbar ul { width: 652px; margin: 0 auto; }

#navbar ul li {
	margin: 0 -2px;
	display: inline;
}

/* @Content */

#content {
	width: 615px;
	margin: 10px auto;
}

#content #top {
	background: url(images/rounded_top.png) no-repeat;
	height: 13px;
}

#content #body {
	border-left: 1px solid #979595;
	border-right: 1px solid #979595;
	background-color: #FFFFFF;
	padding: 1px 16px;
}

#content img {
	margin: 0.875em;
}

#content .faq_approve img {
	margin:0;
}

#content ul {
	margin: 1em 0;
}

#content ul li {
	list-style: url(images/red_bullet.gif);
	margin: 0 0 1em 20px;
	font-size: 0.875em;
	line-height: 18px;
}

#content #bottom {
	background: url(images/rounded_bottom.png) no-repeat;
	height: 13px;
}

/* @Footer */
#footer {
	color: #5d5d5d;
	font-size: 0.689em;
	margin: 1em 0;
	text-align: center;
}

/* @Form */
form {
	margin:0;
}

textarea {
	width: 575px;
	margin: 0 auto;
}

.faq-form td {
	vertical-align:top;
}