/*  
Theme Name: D and K 2007
Theme URI: http://www.dandkcm.com
Description: Wordpress theme for D and K 2007
Version: 1.6
Author: Ashton Taylor
Author URI: http://www.dandkcm.com
*/

/* Wordpress Development CSS
*****************************************************************************/

/* Zero down all elements */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.6 Helvetica, Arial, Verdana, sans-serif;
	background: #88b0e1 url(images/bg.jpg) center top no-repeat;
}

small {
	color: #333;
}

h1, h2, h3, h4, h5 {
	color: #0e3f7f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	color: #5778b2;
	font-size: 1.5em;
	font-weight: bold;
}

#mainContent h2, #contentTwoColumn h2 {
	line-height: 1.4em;
}

p, li, dd, dt {
	font-size: 1.3em;
}

ul ul li {
	font-size: 1em;
}

h1, h2, h3, p {
	margin: 1em 0 0.5em 0;
}

.navigation {
	margin-top: 1em;
}

#breadcrumbs {
	font-size: 1.1em;
	margin-bottom: 0;
}

#wrap {
	background-color: #fff;
}

body.home #wrap {
	background: #FFF;
}

body.program #wrap,
body.registration #wrap,
body.information #wrap,
body.abstract-submission #wrap,
body.archive #wrap,
body.nominations #wrap,
body.about-the-speakers #wrap,
body.contact-us #wrap,
body.sitemap #wrap,
body.other #wrap,
body.links #wrap {
	background: #FFF;
}

#header {
	height: 97px;
	background: #FFF url(images/header_bg.gif) no-repeat left top;
	padding: 0;
}

#header h1 {
	margin: 0;
}

#subNav {
	list-style: none;
}

#secondaryContent h2 {
	margin: 0;
}

#secondaryContent p {
	font-size: 1.1em;
}

#subNav h2 {
	font-size: 1.2em;
	margin: 0;
}

#subNav p {
	font-size: 1em;
}


#footer {
	background: #fff url(images/footer_bg.gif) no-repeat left bottom;
	border-top: 1px solid #CCC;
	padding: 5px 20px 10px 20px;
	margin-bottom: 25px;
}

#footer p {
	font-size: 1.1em;
	color: #000;
}

#footer p.alignRight {
	float: right;
	vertical-align: top;
}

#footer p.alignRight a {
	margin-left: 15px;
}

#footer a, #footer a:link {

}

#header p.topRight {
	float: right;
	margin: 5px 20px 0 0;
	padding: 0;
}

#header p.topRight a {
	padding: 0;
	margin: 0;
}

#content ul, #contentTwoColumn ul {
	margin-left: 25px;
}

#content dl dd, #contentTwoColumn dl dd {
	margin-left: 25px;
}

#content dl dt, #contentTwoColumn dl dt {
	font-weight: bold;
	color: #004080;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}

#content dl dl, #contentTwoColumn dl dl {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}

a, a:link {
	color: #7e0807;
}

#contentTwoColumn table {
	margin-top: 1em;
	margin-bottom: 1em;
}

.floatRight {
	float: right;
	margin: 0 0 15px 15px;
} 

/* Basic Layout Elements and Divisions
*****************************************************************************/

body {
	text-align: center;
	min-width: 929px;
}

#wrap {
	width: 889px;
	margin: 0 auto;
	text-align: left;
}

#subNav {
	width: 220px;
	float: right;
}

#content {
	width: 649px;
	float: left;
}

#contentTwoColumn {
	width: 649px;
	float: left;
}

#mainContent {
	width: 409px;
	margin: 0;
	float: right;
}

#secondaryContent {
	width: 220px;
	display: inline;
	/*

Fixes IE double margin float bug */
  float: left;
}

#footer {
	clear: both;
}

/* Basic Layout Elements and Divisions
*****************************************************************************/

#subNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#subNav *{
  padding-left: 0;
  padding-right: 20px;
}

#secondaryContent * {
  padding-left: 20px;
  padding-right: 0;
}

#subNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}

#contentTwoColumn * {
  padding-left: 20px;
}

#contentTwoColumn * * {
  padding-left: 0;
}

#contentTwoColumn, #content {
	margin-bottom: 20px;
}

/* Logo
*************************************************************************************/

#logo a {
	border-style: none;
	display: block;
	width: 297px;
}

#logo img {
	display: block;
	width: 0;
}

