/* ************************************************************************************
	Theme Name: LetsRun.com
	Theme URI: http://www.letsrun.com/
	Description: LetsRun.com Custom Theme - master
	Author: Erik Westlund
	Author URI: http://www.erikwestlund.com/
	Version: 1.0
 * ************************************************************************************ */

/* ************************************************************************************
 *
 *	Default Styles
 *
 * ************************************************************************************ */

*{
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	border: 0 none;
}

body {
	color: #000;
	font-family: 'Lato','Droid Sans',Arial,Verdana,sans-serif;
	font-size: 14px;
	background-color: #F0F0F0;
	margin: 0px;
}

body#no_style{
	color: #000;
	font-family: 'Lato','Droid Sans',Arial,Verdana,sans-serif;
	font-size: 14px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

body#iframe-full-width {
	padding: 0px;
	margin: 0px;
	overflow-y:hidden;
	
}


#main-content iframe.full-width {
  max-width: 100%;
  min-width: 100%;
  display: block; 
  border: none;
  height: 100vh;
  width: 100vw;
}


pre ,code{
	direction:ltr;
	background:url(images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	clear: left;
}

img {
	max-width: 100%;
	height: auto;
}


nav {
/* 	background-color: #00325F !important; */
	top: 0px;
	width: 1200px;
	border-top: 8px solid #fff;
	z-index: 1038;
/* 	min-height: 72px; */

}


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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter{
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

a {
  color: #0000EE;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:visited{
	color: #800080;
}

a:hover {
	text-decoration: underline;
}


.section h2{
    clear: both;
    margin-top: 12px;
    padding: 4px 4px 4px 8px;
    margin: 0px 0 24px 0;

	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;

    margin: 0;
    font-size: 1.1em!important;
    color: #333;
    font-weight: bold;
    font-family: Lato, 'Droid Sans', sans-serif !important;

}

hr{
    margin: 6px 0 6px 0;
    border-top: 1px solid #ccc;
}

/* Wrappers */
.wrapper {
	position: relative;
	z-index: 1;
}

.container{
	margin: 0 auto;
}

.clear {
	clear: both;
}

.post-listing{
	display: inline-block;
	width: 585px;
}

.post-listing.error404{
	width: 570px;
}

.pagination {
	overflow: hidden;
	margin-bottom:25px;
}
.pagination a,
.pagination span.extend,
.pagination span.current {
	float:left;
	text-shadow: 0 1px 0 #FFF;
	margin-right : 3px;
	color: #777;
	padding: 6px 10px 3px;
}
.pagination a:hover {color:#000;}
.pagination span.current {
	color: #FFF;
	background-color: #00549e;
	text-shadow: 0 1px 0 #000;
	padding:4px 10px 6px;
}
.pagination .pages{
	float:right;
	display:block;
	font-size: 0.85em;
	padding: 7px 0 2px;
}

p.post-meta{
	color:#aaa;
	margin: 5px 0;
	font-size: 0.85em;
}

p.post-meta a {
	color: #aaa;
}

p.post-meta a:hover {
	border-bottom: 1px #000 dotted;
	color:#000;
	text-decoration:none;
}

#post_meta_line {
    margin-top: 3px;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
}

#post_meta_line  a{
    color: #777;
}

#post_meta_line .post_date{
    color: #777;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 8px;
}

.content_padding_box{
	padding-right: 24px;
}

.ginput_container input[type=radio] {
	margin-left: 3px !important;
	overflow: visible !important;
}


input[type=submit]{
	border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;
	 padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(255,255,255,0.3);font-weight:bold; color: #000000;
	background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

input[type=submit]:hover {
	cursor: pointer; cursor: hand;
	border:1px solid #bfc4c4;
	background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

input[type=text],input[type=password] {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ccc;
	padding: 3px;
}

textarea{
	border: 1px solid #ccc;
}

/*

input[type=text],
textarea,
input[type=submit] {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ccc;

}

input[type=submit] {
	padding: 10px;
	background-color: #f0f0f0;
}
*/


/* ************************************************************************************
 *
 *	Header and Navigation
 *
 * ************************************************************************************ */


header {
	background:#FFF;
	margin: 0px auto 0px;
	position: relative;

}

#top_logo_spacer {
	width: 210px;
}


#top_logo_oval {
	position: absolute;
	top: -12px;
	z-index: 1039;
	margin-left: 12px;
}

#top_logo_oval img.header-logo {
    width: 225px;
}

#top_logo_oval_overlay {
	position: absolute;
	top: -2px;
	z-index: 1040;
	margin-left: 15px !important;
	margin-top: 14px !important;
	letter-spacing: 0.5px;
	text-align: center;
	font-family: "Droid Serif", serif;
	font-size: 25px !important;
	font-weight: 100;
	width: 175px;
}

#top_logo_circle,
#top_logo_circle_overlay {
	display: none;
}

#top_logo_oval_overlay a:hover,
#top_logo_circle_overlay a:hover {
	text-decoration: none !important;
}

.red{
	color: #d42222;
}

.blue{
	color: #306ab5;
}



/* login */



/* Search bar */
form#searchform.ubersearch-v2 input[type="text"] {
	background-color: #fff !important;
	color: #333 !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

form#searchform.ubersearch-v2 input[type="text"]::-webkit-input-placeholder {
    color:    #666 !important;
}
form#searchform.ubersearch-v2 input[type="text"]:-moz-placeholder {
    color:    #666 !important;
}
form#searchform.ubersearch-v2 input[type="text"]::-moz-placeholder {
    color:    #666 !important;
}
form#searchform.ubersearch-v2 input[type="text"]:-ms-input-placeholder {
    color:    #666 !important;
}

form#searchform.ubersearch-v2 input[type="text"]:focus::-webkit-input-placeholder { color:transparent !important; }
form#searchform.ubersearch-v2 input[type="text"]:focus:-moz-placeholder { color:transparent !important; }
form#searchform.ubersearch-v2 input[type="text"]::focus:-moz-placeholder { color:transparent !important; }
form#searchform.ubersearch-v2 input[type="text"]:-ms-input-placeholder { color:transparent !important; }


#megaMenu > ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="submit"] {
	color: #333 !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #ccc !important;
	background-color: #f0f0f0 !important;
}

.mobile_boards_link{
	display: none;
}

.mobile_home_link{
	display: none;
}

.home_link_mobile,
.boards_link_mobile {
	display: none;
}

.dreams_mobile{
	display: none;
}

.hotnow{
	font-size: 1.5em;
}

/* Navigation Menu */
#megaMenu {
  background-color: #00325f;
}

/* Top Level Items */
#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {
  padding: 16px 12px;
  color: #fff;
  font-size: 14px;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 20px;
}

/* Menu Items with Dropdowns */
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a,
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator,
#megaMenu ul li.mega-with-sub > a,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator,
#megaMenu ul li.ss-nav-menu-mega > a,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator {
  padding-right: 20px;
  font-weight: 700;
}

/* Top Level Menu Item Titles */
#megaMenu ul.megaMenu > li > a span.wpmega-link-title, #megaMenu ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {
}

[class^="icon-"], [class*=" icon-"] {
	margin-right: 2px;
}


/* Top Level Items - Hover */
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a {
  background-color: #005fb3;

}

/* Top Level Items Title - Hover */
#megaMenu ul.megaMenu > li:hover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li:hover > span.um-anchoremulator span.wpmega-link-title,
#megaMenu ul.megaMenu > li > a:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li > span.um-anchoremulator:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li.megaHover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li.megaHover > span.um-anchoremulator span.wpmega-link-title {


}

/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.current-menu-item > a, #megaMenu ul.megaMenu > li.current-menu-parent > a, #megaMenu ul.megaMenu > li.current-menu-ancestor > a {
  background-color: #005fb3;
}

/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
  border: 1px solid #d3d3d3 !important;
  background: #fff;
}

/* Horizontal Sub Menus */
#megaMenu.megaMenuHorizontal ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
  min-width: 100%;
}

/* Sub Menu Columns */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1 > li {
  min-width: 100px;
}

/* Sub Menu Headers */#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > span.um-anchoremulator,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator,
.wpmega-widgetarea h2.widgettitle {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: .4em;
  border-bottom: 1px dotted #e9e9e9;
  margin-bottom: 0.6em;
}

