/*
Theme Name: ~  Jefferson Transit
Theme URI: http://www.insideout.com
Description: Custom Theme
Version: 2
Author: InsideOut Solutions (JW)
Author URI: http://insideout.com/
*/


/* basic classes */
* { margin:0; padding:0; outline:0; }

.left { float:left; }
.right { float:right; }
img.left, img.right { margin: 0 5px; }
.hidden { display:none; }
.clear { clear:both; }

/* --------------------------------------------------------------- */
/* basic element */

ul, ol {  margin: 5px 5px 5px 15px; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
blockquote { margin: 10px 30px; font-style:italic;}

a { color: #355497;  }
a:hover { text-decoration: none; }
a:visited {  }
a:active { position:relative;top:1px; }
a[href $='.pdf'] { padding-right: 18px; background: transparent url('https://assets.insideout.com/images/icon_pdf.png') no-repeat right; }

h2, h3, h4, h5{ color: #355497; padding: 0 0 .2em 0; }
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }

hr { margin: 20px }

em{ font-style: italic; }

p{ margin: 0 0 .8em 0; }

.editLink {clear:none; position:fixed; top:45%; left:0px;width:35px;height:45px;padding:0;font-size:12px; line-height:12px;font-family:courier new;text-align:center;font-variant:small-caps; -moz-box-shadow: 1px 0px 8px #999;}
.editLink a { display:block;width:27px;height:37px; padding: 4px; color:#fff;background:#6b7a5d; text-decoration:none;}
.editLink a:hover { display:block; color:#2c132f;background:#afaa75; }


/* --------------------------------------------------------------- */
body { /*font stacks: http: //unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ */
	font-family: Georgia, "Georgia", serif;
	margin: 0 0 25px 0;
	font-size: 62.5%;
	background: url('images/back.jpg') center 105px no-repeat #e4ebf0;
}

/* layout */
#page {
	margin: 0 auto;
}
.layout {
	width: 939px;
	text-align: left;
	margin: 0 auto;
}

.nav_bar {
	width: 100%;
	top: 0;
	left: 0;
}
h1 {
	position: absolute;
	width: 210px;
	height: 195px;
	background: url('images/logo.png') top left no-repeat;
	text-indent: -999em;
	margin-top: 28px;
	margin-left: 22px;
}
h1 a {
	display: block;
	height: 100%;
}
h1 a: active {
	position: static;
}
h1 span {
	display: block;
	padding: 10%;
	height: auto;
}

#topper{
	overflow: hidden;
	background: #355497;
	height: 105px;
}

#slidesCont {
	height: 192px;
	overflow: hidden;
}
#slides {
	float:left;
}
#slides img { }
#slide-sm {
	float:right;
}

#mainContainer{
	margin-top: -40px;
	clear: both;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	 -moz-box-shadow: 5px 5px 5px #333;
  	-webkit-box-shadow: 5px 5px 5px #333;
  	box-shadow: 0px -2px 4px #333;

}

#container {
	clear: both;
	overflow: hidden;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 9px 22px 22px 22px;
}

/* --------------------------------------------------------------- */
/* body content */
#content {
	float: left;
	color: #4d556f;
}
.narrowcolumn {
	width: 655px;
	margin: 0 20px 0 0;
}
.widecolumn {
	width: 905px;
}
.homeLeftCol{
	float: left;
	width: 196px;
}
#tripPlanner{
	width: 176px;
	background: #bbc5d6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 15px 10px 10px;
	font-family: Arial;
	font-size: .9em;
	color: #355497;
	margin-bottom: 20px;
}
#tripPlanner h3{
	font-size: 1.2em;
	color: #ad4a4a;
	text-transform: uppercase;
	font-family: Georgia;
	text-align: center;
	margin: 0 0 6px 0;
}
#tripPlanner label{
	display: block;
	font-weight: bold;
}
#tripPlanner label span{
	display: block;
	float: right;
	font-weight: normal;
	font-size: .8em;
	color: #7885b0;
}
#tripPlanner input{
	margin: 0 0 5px 0;
	width: 100%;
	padding: 3px;
	color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #7885b0;
}
#tripPlanner .tripSubmit{
	margin: 10px auto;
	color: #ad4a4a;
	width: 104%;
}
#tripPlanner .about{
	font-size: .8em;
	text-align: center;
	display: block;
	color: #7885b0;
}
.adobeReader{
	border-top: 1px solid #999;
	display: block;
	font-size: .8em;
	margin-top: 5px;
	padding: 10px 0 0 0;
	line-height: 1.3em;
}
.adobeReader img{
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.newsSignup{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px 15px 0 10px;
	background: #ddd;
	width: 176px;
	font-family: Arial;
	font-size: .9em;
	color: #355497;
}
.newsSignup h3{
	font-size: .9em;
	color: #ad4a4a;
	font-family: Georgia;
	text-align: center;
	margin: 0 0 6px 0;
}

.newsSignup label{
	font-weight: bold;
}

.newsSignup input{
	margin: 0 0 5px 0;
	width: 100%;
	padding: 3px;
	color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #7885b0;
}
.newsSignup .tripSubmit input{
	color: #ad4a4a;
	width: 104%;
}

#routeList{
	display: none;
	position: absolute;
	border-radius: 3px;
	margin-top: -10px;
	-webkit-border-radius: 8px;
	background: #6883af;
	padding: 10px;
	color: #fff;
}

