/*	Outformations Main CSS 
	Extra home page styles are found in the out-home-styles.css file
	Masthead Menu Dividers: #680000
	Border for Header Illst & Footer: #640202
	Header Color: #650202
	Link Color: #02336F
	
*/

html { height: 100%; margin-bottom: 1px; } /* forces scrollbar even when not needed so page doesn't jump */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.small {
	font-size: .86em;
}

a, a:visited, a:active { 
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	color: #02336F;
	text-decoration: none;
}

a:hover { 
	color: #650202;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, blockquote, cite, ul, li {
	font-family: Arial, Helvetica, sans-serif ;
	margin-right: 20px;
}

p {
	padding-top: .6em;
}

h1 {
	font-size: 24px;
	color: #666;
	line-height: 1.1em;
}

h2, h3, h4 {
	font-weight: normal;
	font-size: 18px;	
	text-transform: uppercase;	
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	font-size: 1.15em;
}

h2, h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

h2, h3  { 
	color: #650202;
}

h4 {
	color: #666;
}

h5 {
	font-weight: bold;
	color: #650202;
}

blockquote {
	margin-top: 0.6em;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
}

blockquote:before {
	content: "\201C";
}

blockquote:after {
	content: "\201D";
}

cite {
	display: block;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	text-indent: -0.6em;
	padding-left: 0.7em;
	
}

cite:before {
	content: "- ";
}

ul { 
	list-style: disc inside;
	margin-left: 15px;
	padding-top: 4px;
	text-indent: -13px;
	padding-left: 16px;
}

li {
	margin-top: 0.4em;
}

.more {
	text-transform: uppercase;
	font-size: 11px;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #000 ;
}

#main {	
	clear: both;
	border-bottom: 1px solid #640202;
	background-color: #FFFFFF;
}

#main-column {
	float: left;
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-right: 2px solid #000;
}

#main-column.no-sidebar-divider {
	border-right-width: 0;
}

#main-column > h3  {
	padding-top: 20px;
	margin-top: 20px; 
	border-top: 1px solid #CCC;
}

#sidebar h3  {
	padding-top: 20px;
	margin-top: 20px; 
}

#main-column > h3:first-child, #main-column > h3.first, #sidebar h3:first-child, #sidebar h3.first {
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}

#main-column h5 {
	padding-top: 1.2em;
	padding-bottom: 0;
}

h5 + p {
	padding-top: .3em;
}

.centered-table tr.first td {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	padding-right: 20px;
}

.centered-table tr.last td {
	text-align: center;
	vertical-align: top;
	padding-right: 20px;
}

#additionalContent { 
	margin-bottom: -50px; /* Remove extra whitespace after Scott Hurlbert's "Show More" toggle on his blog posts */
}


/* CONTENT STYLES */

.top {
	margin-bottom: 20px;
	padding-top: 0;
	width: 580px;
	clear: both;
}

.top p {
	font-size: 14px;
	color: #333;
}

.image-blurb {
	padding-top: 20px;
	margin-bottom: 20px;
	margin-right: 24px;
	border-top: 1px solid #CCC;
	clear: both;
}

.image-blurb:first-child {
	padding-top: 0px;
	border-top: none;
}

.image-blurb img {
	float: left;
	margin-bottom: 20px;
}

.image-blurb .content {
	display: block;
	margin-left: 177px;
}

table.image-float {
	margin-right: 20px;
	clear: both;
}

table.image-float td {
	vertical-align: top;
	padding: 20px 0;
	border-top: 1px solid #CCC;
}

table.image-float tr:first-child td, table.image-float .first td {
	padding-top: 0;
	border-top: none;
}

.image-float img {
	margin-right: 24px;
}

.top table.image-float {
	border: none;
	margin-top: 0;
}

.register-button {
	vertical-align: -10px; 
	margin-left: 58px;
}
.checkthefit-button {
	vertical-align: -15px; 
	margin-left: 125px;
}

/* Column Layout Tables */

.column-table {
	border-top: 1px solid #CCC;
	margin-right: 24px;
}

.column-table td {
	padding: 20px 0 15px 20px;
	border-left: 1px solid #CCC;
}

.column-table h3 {
	margin-top: 15px;
	margin-bottom: 9px;
	height: 3em;
}
/*
h3 a {
	display:block; 
}
*/

.column-table td:last-child p, .column-table td:last-child h1, .column-table td:last-child h2, .column-table td:last-child h3, .column-table td:last-child li, .column-table td:last-child ul {
	margin-right: 0;
}

/* Four Column Layout */

.four-column td.col-one {
	width: 22%;
	border-left-width: 0;
	padding-left: 0;
}

.four-column td.col-two {
	width: 27%;
}

.four-column td.col-three {
	width: 26%;
}

.four-column td.col-four {
	width: 25%;
}

/* Three Column Layout */
.three-column td.col-one {
	width: 32%;
	border-left-width: 0;
	padding-left: 0;
}

.three-column td.col-two {
	width: 35%;
}

.three-column td.col-three {
	width: 36%;
	padding-right: 14px;
}


/* Two Column Layout */

.two-column td {
	padding: 20px 0 0 20px;
}

.two-column h3 {
	height: auto;
}

.two-column td.col-one {
	width: 52%;
	border-left-width: 0;
	padding-left: 0;
}

.two-column td.col-two {
	width: 48%;
}

/* Events - used on Home Page and Workshops pages*/

.event {
	font-size: 12px;
	line-height: 1.2em;
}

.event h3, #home .event h3 {
	border-top: 1px solid #CCC;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	color: #02336F;
	font-weight: bold;
	text-transform: none;
}