/* Sub Menu Links & Fake Links */
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > span.um-anchoremulator,
#megaMenu ul ul.sub-menu li > a,
#megaMenu ul ul.sub-menu li > span.um-anchoremulator {
  color: #00325f;

}

/* Sub Menu Link Hover */
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a {
  color: #00325f;
  /* background-color: transparent; */
  text-decoration: underline;
}

#megaMenu ul.megaMenu li.menu-item > a:hover {

}

/* Top Level Search Bar */
#megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform {
  margin: 5px 5px 0 0;
}

/* Highlight color */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
  color: #00325f;
}

/* Image Spacing */
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description {
  padding-left: 25px;
}
.ss-nav-menu-with-img {
  min-height: 16px;
}

/* Item Description */
#megaMenu ul.megaMenu li a span.wpmega-item-description, #megaMenu ul.megaMenu li span.um-anchoremulator span.wpmega-item-description {
  color: #00325f;

}

/* Arrow Colors */
#megaMenu ul li.mega-with-sub > a:after,
#megaMenu ul li.ss-nav-menu-mega > a:after,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator:after,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  right: 11px;
  border-top-color: #fff;

}

#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after, #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after {
  right: 11px;
  border-left-color: #efefef;
}

#megaMenu .megaMenuToggle{
    color: #fff;
    font-size: 13px;
}

.sub-indicator {display: none;}
#megaUber .sub-indicator {display: none;}

#megaUber {
	position: relative;
	z-index: 9997;
}


#megaMenu ul.megaMenu li.menu-item a span.uber-close,
#megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close{
    top:0;
    right:0;
    background-color: #00325F !important;
    font-size:20px;
    font-weight:bold;
    color:#f5f5f5;
}
#megaMenu-sticky-wrapper{
	position: relative;
	z-index:9996;
}

#megaMenu ul.megaMenu > li:nth-child(3) a {
	color: #F8C525;
  font-weight: 700;
}

#megaMenu ul.megaMenu > li:nth-child(3) a:hover {
	color: #fff;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg > li.megaReg-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator::after{
  display:none;
  border:none !important;
}


.wpmega-link-title{
	white-space: nowrap;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-4.um-flyout-align-right ul.sub-menu {
	width: 200px;
}

/* ************************************************************************************
 *
 *	Site Content
 *
 * ************************************************************************************ */

#main-content {
	background: #fff;
	margin: 0px auto;
	position: relative;
	padding: 20px 24px;
	width: 982px;

}


#main-content:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.content {
	float: left;
	width: 100%;
	font-size: 15px;
}


.main-content-notify {
	border: 1px #ffd967 solid;
	background: #fff5d0;
	margin: 0px auto 3px !important;
	position: relative;
	padding: 6px;
	width: 956px !important;
}

.main-content-notify:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

#main-content.shiny {
	background: #fff;
	padding: 0;
}

/* ************************************************************************************
 *
 *	Front Page
 *
 * ************************************************************************************ */

/* Basics */

#gray_spacer {
	height: 5px;
	background-color: #F0F0F0;
	margin: 0px -25px 24px -25px;
}

#front_page {
    width: 100%;
}

#main-content.front_page_top {
	padding: 12px 12px !important;
	margin-bottom: 3px !important;
}

#main-content.front_page_top_fixed {
	padding: 12px 12px !important;
	margin-bottom: 0px !important;
}

.main-content-notify front_page_top{
	padding: 6px !important;
	margin-bottom: 3px !important;
}

.main-content-notify front_page_top_fixed {
	padding: 6px !important;
	margin-bottom: 0px !important;
}

#main-content.front_page, #main-content.front_page_fixed{
	padding: 12px 12px;
}

.main-content-notify front_page{
	padding: 6px;
}

#main-content.front_page .first_column, #main-content.front_page_fixed .first_column {
}

#main-content.front_page .second_column, #main-content.front_page_fixed .second_column {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left: 12px;
	margin-left: 12px;
	padding-right: 12px;
}

#main-content.front_page .third_column {

}

#main-content.front_page .first_column_event {

}


#main-content.front_page .second_column_event, #main-content.front_page_fixed .second_column_event {
	padding-left: 12px;
	margin-left: 18px;
	padding-right: 18px;
}

#main-content.front_page .third_column_event {

}

#main-content.front_page .first_column_event_single {

}

#main-content.front_page .second_column_event_single, #main-content.front_page_fixed .second_column_event_single {
	padding-left: 12px;
	margin-left: 18px;
	padding-right: 18px;
}

/* Header */

.main-content-notify a{
	color: #00325F;
}

.main-content-notify .note{
	color: #911919;
}

.dont_remind{
	float: right;
	font-style: italic;
}

.main-content-notify img.notify_x{
	width: 16px;
	padding-left: 12px;
	position: relative;
	top: 2px;
}

.pipe_spacer {
	margin: 0 12px;
}


#home_meta {
	text-align: right;
	width: 1020px;
	color: #333;

	background: rgba(249,249,249,1);
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0', GradientType=1 );

	-webkit-box-shadow: 0 1px 1px -1px #c0c0c0;
	   -moz-box-shadow: 0 1px 1px -1px #c0c0c0;
	        box-shadow: 0 1px 1px -1px #c0c0c0;

	border-bottom: 1px solid #ccc;

	padding: 5px 5px 5px 5px;
	font-size: .9em;
}

#home_meta ul {
	display: inline;
/* 	margin-right: 12px; */
}

#home_meta ul li {
	display: inline;
	list-style: none;
	padding: 0 5px 0 5px;
	border-right: 1px solid #d3d3d3;
}

#home_meta ul li:last-child {
	border-right: none;
}

#home_meta .link_caption{
	font-weight: bold;
	margin-right: 5px;
}

/* Footer */

footer.front_page{
	padding: 24px 12px !important;
}

footer.front_page #footer-widget-area {
	margin: 0 auto;
}


/* Styling */
#front_page h2 p{
    margin: 0;
}

#front_page p{
    margin-bottom: 12px !important;
}

.center_block_parent{
    width: 100% !important;
    text-align: center !important;
}

.center_block_child{
    display: inline-block !important;
    float: none !important;
    text-align: left !important;
}

h2.normal{
    font-size: 1em !important;
    font-weight: bold !important;
}

h2.huge{
    font-size: 2em !important;
    font-weight: bold !important;

}

h2.extra_large{
    font-size: 1.5em !important;
    font-weight: bold !important;
}

h2.large, h2.headline{
    font-size: 1.25em !important;
    font-weight: bold !important;

}

/*
 *	Content Blocks
 */

div.content_block div:last-child{
	margin-bottom: 12px !important;
}


/* HTML Blocks */

#html_block, #excerpt {
    clear: both;
	margin-bottom: 12px;
	word-wrap:break-word;
}

#html_block a, #excerpt aa{
	font-weight: bold;
}

#html_block ul, #excerpt ul{
    margin-left: 15px;
    margin-bottom: 12px;
	list-style: disc;
}

#html_block ul li img, #excerpt ul li img {
	margin-right: 20px;

}

#html_block ul li, #excerpt ul li{
    list-style: disc;
    list-style: disc url('/wp-content/themes/letsrun/images/list-arrow.png') !important;
    margin-bottom: 6px;
}

#html_block ul li .alignleft, #excerpt ul li .alignleft{
	margin-right: 18px;
}

#html_block ul li .alignright, #excerpt ul li .alignright {
	margin-left: 18px;
}

#html_block ul li a, , #excerpt ul li a {
	font-weight: bold;
}

#excerpt ul {
	margin-left: 15px;
	list-style: none;
}

#excerpt ul li {
    list-style: disc;
    list-style: disc url('/wp-content/themes/letsrun/images/list-arrow.png') !important;
	margin: 0px 0 6px 0;
}

#excerpt ul > li:before {
/* 	content:"*  "; */
}

#html_block h2{
	clear: both;
    margin-top: 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    background-color: #F0F0F0;
    padding: 4px 4px 4px 8px;
    margin: 0px 0 12px 0;
	font-size: 1em !important;
	font-weight: bold;
	font-family: Lato, 'Droid Sans', sans-serif;
	color: #000;
}

#html_block h2 img {
	border: 0px;
}

#html_block h3{
	clear: both;
    margin-top: 12px;
    margin-bottom: 6px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Lato, 'Droid Sans', sans-serif;
}

#html_block h4 a{
	font-size: 18px;
}

