/*  
Theme Name: SCI Congress
Theme URI: http://www.spinalcordcongress.org/
Description: Custom theme for spinalcordcongress.org
Version: 1
Author: Joe Landsman


*/

/**** Layout *****/

/* Div container around whole page */

body {
	text-align: center;	/* center site */
	background: #fff url(images/background-grad.gif) repeat top left;
	padding: 0;
	margin: 0;
}

#page {
	width: 100%;
}


table#maintable {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 996px;
}

td#body {
	width: 540px;
	padding: 5px 30px 0 30px;
	background: #fff;
}

td#leftside {
	background: #fff;
	width: 215px;
	padding: 5px 10px 0 10px;
	border-right: 1px dashed #990000;
}

td#rightside {
	background: #f5e5e5;
	width: 160px;
}


#header-outer {
	width: 100%;
	height: 143px;
	background: #660000 url(images/header-bkg.gif) repeat-x top left;
	text-align: center;
}

#header-inner {
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	height: 143px;
	background: #660000 url(images/spinal-cord-congress-header.gif) no-repeat top left;
}

#headerlink {
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	height: 143px;
	display: block;
	cursor: hand;
}

#content {
	min-height: 600px;
}

#nav, #nav2 {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

#nav2 {
	border-top: 1px solid #333333;
	padding-top: 8px;
}

#nav li, #nav2 li {
	margin-bottom: 13px;
}

h2 {
	margin: 0 0 8px 0;
}


.section {
	border-bottom: 1px dashed #990000;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

#nav li ul, #nav2 li ul {
	margin-top: 10px;
}


/***** Typography *******/
body {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#nav li a, #nav2 li a {
	color: #000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}


#nav li.current_page_item>a, #nav2 li.current_page_item>a {
	color: #990000;
}

#nav li a:hover, #nav2 li a:hover {
	color: #990000;
}

h1, h2 {
	color: #003366;
	font-weight: bold;
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
}


ul.no-bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#footer {
	color: #990000;
	font-size: 8pt;
	padding-bottom: 40px;
}

#breadcrumb * {
	font-size: 8pt;
}

#breadcrumb a {
	color: #990000;
}