#workshops .event h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #02336F;
	font-weight: bold;
	text-transform: none;
}

.event:first-child h3 {
	border-top: none;
	padding-top: 0;
}

.event .date {
	margin-top: 0px;
	color: #444;
}

/* Events table - used on Events page*/

table.events {
	border: none;
	clear: both;
	margin: 15px 0 0 100px;
}

table.events td {
	vertical-align: top;
	padding: 10px 0;
	border-top: 1px solid #CCC;
}

table.events tr:first-child td, table.events .first td {
	padding-top: 0;
	border-top: none;
	font-size:16px;
}

table.events tr:last-child td, table.events .last td {
	border-bottom: 1px solid #CCC;
}


.small-people a {
	padding-left: 20px;
	background: url(/img/design/lil-head.png) no-repeat center left;
}

/* Sidebar */

#sidebar{ 
	float: right;
	width: 180px;
	padding-top: 6px;
}

#sidebar .content {
	margin: 20px 0 20px 0;
}

#sidebar .socialmediaicon {
	padding-top: 10px;
}

#sidebar > div.last {
	margin-bottom: 0;
}

/* Header */

#header {
	background: #000 url(/img/design/masthead-gradient.gif) repeat-x bottom left;
	border-bottom: 1px solid #640202;
}

#header div#logo {
	height: 40px;
	padding: 0 0 0 9px;
	margin: 8px 0 0;
	overflow: hidden;
}

/* Banner */

#banner {
	position: relative;
	color: white;
	height: 60px;
	background: #9A0000 url(/img/design/masthead-banner.png) no-repeat top left;
}

#banner a, #banner a:visited, #banner a:active {
	color: #FFF;
}

#banner a:hover {
	color: #FFF;
}

#banner .content {
	position: relative;
	top: 6px;
}

#banner #breadcrumbs, #banner h1 {
	margin: 0;
	margin-left: 20px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
}

#breadcrumbs a {
	font-weight: normal;
}

#banner h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	margin-left: 0;
	text-transform: uppercase;
}

#divider {
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #640202;
	height: 8px;
	background: #000 url(/img/design/masthead-div.gif) repeat-x bottom;	
}

#footer {
	clear: both; 
	font-size: 11px;
	color: #BBB;
	padding-top: 10px;
	border-top: 2px solid #000;
	background: url(/img/design/footer-gradient.gif) repeat-x top left;
}

#footer .bar {
	padding: 0 8px;
	color: #777;
}

#footer .contact {
	padding-left: 22px;
	background: url(/img/design/envelope-on-black.gif) no-repeat left top;
}

#footer .facebook {
	padding-left: 18px;
	background: url(/img/design/facebook-small-black.png) no-repeat left top;
}

#footer .twitter {
	padding-left: 13px;
	background: url(/img/design/twitter-small-black.png) no-repeat left top;
}


#footer p {
	margin-left: 20px;
	line-height: 16px;
	padding-top: 0;
}

#footer a, #footer a:visited, #footer a:active {
	color: #BBB;
	font-weight: normal;
}

#footer a:hover {
	color: #EEE;
}


.hidden {
	display: none;
}

/* Navigations Styles */

#nav {
	display: block;
	margin-top: 13px;
	margin-left: 9px;
	height:29px;
	clear: both;
}

#nav #utility {
	float: right;
	padding-right: 19px;
	font-size: 12px;
    font-weight: bold;
}

#nav #utility a {
	margin: 0 1px;
    /* dbr */
    color: White;
}

#search, #search form {
	display: inline;
}

#search input {
	margin: 1px 5px;
	padding-left: 2px;
	display: inline;
	width: 10em;
	font-size: 1em;
	border: 1px solid #737360;
	height: 17px;
	float: left;
}

#nav {
	position: relative;
	background: url(/img/design/menu_divider.gif) no-repeat left top;
	z-index: 9000;
	font-weight: bold;
}

div.nav {
	position: relative;
	display: block;
	float: left;
	height: 29px;
	background:	transparent url(/img/design/menu_divider.gif) no-repeat right top;
}	

div.menu {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	border-top: 1px solid #B60000;
}

div.menu a, div.menu a:visited, div.menu a:active {
	display: block;
	color: #FFF;
	padding: 7px 12px 7px 10px;
	background-color: #850000;
	text-decoration: none;
	border-right: 1px solid #CB0202;
	border-left: 1px solid #CB0202;
	border-bottom: 1px solid #CB0202;
	white-space: nowrap;
}

div.menu a:hover, div.menu a.selected {
	background-color: black;
	text-decoration:none;
	color: #FFF;
}

/* Value Innovation Workshop page */
.value-innovation-table td {
	text-align:center;
	padding: 10px 10px 5px 10px !important;
}
.value-innovation-table tr:first-child td {
	border-bottom: 1px solid black; 
}
.value-innovation-table tr td:first-child {
	border-right: 1px solid black; 
}

/* MailChimp signup block styles */
#mc_embed_signup {background:#fff; clear:left; font:12px Helvetica,Arial,sans-serif; }
#mc_embed_signup form {padding: 0;}
#mc_embed_signup .mc-field-group {max-width:150px; min-height: 45px; padding-top: 0; padding-bottom:0;}
#mc_embed_signup .mc-field-group .asterisk {top: 22px;}
#mc_embed_signup .mc-field-group label {margin-bottom: 1px;}
#mc_embed_signup .mc-field-group input {padding: 3px 0; margin: 0 0 0 0;}
#mc_embed_signup .button {font-size:13px; padding: 0 7px;}