#html_block h4{
	color: #000 !important;
}

#html_block img {
	max-width: 98%;
	padding: 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
}

#html_block img.alignleft {
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#html_block img.alignright {
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 0px;
}

/* Content Headers */

#content_header {
    clear: both;
    margin-top: 12px;

    margin: 0px 0 12px 0;
}

#content_header h2 {
    margin: 0;
    font-size: 1em !important;
    color: #333;
    font-weight: bold;
    font-family: Lato, 'Droid Sans', sans-serif;
}

#content_header h3{
	font-size: 1em;
	font-weight: bold;
}

#content_header p{
    margin: 0;
}

#content_header .align_left {
    text-align: left;
}

#content_header .align_center {
    text-align: center;
}

#content_header .align_right {
    text-align: right;
}


#content_header .rich_text{

}

/* LRC Post */

#lrc_post{
    clear: both;
    margin-bottom: 12px;
}

#lrc_post a{
	font-weight: bold;
}

#lrc_post h3{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px;
	display: inline;
}

#lrc_post h3.huge{
    font-size: 2em;
}

#lrc_post h3.extra_large{
    font-size: 1.5em;
}

#lrc_post h3.large{
    font-size: 1.35em;
}

#lrc_post ul{
	margin-top: 12px;
}

#featured_image img {
	padding: 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 5px;
}

#featured_image.left {
    float: left;
    margin-right: 8px;
}

#featured_image.right {
    float: right;
    margin-left: 8px;
}

#excerpt {
    padding: 0;
    margin-bottom: 12px;
}

#excerpt p:first-child{
	display: inline;
}

#link_annotation {
 	font-size: 12.5px;
    margin-right: 4px;
    margin-left: 0px !important;
}

/* External Link */

#external_link.block {
    margin-bottom: 18px;
}

#external_link span {
	margin-left: 5px;
}

#external_link span#link_annotation{
	margin-left: 0px !important;
}

#external_link p{
	display: inline;
}

#external_link h3{
	display: inline;
}

#external_link h3.huge{
    font-size: 2em;
}

#external_link h3.extra_large{
    font-size: 1.5em;
}

#external_link h3.large{
    font-size: 1.35em;
}

.pseudo_bullet{
    margin-left: 15px;
    margin-bottom: 6px;
}

ul.pseudo_bullet{
    list-style: disc;
}

ul.pseudo_bullet li{
    list-style: disc;
    list-style: disc url('/wp-content/themes/letsrun/images/list-arrow.png') !important;
}

ul.pseudo_bullet #featured_image.left img {
	margin-right: 10px;
}


#external_link .title {
    font-weight: bold;
    font-size: 1.1em;
}

#external_link img {
	padding: 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
}

#external_link  div.image_top{
    margin: 0 0 5px 0;
}

#external_link  div.image_right{
    float: right;
    margin: 0 0 3px 8px;
}

#external_link  div.image_left{
    float: left;
    margin: 0 8px 3px 0;
}

#external_link.block h3 {
	display: inline;
	margin-bottom: 3px;
}


h3.normal{
    font-size: 1em;
    font-weight: bold !important;
}

h3.huge{
    font-size: 2em;
    font-weight: bold !important;

}

h3.extra_large{
    font-size: 1.5em;
    font-weight: bold !important;
}

h3.large{
    font-size: 1.35em;
    font-weight: bold !important;

}


/* External Link List */

#external_link_list {
    clear: both;
    margin-bottom: 18px;
}

#external_link_list .bulleted{
    margin-left: 15px;
    margin-bottom: 6px;
}

#external_link_list ul.bulleted #external_link {
	margin-bottom: 0px !important;
}

#external_link_list ul.bulleted li{
    list-style: disc url('/wp-content/themes/letsrun/images/list-arrow.png') !important;
	margin-bottom: 6px;
}

#external_link_list ul.blocks {
    list-style: none;
}

#external_link_list ul.blocks li{
    list-style: none;
	margin-bottom: 6px;
}

#external_link h3{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px;
}

/* Image */

#image_block{
    max-width: 98%;
    clear: both;
    text-align: center;
    margin: 0 auto 18px auto;
}

#image_block img {
    width: 100%;
	padding: 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;

}

/* Quote of the Day */

.quote_of_the_day_container{
	margin: 0 7.5% 0 2.5%;
}

#quote_of_the_day{
    width: 100%;
	text-align: center;
}

#quote_of_the_day img {
    max-width: 100%;
    height: auto;
}

#quote_of_the_day.small{
	font-size: .9em;
}

#quote_of_the_day.large{
	font-size: 1.1em;
}

#quote_of_the_day.extra_large{
	font-size: 1.25em;
}

#quote_of_the_day.huge{
	font-size: 1.5em;
}

#quote_of_the_day a, #quote_of_the_day a:visited {
	color: #0000EE;
}

#quote_of_the_day h2{
	padding: 0 0 0 0 !important;
    font-style: italic;
    margin-bottom: 12px;
    color: #00325F;
    font-size: 1.5em !important;
	font-family: "Droid Serif", Garamond, "Times New Roman" !important;
	font-weight: normal;
    background: none;
    border: none;
}

#quote_of_the_day p{
	margin:12px 0;
}

#quote_of_the_day.single p{
	margin: 0 !important;
}

#quote_of_the_day.onefive p{
	margin: 18px 0 !important;
}

#quote_of_the_day.double p{
	margin: 24px 0 !important;
}

#quote_of_the_day.triple p{
	margin: 36px 0 !important;
}

#quote_of_the_day .quadruple p{
	margin: 48px 0 !important;
}

#quote_of_the_day p:last-child,
#quote_of_the_day.single p:last-child,
#quote_of_the_day.onefive p:last-child,
#quote_of_the_day.double p:last-child,
#quote_of_the_day.triple p:last-child,
#quote_of_the_day .quadruple p:last-child {
	margin-bottom: 0px !important;
}


#quote_of_the_day div.quote{
    margin-bottom: 18px;
    font-size: 1.1em;
	line-height: 1.25em;
	text-align: center;
}

#quote_of_the_day div.attribution{
    margin-bottom: 0px;
    font-size: 1.0em;
    line-height: 1.25em;
}

/* On The Boards */

#on_the_boards {
    margin-bottom: 0px;
}

#on_the_boards h2{
	font-family: "Droid Serif", Garamond, "Times New Roman" !important;
 	font-weight: normal;
 	font-size: 1.5em !important;
 	padding: 0;
 	color: #00325F;
    margin-bottom: 3px;
    background: none;
    border: none;
    font-style: italic;
}

#on_the_boards h2 a{
	color: #00325F !important;
}

#on_the_boards a:hover{
	text-decoration: none;
}

#on_the_boards ul{
    list-style: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3a91e;
    background-color: #ffcc00;
}

#on_the_boards ul li{
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 8px 5px 8px;
    border-bottom: 1px solid #ffdb68;
}

#on_the_boards ul li:first-child{
    padding-top: 8px;
}

#on_the_boards ul li:last-child{
    padding-top: 8px;
}

#on_the_boards ul li a{
    width: 100%;
    color: #000;
}

#on_the_boards ul li:hover{
    background-color: #ffe17e;
}

/* Separators */

#separator{
    margin: 6px 0 18px 0;
    border-top: 1px solid #ccc;
}

#separator_w_text{
    width: 100%;
    overflow: hidden;
}

#separator_w_text.left {
    text-align: left;
}

#separator_w_text.center {
    text-align: center;
}

#separator_w_text.right {
    text-align: right;
}
h2.align_center{

}

h2.align_left{
    position: relative;
    left: 4%;
}

h2.align_right{
    position: relative;
    right: 4%;
}

h2.separator_w_text {
    display: inline-block;
    position: relative;
    background: none !important;
    border: none !important;
    font-size: 13px !important;
    font-family: Lato, 'Droid Sans', sans-serif !important;
    font-style: italic;
    color: #333333;
    margin: 0;
    padding: 0;
}
h2.separator_w_text:after,
h2.separator_w_text:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 1000%;
    top: 50%;
    right: 100%;
    background: #ccc;
}
h2.separator_w_text:after { left: 100%; }


/* Long Form Content */

#longform, #longform_fixed {
	margin: 18px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 18px 0 0 0;
}

#longform div, #longform_fixed div {
	max-width: 298px !important;
}

