/*   
Theme Name: Gimmie a Break
Theme URI: http://www.virtuesystems.com/clients
Description: Custom theme for GMAB		
Author: Brandon Jernigan
Author URI: http://www.whatisboom.com
Version: 0.1
*/

body {
	font: 12px/17px Arial, Helvetica, sans-serif;
	width: 750px;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

a {
	text-decoration: none;
	color: #01a4de;
}

h1 {
	width: 240px;
	text-align: center;
}

h1 span, h1 img {
	display: block;
}

h2 {
	color: #f16649;
	font-size: 23px;
	line-height: 28px;
	margin-top: 10px;
}

h5 {
	margin-top: 20px;
}

input {
	height: 20px;
	display: block;
}

input, textarea {
	border: 1px #ccc solid;
	width: 220px;
	margin: 10px 0px;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
}

input.submit {
	width: 165px;
	margin-bottom: 10px;
}

embed {
	margin: 40px 0px;
}

#content ol {
	list-style: decimal inside;
}

#content ul {
	list-style: disc inside;
}

#content li {
	margin: 0px 0px;
}

table {
	margin: 10px 0px;
}

#submit {
	width: 150px;
	float: right;
}

textarea {
	height: 75px;
}

p {
	margin: 10px 0px;
}

.clear {
	clear: both;
}

#wrapper {
	text-align: left;
	margin: auto;
}

#header {
	height: 147px;
}

#headerimg {
	float: right;
}

#nav {
	height: 40px;
}

#nav ul li {
	float: left;
	border-right: 1px #ccc solid;
	text-align: center;
	padding-top: 7px;
	overflow: visible;
	position: relative;
}

#nav ul li:last-child {
	border: none;
	border-left: 1px #ccc solid;
}

#nav ul li a {
	padding: 0px 18px;
	display: block;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

#nav ul li ul {
	display: none;
	position: absolute;
	top: 40px;
}

#nav ul li:hover ul {
	display: block;
}


#nav ul li ul li {
	float: none;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

#nav ul li ul li:last-child {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

#nav ul li ul li:hover a {
	color: #f16649;
}

.navitem {
	color: #01a4de;
	font-size: 23px;
	line-height: 28px;
}

#content {
	
}

#header, #nav, #sidebar {
	border: 1px #ccc solid;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 10px 0px;
}

#logo {
	margin: 5px 0px 0px 10px;
}

#body {
	float:right;
	width: 470px;
}

.post-wrapper {
	margin-bottom: 40px;
}

.post-date {
	font: italic 12px/18px Georgia;
	color: #888;
}

#body ul li {
	list-style: disc inside;
}

.bodylinks {
	margin: 20px 0px;
}

.bodylinks img {
	margin:0px 5px;
}

#sidebar {
	float: left;
	width: 220px;
	padding: 0px 20px;
}

#sidebar .navitem {
	margin-top: 20px;
}

#latestnews, #latestblog {
	margin-bottom: 20px;
}

#latestnews li, #latestblog li {
	list-style: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}


#footer {
	clear: both;
	text-align: right;
}

/***** SIGNUP FORM CSS ******/

.myForm td, input, select, textarea, checkbox  {
	font-family: tahoma;
	font-size: 12px;
}
.required {
	color: red;
}

.recaptcha_image_cell {
	width: 200px;
}

/***** CALENDAR CSS ******/

.kjo-link {
	font-size: 8px;
}
.calendar-table {
	width: 750px;
	float: left;
	position: relative;
	left: -280px;
}

.day-with-date, .current-day {
	border: 1px solid black;
}

.current-day {
	background: #eee;
}

.event-title {
	display: none;
}
