/* CONTENTS
 -------------------------------
 0. Css Reset
 1. Constants
 2. Home
 	a. Hero Slider
 	b. Countdown
 3. The Race
 	a. Full Marathon
 	b. Half Marathon
 	c. 5k Marathon
 	d. Pace Groups
 	e. Schedule
 	f. Training
 	g. Staff
 	h. FAQs
 4. SLO Life
 	a. SLO Life Expo
 	b. Where to stay
 	c. Where to eat
 	d. What to do.
 	e. Transportation
 5. Volunteer
 6. Community
 7. Blog
 8. Register
 9. 404
 10. Sponsors

 Footer
*/

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Eames Century Modern-Bold';
	src: url('fonts/Eames Century Modern-Bold.eot');
	src: local('?'), url('fonts/Eames Century Modern-Bold.woff') format('woff'), url('fonts/Eames Century Modern-Bold.ttf') format('truetype'), url('fonts/Eames Century Modern-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Eames Century Modern-Regular';
	src: url('fonts/Eames Century Modern-Regular.eot');
	src: local('?'), url('fonts/Eames Century Modern-Regular.woff') format('woff'), url('fonts/Eames Century Modern-Regular.ttf') format('truetype'), url('fonts/Eames Century Modern-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --- Css Reset --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
.table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}



#headertext {
	padding-top: 31px;
	float: right;
	width: 335px;
	position: relative;
	text-align:center;
}

body {
	background: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	float: left;
	min-width: 100%;
}
#menu-item-1135 {
	margin-left: 0 !important;
}
#menu-item-1535 a {
	background: #E67B42 url("images/register-bg.png") no-repeat scroll 6px center !important;
	padding-left: 21px !important;
}


#menu-item-1535 a:hover {
	background: #C94D3E url("images/register-bg.png") no-repeat scroll 6px center !important;
	/*position:absolute;
	z-index:9999;
	
	top: 26px;
	right: -8px;*/
	color: #efefef !important;
}
#menu-item-2059 a{
	background:#9538AD !important;
	z-index:9999;
	position:absolute;
	width:155px;
	top:26px;
	right:-8px;
	
}
#menu-item-1135 a {
	position:absolute;
	z-index:9999;
	background: #c1d72f !important;
	top: 26px;
	right: 192px;
}
#menu-item-1135 a:hover {
	color: #00A4E4 !important;
}
#menu-item-1965 a {
	color: #888 !important;
	position:absolute;
	z-index:9999;
	background: #FFCD04 !important;
	top: 26px;
	right: 326px;
}
#menu-item-1965 a:hover {
	color: #00A4E4 !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid black;
		
}

th, td {
	text-align: left;
	padding: 5px;
   	text-align: left;
}


/* --- Constants --- */
.clear	{
	clear:both;
}


h1,h2,h3,h4,h5 {
	font-size: 24px;
	color: #800000; /*#1bb1e7;*/
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: normal;
	line-height: 100%;
}
h1 a,h2 a,h3 a,h4 a,h5 a {
	color: #800000; /*#1bb1e7;*/
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
  color: #C94D3E;
}

h3{
	font-size: 18px;
	line-height: 18px
}

h4 {
	font-size: 18px;
	color: #606060; /*#fdcf09;*/
	line-height: 18px;
	padding-bottom: 8px;
}

h5 {
	text-transform: none;
	font-size: 20px;
	line-height: 20px;
}

a {
	text-decoration: none;
	/*color: #AED24A;*/
    color: #CB6534;
}

a:hover {
	color: #C94D3E;/*#88c8e3;*/
}

p {
	margin-top: 0;	
}
hr {
	background-color: #ccc;;
	height: 1px;
	margin: 0 auto;
	border: none;
	width: 80%;
}

hr.large {
	margin: 20px auto;
}


 ul.dots {
 	list-style: disc;
 	padding: 0 0 20px 30px;
 }

.underline {
	text-decoration: underline;
}

.small {
	padding: 0;
	margin: 0;
}

.dark {
	color: #444;
}

.medium {
	margin-bottom: 15px;
}

.large {
	margin-bottom: 30px;
}

.xlarge {
	margin-bottom: 50px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.spread {
	padding: 30px 0;
}

.padmeright {
	padding: 0 20px 10px 0;
}

.padmeleft {
	padding: 0 0 10px 20px;
}

.error {
	color: #aed24a;
	font-size: 12px;
	display: block;
}

.hideme {
position : absolute;
display:none;
}
.pos-relative {
	position: relative;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin-right: 20px;
}
#ccoptin span.error {
	color: #C94D3E;
	font-size: 12px;
	display: block;
}


#ccoptin .submitButton {
    /*background: url("images/send.png") no-repeat scroll 0 -46px transparent !important;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 14px !important;
    height: 28px;
    position: absolute;
    top: 194px;
    width: 74px !important;*/
}


#mc-embedded-subscribe-form input[type=submit],
#ccoptin .submitButton {
    background: url("images/plus.png") no-repeat scroll left 3px transparent !important;
    color: #FFFFFF;
    float: right;
    font-size: 18px !important;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
    width: 100px !important;
	font-family: helvetica !important;
	font-weight: normal !important;
}

#mc-embedded-subscribe-form .mc-field-group.input-group {
  display: none;
}

#mc-embedded-subscribe-form input#email,
#ccoptin input#email {
    background: none repeat scroll 0 0 #696969;
    height: 25px;
    margin-left: 5px;
    opacity: 0.8;
    width: 332px;
	color: #FFFFFF;
}

#mc-embedded-subscribe-form label,
#ccoptin > label {
    font-weight: bold;
}
#ccoptin .submitButton:hover {
	/*background: url(images/send.png) no-repeat 0 -21px !important;*/
}

input.error,
textarea.error,
select.error {
	border: 1px solid #aed24a !important;
}

#ccoptin input.error {
	border: 1px solid #C94D3E  !important;
}

#ccoptin input {
	display: inline; 
}

a.more,
a.more-right {
	padding-left: 26px;
	background: url(images/arrow-sprite.png) no-repeat 0 -113px scroll;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}

a.more:hover {
	background: url(images/arrow-sprite.png) no-repeat 0 -91px scroll;
}

a.more-right {
	padding: 0 26px 0 0;
	background: url(images/arrow-sprite.png) no-repeat right -113px scroll;
}

a.more-right:hover {
	background: url(images/arrow-sprite.png) no-repeat right -91px scroll;
}