#longform img, #longform_fixed img{
	max-width: 290px;
	margin: 0 auto 5px auto;
	display: block;
}

#longform .wp-caption, #longform_fixed .wp-caption {
	max-width: 298px;
	padding: 0;
	margin: 0;
}

#longform .second_column, #longform_fixed .second_column {
	border-left: none !important;
	border-right: none !important;
}

div.longform.third_column {
	padding-left: 12px;
}


/* ************************************************************************************
 *
 *	Article Style
 *
 * ************************************************************************************ */

.entry {
	line-height:1.5;
	clear: left;
}

.content .entry iframe {
	max-width: 100%;
}

.content .shiny{

}

.entry p {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.entry img {
	max-width: 98%;
	padding: 8px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 1em;
	font-family: Lato, 'Droid Sans', sans-serif;
	font-weight: normal;
}

.entry h1 {
	font-size:36px;
}

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

.entry h3 {
	font-size:18px;
}

.entry h4 {
	font-size:18px;
}

.entry h5 {
	font-size:14px;
}

.entry h6 {
	font-size:12px;
}

.entry ol,
.entry ul {
	margin: 0 0 25px 10px;
}

.entry ul li {
	list-style: outside disc;
}

.entry ol li {
	list-style: outside decimal;
}

.entry ul.unstyled,
.entry ol.unstyled {
    margin: 0;
}

.entry ul.unstyled  li,
.entry ol.unstyled  li {
    margin: 0;
    list-style: none;
}

.entry li {
	margin: 0 0 5px 10px;
}

.entry table tr {
	display: table-row;
	border-top: 1px solid white;
	border-bottom: 1px solid #DFDFDF;
}

.entry table tr:first-child {
	border-top: none;
}

.entry table tr:last-child {
	border-bottom: none;
}

.entry table {
	z-index: 999;
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
	border-collapse: separate;
	border-spacing: 0;
	padding: 2px;
	margin: 8px 0;

	direction:ltr;
	display: table;
	overflow-x: visible;
	overflow-y: hidden;

}

.entry table td,
.entry table th {
/*
	border-top: 1px solid white;
	border-bottom: 1px solid #DFDFDF;
*/
	color: #555;
	display:table-cell;
}

.entry table th {
	text-shadow: 0 1px 0 #fff;
	font-family: "Droid Serif","Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}

.entry table td {
	font-size: 12px;
	padding: 4px 7px 4px;
	vertical-align: top;
	display:table-cell;
}

.post {
	margin-bottom:20px;
}

.post-inner{
	padding:20px;
}

.single-post-thumb{
	margin:0 -1px;
	line-height:0;
}

.single-post-thumb img{
	width:100%;
	height:auto;
}

.single-post-caption{
	background: #eee;
	text-align: center;
	color: #555;
	padding: 5px;
	font-size: 90%;
}

.post-title {
	font-family: 'Droid Serif',arial,Georgia, serif;
	margin-bottom:10px;
	font-size: 1.75em;
}

.post-inner p.post-meta{
	border-bottom:1px solid #f2f2f2;
	padding-bottom:5px;
	margin-bottom:10px;
}

p.post-meta span{
	display:inline-block;
	margin-right:10px;
}

.item-list {
	padding: 10px 10px 15px;
	clear:both;
}

.item-list p.post-meta {
	margin: 0px 0 5px 0;
}

.post-thumbnail img {
	background: #fff;
	padding: 4px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 2px #B5B5B5;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
}

.post-thumbnail a:hover  img{
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	opacity:0.6;
}

.archive-wide-thumb{
	margin:-20px -20px 10px;
}

.archive-wide-thumb a:hover img{
	opacity:0.8
}

.page-link{
	margin:15px 0 0;
	padding-top:5px;
	border-top:1px solid #f2f2f2;
}


.post-listing h2{
	font-size: 1.25em;
	font-weight: bold;
}

.post-listing .content_type {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

.post-listing .content_type .post-date{
	margin-left: 5px;
	margin-top: 5px;
	color: #aaa;
	font-size: 0.9em;
	font-weight:normal;
}

.post-listing .lrc_tag{
	color: #c40000;
	font-weight: bold;
}

.search_results_count{
	margin: 12px 0 3px 2px;
}


#featured_image_float {
	float: right;
	margin: 0 0 12px 12px;
	clear: both;
	padding: 3px 3px 3px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
	margin-left: 18px;
	margin-bottom: 18px;
	text-align: center;
}

#featured_image_float img{
	padding-bottom: 0;
	margin-bottom: -4px;
}

.single-post-caption_below{
	margin: 3px -3px -3px -3px;
	padding: 8px;
	font-size: .95em;
	background-color: #F7F7F7;
}

.single-post-caption_below_social {
	border-top: 1px solid #d3d3d3;
	margin: -3px;
	padding: 5px;
	font-size: .95em;
	background-color: #F7F7F7;
	text-align: left;
}

.single-post-caption_below_social ul {
	list-style: none;
	display: inline;
}

.single-post-caption_below_social ul li{
	list-style: none;
	display: inline;
}

#categories_and_tags {
	font-size: .85em;
	margin-bottom: 18px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fdfdfd;
}

#categories_and_tags .associated_event{
	border-bottom: 1px solid #e8e8e8;
	padding: 4px;
}

#categories_and_tags .categories{
	padding: 4px;
}

#categories_and_tags .tags{
	border-top: 1px solid #e8e8e8;
	padding: 4px;
}

/* Related Posts */
#related_posts {
	clear:both;
}

#related_posts .post-listing{
	width: 100%;
}

.block-head{
	padding: 3px 0 0;
	overflow: hidden;
}

.block-head h3 {
	float: left;
	margin-right: 10px;
	font-size: 18px;
	font-family: 'Droid Serif',arial,Georgia, serif;
	border-bottom: 1px solid #d3d3d3;
	width: 100%;
}

#related_posts .post-listing {
	padding: 0px 0px 10px 0px;
	margin-bottom:20px;
	clear: both;
	border: none;
}


#related_posts ul{
	display: inline-block;
}

#related_posts ul li {
	float: left;
	display: inline-block;
	list-style: none;
}

#related_posts ul li:last-child{
	margin-right: 0px;
}

#related_posts ul li{
	width: 215px;
	margin:0 15px 10px 0px;
	padding:2px;
}

#related_posts .related-item .post-thumbnail{
	margin:0 0 10px 0;
}

#related_posts img{
	width: 207px;

}

#related_posts .related-item h3{
	font-weight: bold;
	font-size: 1em;
}

#related_posts .block-head h3{
	font-size: 1.2em;
	font-family: Lato, 'Droid Sans', sans-serif;
	font-weight: bold;
}

.wp-caption {
	padding: 8px;
	margin: 5px;
}

p.wp-caption-text{
/* 	padding: 5px; */
	text-align: center;
	font-style: italic;
}


#ad_showcase.box {
	border: 1px #ffd967 solid;
	background: #fff5d0;
	position: relative;
	padding: 6px;
	margin-bottom: 18px;
}


/* ************************************************************************************
 *
 *	Attached Images
 *
 * ************************************************************************************ */

.attached_image {
	max-width: 560px !important;
	margin: 10px 0 !important;
	padding: 0px !important;
}

/* ************************************************************************************
 *
 *	Events
 *
 * ************************************************************************************ */

/* Related Event Coverage */
#related_event_coverage{
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	float: right;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;


	max-width: 250px;
	text-align: center;
}

#related_event_coverage h3{
	font-size: 1.2em;
	font-weight: bold !important;
}

#related_event_coverage .sub_headline{
	line-height: 1.5em;
}

#related_event_coverage .event_logo{
	clear: both;
	padding: 5px;
}

#related_event_coverage .event_logo img{
	max-width: 200px;
}

#related_event_coverage .caption{

}

#related_event_coverage_float_right {
	width: 310px;
	margin-left: 20px;
}


/* Wide top version */
#related_event_coverage_wide {
	padding: 6px 0 6px 0;

	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;

	width: 575px;
	clear: left;
}

#related_event_coverage_wide h3{
	font-size: 1em;
	font-weight: bold !important;
}

#related_event_coverage_wide .sub_headline{
	line-height: 1.5em;
	font-size: 0.9em;
}

#related_event_coverage_wide .event_logo{
	float: right;
	padding: 5px 0px 5px 5px;
}

#related_event_coverage_wide .event_logo img{
	max-width: 150px;
}

