/*
SITE: Sports Medicine Jamboree
FILE: jamboree_style.css
CREATED: 5/25/2009
MODIFIED: 
AUTHOR: Lynne M. Adams (ladams@webassistantsllc.com)
=====*/


/* -------------------------------------------------------- universal selector */
/*removes alldefault margins and padding */
* {
	/* Temporary borders 
	border: dashed 1px #f00;*/
	margin: 0;
	padding: 0;
}

html, :root { overflow-y:scroll; 
}

body {
background: url(../images/bg.jpg);
	background-color:#000;
	background-repeat: no-repeat;
	background-position:center bottom;
	background-attachment:fixed;
}

a, a:link, a:visited {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#c2d520;
	font-weight: bold;
}

a:hover, a:active {
	color: #1da5b9; 
	font-weight: bold;
	text-decoration:none;
}

.closed {
	font-size: 36px;
	text-align:center;
	color: #FFFF00;
	padding-top:10px;
}

/* ---------------------------------------------------------------- wrapper styles */
#wrapper {
	width: 850px;
	background-color: transparent;
		/* to center wrapper */
	margin: 0 auto 0 auto;
	position:relative;
}


/* ------------------------------------------------------------------- branding */
#branding {
	background-color:#c2d520;
	width: 850px;
	
}

#branding img {
	margin: 0 auto 0 20px;
}

#headerpic {
	float:left;
	width:513px;
}

.slideshow {
	margin-top: 20px;
	border: 6px solid white;
}


#headertext {
	width: 325px;
	background-image:url(../images/bg_headertext.jpg);
	background-repeat:repeat;
	float:right;
	margin-top: 35px;
	
}
	
#headertext p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	color:#c2d520;
	font-weight:bold;
	padding: 25px;
	line-height:1.2;

}



/* ------------------------------------------------------------------- navbar */
#navbar {
	width:850px;
	height: 50px;
	margin: 0 auto 0 auto;
	clear:both;
}	

#navbar ul {
	list-style-type: none;
}

#navbar li {
	float: left;
	height: 30px;
	width: 160px;
}

#navbar a, #navbar a:link, #navbar a:visited {
	font-size: larger;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#d11d35;
	font-weight: bold;
	text-align:center;
	outline-style: none;
	display:block;
	line-height: 50px;
}

#navbar a:hover, #navbar a:active
#navbar li.selected a:link, #navbar li.selected a:visited {
	color: #1da5b9; 
	font-weight: bold;
	text-decoration:none;
}

#navbar li.first {
	border-left: 0;
}

#navbar li.lastbutton {
	background-color: #c2d520;
}

#register {
	z-index:99999;
	width: 200px;
	height: 190px;
	position:absolute;
	top: 320px;
	right: -13px;
	text-align:right;
	display:block;
}


/* ----------------------------------------------------------------- main body */

.heading {
	padding-bottom: 15px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9a9b9d;
}

table {
	border-collapse: collapse;
	margin: 15px;
	
}

#body td {
	vertical-align:top;
}

#body {
	width: 850px;
	margin: 20px auto 0 auto;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
}

/* ----------------------------------------------------------------- main body events */
#event {
	width: 500px;
	float:left;
}

#event li {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9a9b9d;
	padding-bottom:30px;
}

#event ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position:outside;
	margin-left: 25px;	
}

#event ul li { 
	padding-left: 20px; 
}

/* ----------------------------------------------------------------- main body venue */

#venue {
	width: 315px;
	float:left;
}

#venue img {
	float:left;
	padding: 0 3px 10px 0;
}

#venue p {
	padding: 0 10px 8px 7px;
}

/* ----------------------------------------------------------------- main body speakers */

#speaker p {
	line-height:1.25;
	font-size:14px;
}

/* ----------------------------------------------------------------- speaker page */

#speakerinfo {
	margin: 0 10px 10px 30px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.highlight {
	background-color:#FFFF00;
}

#speakerinfo h1 {
	font-size: 20px;
	color:#1da5b9;
	padding: 50px 0 10px 0;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}


#speakerinfo img {
	float: left;
	border: solid 10px #fff;
	padding: 5px;
}

#speakerinfo h2 {
	font-size: 16px;
	color: #fff;
	font-weight:normal;
}

#speakerinfo h3 {
	font-size: 16px;
	color: #fff;
	font-weight:normal;
}
#speakerinfo p {
	padding: 5px 0 10px 10px;
	font-size:16px;
}


/* ----------------------------------------------------------------- venue page */


#venuepage {
	margin: 20px;
}

#venuepage p {
	padding-bottom: 10px;
}

.venueimg {
	float: left;
	width:290px;
	margin:0 30px 0 10px;
	border:solid 2px #9a9b9d;
}

#venuepage hr {
	width: 90%;
	margin: 15px auto;
	border: dotted 1px #9a9b9d;
}

#hilton {
	height:200px;
}
/* ------------------------------------------------------------- style of map on venue page */

#map {
	width: 500px;
}

#map img {
	
	border: solid 6px #fff;
	padding:2px;
	margin: 10px 200px 10px 200px;
}
	
p.address {
	font-size:18px;
	font-weight:normal;
	color: #fff;
	line-height:1.25;
}

/* ----------------------------------------------------------------- vendors page */
#vendorspage li {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9a9b9d;
	padding: 0 0 20px 20px;
	margin-left:30px;
	list-style-type:none;
}

#vendorspage h1 {
	font-size: 20px;
	color:#1da5b9;
	padding: 30px 0 20px 30px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
}


/* ----------------------------------------------------------------- speaker page */
#form {
	padding: 30px;
}

/* ----------------------------------------------------------------- footer */
#footer {
	width:850px;
	margin: 30px auto 0 auto;
}


#sponsors {
	width: 525px;
	background-image:url(../images/sponsors1_heading.png);
	background-repeat:no-repeat;
	float:left;
}


.smaller {
	margin: 0 20px 0 70px;
}

#vendors {
	width: 315px;
	float: left;
	margin-top: 10px;
}

.vendor {
	font-size: 20px;
	color:#fff;
	background-image:url(../images/vendor_bg.jpg);
	background-repeat:repeat-y;
	padding: 10px;
}

.sherry {
	font-weight:bold; 
	color:#000; 
	text-align: center;
	padding-top: 15px;
}

.footer {
	padding: 75px 3px 20px 70px;
}