a.redcross {
	background: url(images/arrow-sprite.png) no-repeat 0 -157px scroll;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}


.grey {
	color: #aaa;
}

li.icit_weather_widget,
li.world_weather_wwo {
	list-style: none;
	width: 150px;
	float: right;
	text-align: right;
}

#headerWrap li.icit_weather_widget, 
#headerWrap li.world_weather_wwo {
	float: right;
    list-style: none outside none;
    position: relative;
    width: 320px;
}

#headerWrap li.icit_weather_widget, 
#headerWrap  li.world_weather_wwo {
    float: right;
    list-style: none outside none;
    position: relative;
    top: -7px;
    width: 320px;
}

li.world_weather_wwo .weather-location {
  font-size: 120%;
}

#headerWrap.weather-location, #headerWrap .wwo-weather-wrapper h4:first-child {
    width: 130px;
}

.page-homepage-test.weather-location, .page-homepage-test .wwo-weather-wrapper h4:first-child {
    width: 130px;
}

li.icit_weather_widget .main div {
  display: inline-block;
  padding-right: 5px; 
}
li.icit_weather_widget .weather-location br,
li.icit_weather_widget .weather-location .weather-country {
  display: none;
}

#headerWrap li.icit_weather_widget .weather-forecast {
  padding-right: 25px;
}
#headerWrap li.icit_weather_widget .weather-forecast div {
  display: inline-block;
  font-size: 90%;  
}

#globalsearch {
    clear: both;
    float: right;
    padding-bottom: 10px;
    position: relative;
}

.weather-location,
.wwo-weather-wrapper h4 {
	color: #888;
	font-size: 15px;
	position:relative;
}

.entry-title {
	 font-family: conv_eames century modern-bold
}

#headerWrap .weather-location, #headerWrap .wwo-weather-wrapper h4 {
    color: #888888;
    float: left;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    width: 185px;
    text-align: center;
}

.page-homepage-test .weather-location, .page-homepage-test .wwo-weather-wrapper h4 {
    color: #888888;
    float: left;
    font-size: 15px;
    position: relative;
    width: 185px;
}

#headerWrap .weather-icon-thumb {
    float: left;
}

.page-homepage-test .weather-icon-thumb {
    float: left;
}

.weather-icon-thumb img {
	width: 100px;
	height: 64px;
	margin-right: -18px;
}


#headerWrap .weather-icon-thumb img {
    height: 35px;
    margin-right: 0;
    position: relative;
    top: -6px;
    width: 48px;
}

.page-homepage-test .weather-icon-thumb img {
    height: 35px;
    margin-right: 0;
    position: relative;
    top: -6px;
    width: 48px;
}

#headerWrap .weather-day {
    float: left;
    margin-right: 5px;
    width: 50px;
}

.page-homepage-test .weather-day {
    float: left;
    margin-right: 5px;
    width: 50px;
}


#headerWrap .weather-hilo {
    float: left;
    width: 116px;
}
.presented {
	position: absolute;
	background: url(images/black_bg.png);
	/*opacity: .4;*/
	width: 176px;
	top: 250px;
	text-align: center;
	z-index: 9999;
}

.page-homepage-test .weather-hilo {
    float: left;
    width: 75px;
}

#globalsearch	{
	float: right;
	clear: both;
	position: relative;
	padding-bottom: 10px;
}

#globalsearch .submit {
	position: absolute;
	right: 2px;
	top: 2px;	
}
#marathon-date {
	float: left;
	position: relative;
	overflow: visible;
	top: 33%;
	width: 225px;
}

#searchWrap	{
	padding-top: 10px;
	width: 175px;
	float: right;
}

#headerWrap #searchWrap {
    position: absolute;
    right: 157px;
    width: 500px;
	top: 20px;
}

.page-homepage-test #searchWrap {
    position: absolute;
    right: 0;
    width: 500px;
}

#logoWrap {
	float: left;
	width: 100%;
	position: relative;
}

.logo-img-right {
	float: right;
	margin-right: 145px;
	margin-top: 77px;
}

body .fb_edge_widget_with_comment span {
	width: inherit !important;
}

#logoWrap p{
	right:-40px;
	bottom: -3px;
	position: absolute;
}

#menuWrap,
#menu-main-nav {
	height: 36px;
	background: #333;
}

.menu-main-nav-container {
  margin-bottom: -49px;
}

#menu-main-nav {
	/*width: 1200px;*/
	min-width: 1000px;
	width: 1002px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	bottom: 49px;
	left: 78px;
}

#menu-main-nav li {
	display: inline;
	margin-left: -4px;
	position: relative;
}


#menu-main-nav li.last-child{
	margin-right: 0px;
	padding-left: 42px;
	padding-right: 21px;
} 

#menu-main-nav li.last-child a {
	background: #C94D3E url("images/register-bg.png") no-repeat scroll 16px center !important;
	padding-left: 42px;
	padding-right: 21px;
	
}


#menu-main-nav li.last-child a:hover,
#menu-main-nav li.last-child.current-menu-item a {
	background-color: #aed24a !important;
	color: #fff !important;
}
/* shop */
#menu-item-1327 a {
	background-color: #00A4E4 !important;
}
#menu-item-1327 a:hover {
	background-color: #171717 !important;;
}




#menu-main-nav a {
	text-transform: uppercase;
	color: #efefef;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 13px 7px;
	display: inline-block;
}

#menu-main-nav a:hover {
	background: #171717;
	/*color: #aed24a;*/
	color: #CB6534;
}

#menu-main-nav .sub-menu a:hover {
	color: #CB6534 !important; 
}



body.home .current-menu-home a{
	color: #fff !important;
}

#menu-main-nav .current-menu-item > a,
#menu-main-nav .current-menu-parent > a{
	color: #aed24a !important;
	
	color: #CB6534 !important;
}

ul.sub-menu {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 600;
	width: auto;
	display: none;
	background: url(images/opacity-bg.png) 0 0;
}

ul.sub-menu li{
	width: auto;
	display: block !important;
	margin: 0 !important;
	text-align: left;
}

ul.sub-menu li:hover{
	background: #171717;
}

ul.sub-menu a{
	white-space: nowrap;
	color: #fff !important;
	display: block !important;
}



/* --- Home --- */

#headerWrap,
#header {
	background: #fff;
}

#header {
	height: 205px;
	width: 1000px;
	margin: 0 auto;
}

#headerWrap #header {
	position: relative;
}