#related_event_coverage_wide .caption{
	padding: 6px 0 6px;
	font-size: .9em;
}

#related_event_coverage_float_right {
	width: 310px;
	margin-left: 20px;
}

/* Footer version */
#related_event_coverage_footer {
	width: 100%;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	margin: 6px 0 12px 0;
}

#related_event_coverage_footer .container{
	width: 100%;
	margin: 8px;
}

#related_event_coverage_footer .event_logo_footer{
	display: inline;
	float: right;
	margin-right: 16px;
}

#related_event_coverage_footer .event_logo_footer img{
	max-height: 90px;
}

#related_event_coverage_footer h3 span.lrc{
	color: red;
	margin-right: 10px;
}
#related_event_coverage_footer h3 {
	font-weight: bold;
}

#related_event_coverage_footer .sub_headline {
	margin: 6px 0;
}

#related_event_coverage_footer .sub_headline span.date{
	font-weight: bold;
}

#event_box_bottom{
	border: none;
}

.event-thumbnail img {
	border: none;
	float: left;
	margin: 0 15px 10px 0;
	position: relative;
}

/* Event List */

#events_list{
	clear: both;
	margin-bottom: 12px;
}

#events_list li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#events_list p{
    padding: 0;
    margin: 0;
}

#events_list div.excerpt{
    padding: 0;
    margin: 0 0 24px 0;
}


#events_list h4 {
    margin: 6px 0 3px 0 !important;
    padding: 0 0 3px 0 !important;
    font-size: 1em;
    font-weight: bold;
}

#events_list .sub_headline {
    color: #858585;
    padding: 0 0 3px 0;
    font-size: 0.9em;
}

#events_list .excerpt{
	font-size: 0.9em;
}

#events_list a { color: #0000EE; }
#events_list a:hover { color: #0000EE; text-decoration: underline;}
#events_list .right_image { float: right; margin: 3px 0 12px 3px; max-width: 200px;}

#years h3{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 1.2em;
}

#years h4{
	font-size: 1em;
	font-weight: bold;
	padding: .5em .5em .5em 1.2em;
}

/* Event Pages */

#event_page.headlines{
    margin-top: 0px;
    margin-bottom: 18px;
}

#event_page.headlines h1 {
    font-size: 2.25em;
    margin: 0;
    padding: 0;
}

#event_page.headlines h1 a, h1 a:visited, h1 a:hover {
    color: #00325f;
}


#event_page.headlines h2 {
    font-family: Lato, 'Droid Sans', sans-serif !important;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
    clear: both !important;
    background: none !important;
	border: none !important;
	padding: 0 !important;
	color: #00325F !important;
	font-size: 1.5em;
}

#event_page .location{
    font-size: 1.1em;
    margin-bottom: 3px;
    text-align: center;
}

#event_page .date{
    font-size: 1.1em;
    margin-bottom: 18px;
    text-align: center;
}


#event_page h3{
	display: inline;
}

#event_page p {
	display: inline;
}

h3.featured {
    font-size: 1.2em !important;
}

#event_page.post_with_image {
    clear: left;
    margin-bottom: 18px;
    zoom: 1;
    overflow: hidden;

}

#event_page.post_with_image h3{
    font-size: 1em;
    font-weight: bold;
}

#event_page.post_with_image img {
    float: left;
    margin: 0 6px 6px 0;
    max-width: 100px !important;

	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d3d3d3;


}

#event_page.post_with_image .excerpt {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 1em;
    font-family: 'Lato','Droid Sans', sans-serif;
}


#event_page.post_without_image {
    margin-bottom: 18px;
}

#event_page.post_without_image h3{
    font-size: 1em;
    font-weight: bold;
}

#event_page.post_without_image .excerpt {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 1em;
    font-family: 'Lato','Droid Sans', sans-serif;
}

#event_page.content_area {
    margin-bottom: 24px;
}

#event_page.content_area h2{
	clear: both;
    margin-top: 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    background-color: #F0F0F0;
    padding: 4px 4px 4px 8px;
    margin: 0px 0 12px 0;
	font-size: 1em;
	font-weight: bold;
	font-family: Lato, 'Droid Sans', sans-serif;
	color: #000;
}

#event_page.external_link_with_image {
    margin-bottom: 18px;
    clear: both;
}

#event_page.external_link_with_image h3{
    font-size: 1em;
    font-weight: bold;
}

#event_page.external_link_with_image img {
    float: right;
    margin: 0 0 6px 6px;
    width: 37.5%;
    max-width: 150px;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d3d3d3;


}

#event_page.external_link_with_image .excerpt {
    margin-top: 3px;
    font-size: 1em;
    font-family: 'Lato','Droid Sans', sans-serif;
}


#event_page.external_link_without_image {
    margin-bottom: 18px;
    clear: both;
}

#event_page.external_link_without_image .excerpt {
    margin-top: 3px;
    font-size: 1em;
    font-family: 'Lato','Droid Sans', sans-serif;
}


#event_page.external_link_without_image h3{
    font-size: 1em;
    font-weight: bold;
}

#event_page.content_area {
    margin-bottom: 24px;
}

#event_page.content_area p{
	margin-bottom: 12px;
}

#event_page.event_featured_image {
	vertical-align: top;
    text-align: center;
    margin: 0 auto 12px;
}

#event_page.event_featured_image img {
    max-width: 300px;

}

#event_page.two_col_right_float {
    float: right;
    width: 46%;
    padding-top: 0px;
    padding-right: 4%;
}

#event-tabs {
    width: 100%;
    position: relative;
    left: -4px;
}

#event-tabs .ui-tabs-nav .ui-state-active {
    position: relative;
    top: -3px;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index:1;

}

#event-tabs .ui-tabs-nav .ui-state-active {
    position: relative;
    top: -3px;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index:1;

}



#event-tabs .ui-widget-content {
    position: relative;
    top: -4px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 12px;
}


#right-accordion h2{
    font-size: 1em !important;
    font-family: Lato, 'Droid Sans', sans-serif !important;
    color: #00325E !important;
    padding: 0.5em 0.5em 0.5em 1.2em;
}

#right-accordion .ui-accordion-header {
	background-color: #fff;
}

#right-accordion .ui-widget-content {
    margin: 0;
    padding: 0 6px 18px 6px;
    font-size: .9em;
}

#event_page.right_accordion_list {
    font-size: 1em;
}

#event_page.right_accordion_list li{
    margin-left: 15px;
    list-style: disc url('/wp-content/themes/letsrun/images/list-arrow.png');
    margin-bottom: 5px;
}

#years {
	width: 605px;
}

#event_page.right_accordion_list a {
    color: #0000EE;
}

#event_page.right_box {
    font-size: 1em;
    margin-bottom: 28px;
}

#event_page.right_box li{
    margin-left: 15px;
    list-style: disc url('/wp-content/themes/letsrun/images/list-arrow.png');
    margin-bottom: 5px;
}


#event_page.right_box a {
    color: #0000EE;
}

#event_page.right_box a:visited {
    color: #0000EE;
}

#top_results_box ul {
	margin-bottom: 12px;
}

#top_results_box h2 {
	background: none !important;
	border: none !important;
}

#top_results_box h2.separator_w_text {
    display: inline-block;
    position: relative;
    background: none !important;
    border: none !important;
    font-size: 14px !important;
    font-family: Lato, 'Droid Sans', sans-serif !important;
    font-style: italic;
    color: #333333;
    margin: 0 0 6px 0;
	padding: 0 3px;
}
#top_results_box h2.separator_w_text:after,
#top_results_box h2.separator_w_text:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 1000%;
    top: 50%;
    right: 100%;
    background: #ccc;
}
#top_results_box h2.separator_w_text:after { left: 100%; }

#top_results_box ul.one_link {
	margin: 6px 0 12px 6px;
}

/* Event Schedule */


#event_schedule {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

#event_schedule table {
	font-size: 12px;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-top: none;
}


#event_schedule tr {
	border-top: 1px dotted #ccc;
}

#event_schedule th,td {
	padding: 6px 6px 6px 0;
	font-size: 1em;
}


#event_schedule .race {
	padding-left: 5px;
}

#event_schedule .event_date {
	width: 30%;
}

#event_schedule .event_time, #event_schedule .local_time {
	width: 20%;
}



/* ************************************************************************************
 *
 *	Content Archives
 *
 * ************************************************************************************ */

