/* ----------------------------------------------
	Theme Name : Syracuse Symposium
	Version : 1.0   
	Author : stressdesign
	Author URI : http://www.stressdesign.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	background:#e4ddaf;
	margin:0;
	padding:0;
}
a { }
a img { border: 0 }


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#page {
	background:url(http://syracusesymposium.org/themes/symposium/images/page-bg.png) repeat-x left top;
}
.inner {
}

/* Header */

#header {
	float:left;
}
#header #logo {
	margin:40px 0 0 15px;
}



/*  Main Navigation  */

#nav {
	background:#d9d2a3;
	height:50px;
}
#nav ul {	
	margin:25px 0 0 212px;;
	padding:0;
	float:left;
}
#nav ul li {
	margin:0 3px;
	list-style:none;
	float:left;
}

#nav ul li a {
	display:block;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1;
}
#nav ul li:nth-child(even) a {
	color:#547a66;
}
#nav ul li a:hover, #nav ul li.nav-selected a {
	color:#e62e25;
	text-decoration:underline;
}




/* Feature */

#feature {
	background:url(http://syracusesymposium.org/themes/symposium/images/feature-bg.png) no-repeat top left;
	margin:6px 0 0 203px;;
	width:650px;
	height:315px;
	overflow:hidden;
}
#feature p {
	font-size:1.3em;
}



/* Sections */

#sections {
}




/* Wrapper */

#wrapper {
	margin:27px 0 0 215px;
}
#home #wrapper {
	background:url(http://syracusesymposium.org/themes/symposium/images/wrapper-bg.png) repeat top left;
	margin:0 0 0 125px;
	overflow: hidden;
}



/* Content */

#content {
	padding-bottom:10px;
	width:630px;
}
#home #content {
	margin:25px 0 0 88px;
	width:530px;
}


#content h2 {
	margin:40px 0 0;
}
#content h2:first-child {
	margin-top:0;
}
#ccm-layout-wrapper-125 h2 {
	margin:0!important;
}
.ccm-layout-row {
	margin-bottom:40px;
}
.ccm-layout-12-col-1 p {
	margin-bottom:5px;
}





/* Sidebar */

#sidebar {
}



/* Sub Navigation */

ul.sub-nav {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
ul.sub-nav li {
	border-bottom: 1px dotted #909090;
}
ul.sub-nav li a {
	text-decoration:none;
	display: block;
	padding: 3px 2px;
}
ul.sub-nav li.nav-selected a {
	color: #000;
	font-weight: bold;
}
ul.sub-nav li li {
	border-bottom:none!important;
	color:#777;
	font-size:0.9em;
}
ul.sub-nav li ul {
	margin-top:0;
	margin-bottom:0.5em;
}
ul.sub-nav li li a {
	padding:0!important;
}




/* Footer */

#footer-top {
	clear:both;
	margin:30px 0 30px 215px;
	width:630px;
	overflow:hidden;
}
#footer-top .right {
	margin-top:8px;
}
#footer {
	background:#d9d2a3;
	padding:15px 0;
	font-size:11px;
	font-weight:bold;
	color:#797979;
	text-transform:uppercase;
}
#footer .inner {
	margin-left:215px;
	width:715px;
}
#footer table, #footer table td {
	margin:0;
	padding:0;
}
#footer table td {
	vertical-align:middle;
}
#footer form {
	margin:0!important;
}
#footer a {
	color:#797979;
}
#footer a:hover {

}
#footer p {
	margin-bottom:0!important;
}

/* Search Box */

.search-box p {
	float:left;
	margin:5px 6px 0 25px;
}
.search-box input {
	vertical-align:middle;
	margin:0 2px;
}



/* Form */

#page form {
	margin-bottom: 1.5em;
}
#page form table {
	margin-bottom: 0;
}
#page form table td {
	border: 0;
}

form input.formBlockSubmitButton, form input.searchBlockSubmitButton { 
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	border: 1px solid #ccc;
	cursor:pointer;
	color: #333;
	padding: 3px 6px;
}
form input.formBlockSubmitButton:hover, form input.searchBlockSubmitButton:hover {
}
form input, form textarea, form select {
	padding:3px;
	color:#666;
	font-family:Trebuchet MS;
}


/* alignment classes & additional classes*/

.left  { float: left; }
.right { float: right; }


/* Clearing */

.clearboth { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}

/* customize_miscellaneous */ /* customize_miscellaneous */