.page-homepage-test #header {
	position: relative;
}

#search,
#email,
#femail,
#vemail,
#fname,
#vname,
#fmessage,
#vmessage {
	color: #888;
	padding: 0 12px 0 4px;
	width:153px;
	height: 20px;
	line-height: 20px;
	background: #f8f8f8;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	border: none;
}

#fselect {
	border: none;
}

#search,
#email {
	border: 1px solid #888;
}

#email {
	width: 215px;
	margin-top: 2px;
}



#heroWrap,
#slides {
	background: #444;
}

body.home #heroWrap {
	height: 511px;
}


body.page-template-homepage-test-php #heroWrap {
	height: 510px;
}
#wrapper,
#footWrap {
	padding-top: 26px;
	width: 1000px;
	min-height: 400px;
	margin: 20px auto;
	position:relative;
}

#wrapper {
	/*padding-bottom: 145px;*/
}
#wrapper {
  position: relative;
  margin-top: 69px;
}
.textalignright {
	text-align: right;
}
.latest-post-content p {
	font-size: 1.2em;
	line-height: 1.4em;
}
.latest-post-content a.more-right {
	background: url(images/large-right-arrow.png) no-repeat left 2px scroll;
	line-height: 1em;
	padding: 8px 0 8px 37px;
}
.home h1 {
	font-size: 30px;
}
.latest-post-content {
	margin-bottom: 25px;
}
h2.latest-post-title {
	padding-bottom: 0;
}
.latest-post-title a {
	/*color: #AED24A;*/
    color: #CB6534;
}

/* make sure */
.homepage-content-con .faded-bg.latest-con:hover .latest-post-title a {
  color: #800000;
}

#hero {
	margin: 0 auto;
	width: 1000px;
	display: block;
	overflow: hidden;
	height: 300px
}

body.home #hero {
	height: 447px;
	position: relative;
	overflow: visible;
}

body.page-template-homepage-test-php #hero { 
		height: 447px;
	position: relative;
	overflow: visible;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    *zoom: 1;
}

.col3,
.col2 {
	width: 306px;
	height: 206px;
	border-right: 1px solid #ccc;
	float: left;
	position: relative;
	padding-right: 20px;
	overflow: hidden;
	margin: 0 20px 64px 0;
}

.col2 {
	width: 446px;
	border: none;
	height: auto;
}


.col2.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.col-text {
	float: left;
	width: 245px;
}

.row.col-no-height .col3 {
  height: auto;
}

#wrapper .col3 a.more {
	position: absolute;
	bottom: 0;
	left: 70px;
}

.page-the-races #wrapper {
  color: #555;
}

.page-the-races #wrapper .col3 a.more {
  color: #E67B42;
}
.page-the-races #wrapper .col3 a.more:hover {
  color: #ec9a6f;
}

.page-the-races #wrapper .col3 p,
.page-the-races #wrapper .col2 p,
.page-the-races #wrapper .col3 h4,
.page-the-races #wrapper .col2 h4
{
  padding-right: 80px;
}

.orange-link {
  color: #E67B42;
}

.orange-link:hover {
  color: #ec9a6f;
}

.col3.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.iconHolder {
	width: 248px;
	height: 136px;
	float: left;
	text-align: center;
	position: relative;
}

.contentblock .content{
	width: 725px;
	float: left;
	padding-left: 20px;
}

#ccoptin{
	padding-top: 4px;
}

.home .col3.first phpcode li {
	font-size: 18px;
	line-height: 2em;
	text-transform: uppercase;
}

.page-template-homepage-test-php .col3.first phpcode li {
	font-size: 18px;
	line-height: 2em;
	text-transform: uppercase;
}


/* ---	Hero Slider --- */

#slides {
	position:absolute;
	z-index:100;
	height: 511px;
}

.slides_container {
	width:1000px;
    height:447px;
   display: none;
}

.slides_container div.slide {
	width:1000px;
	height:447px;
	display:block;
}

.slide .caption h2 {
  color: #E37F4B;
}


#slides .next,#slides .prev {
	position:absolute;
	top:200px;
	left:-50px;
	width:28px;
	height:43px;
	display:block;
	z-index:101;
	text-indent: -9999px;
	background: url(images/slider-arrows.png) no-repeat;
}

#slides .next {
	left:1024px;
	background: url(images/slider-arrows.png) no-repeat -53px 0;
}

.pagination {
	margin:24px auto 0;
	width: 270px;
}

.pagination li {
	float:left;
	margin: 0 5px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:20px;
	height:7px;
	padding-top:12px;
	background:url(images/pagination.png) no-repeat -24px 0px;
	float:left;
	overflow:hidden;
	text-indent: -9999px;
}

.pagination li a:hover {
	background:url(images/pagination.png) no-repeat -42px 0px;

}

.pagination li.current a {
	background-position:0 0;
}

.caption {
	z-index:400;
	position:absolute;
	top: 0;
	right:0;
	height: 447px;
	padding:60px 20px;
	background:#000;
	background: url(images/opacity-bg.png);
	width:255px;
	color:#fff;
	text-align: right;
	font-size: 16px;
}

.caption h2 {
	font-size: 30px;
}

.caption p {
	font-size: 18px;
}

#slides .caption h3 a.more-right {
	background: url(images/large-right-arrow-o.png) no-repeat right 2px scroll;
	padding: 8px 37px;
	color: #E37F4B;
}

#slides .caption h3 a.more-right:hover {
	background: url(images/large-right-arrow-o.png) no-repeat right -33px scroll;
	/*color: #88c8e3;*/
	color: #e68f61;
}

.caption a:hover {
	color: #88c8e3;
}



/* --- Countdown --- */

#counter {
display:fixed;
position: absolute;
	bottom: 0;
	left: 0;
	width: 462px;
	height: 137px;
	background: url(images/opacity-bg.png) repeat-x 0 0 transparent;
	color: #fff;
	padding: 8px 10px 5px;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 500;
}

#counter p {
	margin: 0;
}

#countdown {
	font-size: 100px;
	/*color: #a6ce39;*/
	line-height: 80px;
	padding-top: 5px;
	cursor: default;
	color: #cb6534;
}

#countdown li {
	display: inline;
	position: relative;
}

#raceStatus {
	z-index: 100;
}

.openCounter,
.closeCounter {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 18px;
	height: 19px;
	background: url(images/arrow-sprite.png) no-repeat 0 -22px transparent;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 300;
	-webkit-border-horizontal-spacing: 4px;
}