#years {
	width: 605px;
}

.archive_container {
	width: 570px;
	clear: none;
}


#archive-tabs {
	width: 570px;
}


#archive-tabs {
    position: relative;
    left: -4px;
}


#archive-tabs.ui-tabs {
	clear: none;
	font-size: .9em;
}

#archive-tabs .ui-tabs-nav .ui-state-active {
    position: relative;
    top: -3px;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index:1;

}

#archive-tabs .ui-tabs-nav .ui-state-active {
    position: relative;
    top: -3px;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index:1;

}


#archive-tabs .ui-widget-content {
    position: relative;
    top: -4px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 12px;
}

h3.archive{
    font-size: 1em;
}

.excerpt h3{
	font-size: 1em !important;
}

#archive_menu_links{
    margin: 6px 0 12px 0;
    text-align: center;
    padding: 5px;
	background-color:#fdfdfd;
	border:1px solid #d3d3d3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#archive_menu_links ul{
    display: inline;
}

#archive_menu_links ul li{
    display: inline;
    padding: 0 12px 0 12px;
    font-weight: bold;
    font-size: 1.1em;
    border-right: 1px solid #d3d3d3;
}

#archive_menu_links ul li:last-child{
    border: none;
}


/* calendar */
table.calendar { }
tr.calendar-top-row	{ font-weight: bold;}
td.calendar-day	{
    min-height:80px;
    font-size: 1em;
    position:relative;
}

/* shared */
td.calendar-day { padding:5px; }

#archive_list{
	line-height: normal;
}

#archive_list h2{
	display: inline;
}

#archive_list a {
	color: #0000EE;
}

#archive_list a:hover {
	color: #0000EE;
}

#archive_list h2 {
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.25em;
	font-family: Lato, 'Droid Sans', sans-serif;
	margin: 0 0 3px 0;
}

#archive_list .excerpt{
	font-size: .95em;
}

#archive_list .excerpt p:first-child{
	margin-top: 0;
	padding-top: 0;
}

#archive_list .excerpt p:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

#archive_list ul {
	list-style: none;
	margin: 0;
}

#archive_list ul li{
	list-style: none;
	margin: 0 0 24px 0;
}

#archive_list .archive_meta{
	margin: 6px 0 6px 0;
	color: #aaaaaa;
	font-size: .8em;
}


#archive_list .content_type{
	margin: 6px 0 6px 0;
	color: #333;
	font-weight: bold;
	font-size: 1.05em;
}

#archive_list .lrc_tag{
	margin: 6px 6px 6px 0px;
	color: #c40000;
	font-weight: bold;
	font-size: 1.05em;
}

#archive_pagination {
	font-size: .9em;
	width: 100%;
	padding: 0 0 3px 0;
}

#archive_pagination.top{
	text-align: right;
	margin: 6px 0 6px 0;
}

#archive_pagination.bottom{
	text-align: right;
	margin: 24px 0 6px 0;
}

#archive_pagination ul {
    display: inline-block;
	list-style: none;
	margin: 0;
}

#archive_pagination ul li {
	display: inline;
	list-style: none;
	padding: 3px 6px 3px 6px;
	margin: 0;
}

#archive_pagination .current_page {
	background-color: #f0f0f0;
}


.archive_results_count{
	margin: 0 0 12px 0px;
}

/* ************************************************************************************
 *
 *	Social Media
 *
 * ************************************************************************************ */


.share-post_bottom {
	clear: both;
	margin: 10px 0 0;
	padding: 10px 0 20px 5px ;
	border-bottom:1px solid #EAEAEA;
	height:20px;
}

.share-post_bottom ul {
	display: block;
	list-style: none;

}

.share-post_bottom ul li {
	display: inline-block;
	list-style: none;
}

.share-post_bottom ul li.facebook{
	position: relative;
	top: -4px;
}

.share-post li{
    width: 95px !important;
}

#top_social {
    width: 100px;
    margin: 12px 0 12px 18px;
    float: right;
    padding: 10px 0 4px 0px;
	background:#fdfdfd;
	border:1px solid #d3d3d3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#top_social ul {
	margin-left: 13px;
	margin-bottom: 7px;
}

#top_social ul li{
	margin-bottom: 5px;
}

.top_share li{
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
    font-size: 0.9em;
}


#top_social {
	width: 350px;
	float: left;
	display: inline-block;
	clear: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 12px 0;
}

#top_social ul {
	display: inline-block;
	margin: 0px;
}

#top_social ul li{
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
	width: 100px !important;
	clear: none;
}

#top_social ul li.facebook{
	position: relative;
	top: -4px;
}

#top_social .gplus, #top_social .linkedin, #top_social .reddit, #top_social .pinterest{
	display: none;
}

#top_social .email_link{
	display: inline;
	border: none;
	background: none;
}

#top_social.events_right{
	clear: both;
	float: none;
	width: 300px !important;
}

#top_social.events_right{
	position: relative;
	z-index: 9999;
	margin-left: 6px;
}


.poll-share-post {
	width: 400px;
	clear: both;
	margin: 15px auto 0 auto;
	padding: 10px 0 20px 5px ;
	height:20px;
}

.poll-share-post ul {
	display: block;
	list-style: none;

}

.poll-share-post ul li{
	display: inline-block;
	list-style: none;
}

.poll-share-post .twitter {
	margin-left: 15px;
}

.poll-share-post .facebook{
	width: 100px;
	margin-left: 15px;
	margin-right: 45px;
	position: relative;
	top: -4px;

}

.poll-share-post .reddit, .poll-share-post .linkedin, .poll-share-post .pinterest{
	display: none;
}


.notifier_poll_container{
	display: inline-block;
	width: 775px;
	padding-left: 12px;
}

/* ************************************************************************************
 *
 *	Widgets
 *
 * ************************************************************************************ */

#sidebar .widget-container, .post-listing  {
	background: #fff;
	margin-top: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #DDD;
	font-size: .9em;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: center;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad ,
footer #wp-calendar tbody .pad{
	background: none;border:0 none;
}

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

.footer-widget-container .post-thumbnail {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	float: left;
	text-shadow: none;
	line-height: 0px;
	margin: 0px 10px 5px 0px;
	border: none;
	background: none;
}

.footer-widget-container .post-thumbnail img {
	border: none;
	padding: 2px;
	background: none;
}

.widget-container li span.date, .footer-widget-container li span.date{
	color: #AAA;
	margin: 5px 0;
	font-size: 85%;
}

.widget {
	clear: both;margin-bottom: 6px;
}

.widget-top{
	padding: 5px 0 ;
}

.widget-top h4{
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	font-size: 1.25em;
	font-family: Lato, 'Droid Sans', sans-serif;
	font-weight: bold;
}

.widget-top h4 a{
	color: #333;
}

.widget-top h4 a:hover{
	color: #000;
}

.widget-container {
	padding: 12px;
	clear: both;
}
.widget-container h3{
	font-size:inherit;
}

.widget-container ul{
	list-style: none ;
}

.widget-container li {
	padding: 8px 0 5px 0px !important;
	line-height: 18px;
	overflow: hidden;
	list-style: none;
}

.widget-container li:first-child {
padding: 0px 0 5px 0px !important;

}

.widget-container p {
	padding-bottom: 1.0em;
}

.widget-container a:hover {
	text-decoration: underline;
}

.widget-container li span.date {
	color: #AAA;
	margin: 5px 0;
	font-size: 0.85em;
}

.widget-container .post-thumbnail {
	float:left;
	margin:0 10px 0 0;
}

.widget-container .post-thumbnail img {
	padding:2px;
}

.posts-list .widget-container li {
	background:transparent;
	padding:0px 0 4px;
	border-bottom:1px solid #f2f2f2;
}

.posts-list .widget-container li:last-child {
	border-bottom: none;
}


/* ************************************************************************************
 *
 *	Sidebar
 *
 * ************************************************************************************ */


#sidebar {
	float: right;
	width: 275px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1030;
}

/* ************************************************************************************
 *
 *	Footer
 *
 * ************************************************************************************ */

footer {
	color: #ddd;
	background:#333;
	text-shadow: 0 0 1px #000;
	border-top: 8px solid #f9c624;
	margin: 0px auto 0px;
	position: relative;
	padding:20px 24px;
	width: 982px;
}


footer a, footer a:visited{
	color: #ccc;
	text-decoration: none;
}

