/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}
strong {font-weight:bold}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#383b47; background:#363945 url(http://dofoundation.net/images/body_bg.png) 50% 0 no-repeat}
a {outline:none; color:#1c8ed1; text-decoration:none}
	a:hover {text-decoration:underline}
p {line-height:1.5em; margin:10px 0}
small {font-size:.8em; font-weight:normal}
em {font-style:italic}

h3 {margin:15px 0; font-size:1.25em; font-weight:bold}
h4 {margin:15px 0; font-size:1.25em; font-weight:bold}
h5 {margin-top:15px; font-weight:bold}

ol {margin:15px 0 15px 25px; line-height:1.5em; list-style-type:decimal}
	ol li {margin:10px 0}

/*#######################
	General Classes
#######################*/

.no_space {margin:0}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {overflow:hidden; width:918px; margin:0 auto}

	#header {float:left; width:918px; margin:5px 0 10px 0}
		#header img {float:left; display:inline; margin:10px 10px 10px 0}
		#header h1 {float:left; margin-top:15px; font-size:1.75em; font-weight:bold; color:#fff}
			#header h1 small {color:#d5d5d5}
	
	#navigation {clear:both; width:918px}
		#navigation li {float:left; display:inline; margin-right:1px; width:152px; text-transform:lowercase; font-weight:bold; font-size:1.25em; background: url(http://dofoundation.net/images/nav_button.png) left top no-repeat}
			#navigation li a {display:block; padding:8px 0; width:152px; text-align:center; color:#fff; text-decoration:none}
				#navigation li a:hover {background:url(http://dofoundation.net/images/nav_button_hover.png) left top no-repeat}
			#navigation li .category_link {position:relative}		
				
				/* Drop-Down Category Menu */												
				#group_list {position:absolute; top:auto; left:-999em; width:153px; border-top:1px solid #dd692a; background-color:#ef712d}
				#navigation li:hover #group_list, #navigation li.sfhover #group_list {left:auto}
				#group_list li {width:140px; margin:0; padding:5px; font-size:.85em; text-transform:none; background:#ef712d}
					#group_list li a {display:block; padding:5px 5px 5px 15px; text-align:left; text-decoration:none}
						#group_list li a:hover {text-decoration:underline; background:none}
			
			#hero {float:left; display:inline; width:908px; padding:5px; background-color:#f6f6f6}
				#hero img {float:left; display:inline; margin-right:20px}
				#hero h2 {margin-top:15px; font-size:2em; line-height:1.15em}
				#hero p {margin:15px 0; font-size:1.25em; line-height:1.5em}
			
			#content {clear:both; float:left; display:inline; padding:15px; width:888px; background-color:#fff}
				#content h2 {clear:both; margin-top:2px; padding:20px 10px; font-size:1.5em; color:#383b47; background:#fff url(http://dofoundation.net/images/h2_bg.png) left bottom repeat-x}
					#content .calendar {padding:4px 0 4px 30px; background:url(http://dofoundation.net/images/calendar_icon.jpg) 0 50% no-repeat}
					#content .notes {padding:4px 0 4px 40px; background:url(http://dofoundation.net/images/notes_icon.jpg) 0 50% no-repeat}
					#content .comment {padding:4px 0 4px 37px; background:url(http://dofoundation.net/images/comment_icon.jpg) 0 50% no-repeat}				
				
				#content .three_columns {float:left; display:inline; width:282px; margin-right:20px}
					#content .no_space {margin-right:0}

					/* Form Styles */
					input, textarea {width:350px}	
					input#submit {width:auto; font-weight:bold}								

			#footer {clear:both; padding:15px; width:888px; font-size:.85em; color:#9696a3; background-color:#f3f2f2}
				#footer a {color:#9696a3; text-decoration:underline}
					#footer a:hover {text-decoration:none}