#routeList a{
	color: #fff;
}

.quickView{
	cursor: pointer;
}

.wideTable{
	float: left;
	width: 340px;
	margin: 0 20px 0 0;
}

.wideTable td, .skinnyTable td{
	font-size: 1.3em;
}

.skinnyTable{
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

.middlecolumn{
	padding: 5px 20px 0 35px;
	width: 400px;
}
#skinnySidebar{
	float: left;
	width: 190px;
	border-left: 1px solid #999;
	padding: 5px 0 0 20px;
	color: #4d556f !important;
}
#skinnySidebar a{
	color: #355497 !important;
}
#skinnySidebar ul{
	list-style: none;
}
#skinnySidebar h3{
	font-size: 1.1em;
	color: #ad4a4a;
}
#skinnySidebar h3 a{
	color: #ad4a4a !important;
}
#skinnySidebar .widget_search{
	margin: 0 0 15px 0;
}
#skinnySidebar .widget_search #s{
	width: 105px;
}
#skinnySidebar .widget_search #searchSubmit{
	width: 40px;
}
.entry {
	overflow: hidden;
}
#content h2 {
	margin-bottom: 10px;
	color: #355497;
	font-size: 1.4em;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover { }
#content p.date_auth {
	font-size: 90%;
	margin: 3px 0;
	font-style: italic;
}
.attachment-post-thumbnail {
	float: right;
	margin-bottom: 10px;
}
.quote {
	color: #3b0064;
	font-family: georgia, times new roman, times, serif;
	font-style: italic;
	height: 108px;
	padding: 0 0 0 55px;
	display: table;
	clear: both;
}
.quote p {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.postmetadata {
	clear: both;
	padding: 3px 5px;
	font-size: 80%;
}
.navigation {
	overflow: hidden;
	margin: 0 0 10px 0;
}

/* --------------------------------------------------------------- */
/* roomslist */

/* --------------------------------------------------------------- */
/* attachments */
body.attachment p.attachment {
	text-align: center;
}

/* --------------------------------------------------------------- */
/* comments */
#respond {
	clear: both;
}
ol.commentlist, ol.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.comment {
	padding: 5px 20px;
	margin: 0 0 20px 0;
}
li.bypostauthor {
	padding: 5px 20px;
	margin: 0 0 20px 0;
}
li.odd { }
li.depth-2, li.depth-3, li.depth-4 {
	margin-top: 10px;
	padding: 5px 10px;
}
img.avatar {
	float: left;
	margin: 3px 3px 0 0;
}

/* --------------------------------------------------------------- */
/* sidebar */
#sidebar {
	width: 230px;
	float: right;
	padding: 10px;
}
#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar ul li li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar ul ul {
	padding: 0 0 0 10px;
}
.post-side-info { }

/* --------------------------------------------------------------- */
/*assorted special pages/widgets */
/* sitemap */
.searchbox {
	background: #ffffef;
	border: 3px solid #99aa7b;
	padding: 10px;
	margin-right: 50px;
}
.sitemap {
	margin-left: 50px;
}

/* widgets */

