/*
Theme Name: Microsoft Bus Tour
Theme URI: http://microsoftbustour.com/
Description: A WordPress theme for the 2010 Microsoft Bus Tour.
Version: 1.0
Author: Robert Palmer
Author URI: http://rp-network.com/
*/


body {
	background: url(images/city_bg.png) top repeat-x #00467f;
	font: normal 13px/16px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
	color: #666666;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

marquee {
	height: 31px;
	display: block;
	color: white;
}

a {
	text-decoration: none;
	color: #00467f;
}

a:hover,
a:focus {
	text-decoration: underline;
}

h1,
h1 a {
	font: normal 20px/24px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
}

h2,
h2 a {
	font: normal bold 18px/24px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
	color: #bc4026;
}

h3,
h3 a {
	font: normal 18px/24px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
	color: #bc4026;
	margin-bottom: 24px;
}

a.register {
	display: block;
	font: normal 40px/48px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
	color: white;
	padding: 5px 10px 12px;
	margin: 20px auto;
	width: 10em;
	-webkit-border-radius: 60px;  
	-moz-border-radius: 60px;  
	-khtml-border-radius: 60px;  
	border-radius: 60px;	
	background-color: #00467f;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0076b9), to(#005b9f));
	background-image:-moz-linear-gradient(0% 100% 90deg, #005b9f, #0076b9);
	-moz-box-shadow: 0px 0px 10px #00366d;
	-webkit-box-shadow: 0px 0px 10px #00366d;
	box-shadow: 0px 0px 10px #00366d;
	text-decoration: none;
}

a.register {
	display: none\9
}

table.sponsors td {
	padding: 10px 0;
	border-bottom: 1px solid #808080;
}

table.home div.spacing {
	border: 1px solid #808080;
	padding: 5px;
	background: white;
	min-height: 359px;
	min-width: 640px;
}

p.share img {
	line-height: 16px;
	vertical-align: top;
}

/* ids */


#container,
.container {
	width: 906px;
	margin: 0 auto;
}

#header {
	background: url(images/windows_office.png) center 10px no-repeat;
	min-height: 380px;
	width: 906px;
}

#shield {
	position: absolute;
	margin: 10px auto;
	width: 906px;
	text-align: center;
}

#feature {
	position: absolute;
	top: 111px;
	width: 906px;
	padding: 15px 0 0 0;
	width: 906px;
}

#feature #feature-info {
	float: left;
	clear: left;
	text-align: left;
	height: 245px;
	width: 449px;
	background: url(images/feature_box_left.png) no-repeat;
	color: white;
}

#feature #feature-map {
	float: right;
	clear: right
	text-align: right;
	height: 245px;
	width: 449px;
	background: url(images/feature_box_right.png) center no-repeat #f6f1e6;
	color: white;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
}

#feature h1 {
	font: normal 24px/24px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
	padding: 6px 20px;
	margin-top: 8px;
}

#feature h2 {
	font: normal 21px/24px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
	padding: 0 20px;
}

#feature h3 {
	color: white;
	font: normal bold 12px/15px Segoe, "Segoe UI", "Lucida Sans", Arial, sans-serif;
	padding: 6px 20px;
	margin: 0;
}

#feature p {
	color: white;
	padding: 6px 20px;
	font-size: 11px;
	width: 375px;
}

#feature ul {
	color: white;
	padding: 6px 20px;
	font-size: 11px;
	width: 300px;
}

#feature ul li {
	padding-bottom: 5px;
}

#feature a {
	color: white;
	text-decoration: underline;
}

#feature #feature-map h3 {
	text-align: right;
}

#citybar {
	position: absolute;
	background: url(images/city_bar.png) center top no-repeat;
	width: 905px;
	height: 31px;
	margin: 91px auto 0;
	font: normal 10px/31px "Lucida Sans", Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	color: white;
}

#citybar span.o {
	color: #fdce30;
}

#nav.page,
#nav.home {
	background: #cdd9dd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 33px;
	border-bottom: 1px solid #808080;
}

#nav.page ul,
#nav.home ul {
	margin: 0 auto;
	width: 63em;
}

#nav.page ul li,
#nav.home ul li {
	display: inline;
}

#nav.page ul li.selected a,
#nav.home ul li.selected a {
	background: #e9edf0;
	border-bottom: 2px solid #e9edf0;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

#nav.page ul li a,
#nav.home ul li a {
	font: normal 15px/33px "Lucida Sans", Arial, sans-serif;
	color: #63605b;
	padding: 7px 20px;
}