.closeCounter {
	background: url(images/arrow-sprite.png) no-repeat 0 0 transparent;
}

.openCounter {
	display: none;
}

.timeType{
	position: absolute;
	bottom: -30px;
	left: 0;
	color: #fff;
	font-size: 16px;
}

.contentblock {
	min-height: 137px;
	padding: 64px 0;
	width: 100%;
	position: relative;
}

.contentblock.last {
	padding-bottom: 10px;
}
.contentblock.first {
	padding-top: 10px;
}


/* --- The Races --- */

body.page-the-races h1 {
	padding-bottom: 30px;	
}

body.page-the-races .col3 h3 a:hover{
	color: #1BB1E7;
}
body.page-the-races .col3{
	height: 400px; /*250*/
	overflow: visible;
	margin-top: 30px;
	margin-bottom: 0;/*185px;*/
	padding-bottom: 30px;
}
body.page-the-races #footer .col3 {
	margin-top: 0;
}
.col3runner {
	bottom: -137px;
    position: absolute;
    right: 10px
}
body.page-the-races .col3runner {
  bottom: 30px;
}

body.page-the-races .more:nth-of-type(1) {
  bottom: 80px !important;
}
body.page-the-races .more:nth-of-type(2) {
  bottom: 55px !important;
}

.iconpad {
	padding: 18px 0 0 30px;
}

.merch-shirt {
	position: absolute;
	left: 40px;
	top: -20px;
}

#hiddenInfo {
	display: none;
}

#raceContent {
	float: left;
	width: 600px;
	padding: 0 0 0 28px;
	margin-right: 55px;
}

.raceLogo {
	margin-bottom: 30px;
}

#raceData {
	float:right;
	width: 209px;
	padding: 45px 54px 0;
}

#raceData li {
	height: 115px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 34px;
	margin-bottom: 38px;
	text-align: center;
}

#raceData li.first {
	height: 182px;
}

#raceData li.last {
	border: 0;
}

.clock-icon,
.map-icon,
.rules-icon,
.results-icon {
	display: block;
	width: 53px;
	height: 53px;
	margin: 0 auto 20px;
}


.clock-icon{
	background: url(images/clock-icon.gif) no-repeat 0 0;
}

.map-icon {
	background: url(images/map-icon.gif) no-repeat 0 0;
}

.rules-icon {
	background: url(images/rules-icon.gif) no-repeat 0 0;
}

.results-icon {
	background: url(images/results-icon.gif) no-repeat 0 0;
}

.registerNow,
.registerSuccess {
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background: #c94d3e url("images/register-bg.png") no-repeat scroll 16px center !important;
	padding: 10px 21px 7px 42px;
}

.registerNow:hover,
.registerSuccess:hover {
	color: #fff;
}

#raceRulesBg,
#volunteerBg {
	display: none;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);
	cursor: pointer;
	z-index: 1000;
}

#raceRules,
#volunteerSignup {
	background: #444;
	width: 872px;
	padding: 40px 30px;
	display: none;
	position: absolute;
	z-index: 1100;
	color: #fff;
	top: 0;
	left: 0;
}

#raceRules .close,
#volunteerSignup .close {
	width: 27px;
	height: 27px;
	display: inline-block;
	position: absolute;
	right: -10px;
	top: -20px;
	background: url(images/rules-close.gif) no-repeat 0 0;
	cursor: pointer;
}

#raceRules h2 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 30px;
	font-weight: bold;
}

#raceRules h3 {
	color: #AED24A;
	font-size: 17px;
	padding-bottom: 5px;
	font-weight: bold;
}




/* - Pace Groups - */

.paceGroupTbl {
	border: 1px solid #E7E7E7;
	margin-bottom: 40px;
}


.paceGroupTbl td {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	color: #444;
}

.paceGroupTbl th {
	background: #02ACDD;
	border-top: 1px solid #02ACDD;
	border-left: 1px solid #02ACDD;
	border-right: 1px solid #02ACDD;
	color: #fff;
	padding: 2px 5px;
}




/* - Training - */

ul.check li {
	background: url(images/green-check.gif) no-repeat 0 0;
	padding-left: 35px;
	margin-top: 10px;
}

ul.trainingCosts {
	clear: both;
}

ul.trainingCosts li {
	width: 100%;
	overflow: auto;
	margin-top: 10px;
}

.page-training .col3 a.more,
.page-id-1033 .col3 a.more {
	right: 20px;
}

.page-training .col3 .registerSuccess,
.page-id-1033 .col3 .registerSuccess {
	position: absolute;
	bottom:0;
	right: 20px;
}

.page-training .col3.last a.more,
.page-id-1033 .col3.last a.more {
	right: 0;
}

.tnt {
	padding: 57px 322px 0 0;
	background: url(images/team-in-training.gif) no-repeat bottom right;
	display: inline-block;
	margin-bottom: 20px;
}

.pts {
	padding: 57px 322px 0 0;
	background: url(/wp-content/uploads/2011/11/PTSlogo1.png) no-repeat bottom right;
	display: inline-block;
	margin-bottom: 20px;
}

.page-training .col3,
.page-id-1033 .col3 {
	height: 450px
}

.page-training .programs .col3,
.page-id-1033 .programs .col3 {
	height: 650px
}

.page-training .col3 h4 {
	padding-top: 20px;
	color: #1bb1e7;
}

.page-training .col3 > h4 {
	color: #444;
}

.cost {
	float: right;
	color: #444;
}



/* - Staff - */

.staffBlock {
	padding: 10px 0 20px;
}

.staffBlock.sam{
	padding-top: 30px;
}

body.page-staff h4 {
	text-transform: none;
}

body.page-staff h5 {
	text-transform: uppercase;
}

body.page-staff #hero {
	height: 0;
}



/* - FAQs - */
body.page-faqs #hero {
	height: 0;
}

body.page-faqs ul.faqs > li {
	margin-top: 20px;
}

.faqAnswer {
	display: none;
	padding: 20px 0 0 26px;
}

a.faqopen {
	color: #444 !important;
	background: url(images/arrow-sprite.png) no-repeat 0 -203px !important;
}

body.page-faqs #wrapper {
	padding-bottom: 140px;
}


/* --- SLO Life --- */

body.page-slo-life .col2 {
	height: 320px;
	margin-top: 20px;
}

body.page-slo-life .col2.first {
	padding-left: 32px;
}