footer a:hover{
	color: #FFF;
}

#footer-widget-area{
	width: 976px;
	margin: 0 auto;
}

.footer-widgets-box{
	float:left; margin-right: 24px;
}

.footer-1c .footer-widgets-box{
	width:	100%
}
.footer-2c .footer-widgets-box{
	width:	48%;
}
.footer-3c .footer-widgets-box{
	width:	31.66666666666667%;
}


.footer-1c .footer-widgets-box,
.footer-2c #footer-second,
.footer-3c #footer-third {
	margin-right:0;
}

.footer-widget-top{
	border-bottom:1px solid #222;
	padding:0px 0 10px;
}

.footer-widget-top h4{
	color: #F9C624;
	font-weight: normal;
}

.footer-widget-top h4{
	font-size: 1.5em;
	font-family: 'Droid Serif',arial,Georgia, serif;
}

.footer-widget-container{
	padding: 0 0 20px 0;
	border-top:1px solid #444;
	font-size: 1em;
}

.footer-widget-container h3{
	font-size: 1em;
}

.footer-widget-container p {
	padding-bottom: 1.0em;
}

.footer-widget-container ul, footer .tabs-wrap ul{
	border-bottom:1px solid #444;
}

.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {
	padding: 6px 12px 6px 0;
	line-height: 18px;
	overflow: hidden;
	border-bottom: 1px solid #232323 !important;
	border-top: 1px solid #444;
}

.footer-widget-container li:first-child ,
footer #tabbed-widget .tabs-wrap li:first-child {
	border-top:0 none;
}

footer #tabbed-widget .widget-top {
	background: transparent;
	border-bottom-color: #444;
	overflow: hidden;
}

footer #wp-calendar tbody td {
	background:#333; border-color:#555;
}
footer #wp-calendar caption {
	color:#FFF;
}

/* Footer Bottom */
.footer-bottom {
	background:#2e2e2e;
	height:35px;
	line-height:35px;
	border-top:1px solid #444;
	color: #ccc;
}

.footer-bottom a{
	color: #ccc;
}
.footer-bottom a:hover{
	color: #FFF;
}

/* ************************************************************************************
 *
 *	Advertisements
 *
 * ************************************************************************************ */

#ads_banner {
	text-align: center;
	padding: 12px 0 12px;
	margin: 0px auto 3px auto;

}

div #ads_banner.mobile-homepage {
    margin-top: 18px;
}

#ads_728{
	width: 728px;
	margin: 24px auto 6px;
}

#ads_320{
	width: 320px;
	margin: 24px auto 6px;
}

#ads_300{
	width: 100%;
	text-align: center;
	margin: 0px auto 18px auto;
}

.ads_300_iframe{
	width: 100%;
	text-align: center;

	height: 250px;
	position: relative;
	margin: 0 auto 12px auto;
	padding: 0;
}


#sidebar_float_right{
	float: right;
	margin-left: 20px;
}

#sidebar_float_right.doping-poll{
	position: relative;
	width: 375px;
	margin: 0 auto;

}

#ads_300_float_right {
	width: 310px;
	margin-left: 20px;
}

#ads_160_float_right {
	width: 310px;
	margin-left: 20px;
}

#ads_160{
	position: relative;
    margin: 0 auto;
    margin-bottom: 18px;
    clear: both;
}

#ads_advertorial {
	width: 100%;
	margin: 0 auto 12px auto;
}



#ads_homequote{
	margin-top: 12px;
}



#google_ads_div_HomepageTopLeft300_ad_container img{
	margin: 0 8px 5px 0;
}

#google_ads_div_HomepageTopLeft300_ad_container p{
	margin-top: 12px;
	margin-left: 4px;
}

#google_ads_div_HomepageTopLeft300_ad_container .headline {
	font-size: 1.25em;
}

#google_ads_div_HomepageTopLeft300_ad_container h2 {

    clear: both;
    margin-top: 12px;
    padding: 4px 4px 4px 8px;
    margin: 0px 0 24px 0;

	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;

    margin: 0;
    font-size: 1em !important;
    color: #333;
    font-weight: bold;
    font-family: Lato, 'Droid Sans', sans-serif;
}

#google_ads_div_Articles_160X600_ad_wrapper{

}

/* ************************************************************************************
 *
 *	Responsive Grid
 *
 * ************************************************************************************ */

/* Basics */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.section h1 {
    font-family: "Droid Serif", Garamond, "Times New Roman";
    font-size: 2em;
    margin-bottom: 12px;
}

.section h2 {
    font-family: "Droid Serif", Garamond, "Times New Roman";
    font-size: 1.7em;
    margin-bottom: 12px;
}

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

.col {
	display: block;
	float:left;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/* Grid of Two */

.span_1_of_1 {
	clear: both;
	float: none;
}

.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 46.0%;
}

/* Grid of Three */

.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 65.5%;
}

.span_1_of_3 {
	width: 34.5%;
}

.span_shiny_left{
	width: 240px;
}

.span_shiny_right{
	width: 934px;
}


.centered{
	text-align: center;
	width: 100%;
}


/* *******************************************************
 *	Gravity Forms
 * ******************************************************* */

/* General */

.gform_wrapper {
	float:left;
}

.gfield_description{
	font-family: Lato, 'Droid Sans', sans-serif !important;
	padding-top: 0px;
	font-style: italic;
}

input[type=password] {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ccc;
}

.gform_wrapper select {
	font-size: 13px !important;
	border: 1px solid #ccc;
}


/* GF Polls */

.gpoll_wrapper {
	display: block;
	width: fit-content;
}

.gpoll_wrapper.gform_wrapper {
	float: none;
}

.gpoll_wrapper.gform_wrapper .gpoll_wrapper.green {
	width: 100%;
}

.gpoll_wrapper.gform_wrapper .gfield_radio li {
	margin: 0 0 2px;
}

.gpoll_wrapper.gform_wrapper  .gpoll_choice_label {
    font-size: 13px;
    margin-bottom: 2px;
}

.gpoll_wrapper.gform_wrapper input[type=submit] {
	font-size: 14px;
	margin: 0 6px 0 0;
}

.gpoll_wrapper.gform_wrapper .green .gpoll_ratio_box,
.gpoll_wrapper.gform_wrapper .green .gpoll_bar {
	height: 20px;
	text-align: left;
}

.gpoll_wrapper.gform_wrapper .gpoll_ratio_label {
	font-size: 12px;
	line-height: 1.7;
    margin-left: 8px
}


.gpoll_enabled .gform_heading {
	display: none;
}

.gform_wrapper.gpoll_enabled {
	margin-top: 0 !important;
}


.gpoll_enabled label.gfield_label {
	margin-top: 0 !important;
}

.gpoll_enabled ul, .gpoll_enabled ul li, #html_block .gpoll_enabled ul li {
	list-style: none !important;
}

 gfield_label, .gpoll_enabled .gfield_label, .gpoll_wrapper .gpoll_field_label, .gpoll_enabled .gpoll_field_label {
	width: 100%;
    padding: 4px 4px 4px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;

    margin: 0;
    color: #333;
    font-weight: bold;
    font-family: Lato, 'Droid Sans', sans-serif !important;
}

.gpoll_enabled .ginput_container {
	margin-left: 0px;
}

.gpoll_enabled .gform_footer{
	margin-top: 0px !important;
	padding-top: 6px !important;
}

.gform_wrapper ul li.gfield.radio_inline .ginput_container ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position:relative;
    overflow:hidden;
	padding-right: 10px !important;
}


/* WR DOPING POLL */

#gform_wrapper_7, #gform_wrapper_12, #gform_wrapper_13 {
	width: 425px;
	position: relative;
	margin: 0 auto;
}

.gform_wrapper ul li.wr_clean_dirty {
	height: 70px;
}

.gform_wrapper .wr_clean_dirty ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position:relative;
    overflow:hidden;
}

.gform_wrapper .wr_clean_dirty ul.gfield_radio li label {
    position:relative;
    top: 0px;
	margin-right: 15px;
}

.gform_wrapper .wr_clean_dirty .ginput_container {
	position: relative;
	top: -22px;
	left: 275px;
}
.gform_wrapper .wr_clean_dirty .gfield_description {
	position: relative;
	padding: 0px;
	top: -38px;
	width: 250px;
	font-family: Lato, "Helvetica Neue", sans-serif;
}

/* SHOE POLL */


