@charset "UTF-8";
/* CSS Document */




h1, h2, h3, h4, p, ul, ol, dl, dt, dd {
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	line-height:110%;
}

h1 { font-size:24px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:14px; font-style:italic; font-weight:normal; }

h1 a,
h2 a,
h3 a {
	text-decoration:none;
	color:#000;
	border-bottom:none;
}

a {
	text-decoration:none;
	border-bottom:1px solid #999;
	color:#000;
}

a:hover {
	background-color:#ffffcc;
	border-bottom:1px solid #999;
	text-decoration:none;
}

img {
	border:none;
}

.hide,
.hidden,
.hideIt {
	display:none;
}






/* Modules */


/* Shedule */
#shedule {
	font-size:14px;
	color:#fff;
}

#shedule form #stationInput {
	border:none;
	background-color:#2a2e32;
	padding:2px 0;
	font-size:14px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:280px;
	}
	
#shedule form #stationInput:focus,
#shedule form #stationInput:hover {
	background-color:#cbcfd2;
	color:#2a2e32;
}

#shedule ul {
	list-style:none;
	padding-top:2px;
}

#shedule .inner-wrap {
	margin-left:20px;
}

#shedule #station {
	float:left;
	width:329px;
	margin-top:8px;
	margin-right:18px;
}

#station .list {
	line-height:120%;
	margin-bottom:6px;
}

#station .position {
	margin:-2px 0 0 0;
	padding:0;
	font-size:11px;
	color:#999;
}

#shedule #time {
	float:left;
	width:500px;
	margin-top:8px;
}

#shedule #time table#timeList
{ 
width:500px;
}

#shedule h3.slug {
	margin-bottom:2px;
}

#shedule h3.slug a {
	font-size:12px;
	color:#FF0;
	font-weight:normal;
}

#shedule h3.slug a:hover {
	background-color:transparent;
	border-bottom:none;

}

#shedule .slugButton {
	background:none; 
	padding:0; 
	border:none; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FF0; 
	font-size:12px;
	margin-bottom:2px;
	margin-top:-2px;
}

#shedule #time .line {
	display:block;
	float:left;
	width:70px;
}

#shedule #time .destination {
	display:block;
	float:left;
	width:200px;
}



/* Content */

#content-header .rss,
#content-header h1,
#content-header .breadcrumb {
	display:block;
	position:absolute;
	bottom:6px;
	border-bottom:none;
}

#content-header .breadcrumb {
	font-size:12px;
	color:#999;
}

#content-header .breadcrumb a {
	border-bottom:none;
	color:#999;
}

#content-header .breadcrumb a:hover {
	border-bottom:1px solid #999;
	color:#000;
}






/* Entries */



.entry {
	border-top:1px solid #000;
	margin-bottom:32px;
}


.ingres {
	width:500px;
		border-top:1px solid #ccc;
padding-top:12px;
	font-size:16px;
	margin-bottom:24px;
	line-height:23px;
}

.oss.entry {
	margin-bottom:24px;
}


.oss {
	border-top:1px solid #000;
	margin-bottom:24px;
	padding:12px 0 0 0;

}

.oss ul {
	list-style:none;
}



.entry-header {
	border-bottom:1px solid #cbced1;
	padding:12px 0 0 0;
}

.oss .entry-header {
	padding:6px 0 0 0;
}

.entry-header h1 {
	margin-bottom:32px;
}

.entry-header h2 {
	margin-bottom:4px;
}

.entry-body {
	padding-top:6px;
	padding-bottom:6px;
	overflow:hidden;
	background-color: #fff;
}

.entry-body p,
.entry-body ul,
.entry-body ol {
	margin-bottom:12px;
}

.entry-body ol,
.entry-body ul {
	list-style-position:outside;
	margin-left: 20px;
}

.entry-body ul li {
	margin:2px 0;
	list-style: disc;
}

.entry-body ol li {
	margin:2px 0;
	list-style:decimal;
}

.entry-body dl dt {
	font-weight:bold;
}

.entry-body dl dd {
	margin-left:20px;
}

.entry-body blockquote {
	padding:12px;
	margin:0 0 12px 0;
	background-color:#efefef;
	border:1px solid #cbced1;
}

.entry-body h2 {
	margin-bottom:2px;
}

.entry-body hr {
	border:0;
	width:100%;
	height:1px;
	background-color:#cbced1;
	
}


.entry-body img {
	float:left;
	margin:4px 12px 6px 0;
}

.entry-body table {
	margin:0 0 12px 0;
	width:100%;
	border-bottom:1px solid #cbced1;

}

.entry-body th,
.entry-body td {
	text-align:left;
	vertical-align:top;
	padding:2px 4px 2px 2px;
	border-top:1px solid #cbced1;
}

.entry-body th {
	background-color:#efefef;
}

.entry-body tr:hover {
	background-color:#efefef;
}




.entry-body caption {
	font-weight:bold;
	margin:0 0 6px 0;
	float:left;
}

.mt-search-results .content {
	border-top: 1px solid #000;
	margin-bottom: 24px;
	padding-top:6px;
}


.mt-search-results .entry {
	padding-bottom: 0px;
	border-top: none;
	margin-bottom: 0px;
}

.mt-search-results .entry-header {
	padding-top: 12px;
	margin-bottom: 0px;;
	
}




.meta, .tags {
	font-size: 12px;
	line-height:16px;
	margin:0;
	padding:0 0 6px 0;
}

.tags {
		border-top:1px solid #cbced1;
		padding-top: 6px;
}

.meta a {
	border-bottom:none;
}

.meta a:hover {
	border-bottom:1px solid #999;
}


.meta .author {
	margin-right:24px;
	margin-left:8px;
}

.tags a {
	background-color:#FFC;
}