body.page-slo-life .col2 img{
	margin-bottom: 20px;
}

body.page-slo-life .col2 a.more {
	position: absolute;
	bottom: 0;
}


div.day1,
div.day2,
div.day3 {
	padding-bottom: 50px;
}

#expoMenu {
	height: 27px;
	clear: both;
	display: block;
}

#expoMenu li {
	float: left;
}

#expoMenu li a{
	padding: 8px 18px;
	cursor: pointer;
	color: #444;
	display: inline-block;
}

#expoMenu li a.active,
#expoMenu li a:hover{
	background: #E67B42; /*#54c2e9;*/
	color: #fff;
}

#expoEvents > div {
	display: none;
}

.expoTbl {
	padding-left: 20px;
}

.expoTbl th {
	color: #444;
	padding-bottom: 10px;
}


body.page-expo .contentblock h2 {
	color: #7baf01;
}

body.page-expo .iconHolder {
	width: 200px
}


/* - Where to stay  - */

.hotelBlock {
	padding: 60px 0;
	clear: both;
	min-height: 180px;
}

.hotelBlock.first {
	padding: 0 0 60px;
}

.hotelImage {
	float: left;
	margin-right: 30px;
	width: 290px
}

.hotelInfo {
	
}

.hotelList {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px dotted #ccc;
	clear: both;
	min-height: 181px;
}

.address {
	float: left;
	color: #666;
	font-size: 12px;
}

.amenities {
	float: right;
	width: 155px;
	padding-top: 20px;
}

.amenities li {
	float: right;
	height: 17px;
	text-indent: -9999px;
	width: 25px;
}

.pool { background: url(images/amenities.gif) no-repeat -2px -1px; }
.breakfast { background: url(images/amenities.gif) no-repeat -79px -1px; }
.gym { background: url(images/amenities.gif) no-repeat -52px -1px; }
.pets { background: url(images/amenities.gif) no-repeat -103px -1px; }
.restaurant { background: url(images/amenities.gif) no-repeat -28px -1px; }
.internet { background: url(images/amenities.gif) no-repeat -128px -1px; }

.breakfast

body.page-where-to-stay .col2 {
	margin-top: 60px;
}

body.page-where-to-stay .col2.first {
	border-right: 1px solid #ccc;
}



/* - Where to eat  - */

.wteBox {
	width: 100%;
	min-height: 350px;
	padding-bottom: 50px;
}

.portraitBgRight,
.portraitBgLeft {
	width: 288px;
	background: #fff;
	font-size: 14px;
	color: #444;
	margin: 0 25px 0 0;
	overflow: hidden;
	padding: 10px;
	float: left;
}

.portraitBgRight h2,
.portraitBgLeft h2 {
	font-size: 16px;
	text-transform: none;
	padding-bottom: 10px;
}

.portraitBgRight img,
.portraitBgLeft img {
	margin-bottom: 10px;
}


.portraitBgRight {
	margin: 0 0 0 25px;
	float: right;
}

.wteQuoteLeft,
.wteQuoteRight {
	width: 575px;
	float: left;
	padding: 0 40px 0;
}

.wteQuoteLeft h4,
.wteQuoteRight h4 {
	padding-top: 20px;
}


.wteQuoteRight {
	float: right;
}



/* - What to do  - */


.page-what-to-do .col2 {
	width: 480px;
}

.page-what-to-do .col2.first {
	border-right: 1px dotted #999;
	padding-right: 19px;
}


.whattodo h3 {
	margin-top: 10px;
}

.whattodo em {
	color: #444;
	font-size: 14px;
}

.whattodo {
	margin-bottom: 30px;
	border-bottom: 1px #ababab dotted;
	height: 540px;
	padding-bottom: 20px;
}

.whattodo.last {
	border: none;
}



/* - Transportation  - */

.airlines {
	background: url(images/plane_icon.gif) no-repeat top left;
	padding: 0 0 30px 70px;
}

.trains {
	background: url(images/train_icon.gif) no-repeat top left;
	padding: 0 0 30px 70px;
}

.automobile {
	background: url(images/car_icon.gif) no-repeat top left;
	padding: 0 0 30px 70px;
}

.bustransportation {
	background: url(http://www.slomarathon.com/wp-content/uploads/2011/07/busicon1.png) no-repeat top left;
	padding: 0 0 30px 70px;
}

.bicycle {
	background: url(http://www.slomarathon.com/wp-content/uploads/2011/07/bikeicon.png) no-repeat top left;
	padding: 0 0 30px 70px;
}

/* --- Volunteer --- */

.job {
	margin-bottom: 30px;
}

.job .more {
	margin-top: 10px;
}

.job .redcross {
	width: 25px;
}

.job h4 {
	color: #FDCF09;
	font-weight:bold;
}


body.page-volunteer .col2.first {
	border-right: 1px solid #ccc;
	margin-right: 25px;
}

.volunteerPerks {
	width: 300px;
	background: #444;
	color: #AED24A;
	position: absolute;
	padding: 20px 20px 20px 30px;
}

.volunteerPerks li {
	list-style: disc;
}



#volunteerSignup {
	width: 500px;
}

#vmessage {
	width: 482px !important; 
	height: 126px !important;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
}


#vselect {
	overflow: auto;
	width: auto !important;
	font-size: 14px;
}


/* --- Community --- */

body.page-community .col2.first,
.page-contentblocks .col2.first{
	border-right: 1px solid #ccc;
}

body.page-community .contentblock,
.page-contentblocks .contentblock{
	height: 220px;
	padding: 50px 0;
}

body.page-community .iconHolder,
.page-contentblocks .iconHolder{
	width: 352px;
	height: auto;
}

body.page-community .content,
.page-contentblocks .content{
	width: 600px;
	height: auto;
}



/* --- Blog --- */

body.blog #hero,
body.page-blog #hero,
body.page-press #hero,
body.page-news #hero,
body.single #hero,
body.archive #hero,
body.author #hero{
	height: 0;
}

.post {
	margin-bottom: 50px;
}

.entry-meta {
	margin-bottom: 20px;
}

#blogNewsPress {
	width: 675px;
	min-height: 600px;
	float: left;
}

#newsbar {
	width: 275px;
	min-height: 550px;
	float: right;
}

#newsbar h2 a{
	color: #444;
}

#newsbar li.widget {
  list-style: none;
}

#newsbar h2 a:hover{
	color: #888;
}

#latestNewsAside,
#latestPressAside,
#latestBlogAside {
	margin-bottom: 40px;
}

