html, body {
	background: #314265;
	color: #515151;
}

h1, h2, h3, h4, h5 {
	font-family:'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-weight: 700;
}

h1 {
	color: #2B489C;
	line-height: 22.8px;
	font-size: 20px;
}

h2 {
	color: #A7284E;
	font-size: 19px;
	line-height: 24px;	
}

h3 {
	color: #515151;
	font-size: 12px;
	text-transform: uppercase;
}

h4 {
	color: #4F6393;
	font-size: 17px;
}

h5 {
	color: #2B489C;
	font-size: 15px;
}

p {
	margin: 1em 0;
	color: #515151;
	font-size: 13px;
}

a {
	color: #2B489C;
	text-decoration: none;
	font-family:'Helvetica','Arial',sans-serif;
	font-weight: 700;
}

a:hover {
	color: #314264;
}

a:visited {
	color: #4F6393;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

ul {
	margin: 1em 0;
}

ul li {
	margin-left: 1.5em;
	list-style-type: disc;
}

hr {
	color: #aaa;
}

div.clear {
	clear: both;
	width: 0;
	height: 0;
}

#page {
	width: 900px;
	margin: 10px auto 0;
	text-align: left;
	background: url('images/dotted.png') repeat-y;
}

/* Navigation */
#nav {
	background: url('images/nav_bg.png') #ebe7fe repeat-x;
	width: 900px;
	height: 40px;
}

#nav ul {
	margin: 0;
	padding-left: 10px;
}

#nav li {
	margin: 0;
	float: left;
	width: 80px;
	text-align: center;
	list-style-type: none;
	position: relative;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav ul li  a {
	display: block;
	width: 80px;
	height: 40px;
}

#nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
}

#nav ul li ul li {
	background: white;
	border: 1px solid #d7d4df;
	float: none;
	width: 80px;
	padding: 0;
}

#nav ul li ul li:hover {
	background: #d7d4e9;
}

#nav ul li ul li a {
	font-family: Verdana, "Myriad Pro", Myriad, sans-serif;
	color: #666666;
	font-weight: normal;
	display: block;
	width: 80px;
	height: 30px;
	padding-top: 10px;
}

#nav ul li:hover ul {
	display: block;
	position: absolute;

	padding: 0;
	margin: 0;
}

#nav ul li:hover a {
	background-position: 0 -40px;
}



#nav_link_1 {
	background: url('images/home.png');
}

#nav_link_2 {
	background: url('images/program.png');
}

#nav_link_3 {
	background: url('images/speakers.png');
}

#nav_link_4 {
	background: url('images/sponsors.png');
}

#nav_link_5 {
	background: url('images/sonoma_guide.png');
}

#nav_link_6 {
	background: url('images/travel_lodging.png');
}

#nav_link_7 {
	background: url('images/excursions.png');
}

#nav_link_8 {
	background: url('images/blog.png');
}

#nav_link_9 {
	background: url('images/registration.png');
}

#nav_link_31 {
	background: url('images/conveners.png');
}

#nav_link_32 {
	background: url('images/workshops.png');
}

/* Content */

#content {
	float: left;
	width: 652px;
	background: url('images/content_bg.png') no-repeat white;
	background-position: bottom left;
}

#post_content {
	float: left;
	width: 632px;
	background: url('images/content_bg.png') no-repeat white;
	background-position: bottom left;
	padding-left: 20px;
}

#content_inner {
	padding: 30px 55px 25px 55px;	
}

.speaker_name {
	line-height: 0px;
	font-size: 17px;
	font-weight: 700;
	color: #00364A;
}

.speaker_link {
	font-size: 14px;
	font-weight: 700;
	color: #4F6393;
}

.workshop_title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #00364A;
}


.note {
	font-size: 10px;
}

.left_column {
	float: left;
	width: 250px;
}

.right_column {
	float: right;
	width: 250px;
}

.border_image {
	border: 2px solid gray;
}

.image_frame p {
	margin-top: 0.1em;
	margin-left: 1em;
	margin-bottom: 0.25em;
}

#sonoma_map {
	border: solid gray 2px;
}

#body_registration input {
	margin: 0.5em 0.5em 0 0;
}

/* Blog */

.post_summary {
	width: 450px;
	margin-bottom: 32px;	
}
.ditto_container {
	margin-top: 25px;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #d1cee2;
    color: #000;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9d9ba8;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

.blog_comments {
	margin-top: 25px;
}

.blog_comments h2 {
	color: #4F6393;
	font-size: 15px;
}

.blog_comments li {
	list-style-type: none;
	margin-left: 0;
}

.jot-posticon { 
	display: none;
}

/* Header */

#header { 
    background: white;
    position: relative;
    height: 134px;
}