/* search */
input#s {
	width: 120px;
}

/* calendar */
table#wp-calendar {
	width: 100%;
	text-align: center;
}

/* --------------------------------------------------------------- */
/* footer */
#footer {
	overflow: hidden;
	font-size: 1.4em;
	line-height: 1.4em;
	clear: both;
	color: #355497;
}
#footer a{
	color: #355497;
}

#footCont {
	width: 600px;
	float: left;
	padding: 20px;

}
#footCont h3 {
	font-size: 1.5em;
}
#footCont .links {
	list-style: none;
	color: #355497;
}
.miniloops ul {
	list-style: none;
	line-height: 1.35em;
	margin: 0;
}
.miniloops ul li {
	clear: both;
	overflow: hidden;
	color: #4d556f;
	margin: 10px 0;
}
.miniloops ul a {
	font-weight: bold;
	color: #4d556f !important;
}
.miniloops ul img {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
}
.miniloops h3 {
	font-size: 1.5em;
}
#footSide {
	width: 260px;
	padding: 20px 10px 10px 10px;
	float: right;
	text-align:right;
}
#footSide .fTitle{
	font-size: 1.2em;
}

/* subfooter */
#subfooter {
	padding: 0 15px 0 0;
	text-align: right;
	color: #999;
}
#subfooter a { }
.meta {
	font-size:80%;
}
.social {
	text-align:center;
}
.social a {
	line-height: 15px;
	padding: 1px 0 3px 20px;
}
.social a.facebook {
	background: url('https://assets.insideout.com/images/icons/facebook.gif') no-repeat;
}
.social a.twitter {
	background: url('https://assets.insideout.com/images/icons/twitter.gif') no-repeat;
}

/* --------------------------------------------------------------- */
/* main menu - general */
.the_menu {
	position: absolute;
	font-family: Arial;
	overflow: visible !important;
	font-size: 1.3em;
	margin: 12px 0 0 220px;
}
.the_menu ul {

	margin: 0;
	overflow: visible;
	list-style: none;
}
.the_menu li {
	position: relative;
	z-index: 50;
	margin: 0;
	list-style: none;
}
.the_menu li.hovering {
	position: relative;
	z-index: 60;
	margin: 0;
	list-style: none;
	/* background: #213257;
	border-radius: 3px;
	-webkit-border-radius: 3px; */
}
.the_menu li a  {
	text-transform: uppercase;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
}
.the_menu li a:hover {
	/*background: #213257; */
}
.the_menu li a: active {
	position: static;
}

/* top level items */
.the_menu ul.level-1-ul { }
.the_menu li.level-1-li {
	float: left;
	margin: 0 3px 0 0;
}
.the_menu li a.level-1-a  {

	padding: 12px 8px 12px;
	/* border-radius: 3px;
	-webkit-border-radius: 3px; */
}
.the_menu li a.level-1-a:hover  { }

/* beyond top level items */
.the_menu li.level-1-li ul {
	background: #355497;
	width: 170px;
	position: absolute;
	display: none;
	-moz-box-shadow: 0 3px 3px #000;
	-webkit-box-shadow: 0 3px 3px #000;
	-o-box-shadow: 0 3px 3px #000;
	-khtml-box-shadow: 0 3px 3px #000;
	box-shadow: 0 3px 3px #000;
	/*border-radius: 3px;
	-webkit-border-radius: 3px; */
	z-index: 100;
	padding: 3px;
}
.the_menu li.level-1-li li {
	height: 25px;
}
.the_menu li.level-1-li li a {
	text-transform: none;
	padding: 5px 8px;
	float: none;
}
.the_menu li.level-1-li li a:hover { text-decoration: underline;}

/* second level items */
.the_menu ul.level-2-ul {
	top: 98%;
	left: -2%;
}
.the_menu li.level-2-li { }
.the_menu li a.level-2-a  { }
.the_menu li a.level-2-a:hover  { }

/* beyond second level items */
.the_menu li.level-2-li ul {
	top: 75%;
	left: 50%;
}
.the_menu li.level-2-li li { }
.the_menu li.level-2-li li a { }
.the_menu li.level-2-li li a:hover { }


/* --------------------------------------------------------------- */
/* image handling */
/* Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/* Captions */
.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #777; text-align: center; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img {  margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