#gform_wrapper_11 ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position:relative;
    overflow:hidden;
}

#gform_wrapper_11 ul.gfield_radio li label {
    position:relative;
    top: 0px;
	margin-right: 15px;
}


#gform_wrapper_11 .gform_page_footer{
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}


#gform_wrapper_11 .gform_next_button, #gform_wrapper_11 .gform_previous_button  {
	background: none !important;
	font-size: 1.1em;
	font-style: italic;
	color: #00325F;
}

#gform_wrapper_11 .gform_next_button  {
	position: absolute;
	margin: -30px 0 0 575px;
	border-left: 1px solid #d3d3d3;
	padding-left: 10px;
}

#gform_wrapper_11 .gform_previous_button {
	padding-top: 15px;
}

#gform_wrapper_11 .gform_next_button:hover, #gform_wrapper_11 .gform_previous_button:hover {
	cursor: pointer; cursor: hand;
	text-decoration: underline;
}

#gform_submit_button_11 {
	position: absolute;
	margin: -32px 0 0 485px;
}

#gform_submit_button_11:hover{
	cursor: pointer; cursor: hand;
}

#notification_box.container {

}

#top_container{
	background-color: #ccc;
}

#splash-poll-container{
	width: 970px;
}

.splash-takeover{
    width: 970px !important;
    min-width: 970px !important;
    max-width: 970px !important;
    margin: auto;
    max-height: 780px;
    padding: 95% 16px 0 13px !important;
}


.splash_content {
	text-align :center	
}

.splash_content .aligncenter {
	margin: 0 auto;
	max-width: 100%;
}

.splash_content h1, .splash_content h2, .splash_content h3, .splash_content h4, .splash_content h5, .splash_content h6 {
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 1em;
	font-family: Lato, 'Droid Sans', sans-serif;
	font-weight: normal;
}

.splash_content h1 {
	font-size:36px;
}

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


.splash_content h3 {
	font-size:18px;
}

.splash_content h4 {
	font-size:18px;
}

.splash_content h5 {
	font-size:14px;
}

.splash_content h6 {
	font-size:12px;
}

.splash_content p{
	margin-bottom: 12px;
}

.splash_content div.logo {
	text-align: center;
	margin-bottom: 15px;
}

.splash_content div.logo img.logo {
	width: 200px;
}

.splash_content div.full-width-splash-iframe-content {
	max-width: 750px;
	margin: 0 auto;
}

/* USER REGISTRATION */


#gform_wrapper_18 label.gfield_label{
	margin-bottom: 12px;
}

#gform_wrapper_18 ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position:relative;
    overflow:hidden;
}

#gform_wrapper_18 ul.gfield_radio li label {
    position:relative;
    top: 0px;
	margin-right: 15px;
}

/* LOGIN */

.lwa table {
	border: none;
	background: none;
}

.lwa table tr {
	border: none;
	background: none;
}

/* *******************************************************
 *	Forced Wide
 * ******************************************************* */

header.wide{
	width: 1200px;
}

#megaMenu i.fa {
    margin-right: 5px;
}

header.wide #megaMenu.megaMenuContainer {
	width: 1200px;
}

header.wide #home_meta {
	width: 1190px;
}

#main-content.wide {
	padding: 12px;
	width: 1176px;
}

#main-nav.wide {
	width: 1200px;
}

footer.wide {
	width: 1152px;
}

footer.wide #footer-widget-area {
	width: 1152px;
}


footer.wide #footer-first.footer-widgets-box,
footer.wide #footer-second.footer-widgets-box,
footer.wide #footer-third.footer-widgets-box {
	width: 368px;
}


/* *******************************************************
 *	Doping Poll
 * ******************************************************* */


#doping-poll h1{
	margin-bottom: 12px;
}

#doping-poll h2{
	background: none;
	font-size: 1.25em !important;
	padding: 0;
	margin: 0 0 12px;;
	color: #00325f;
	border: none;
}

#doping-poll h2.athlete{
	margin-bottom: 6px;
}

#doping-poll .filter_box {
	width: 200px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 18px;
}

#doping-poll .results{
	margin: 0 0 0 16px;
}

#doping-poll .group_list input[type=checkbox]{
	margin-right: 4px;
}

#doping-poll select#group_list{
	width: 200px;
	padding: 6px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
}

#doping-poll .search {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
	width: 186px;
}

#doping-poll ul.list {
	margin: 12px 0 0 15px;
}

#doping-poll ul.list li{
    list-style: disc;
    list-style: disc url('/wp-content/themes/letsrun/images/list-arrow.png') !important;
    margin-bottom: 12px;

}

#doping-poll .country{
	font-size: .85em;
	font-style: italic;
}

#doping-poll .comment {
	font-size: .85em;
}

#sort_buttons .label {
	font-size: 1em;
	font-weight: bold;
	margin: 6px 3px;
}

#sort_buttons {
	margin-top: 4px;
}

#sort_buttons .sort{
	display: inline-block;
/* 	width: 62px; */
	margin-right: 2px;
	padding: 2px 4px 4px 4px;

	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
	color: #555;
	text-align: center;
	font-size: .75em;
}

#sort_buttons span.sort:hover{
	cursor: pointer;
	cursor: hand;
}

#doping-poll .athlete_results {
	padding: 0 !important;
	margin: 0 0 18px 0 !important;
}

#doping-poll .athlete_country {
	font-style: italic;
	font-size: 1.1em !important;
	margin-bottom: 3px;
}

#doping-poll .athlete_comment {
	font-size: 0.9em;
}

#shiny_frame {
	width: 934px;
	margin-top: 12px;
}

/* Shoe Survey */

#gform_wrapper_294 {
	width: 570px;
	float: left;
}


#gform_wrapper_113 {
	width: 555px;
	float: left;
}

#gform_wrapper_294 .top_label,
#gform_wrapper_113 .top_label {
	margin: 0 0 0 0;
	line-height: 1em;
}

#gform_wrapper_113,
#gform_wrapper_113 .gform_footer,
#gform_wrapper_113 .gform_heading,
#gform_wrapper_133 .gform_wrapper .field_description_below .gfield_description {
	background-color: #f0f0f0;
	padding: 0 5px !important;
	margin: 0 !important;
}

#gform_wrapper_113 h3{
	margin-top: 0px !important;
}

#gform_wrapper_113 .gform_button{
	margin-bottom: 5px;
}


#gform_wrapper .entry li {
	margin: 0 0 0 10px;
}

#gform_wrapper .gsurvey-rating{
	margin-bottom: 10px;
}

/* ADS */

#front_page #airtv_VmZ896ugTWuURyYBsfLc0g {
	position: relative;
	right: 14px;
}

.span_1_of_3 #airtv_VmZ896ugTWuURyYBsfLc0g {
	position: relative;
	right: 18px;
}



#adaptvcompanion {
	width: 300px;
	margin: 6px auto 0 auto;
}

#doping-poll #sidebar_float_right{
	float: none !important;
}

#doping-poll #adaptvcompanion {
	width: 350px !important;
	margin: 6px auto 0 auto;
}


/* SHOE SURVEY */

#field_294_16{
	line-height: 1.3em;
}

label[for=input_294_121], label[for=input_294_122], label[for=input_294_125], label[for=input_294_126], label[for=input_294_170]{
	font-weight: 300 !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.white-popup h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 10px 0;

}

.white-popup h2 {
	margin: 20px 0 10px 0;
	font-size: 1.5em;
	font-weight: bold;
}

.white-popup p{
	font-size: 1.1em;
}



/* ************* */
/* User Profiles */
/* ************* */

.profile_container {
	width: 570px;
	clear: none;
}


#profile-tabs {
	width: 570px;
}


#profile-tabs {
    position: relative;
    left: -4px;
}


#profile-tabs.ui-tabs {
	clear: none;
	font-size: .9em;
}

#profile-tabs .ui-tabs-nav .ui-state-active {
    position: relative;
    top: -3px;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index:1;

}

#profile-tabs .ui-tabs-nav .ui-state-active {
    position: relative;
    top: -3px;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index:1;

}


#profile-tabs .ui-widget-content {
    position: relative;
    top: -4px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 12px;
}

/* PDF EMBED */
.gde-frame{
	width: 570px !important;
}

.mejs-container {
	max-width: 500px;
	clear: none !important;
}

div.mejs-inner {
	height: inherit;
}

