/*
Theme Name: Custom Theme
Author: Kussner IT
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */

img#wpstats {
	display:none
}
#wrapper {
	width: 736px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ebdfc5;
	font-family: Tahoma, Geneva, sans-serif;
}
#logo {
	background-image: url(images/oc-diabetes-conference.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 736px;
	cursor: pointer;
}
#logo span {
	display: none;
}
#navigation {
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation li a {
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #865802;
	display: inline-block;
	line-height: 39px;
	padding-right: 1em;
	padding-left: 1em;
}
#content {
	background-color: #FFF;
	padding:1em;
}
#header {
	height: 214px;
}
#footer {
	font-size: .8em;
	color: #666;
	text-align: center;
}

p {
	margin-bottom: 1em;
}

.entry ul, .entry ol{
	margin-left: 1em;
	margin-bottom: 1em;
}

.contactform label {
	display: block;
}

.contactform input {
	margin-bottom: 1em;
}