/*
Theme Name: Child of Twenty Eleven
Description: Commuter Challenge based on 2011
Author: Babs
Version: 0.0.1
Template: twentyeleven

*/

@import url('css/bootstrap.css');

@import url('css/bootstrap-responsive.min.css');

@import url('css/font-awesome.min.css');

body {
font-family: "Lato", Arial, sans-serif;
font-size: 18px;
line-height: 22px;
color: #000000;
}

li {
line-height: 25px;
}

.entry-title {
		display: none; 
		}
		
a {
color: #ed7d35;
/* text-decoration: underline; */
}

#main {
padding-top: 0px;
}

.post {
padding-bottom: 20px;
padding-top: 20px;
background: transparent url(../images/embosed-dot.png) bottom left repeat-x;
}

.results-table {
font-size: 18px;
border-top: 44px solid #616161;
margin-top: 30px;
}

.table tbody tr td {
color: #333333;
line-height: 30px;
}

h1 {
font-size: 30px;
margin-bottom: 10px;
margin-top: 15px;
}

.signup-btns { padding-top: 30px; }

.select-type { display: none; }

select#session-type {
  -webkit-box-shadow: 0px 0px 30px 5px #444444;
  box-shadow: 0px 0px 30px 5px #444444;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #ffffff;
  line-height: 42px;
  height: auto;
  width: 224px;
}

#qtranslate-chooser {
  display: inline;
  float: right;
  font-size: 12px;
  margin: -24px 8px 0 0;
}

#qtranslate-chooser li { display: inline-block; padding-right: 4px; }
.signup-btns h1 { margin-left: 21%; }
.signin .btn { width: 120px; }


/* cheap, hacky formatting so I don't have to use WP :P */
/* NOTE: This is for the Campus challenge landing page - 2014 */

/* Hide the weird, broken and duplicated FB and TW links */
.wp-image-1646, .wp-image-1645 { display: none; }

/* Float the buttons over so they actually line up  */
.entry-content>p>strong { float: right; margin-bottom: 16px; }
.wp-image-1599, .wp-image-1601, .wp-image-1637 { float: right; } 

/* Push the results button down for some symettry */
.wp-image-1512 { margin-top: 59px; }


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #8ec350; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(top, #8ec350, #8ec350);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#8ec350), to(#8ec350)); /* older webkit syntax */
	background: -webkit-linear-gradient(top, #8ec350, #8ec350);
	background-repeat: repeat-x;
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
	clear: both;
	display: block;
	float: left;
	margin: 2px 0 0
	/*margin: 0 auto 6px;*/
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
/*	margin: 0 0 0 -0.8125em; */
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 3.333em;
	/*padding: 0 25px;*/
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #8EC350;
	border-bottom: 1px dotted #ddd;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
/*d#74A739
l#8EC350*/

#access li:hover > a, #access ul ul *:hover > a, #access a:focus {
/*    background: none repeat scroll 0 0 #8EC350;*/
    background: linear-gradient(#8EC350, #74A739) repeat scroll 0 0 transparent;
}
#access li:hover > a, #access a:focus {
    background: linear-gradient(#8EC350, #74A739) repeat scroll 0 0 transparent;
/*    color: #373737;*/
}

#access ul li:hover > ul {
	display: block;
}

#access #menu-primary > li.current-menu-parent > a,
#access #menu-primary > li.current-menu-parent:hover > a {
  background: #616161;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