.tags .glue {
	margin:0 4px;
}

.meta .entry-categories {
margin-left:16px;
}

.cat-title {
margin-bottom:6px;
}





/* Content */

.content-body img {
	margin-left: 20px;
	margin-bottom: 6px;
	float: left;
}



/* Content nav */
.content-nav {
	color: #333;
	margin: 6px 0;
	font-size: 12px;
}



/* Related content */

.related-block {
	border-top:1px solid #000;
	margin-bottom:24px;
	font-size:12px;
	line-height:15px;
}

.related-block h3 {
	border-bottom:1px solid #cbced1;
	font-size:12px;
	padding:6px 0;
	margin-bottom:6px;
}

.related-block dl {
	margin-top:-4px;
}

.related-block dt {
	font-weight:bold;
	margin-bottom:4px;
	padding-top:4px;
}

.related-block dd {
	margin-bottom:4px;
}

.related-block dl a,
.related-block ul a,
.related-block ol a {
	border-bottom:none;
}

.related-block a:hover {
	border-bottom:1px solid #999;
}

.related-block ul {
	list-style:none;
	margin-bottom:-2px;
}

.related-block li {
	padding:2px 0 6px 0;
}

#content-footer .related-block li {
	padding:2px 0;
}

#rss.related-block {
	font-weight:bold;
}

#rss h3 {
	background:url(../img/rss.png) no-repeat left center;
	padding-left:20px;
}

.related-block .small { font-size:11px; color:#666; line-height:12px !important; display:block; margin-bottom:4px; }


/* tag cloud */

#tag-cloud .related-block-content ul {
    margin-right: 0;
    margin-left: 0;
}

#tag-cloud .related-block-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

#tag-cloud .rank-1  { font-size: 1.95em; }
#tag-cloud .rank-2  { font-size: 1.75em; }
#tag-cloud .rank-3  { font-size: 1.625em; }
#tag-cloud .rank-4  { font-size: 1.5em; }
#tag-cloud .rank-5  { font-size: 1.375em; }
#tag-cloud .rank-6  { font-size: 1.25em; }
#tag-cloud .rank-7  { font-size: 1.125em; }
#tag-cloud .rank-8  { font-size: 1em; }
#tag-cloud .rank-9  { font-size: 0.95em; }
#tag-cloud .rank-10 { font-size: 0.9em; }

/* Category list */

#categoryList ul {
	margin: 0;
	padding: 0;
}

#categoryList ul li {
	font-weight: bold;
	padding: 0;
	margin: 0;

}

#categoryList ul li a {
	display: block;
	width: 238px;
	padding: 3px 0;
	border-bottom:1px solid #cbced1;
	height:16px;
	
}

#categoryList ul li a:hover {
	background-color: #ffc;
		border-bottom:1px solid #cbced1;

}
#categoryList ul li ul li {
	font-weight:normal;
}


	
#categoryList .count {
	float:right;
	width:30px;
	text-align:right;
	}

#categoryList .tag {
	float:left;
	width:200px;
}

#categoryList a:hover {
	background-color:transparent;
	border-bottom:none;
}
/* Content footer */

#content-footer .related-block h3 {
	border-bottom:1px solid #888e94;
}

#content-footer #recent-keywords,
#content-footer #about {
	border-bottom:1px solid #888e94;
	height:180px;
	margin-bottom:0px;
}


#content-footer #recent-keywords .col {
	width:230px;
	float:left;
}

#content-footer #recent-keywords .col {
	margin-right:20px;
}
	
#content-footer #recent-keywords .col .count {
	float:right;
	width:30px;
	text-align:right;
}

#content-footer #recent-keywords .col .tag {
	float:left;
	width:200px;
}

#content-footer #recent-keywords .col:hover {
	border-bottom:1px solid #888e94;
	padding-bottom:1px;
}

#content-footer #recent-keywords .col a:hover {
	background-color:transparent;
	border-bottom:none;
}

#content-footer #creative-commons {
	float:left;
	font-size:9px;
	line-height:11px;
	padding-top:6px;

}

#content-footer #about h3 {
	background:url(../img/labs-white.png) no-repeat left center;
}



#content-footer #about p {
	line-height:18px;
}

/* Comments */

#comments {
	font-size:12px;
	line-height: 17px;
	margin-top:36px;
	width:500px;
	margin-bottom: 240px;
}

.comments-header,
.comments-open-header {
	border-top:1px solid #000;
	padding: 6px 0 4px 0;
	float: left;
	width: 500px;
}


.comments-open-header {
	border-bottom:1px solid #cbced1;
	margin-bottom: 6px;

}

.comment {
	float: left;
	clear: both;
	padding:6px 0 12px 0;
	border-top:1px solid #cbced1;
	width: 500px;
}

.comment-header,
.comment-greeting {
	float: left;
	width: 120px;
}

.comment-content {
	float:right;
	width:330px;
}

.comment .author {
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 2px;
}

.comment .published {
	display: block;
	font-size: 11px;
	line-height: 14px;
}

#comment-text {
margin:4px 0 8px 0;
}

#comments-open-text {
border-top:1px solid #cbced1;
padding-top:12px;
}


#comments-open-data {
	margin:12px 0;
	border-top:1px solid #cbced1;
	width:500px;
	padding-bottom:12px;

	
}

#comments-open-data input {
	border:1px solid #666;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#comments-open-data input:focus {
	background-color:#FF9;
}

#comment-form-name label,
#comment-form-email label,
#comment-form-url label {
	float:left;
	width:170px;
}

#comment-form-name,
#comment-form-email,
#comment-form-url {
	margin:12px 0;
}



/* Footer */

#footer .subident a {
	border-bottom:none;
}

#footer .subident a:hover {
	background-color:transparent;
}

 