#latestNewsAside ul,
#latestPressAside ul,
#latestBlogAside ul{
	padding-left: 10px;
}

#latestNewsAside li,
#latestPressAside li,
#latestBlogAside li{
	margin-bottom: 10px;
	text-transform: uppercase;
}

#latestPressAside h2 { 
	background: url("images/press-icon.gif") no-repeat scroll 0 0 transparent;
    padding: 15px 0 28px 70px;
}

#latestNewsAside h2 { 
	background: url("images/news-icon.gif") no-repeat scroll 0 0 transparent;
    padding: 15px 0 28px 70px;
}

#latestBlogAside h2	{ 
	background: url("http://www.slomarathon.com/wp-content/uploads/2011/07/blog-icon.gif") no-repeat scroll 0 0 transparent;
    padding: 15px 0 28px 70px;
}



/* --- Register --- */

#regPricing {
	border: 1px solid #E7E7E7;
}


#regPricing td {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	color: #444;
}

#regPricing th {
	background: #02ACDD;
	border-top: 1px solid #02ACDD;
	border-left: 1px solid #02ACDD;
	border-right: 1px solid #02ACDD;
	color: #fff;
	padding: 2px 5px;
}

.page-register .registerNow {
	float: right;
}


/* --- 404 --- */
body.error404 #hero,
body.search-results #hero,
body.search-no-results #hero {
	height: 0;
}

body.error404 #wrapper {
	text-align: center;
}

body.error404 h1 {
	font-size: 24px;
	color: #333;
	margin-top: 30px;
}



/* -- Search -- */

body.search-results .hentry {
	padding-bottom: 30px;
	margin: 0;
}

#nav-above,
#nav-below {
	padding-bottom: 30px;
}

.nav-previous,
.nav-next {
	display: inline-block;
}

.nav-next {
	float: right;
}

/* --- Sponsors Carousel --- */
#sponsors, #instagram-feed {
	margin: 0 auto;
	width: 1000px;
}

.instagram-feed img {
  height: 175px;
  margin: 0 12px 10px;
}

/* --- Footer --- */

#footer {
	min-height: 555px;
	background: #888;
	color: #232323;
}

#footer {
	background: #E37F4B;
}

.page-homepage-test #footer {
	background: #E37F4B;
}

#footWrap {
	padding-bottom: 0px;
	background: #888;
	height: auto;
}

#footer #footWrap {
	background: #e37f4b;
}

.page-homepage-test #footWrap {
	background: #e37f4b;
}

#footer h2 {
	color: #aed24a;
}

.footer-sponsors {
	position: absolute;
	height:90px;
	right: 0;
	top:-195px
}

.footer-runners {
	position: absolute;
	right: 70px;
	top: 128px;
}

.footer-sponsors .sponsors {
	display: none;
	width: 850px;
	height: 150px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.footer-sponsors .sponsors a.more {
	text-decoration: none;
	color: #AED24A !important;
	background: url(images/arrow-sprite.png) no-repeat right -113px scroll !important;
}

.footer-sponsors .sponsors a:hover {
	color: #88c8e3 !important;
	background: url(images/arrow-sprite.png) no-repeat right -113px scroll !important;
}

#footer .col3 {
	border: none;
	height: auto;
	margin-bottom: 0;
	width: 310px;
}

#footer .col3.first {
	margin-right: 0;
	width: 315px;
}
#footer .col3.first .pos-relative {
	height: 200px;
}
#footer .col3.first .pos-relative img {
	padding-top: 0;
}
#footer .col3.middle h2{
	padding-left: 20px;
}

#footer .col3.middle {
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
}

#footer a {
	color: #ccc;
}

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

#footer a.more {
	padding: 0 26px 0 0;
	background: url(images/arrow-sprite.png) no-repeat right -225px scroll;
	height: 19px;
}

#footer a.more:hover {
	background: url(images/arrow-sprite.png) no-repeat right -45px scroll;
}

#footer .col3.first img {
	padding: 10px 0;
}

#footer #sponsors_list {
	width:310px;
	height: 250px;
	margin-bottom: 15px;
	background-color: #f8f8f8;
}
#footer #sponsors_list .slides_container {
	width:310px;
	height: 250px;
	overflow: hidden;
	display:none;
}
#footer #sponsors_list .pagination {
	display:none;
}
#footer #sponsors_list .slides_container div {
	width:310px;
	height:100px;
	display:block;
}
.facebook,
.twitter,
.youtube,
.mailicon {

	padding: 0 0 2px 69px;
	width: 225px;
	min-height: 35px;
	position: relative;
}
.mailicon {
	
}

.mailicon p{
	padding-top: 20px;
}

.facebook {
	background: url(images/facebook.png) no-repeat 10px top scroll;
	padding-bottom:20px;
	padding-top:0;
}

.facebook p{
	padding-top: 10px;
}

.twitter {
	background: url(images/twitter-bg.gif) no-repeat 10px top scroll;
	height: 168px;
}

.twitter p{
	position: absolute;
	bottom: 42px;
	right: 16px;
	margin: 0;
}

.youtube {
	background: url(images/youtube.png) no-repeat 10px top scroll;
	height: 100px;
	overflow: visible;
	padding-top: 10px;
}
.youtube p:first-child {
	margin-bottom: 53px;
}

.ytcta {
	text-align: right;
}

.youtube .featuredVideo {
	margin-bottom: 15px;
	opacity: 0.35;
	position: relative;
}

.youtube .featuredVideo:hover {
	opacity: 1;
}

.arrowOverlay {
	background: url(images/video-play.png) no-repeat center center;
	position: absolute;
	height: 100%;
	width: 100%;
}

#footer .copyright{
	text-align: center;
	font-size: 11px;
	color: #aaa;
}

#fcontact input,
#fcontact textarea,
#fcontact select,
#vemail,
#vname,
#vselect,
#vmessage{
	width: 260px;
	background: #ccc;
	color:#444;
	height: 25px;
	font-size: 16px;
}

#fcontact #fselect{
	width: 278px;
	padding: 2px 0 2px 5px;
}

#fcontact textarea,
#vmessage {
	padding: 5px 10px;
	width: 255px;
	resize: none;
	overflow: auto;
	height: 112px;
	font-size: 16px;
}

form#fcontact p.submit {
	padding-right: 15px;
}

