/*
THEME NAME: Conference
TEMPLATE: thematic
DESCRIPTION: Created for CFSC's Conferences
VERSION: 0.1
AUTHOR: Surya Buchwald
AUTHOR URI: http://mmmlabs.com
.
.
*/

/* Using @import, we can borrow style sheets from the Parent Theme */

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply default typography */
@import url('../thematic/library/styles/typography.css');

/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');

/* Add a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');


#header {
	width:658px;
	margin:0 auto;
	padding:0;
	float:left;
}

#primary {
    width:239px;
    padding-left:10px;
    padding-top:10px;
	margin-left: 8px;
	background-color:#5E4273;
	color:#fff;
}

#primary h3 {
	color:#fff;
}

#primary h4 {
	color:#0099AC;
}

#primary a:visited {
	color:#fff;
}

#container {
	width:700px;
	padding-top:10px;
	padding-right:10px;
}

#main {
	width:950px;
	padding-top:22px;
}

#content {
	margin-left:50px;
}

blockquote {
	background: url('images/blockquote.png') top left no-repeat;
	border:2px solid #009AAD;
    border-right:0;
    border-left:0;
	padding:15px 15px 15px 60px;
	margin:30px 50px;;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:100%;
	font-weight:normal;
	color:#00434C;
}
h1 {
	font-size:26px;
	line-height:1em;
	margin-bottom:5px;
	text-indent:0px;
	color:#5E4273;
}

h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:7px;
	margin-top:5px;
	padding-top:10px;
	color:#D35731;
}
h3 {
	color:#009AAD;
	font-size:16px;
	line-height:1em;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	font-family: Georgia, Serif;
	font-style: italic;
}

h4 {
	color:#D35731;
	font-weight:strong;
	font-size:14px;
	text-transform:uppercase;
}

#search h4{
	color:#FFCE8F;
	text-transform: none;
}

p{
	color:#000033;
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, Sans-Serif;
}

small{
	font-size:10px;
}

ol, ul {
}

a {
	font-weight:bold;
}

a:link { color:#0099AC; }

a:visited { color:#5E4072; }
a:hover {
	color:#000;
}

form ul, form ul li {
	list-style-type:none;	
}

#conference-head-logo {
	margin-left:30px;
}

#head-nav {
	margin-top:20px;
}

#head-nav ul li {
	display:inline;
}

#category-menu {
	padding:10px 0 5px 0;
	margin:0 0 10px -10px;
	width:249px;
	background:#009AAD;
}

#category-menu a {
	color:#fff;
	text-decoration: none;
}

#category-menu a:hover {
	color:#5E4273;
}

#category-menu ul {
	list-style-type: none;
}

#category-menu li {
	margin-bottom:5px;
}

.pagenav ul {
	padding-top:5px;
}

/****** Styling for Definition Lists *****/
dl.schedule, dl.fieldtrip, dl.prices, dl.workshop{
line-height:1.3em;
margin-bottom:2px;
}

dd {
	margin-bottom:10px;
}

dl.schedule dt {
	float:left;
	width:130px;	
}

dl.schedule dd {
	margin-left:140px;
}

dl.workshop dt {
	float:left;
	width:70px;
}

dl.workshop dd{
	margin-left:80px;
}

dl.fieldtrip dt {
	float:left;
	width:40px;	
}

dl.fieldtrip dd{
	margin-left:45px;
}

dl.prices dt {
	float:left;
	width:170px;	
}

dl.prices dd{
	margin-left:175px;
}

ul.schedule{
	list-style:none;
}

ul.schedule li{
	margin-left:160px;
	font-size: 90%;
}
/***************************************/