#header_top {
	background: #21449C;
	color: white;
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
	font-style: italic;
	font-size:11.4px;
	line-height:12.635px;

}

#header_top a {
	color: #FEF7FF;
	text-decoration: none;
	font-weight: bold;
}

#header_top a:hover {
	text-decoration: underline;
	color: #F0F1FF;
}

#logo_image {
	position: absolute;
	top: 0px;
	left: 15px;
}

#title_image {
	position: absolute;
	top: 37px;
	left: 150px;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 244px;
	text-align: center;
	padding-bottom: 45px;
}


#addthis_container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.button_container {
	margin-bottom: 15px;
}

#manager_links {
	margin-top: 15px;
}

#sidebar_speakers {
	display: none;
}

#logo-container {
	height: 115px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background: #ceceff;
}

#sponsor_links {
	font-family:'Helvetica-Bold','Helvetica','Arial',sans-serif;
	text-align: center;
	margin-top: 30px;
}

#sponsor_links h1 {
	color: #2B489C;
	line-height: 22.8px;
	font-size: 20px;
	font-weight: 700;
}

#sponsor_links a {
	line-height: 18.05px;
	font-size: 12px;
	text-decoration: none;
	color: #00364A;
	font-weight: 700;
}

#sponsor_links a:hover {
	color: #4F6393;
}


#ideascale {
	background: url('images/ideascale_bg.png') no-repeat;
	width: 201px;
	height: 304px;
	padding: 10px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
    background: url('images/footer_border.png') no-repeat white;
    height: 120px;
}

#footer_contact {
	position: relative;
	top: 10px;
	left: 350px;
	color: #515151;
	padding: 10px;
	font-family:'HelveticaNeue','Helvetica Neue','Arial',sans-serif;
	font-size:11px;
	color: #515151;
	width: 200px;
}

#footer_contact strong {
	font-family:'HelveticaNeue-Bold','Helvetica Neue','Arial',sans-serif;
}

#footer_contact a {
	color: #646165;
	text-decoration: none;
}

#footer_contact a:hover {
	color: #36373A;
}

.rsf {
	float: left;
	width: 125px;
	padding-top: 32px;
}

.praxis {
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 10px;
}

.praxis a {
	color: #b7350e;
}

.conference_dates {
	float: left;
	width: 284px;
	margin: 0 10px 0 23px;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: white;
	padding: 20px;   
}

/* Fixes for RichText widgets */
/*
.MODX_RichTextWidget {
	float: left;
}
*/
.MODX_RichTextWidget a {
	border: 0px;
}

/* Page Specific CSS */

#body_home #speaker_container {
	float: left;
	width: 335px;
	font-size: 11px;
}

#body_home #speaker_container ul li {
	list-style-type: none;
	margin-left: 0.5em;
}

#body_home #learnmore_container {
	float: right;
	width: 200px;
}

#body_home #learnmore_container li {
	font-size: 13px;
	color: #00364A;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: .3em;
}

.headshot_box {
	width: 632px;
	margin-bottom:30px;
	margin-left:-55px;
	padding: 10px 30px;
	position: relative;
}

#body_speakers #speaker_photos {
	background: url('../../images/speakers/speaker_bg.png') repeat-y;
	margin-top: -55px
}


#body_speakers .speaker_photo {
	width: 100px;
	height: 120px;
	background: transparent;
	text-align: center;
	float: left;
	margin: 35px 21px 0px 0px;
	font-size: 10px;
}

#body_speakers .speaker_bio {
	float: right;
	width: 420px;
}

#body_speakers .speaker_photo img {
	margin-bottom: 5px;
}

#body_speakers #artist_photos {
	background: url('../../images/speakers/artist_bg.png') repeat-y;
}

#body_speakers #convener_photos {
	background: url('../../images/speakers/convener_bg.png') repeat-y;
}

#body_sponsors #content {
	background: white;
}

#body_sponsors #content img {
	margin-top: 20px;
}

#map {
	border: solid gray 2px;
	width: 390px !important;
}

#maplinks {
	width: 125px !important;
}


#body_program #map {
	width: 540px !important;
	margin-bottom: 15px;
}

#body_program #maplinks {
	width: 540px !important;
	height: 145px !important;
}

#body_registration #registration_container {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url('../../images/registration/reg_bubble.png');
	background-position:0 0;
	background-repeat:no-repeat;
	height:376px;
	margin-bottom:3em;
	margin-left:-34px;
	width:612px;
}

#body_registration #registration_container p {
	font-size: 11px;
	margin-bottom: 1em;
}

#body_conveners h1 {
	margin-bottom: 1em;
}