#nav.page ul li a:hover,
#nav.page ul li a:focus,
#nav.home ul li a:hover,
#nav.home ul li a:focus {
	color: #00467f;
	text-decoration: none;
}

#subnav {
	background: #e9edf0;
	height: 32px;
	border-bottom: 1px solid #808080;
}

#subnav ul {
	margin: 0 auto;
	width: 56em;
}

#subnav ul li {
	display: inline;
}

#subnav ul li.selected a {
	border-bottom: 3px solid #bc4026;
}

#subnav ul li a {
	font: normal 15px/33px "Lucida Sans", Arial, sans-serif;
	color: #63605b;
	padding: 4px 10px;
}

#subnav ul li a:hover,
#subnav ul li a:focus {
	color: #00467f;
	text-decoration: none;
}

#middle { 
	background: #e9edf0;
	min-height: 600px;
}

#middle #sidebar {
	float: left;
	display: block;
}

#middle #content {
	float: left;
	display: block;
	padding: 30px;
}

#middle #content div.storycontent {
	margin: 10px 0 0 95px;
	padding: 10px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	width: 748px;
}

#middle.page #content div.storycontent {
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
	width: 843px;
}

#content ul,
#content p {
	margin-bottom: 10px;
}

#content ul {
	list-style: disc;
	padding-left: 1.3em;
	margin-left: 10px;
}

#content h1 {
	color: #0368ab;
	margin: 6px 0;
}

#content h1 a {
	color: #0368ab;
}

#content img.avatar-75 {
	margin-right: 20px;
}

#content div.comments {
	margin: 0 0 5px 95px;
	padding: 5px 0;
	width: 748px;
	border-bottom: 1px solid #808080;
}

#middle.page #content div.comments {
	margin: 0 0 5px 0px;
	padding: 5px 0;
	width: 843px;
	border-bottom: 1px solid #808080;
}

#content div.comments a {
	color: #bc4026;
}

#content div.post {
	margin-bottom: 40px;
}

#footer {
	width: 100%;
	min-height: 300px;
	background: url(images/footer_bg.png) repeat-x #0069aa;
	color: white;
	padding: 20px 0;
}

#footer a {
	color: white;
}


/* Captions & aligment */

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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;
}

/* End captions & aligment */

/* comments */

ol.commentlist { /* list of comments */
	margin-top: 20px;
} 

ol.commentlist li { /* each comment */
	padding: 5px;
	margin-bottom: 10px;
	background: #cdd9dd;
}

ol.commentlist li p { /* comment text */
	font: normal 11px/15px Georgia, "Times New Roman", serif;
}

div.comment-author img { /* avatar */
	line-height: 32px;
	margin: 0 5px 10px 0;
	vertical-align: top;
}

div.comment-author { /* picture and name */
	font-weight: bold;
	line-height: 32px;
}

div.comment-meta,
p.comment-meta { /* date */
	font-size: 80%;
}

/* agenda table - sorry this is so disorganized*/

p.p2 {color: #ffffff}
table.t1 {border-collapse: collapse; width: 400px;}
#content table.t1 p {margin-bottom: 0;}
td.td1  {width: 400px; }
td.td2  {padding: 7px 3px; width: 250px; color: black; background-color: #9fb4d4;}
td.td3  {padding: 7px 3px; width: 150px; color: black; background-color: #9fb4d4;}
td.td4  {padding: 7px 3px; width: 250px; color: black; background-color: #dfe6f1;}
td.td5  {padding: 7px 3px; width: 150px; color: black; background-color: #dfe6f1;}
td.td6  {padding: 7px 3px; width: 250px; color: black; background-color: #bfcee3;}
td.td7  {padding: 7px 3px; width: 150px; color: black; background-color: #bfcee3;}
td.td8  {width: 400px; }
td.td9  {padding: 7px 3px; width: 250px; color: black; background-color: #9fb4d4;}
td.td10 {padding: 7px 3px; width: 150px; color: black; background-color: #9fb4d4;}
td.td11 {padding: 7px 3px; width: 250px; color: black; background-color: #dfe6f1;}
td.td12 {padding: 7px 3px; width: 150px; color: black; background-color: #dfe6f1;}
td.td13 {padding: 7px 3px; width: 250px; color: black; background-color: #bfcee3;}
td.td14 {padding: 7px 3px; width: 150px; color: black; background-color: #bfcee3;}