#logo span {
	float: left;
	display: block;
	width: 297px;
	height: 97px;
	background: url(images/logo.gif) no-repeat;
}

/* Main Navigation Styles
*****************************************************************************/

#mainNav {
	width: 100%;
	background: #DDD url(images/nav_bg.gif) repeat-x left bottom;
	height: 40px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#mainNav ul {
	padding: 0 0 0 20px;
	list-style: none;
	float: left;
	border-right: 1px solid #CCC;
}

#mainNav li {
	float: left;
}

#mainNav li a {
	float: left;
	font-weight: normal;
	padding: 0 12px;
	margin: 0;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	font-size: 1em;
	color: #333;
	border-left: 1px solid #CCC;
}

#mainNav ul li.current_page_item a , #mainNav ul li.current_page_ancestor a {
	color: #7e0807;
	font-weight: bold;
	background: #EEE;
}

#mainNav a:hover {
	background: #EEE;
	color: #0e3f7f;
}

/* Left Sidebar List Styles
*****************************************************************************/
#content #secondaryContent ul{
	margin: 0;
}

#content #secondaryContent ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#content #secondaryContent ul ul, #content #secondaryContent ul ol {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin:0;
}

#content #secondaryContent ul ul li, #content #secondaryContent ul ol li {
	font-size: 100%;
	margin: 0.5em 0;
	padding: 0 10px;
	line-height: 1.5em;
}

/* sidebar archives */

#content #secondaryContent li.sideNews h2 {
	color: #4d0800;
	font-size:95%;
	font-weight: bold;
	padding: 6px 10px;
	background: #e3e3e3 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

.sideNews ul {
	background: #e3e3e3 url(images/box_bottom_grey.gif) no-repeat bottom left;
}

#content #secondaryContent li.sideNews li {
	list-style-type: square;
	margin-left: 25px;
	padding-left: 0;
}
	


/* Sidebar List Styles
*****************************************************************************/
#subNav {
	
}

#subNav #searchsubmit {
	padding: 2px;
}

#subNav h2 {
	font-size: 1em;
	margin: 0;
	color: #0e3f7f;
	font-weight: bold;
}

#subNav p {
	font-size: 1em;
}

#subNav ul, #subNav ul ol {
	
}

#subNav ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#subNav ul p, #subNav ul select {
	
}

#subNav ul ul, #subNav ul ol {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#subNav ul ul ul, #subNav ul ol {
	margin: 0 0 0 0;
	padding: 0;
}

ol li, #subNav ul ol li {
	list-style: decimal outside;
}

#subNav ul ul li, #subNav ul ol li {
	font-size: 100%;
	margin: 0.5em 0;
	padding: 0;
	line-height: 1.5em;
	padding: 0 10px;
}

#subNav ul ul ul li, #subNav ul ul ol li {
	padding: 0;
	margin: 0 0 0 5px;
	line-height: 1.5em;
}

#subNav ul ul li a , #subNav ul ol li a {
	text-decoration: none;
}

#subNav #searchform #s {
	width: 108px;
	padding: 2px;
}

#subNav #searchsubmit {
	padding: 1px;
}


#subNav li#pagenav h2 {
	color: #fff;
	padding: 6px 10px;
	background: #305889 url(images/box_top.gif) no-repeat top left;
	border-bottom: 1px solid #1a324e;
}

#pagenav ul {
	background: #305889 url(images/box_bottom.gif) no-repeat bottom left;
}

#pagenav ul li a {
	color: #FFF;
}

#pagenav ul li.current_page_item {
	
}

#pagenav ul li.current_page_item a {
	font-weight: bold;
	color: #bbd8fe;
}

/* nested lists */

#pagenav ul ul {
	background: none;
}

#subNav #pagenav ul ul li {
	background: url(images/bullet.gif) no-repeat 0 0.3em;
	padding-left: 11px;
	
}

#pagenav ul ul li a {
	font-weight: normal;
	font-size: 95%;
	color: #FFF;
}

#pagenav ul li.current_page_item ul li a {
	font-weight: normal;
	color: #FFF;
}

/* sidebar archives */

#subNav li.sideArchives h2 {
	padding: 6px 10px;
	background: #e3e3e3 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

.sideArchives ul {
	background: #e3e3e3 url(images/box_bottom_grey.gif) no-repeat bottom left;
}

.sideArchives ul li {
	
	}
	
/* sidebar contact info */

#subNav li.contactInfo h2 {
	padding: 6px 10px;
	background: #e3e3e3 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

