/*
RedmondEvents.com Stylesheet
Author: Lyndon Lloyd
Created: 09/18/07
*/

body {
	font: 11px/1.6em "Lucida Grande", Helvetica, Arial, sans-serif; 
	color: #444; 
	line-height: 1.5em;
	background: url(../images/background.gif) repeat-x #666565;
	margin: 0;
}	

h1, h2, h3, h4, h5, h6 {
margin: 0;
color: #000;
}

a {
	color: #990000;
}

#page {
	width: 958px;
	margin: auto;
	
	font-size: 1em;
	}

#container {
	width: 958px;
	border: 1px #fff solid;	
	background-color: #fff;
}

#kicker:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	 }

#kicker { 
	display: inline-block; }

#kicker { 
	display: block;
	margin: 12px 0 12px 0;
	 }

#kickerLogo {
	float: left;	
}

#kickerLinks {
	float: right;
	text-align: right;
	color: #fff;	
	font-weight: bold;
	font-size: 0.87em;
	padding-top: 2px;
}

#kickerLinks a {
	color: #fff;
	text-decoration: none;
}

#kickerLinks a:hover {
	text-decoration: underline;
}


#masthead {
	height: 129px;
	background: url(../images/masthead_bg.gif) repeat-x;	
	position: relative;
}

#mastheadLogo {
	float: left;
	margin: 30px 0 0 25px;
}

#mastheadLinks {
	float: right;
	text-align: right;
	margin: 60px 25px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}

#mastheadLinks a {
	text-decoration: none;
	color: #666;
}

#mastheadLinks a:hover {
		color: #999;
}

#navbar {
	height: 23px;
	background: url(../images/navbar_bg.gif);
	line-height: 23px;
	color: #ccc;
	border-top: solid 1px #fff;
	padding: 0 25px 0 25px;
	font-size: 90%;
	text-align: right;
}

#navbar a {
	text-decoration: none;
	color: #eee;
}

#navbar a:hover {
	text-decoration: none;
	color: #fff;
}

#content {
	position: relative;
	background: url(../images/content_bg.gif) repeat-y #fff;
	background-color: #fff;
	padding: 15px 25px 0 25px;
	}



#homeMain {
	float: left;
	width: 635px;
	margin: 10px 0 0 0;

}

#homeSub {
	float: right;
	width: 250px;
	margin: 10px 0 0 10px;
}

#splash {
	margin-bottom: 20px;
}

#confItemWrapper {
	margin-left: -10px;
	
}

.confItem, .virtConfItem {
	
	width: 175px;
	height: 235px;
	margin: 5px 0 15px 10px;
	background: url(../images/confitem_bg.gif) repeat-x;
	padding: 11px;
	float: left;
	border: solid 1px #eee;
}

.virtConfItem {
	min-height: 125px;
}

.confItem h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 0.5em;
}

.confItem h5 {
	font-size: 11px;
	color: #888; 
	line-height: 1.1em;
	margin-bottom: 1.5em;
}

.confItem h6 {
	font-size: 9px;
/*	color: #541800; */
	color: #000;
	margin-top: 1em;

}

.confHead {
height: 58px;
}

.confHead a {
color: #000;
text-decoration: none;
}

.confHead a:hover {
color: #666;
}

.confVenue, .confVenuePast {
	clear: both;
	float: left;
	margin-right: 10px;
	width: 85px;
	font-weight: bold;
}

.virtConfList a, .confVenue a, .confVenuePast a {
text-decoration: none;
}

.virtConfList a:hover, .confVenue a:hover, .confVenuePast a:hover {
text-decoration: underline;
}

.confDates, .confDatesPast {
	float: left;
	font-size: 80%;
}

.confVenuePast, .confDatesPast, .confVenuePast a, .confDatesPast a {
	color: #888;
}

ul.virtConfList {
margin-top: -1.5em;
margin-left: -15px;
}

.virtConfList li {
	font-weight: bold;
	margin-bottom: 0.4em;
	list-style: none;
}


#virtConf, #callPapers, #requestInfo {
	border-top: solid 4px #b31f17;
	margin-bottom: 30px;
}

#virtConf p, #callPapers p, #requestInfo p {
	margin-left: 8px;
}

#homeSub h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000;
	border-bottom: solid 1px #ddd;
	text-transform: uppercase;
	padding: 9px 0 6px 8px;
}

#footer {
text-align: center;
color: #aaa;
font-size: 90%;
margin: 15px;
}

#footer a {
color: #aaa;
text-decoration: none;
}

#footer a:hover {
color: #eee;
}

img {
	border: none;
}

hr {
	color: #eee;
	padding: 0;
}

.emptyclear {
	clear:both;
}


