/*
Theme Name: IAABO31
Description: Theme for IAABO31
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com

CSS Document
clear browser formatting*/
HTML, BODY
{
	margin: 0;
	padding: 0;
	line-height: 1;
}
*
{
	margin: 0;
	padding: 0;
	outline: 0;
}
IMG
{
	border: none;
}
UL, OL, LI
{
	list-style: none;
}
:focus
{
	outline: none;
}
#recover_password
{
	font-size: 13px;
}
#recover_password.user-forms .username_email LABEL
{
	width: 124px;
}
.vcalendar .tribe-events-list-widget-events .duration
{
	font-size: 11px;
}
.tribe-events-list-widget-events H4.entry-title
{
	font-size: 12px;
}
.vcalendar LI
{
	margin-left: -24px;
}
TABLE, TD, FORM, FIELDSET
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
/*REUSABLE CLASSES*/
.hide
{
	display: none;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.current
{
	cursor: default;
}
.clear
{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.center
{
	margin: 0 auto;
	text-align: center;
}
.alignleft
{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.alignright
{
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
/*Theme Formatting*/
BODY
{
	background: url(images/body.gif) repeat;
	color: #333;
	margin: 60px 0 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}
#wrapper
{
	width: 970px;
	margin: 0 auto;
	border: 12px solid #054B81;
	background: #FFF;
}
#header
{
	width: 970px;
	height: 200px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}
#site_title
{
	position: absolute;
	top: 20px;
	left: 40px;
}
#site_title H1 A
{
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 62%;
	letter-spacing: -1px;
	text-decoration: none;
	font-weight: normal;
}
#site_title H1 A:hover
{
	text-decoration: underline;
}
#site_tagline H2
{
	color: #FFF;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 10px;
	line-height: 130%;
}
#main_nav
{
	width: 970px;
	height: 31px;
	background: url(images/nav_bg.gif) repeat-x;
}
#main_nav UL
{
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	padding-left: 20px;
}
#main_nav UL LI
{
	padding: 0px;
	margin: 0px;
	float: left;
	padding-right: 20px;
	list-style: none;
}
#main_nav A
{
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: none;
}
#main_nav A:hover
{
	text-decoration: underline;
}
#content
{
	width: 940px;
	margin: 0 auto;
	margin: 15px;
}
#main
{
	width: 745px;
	float: left;
}
.entry
{
	border-bottom: 1px dashed #CCC;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
#sidebar
{
	width: 180px;
	margin-left: 15px;
	float: right;
}
.widget
{
	background: url(images/bgblock.gif) repeat-x;
	margin-bottom: 20px;
}
.widget H2
{
	padding: 8px 4px 10px 12px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}
.widget IMG
{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.widget P
{
	font-size: 12px;
	line-height: 120%;
	padding: 0px 4px 15px 12px;
}
#wppb_login.wppb_holder .sign-in .login-form-submit
{
	width: 190px;
}
/*Typography*/
H1, H2, H3, H4, H5, H6
{
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	margin-bottom: 12px;
}
H1
{
	font-size: 26px;
}
H2
{
	font-size: 24px;
}
H3
{
	font-size: 20px;
}
H4
{
	font-size: 16px;
}
H5
{
	font-size: 14px;
}
H6
{
	font-size: 12px;
}
P
{
	color: #333;
	font-size: 13px;
	line-height: 135%;
	padding-bottom: 15px;
}
A
{
	color: #005A8C;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}
UL, OL
{
	padding-left: 50px;
}
UL LI
{
	list-style: disc;
	line-height: 120%;
	padding-bottom: 15px;
	font-size: 12px;
}
OL LI
{
	list-style: decimal;
	line-height: 120%;
	padding-bottom: 15px;
	font-size: 12px;
}
TD
{
	padding: 4px;
	border: 1px solid #CCC;
}