#subNav li.contactInfo ul {
	background: #e3e3e3 url(images/box_bottom_grey.gif) no-repeat bottom left;
	padding-bottom: 1em;
	padding-top: 1em;
}

#subNav li.contactInfo ul li {
	font-size: 95%;
	line-height: 1.4em;
	}	

/* sidebar catagories */

#subNav li.categories h2 {
	padding: 6px 10px;
	background: #d8d8d8 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

.categories ul {
	background: #d8d8d8 url(images/box_bottom_grey.gif) no-repeat bottom left;
	font-size: 1em;
}

.categories ul li {

}

/* sidebar catagories */

#subNav li.sideMeta h2 {
	padding: 6px 10px;
	background: #d8d8d8 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

.sideMeta ul {
	background: #d8d8d8 url(images/box_bottom_grey.gif) no-repeat bottom left;
}

.sideMeta ul li {

}

/* sidebar search */
/* Vcard List Styles
*****************************************************************************/

#subNav .vevent {
	background: #FFF;
	padding: 0 10px 5px 10px;
	margin-top: 1em;
	border: 1px solid #CCC;
	font-size: 90%;
	}

/* Thumbnail/Image Styles
*****************************************************************************/

.thumb {
	float: left;
	margin: 0 15px 15px 0;
	border: 3px solid #CCC;
}

/* Post Styles
*****************************************************************************/

.post h2 a {
	font-size: 85%;
	text-decoration: none;
}

#content .postmetadata, #contentTwoColumn .postmetadata {
	font-size: 1.2em;
	padding: 4px 8px;
	background: #EEE;
}

.post small {
	color: #666;
	font-size: 1.1em;
	text-align: right;
}

.postmetadata small {
	color: #666;
	font-size: 1em;
	text-align: right;
}

.affiliate {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: left;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* Other elements */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: none;
}

.navigation {
	display: block;
	margin-top: 10px;
	font-size: 1.1em;
}

.top {
	text-align: right;
	border-bottom: 1px solid #CCC;
}

/* List Styles */

#content ul, #contentTwoColumn ul {

}

#content li, #contentTwoColumn li {

}

/* Footer Navigation Styles
	*****************************************************************************/

#footlist {
	width: 100%;
	height: 20px;
	margin-top: 1em;
}

#footlist ul {
	padding: 0 0 0 20px;
	list-style: none;
	float: left;
}

#footlist li {
	float: left;
	list-style: none;
}

#footlist li a {
	float: left;
	font-weight: normal;
	padding: 0 12px 0 0;
	margin: 0;
	line-height: 20px;
	height: 20px;
	font-size: 0.9em;
}

/* Validation Links
	*****************************************************************************/

.validxhtml-small {
	padding: 2px 0;
	background: url(images/tick.gif) no-repeat 0 50%;
	padding-left: 18px;
}

.validcss-small {
	padding: 2px 0;
	background: url(images/tick.gif) no-repeat 0 50%;
	padding-left: 18px;
}

.rss-small {
	background: url(images/feed.gif) no-repeat 0 50%;
	padding: 3px 2px 3px 19px;
}

.galleryBox {
	height: 158px;
}

.galleryBox img {
	float: left;
	padding: 0;
	margin: 0 4px 4px 0;
}

/* Comment Styles
*****************************************************************************/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 95%;
	padding: 2px;
}

/* Tab Styles
*****************************************************************************/

.tabStyle ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 889px;
  list-style: none;
  background: url(images/chromebg.gif) center center repeat-x;
}

.tabStyle ul li {
  float: left;
  background: url(images/tabs_right.gif) no-repeat top right;
}

.tabStyle li a {
  padding: 0 1em;
  line-height: 2.5em;
  background: url(images/tabs_left.gif) no-repeat top left;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

.tabStyle ul a:hover {
  color: #FFF;
}

/* Rollover state */

.tabStyle ul li.current_page_item, .tabStyle ul li.current_page_ancestor {
  float: left;
  background: url(images/tabs_right_over.gif) no-repeat top right;
}

/* IE/Mac Hack */
.tabStyle li.current_page_item a, .tabStyle li.current_page_ancestor a {
  padding: 0 1em;
  line-height: 2.5em;
  background: url(images/tabs_left_over.gif) no-repeat top left;
  text-decoration: none;
  color: #8a1c02;
  float: left;
  display: block;
}

#homeMenu {
  margin-left: 25px;
}