.submitButton {
	float: right;
	width: 74px !important;
	cursor: pointer;
	font-size: 14px !important;
	background: url(images/send.png) no-repeat 0 0 !important;
	border: none;
}

.submitButton:hover {
	background: url(images/send.png) no-repeat 0 -25px !important;
}

#fcontact .submitButton {
	margin-right: 32px;
}

.faddress {
	font-size: 15px;
}

.response h2,
.response h3 {
	text-transform: none;
	color: #aed24a !important;
	font-size: 22px;
	padding-left: 30px;
	background: url("images/tick.png") no-repeat 0 0 transparent;
}

.response h3 {
	background: url("images/cross.png") no-repeat 5px 0 transparent;
	color: #aed24a !important;
}

.response {
	display: none;
}

#volunteerSignup .response {
	color: #fff !important;
}

#volunteerSignup .submitButton {
	color: #444 !important;
	background: #999999;
	border: none;
	height: 22px;
}

/* --- Sponsors --- */

.page-sponsors #wrapper li {
	
}

.page-sponsors #wrapper li img{
	vertical-align: middle;
	margin-right: 30px;
}

.page-sponsors #wrapper h2 {
	margin:80px 0 30px 0;
	padding-bottom: 5px;
}
.sponsor-list {
	width: 100%;
	overflow: auto;
	clear: both;
}
.sponsor-list li {
	width: 100%;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
.sponsor-list p {
	float: left;
	width: 475px;
}


#block_1 { float: left; width: 34%; margin-left: 33%; }
#block_2 { float: left; width: 33%; margin-left: -67%; }
#block_3 { float: left; width: 33%; }

.download-pdf {
	float: left;
	margin: 0 22px;
}

.fb-con {
	position: relative;
  min-height: 165px;
  width: 410px;
  height: 350px;
  float: left;
  overflow: hidden;
}

.fb-con:hover {
	 /*background: url("images/hero3old.jpg") no-repeat scroll 0 0 transparent;*/
	 background: url("images/facebook-446x360.jpg") no-repeat scroll 0 0 transparent;
}

.faded-bg {
	 background: rgba(0,0,0,0.60);
	   padding: 30px 2%;
	   margin-bottom: 4px;
}

.fb-con .rfbp-timestamp {
  color: #FFF;
}

.yt-con {
	position: relative;
	float:right;
	width: 410px;
	height: 300px;
}



.latest-con {
    float: left;
    height: 300px;
    width: 410px;
}

.latest-con:hover {
	 background: url("images/slomarathon-website-latestnews-v1.jpg") no-repeat scroll 0 0 transparent;
}


.register-con {
    float: right;
     height: 350px;
    width: 410px;
}

.register-con:hover {
	 background: url("images/slomarathon-website-register-v1.jpg") no-repeat scroll 0 0 transparent;
}


.course-con {
	 float: left;
      height: 198px;
    width: 410px;
}


.course-con:hover {
	 background: url("images/slomarathon-sectionslides-coursemap.jpg") no-repeat scroll 0 0 transparent;
}

.race-policy-con {
    float: right;
     height: 198px;
    width: 410px;
}

.race-policy-con:hover {
	 background: url("images/slomarathon-website-racepolicies-v1.jpg") no-repeat scroll 0 0 transparent;
}


.teams-con {
	 float: left;
      height: 198px;
    width: 410px;
}

.teams-con:hover {
	 background: url("images/slomarathon-sectionslides-teams.jpg") no-repeat scroll 0 0 transparent;
}


.updates-con {
	   float: right;
      height: 198px;
    width: 410px;
	position: relative;
}


.updates-con:hover {
	 background: url("images/slomarathon-website-receiveupdates-v1.jpg") no-repeat scroll 0 0 transparent;
}

.hotel-con {
	 float: left;
    height: 198px;
    width: 410px;

}

.hotel-con:hover {
	 background: url("images/slomarathon-website-hotels-v1.jpg") no-repeat scroll 0 0 transparent;
}



.tnt-con {
   float: right;
    height: 198px;
    width: 410px;
}

.tnt-con:hover {
	 background: url("images/slomarathon-website-tnt-v1.jpg") no-repeat scroll 0 0 transparent;
}


.faded-bg h1 {
	 border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 310px;
}

.register-con.faded-bg > ul {
    list-style: none;
    margin-left: 15px;
}


.register-con.faded-bg li {
   
    margin-bottom: 18px;
   
}

.register-con.faded-bg li a {
	 color: #FFFFFF;
	
}

.read-more-link {
	 padding-left: 30px;
	  background: url("images/plus.png") no-repeat scroll left 0 transparent;
	  color: #fff;
}

.con-block {
	margin-top: 10px;
}

.con-block-map {
	margin-top: 10px;
	text-align: right;
}


.page-homepage-test #wrapper {
    background: url("images/slomarathon-website-background-v1.jpg") no-repeat scroll center 0 #444444;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
    background-size: cover;
	height: 1800px;
}

.homepage-content-con {
    position: relative;
    color: #FFFFFF;
    margin: 0 auto;
    padding-top: 45px;
    width: 895px;
    z-index: 2;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-homepage-test .homepage-content-con h1 {
	color: #FFFFFF;
    font-family: conv_eames century modern-bold;
    font-size: 24px;
    font-weight: bold
}

.page-homepage-test .homepage-content-con h2 {
	color: #fff;
	padding-bottom: 10px;
}

.page-homepage-test .homepage-content-con a {
	font-size: 18px;
}

.page-homepage-test .homepage-content-con p {
		font-size: 16px;
		line-height: 25px;
}

.read-more {
    text-align: right;
}

.read-more a {
	color: #fff;
	 background: url("images/plus.png") no-repeat scroll center 0 transparent;
	 padding-left: 150px;
}
.page-homepage-test .rfb_posts.shortcode div.rfb-post {
	border: none;
}

.page-homepage-test .latest-post-content {
	margin-bottom: 10px;
}
#fcbk_share {
    clear: both;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 35px;
    width: 78px;
}


#footer #footer-widgets-wrap {
    margin: 0 auto;
    width: 1000px;
}

.page-homepage-test #footer-widgets-wrap {
    margin: 0 auto;
    width: 1000px;
}

#footer .block {
    float: left;
    margin-right: 3%;
    padding-top: 20px;
    width: 30%;
}

.page-homepage-test .block {
    float: left;
    margin-right: 3%;
    padding-top: 20px;
    width: 30%;
}
.supporters-con{
	width: 895px;
}
.supporters{
	float: left;
	margin-right: 10px;
}
#footer .block:last-child {
    margin-right: 0;
}

