/*
	MesoRC Revamp Typography Stylesheet
	author:  Zachary Lang, BKV
	date created: 20 August 2009
	version:  1.0
		
	
*/

/* Default font settings are up top.  Custom setting applied at the bottom of stylesheet.

   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #333; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.black		{ color: #333; }

.error		{ color: red;}
label.error	{ display: block;}

div.radioBtn label.error	{ float: right; }
strong		{ font-weight: bold; }

/* Site specific
-------------------------------------------------------------- */

/* HEADER
-------------------------------------------------------------- */

#header_inner #contact_callout	{
color: #f8925f;
font-weight: bold;
}

#header_inner #contact_callout h2	{
color: #f8925f;
font-size: 24px;
margin-bottom: 0;
padding: 0;
}

#header_inner #contact_callout p	{
margin-bottom: 3px;
}

#header_inner #contact_callout ul	{
font-size: 10px;
list-style: none;
text-transform: uppercase;
}

#header_inner #contact_callout ul li a	{
color: #333;
font-weight: bold;
}

#header_inner #contact_callout ul li a:link, #header_inner #contact_callout ul li a:visited	{
text-decoration: none;
}

#header_inner #contact_callout ul li a:hover, #header_inner #contact_callout ul li a:active	{
text-decoration: underline;
}

/* NAVIGATION
-------------------------------------------------------------- */

#nav_inner ul	{
list-style: none;
}

#nav_inner ul li a	{
color: #4879a9;
font-size: 14px;
font-weight: normal;
text-align: center;
text-decoration: none;
}

#nav_inner ul li a:hover, #nav_inner ul li a:active	{
color: #f8925f;
}

#nav_inner ul li.active a	{
font-weight: bold;
}

#nav_inner ul li.active a:hover, #nav_inner ul li.active a:active	{
color: #4879a9;
}

/* HOME
-------------------------------------------------------------- */

#home #upper_content ul li, #home #upper_content ul a:link, #home #upper_content ul a:visited	{
color: #666;
font-size: 14px;
font-weight: bold;
line-height: 15px;
text-decoration: none;
}

#home #upper_content ul a:hover, #home #upper_content ul a:active	{
text-decoration: underline;
}

/* CONTENT CONTAINER
-------------------------------------------------------------- */

#inner #content #breadcrumbs	{
color: #4679a9;
}

#inner #content #breadcrumbs a:link, #inner #content #breadcrumbs a:visited	{
color: #f8925f;
}

#inner #content #breadcrumbs a:hover, #inner #content #breadcrumbs a:active	{
color: #4679a9;
}

#inner #content #intro	{
font-size: 16px;
line-height: 20px;
}

#inner #content h4	{
color: #f8925f;
font-size: 20px;
font-weight: bold;
line-height: 20px;
margin: 0 0 15px 0;
padding: 0;
}

#inner #content #content_left div.column p	{
font-size: 14px;
}

#inner #content #content_left div.column ul	{
list-style-image: url(../img/bullet.png);
}

#inner #content #content_left div.column ul li	{
margin: 0 0 6px 0;
}

#inner #content #content_left div.column ul li a	{
color: #666;
font-size: 14px;
}

#inner #content #content_right form input	{
color: #999;
font-size: 17px;
}

#inner #content #content_right form #more_info a	{
color: #666;
}

/* INTERIOR
-------------------------------------------------------------- */

#interior #left_nav_content	{
color: #fd9e0c;
font-size: 20px;
font-weight: bold;
}

#interior #left_nav_headline	{
color: #4679a9;
font-family: Avenir, Helvetica, Arial, sans-serif;
font-size: 23px;
line-height: 24px;
}

#interior #left_nav_content ul	{
line-height: 14px;
}

#interior #left_nav_content li, #interior #left_nav_content a:link, #interior #left_nav_content a:visited	{
color: #666;
font-size: 14px;
font-weight: bold;
line-height: 15px;
text-decoration: none;
}

#interior #left_nav_content li, #interior #left_nav_content li.subnav a	{
font-weight: normal;
}

#interior #left_nav_content li.youarehere a	{
color: #f8925f;
text-decoration: underline;
}

#interior #left_nav_content a:hover, #interior #left_nav_content a:active	{
text-decoration: none;
}

#interior h3	{
color: #f8925f;
font-size: 31px;
font-weight: bold;
}

#interior #interior_content_article	{
font-size: 14px;
line-height: 18px;
}

#interior #interior_content_article a:link, #interior #interior_content_article a:visited	{
color: #f8925f;
}

#interior #interior_content_article a:hover, #interior #interior_content_article a:active	{
color: #4679a9;
}

#interior div.search_results_container p	{
font-size: 14px;
}

#interior div.search_results_container a:link, #interior div.search_results_container a:visited	{
color: #f8925f;
}

#interior div.search_results_container a:hover, div.search_results_container a:active	{
color: #4679a9;
}

/* SOCIAL SIDEBAR
-------------------------------------------------------------- */

#social_sidebar h4	{
color: #4679a9;
font-family: Avenir, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

#social_sidebar p.blog_date_container	{
color: white;
text-align: center;
}

#social_sidebar span.blog_month	{
font-size: 11px;
text-transform: uppercase;
}

#social_sidebar span.blog_date	{
font-size: 12px;
font-weight: bold;
}

#social_sidebar p.entry	{
font-size: 12px;
}

#social_sidebar #get_connected a:link, #social_sidebar #get_connected a:visited	{
color: #4979a9;
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}

#social_sidebar #get_connected a:hover, #social_sidebar #get_connected a:active	{
text-decoration: none;
}

/* FOOTER
-------------------------------------------------------------- */

#footer_inner p#copyright	{
text-align: center;
}

#footer_inner #social_network a	{
color: #237b85;
font-size: 13px;
margin: 0 25px 0 0;
text-decoration: none;
}

#footer_inner #social_network img	{
position: relative;
top: 11px;
}

#footer_inner ul li a	{
color: #666;
text-decoration: none;
}

#footer_inner ul li a.active	{
text-decoration: underline;
}

#home #footer_home h4	{
color: #4679a9;
font-family: Avenir, Helvetica, Arial, sans-serif;
font-size: 23px;
font-weight: normal;
}

#home #footer_home #video_header	{
font-size: 18px;
line-height: 19px;
}

#home #footer_home p.blog_date_container	{
color: white;
text-align: center;
}

#home #footer_home span.blog_month	{
font-size: 11px;
text-transform: uppercase;
}

#home #footer_home span.blog_date	{
font-size: 12px;
font-weight: bold;
}

#home #footer_home p.entry	{
font-size: 14px;
line-height: 17px;
}

#home #footer_home p.other_videos	{
color: #4679a9;
font-style: italic;
font-weight: bold;
}

#home #footer_home h3.video_link a	{
color: #333;
font-size: 14px;
}

/* LANDER SPECIFIC TEXT ITEMS
-------------------------------------------------------------- */
#lander #interior h3	{
color: #4679a9;
font-size: 22px;
font-weight: bold;
}

#lander #interior #callout h4 {
font-family: Avenir, Helvetica, Arial, sans-serif;
color: #f8925f;
font-size: 22px;
font-weight:normal;
line-height:1.25em;}

#lander #interior #callout strong {
font-size:22px;}

#lander #interior p	{ font-size:95%; margin: 0 0 1.25em; }