/*
Custom Design by Tres Hermanas for Born to Win
http://www.tres-hermanas.com
Copyright 2009, All Rights Reserved
*/

body {
	margin: 0px;
	border: 0px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: .8em;
	color: #787878;
	background: #94AAB6;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #77160E;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0 16px;
	background: url(./images/background.jpg) repeat center top;
	}

/* Header */

#header {
	display: block;
	width: 450px;
	height: 114px;
	margin: 0 0 -15px 2px;
	background: url(./images/header.jpg) no-repeat left top;
}

#header a:hover {
	clear:both;
	}

/* Search */

#searchbox {
	display: none;
	top-margin: 50px;
	float: right;
	width: 230px;
	padding-top: 16px;
}

#searchbox form {
	height: 41px;
	margin: 0;
	padding: 90px 0 0 0px;
}

#searchbox fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#searchbox input {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #787878;
}

#searchbox .form-submit {
	display: none;
}

#searchbox .form-item label {
	display: none;
}

/* Mission */

#mission {
	display: none;
	}

/* Menu */

#menu {
	float: left;
	width: 910px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: url(./images/menu_personal.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	line-height: 2.5em;
	border-right: solid 1px #666;
}

#menu li:last-child {
	border: 0 transparent none;
}

#menu a {
	padding: 13px 17px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Social Networking Links */

#social {
	margin-top: -25px;
	margin-bottom: 20px;
	margin-right: 25px;
}

#facebook {
	float: right;
	display: block;
	background: url(./images/facebook.jpg) no-repeat left top;
	width: 20px;
	height: 20px;
	margin: -20px 3px 5px 0px;
	}
	
#youtube {
	float: right;
	display: block;
	background: url(./images/youtube.jpg) no-repeat left top;
	width: 20px;
	height: 20px;
	margin: -20px 3px 5px 0px;
	}

#twitter {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	background: url(./images/twitter.jpg) no-repeat left top;
	margin: -20px 3px 5px 0px;
}

#constantcontact {
	float: right;
	display: block;
	background: url(./images/twitter.jpg) no-repeat left top;
	margin: -34px 0px 15px 0px;
	text-align: center;
}

#membermocklogin {
	float: right;
	display: block;
	height: 12px;
	width: 234px;
	background: url(./images/membermocklogin.jpg) no-repeat left top;
	margin: -83px 25px 0 0;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 650px;
	padding: 0 40px 0 0;
}

.post {
	margin: 1em 0 1em 0;
}

.post img {
	margin-right: 10px;
}

.post .title {
	margin: 1.5em 0 1em 0;
	color: #384391;
}

.post .title a {
	background: none;
	color: #384391;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .submitted {
	display: none;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 0 0 20px 0;
	text-align: justify;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding: 0 0 0 30px;
	color: #787878;
}

.block  {
	margin: 2em 0 0 0;
}

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

#sidebar li {
	list-style-type: none;
	margin: 2px 0 2px 20px;
}

#sidebar li ul {
	padding-bottom: 30px;
	list-style-type: none;

}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
	list-style-type: none;
}

#sidebar h2 {
	display: none;
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Comment */

.comment {
	margin: 2em 0 0 0;
}


/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #5B5B5B;
  color: #787878;
  font-weight: bold;
}

thead div.sticky-header {
  border-bottom: 2px solid #5B5B5B;
}

th a:link, th a:visited {
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #5B5B5B;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #EAEAEA;
}

tr.even {
  background-color: #FFFFFF;
}

tr.odd td.active {
  background-color: #EAEAEA;
}

tr.even td.active {
  background-color: #FFFFFF;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

/* Footer */


#footer {
	position: inherit;
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 55px 20px 5px 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(./images/footer_personal.jpg) no-repeat center top;
	text-align: center;
}

#footlink {
	float: right;
	display: block;
	width: 200px;
	height: 34px;
	margin: -145px 125px 0 0;
	background: url(./images/business_secondary.png) no-repeat right top;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
}

#footer .message {
	margin: 0 65px;
}

#footer .coded {
}