.page-homepage-test .block:last-child {
    margin-right: 0;
}

.textwidget .wpcf7-form input {
     padding: 5px 0 5px 5px;
    width: 98%;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: medium none;
    box-shadow: none;
	color: #fff;
	 border-radius: 0 0 0 0;
}

.textwidget .wpcf7-form  span.wpcf7-not-valid-tip {
    left: 0;
    position: absolute;
    top: -25%;
    width: 293px;
}

.textwidget .wpcf7-form textarea {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: medium none;
    box-shadow: none;
	color: #fff;
	padding-left: 5px;
	padding-top: 10px;
	height: 110px;
	 width: 295px;
	  border-radius: 0 0 0 0;
}
.textwidget .wpcf7-form > p {
    margin-bottom: 5px;
	color: #fff;
}

.block h3 {
	color: #fff;
	font-family: 'Conv_Eames Century Modern-Bold';
	font-size: 22px;
}

.block p {
	color: #fff;
	font-size: 14px;
}

.block #wds {
	color: #fff4e9;
}



.textwidget .wpcf7-form .wpcf7-submit {
    background: url("images/plus.png") no-repeat scroll right 0 transparent;
    border: medium none;
    box-shadow: none;
    color: #FFF4E9;
    cursor: pointer;
    float: right;
    margin-right: 3px;
    opacity: 100;
    padding-top: 1px;
    width: 88px;
	   font-size: 12px;
	     font-weight: bold;
}

.follow-us {
    
    color: #FFF4E9;
    float: right;
    
	margin-top: 8px;
	cursor: pointer;
}

.follow-us a {
	background: url("images/plus.png") no-repeat scroll right 2px transparent;
    cursor: pointer;
    padding-right: 24px;
    padding-top: 5px;
	font-size: 12px;
	     font-weight: bold;
}

#footer .follow-us a {
	  color: #FFF4E9;
	  font-size: 13px;
}





#footer .wds-tweet-container {
    background: url("images/twitter-bg.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 15px;
    height: 84px;
	padding-top: 28px;
}





#footer-widgets-wrap #anyusertwitterfeed-2 > h3 {
   
}

.twitter-logo {
	   background: url("images/twitter-logo.png") no-repeat scroll left 0 transparent;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
}

#text-5 > h3 {
    padding-bottom: 0;
}


#text-5 .textwidget > p {
    font-family: conv_eames century modern-regular;
    font-size: 15px;
}


.textwidget .wpcf7-form .send-us {
    margin-bottom: 22px;
}

.comment-form-comment > label {
    display: block;
}

body #email {
width: 195px;
margin-top: 2px;
margin-left: 5px;
}

.standout {
	font-family: conv_eames century modern-bold;
	font-size: 20px; /*30*/
	line-height: 1.1em;
	font-weight: bold;
	color: #E37F4B; /*#1bb1e7;*/
}

.group {
	display:block;
	width: 100%;
}
 
.group [class*='block-'] {
	float: left;
}
.group.left {
	float:left;
}
.group.right {
	float:right;
}

.group [class*='block-'] .block {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.group .block-1 {
	width: 100%;
}
 
.group .block-1-2 {
	width: 50%;
}
.group .block-1-3 {
	width: 33.33333%;
}
.group .block-1-4 {
	width: 25%;
}
.group .block-2-3 {
	width: 66.66667%;
}
.group .block-3-4 {
	width: 75%;
}
.group .block-1-5 {
	width: 20%;
}
.group .block-2-5 {
	width: 40%;
}
.group .block-3-5 {
	width: 60%;
}
.group .block-4-5 {
	width: 80%;
}
.group .block-1-6 {
	width: 16.66667%;
}
.group .block-2-6 {
	width: 33.33333%;
}
.group .block-3-6 {
	width: 50%;
}
.group .block-4-6 {
	width: 66.66667%;
}
.group .block-5-6 {
	width: 83.33333%;
}

.group:before,
.group:after {
  content: "";
  display: table;
 }
 
.group:after {
  clear: both;
 }
 
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

@media screen and (max-width: 1100px) {
	#slides .next, #slides .prev {
		display: none;
	}
}

p.small {
  margin: 1em 0;
  font-size: 0.8em;
}

#logoWrap.test {
  width: 176px;
}

#headerInfo.test {
  width: 824px;
  float: left;
}
#headerInfo.test .image {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}
#headerInfo .bottomInfo {
  position: relative;
  padding: 15px 140px 0;
  height: 50px;
  overflow: hidden;
}
#headerInfo .leftLane {
  width: 215px;
  float: left;
}
#headerInfo #searchWrap {
  position: static;
  width: 170px;
  float: left;
}
#headerInfo #world_weather_wwo-3 {
  float: left;
  padding: 13px 20px;
}
#headerInfo .weather-hilo {
  width: 120px;
}
#headerInfo .usa-trackfield {
  position: absolute;
  padding: 0 10px;
  top: -20px;
  right: -60px;
}

#logoWrap .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#logoWrap .presentedBy {
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.test #menu-main-nav li:first-child {
  margin-left: 130px;
}


.homepage-content-con .faded-bg:hover {
  background: url("images/facebook-orange-446x360.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.wds-tweet {
  word-break: break-all;
}

.wpcf7-captchac,
.wpcf7-captchar {
  float: left;
}
.wpcf7-captchac {
  width: 72px;
  margin: 2px 8px 0 0;
}
.wpcf7-captchar {
  width: 210px !important;
}

.widget_about-footer img {
  max-width: 33%;
}

#social_links{position:absolute; bottom:10px; right:10px;height:70px;width:270px;z-index: 99;}
#social_links a.facebook {background: #E37F4B url(images/icon-1.png) 50% 50% no-repeat;}
#social_links a.twitter  {background: #E37F4B url(images/icon-2.png) 50% 50% no-repeat;}
#social_links a.google   {background: #E37F4B url(images/icon-3.png) 50% 50% no-repeat;}
#social_links a {width:70px;height:70px;display:inline-block;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;margin-left:25px; padding: 0;}
#social_links a:first-child {margin:0;}
#social_links a:hover {background-color:#555;}

.sponsor-logo{
	width: 1000px;
}

.sponsor-logo img{
	float: left;
	width: 200px;
	padding-right:20px;
}

.sponsor-blurb{
	float: right;
	width: 780px;
	height: 200px;
}