/*
		 Henning Frede
		 http://henningfrede.com
		 
		 white: #000000
		 black: #FFFFFF
*/
 
/*
	RESET
*/
 
*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 62.5%; color: #272727; 
									  background: white; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }
 
/*
	UTILITY
*/

.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover						{ background: black; color: white; }

/*
	TYPGROGRAPHY
*/

p, li								{ font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 0; }
#main-col p							{ margin-bottom: 15px; }
p#intro-paragraph					{ font-family: Georgia, serif; font-size: 2.0em; font-style: italic; line-height: 1.4em; 
									  margin-top: 5px; }
p#intro-paragraph span				{ font-size: 2.4em; font-weight: bold; }
p#intro-paragraph em				{ color: #990000; }
a									{ color: black; }
a:hover								{ background: black; color: white; }
h1									{ font-size: 3.6em; font-family: Lucida Grande, serif; font-weight: normal; margin: 5px 0; }
h2									{ font-size: 2.8em; font-family: Lucida Grande, serif; font-weight: normal; }
h3									{ font-size: 2.6em; font-family: Lucida Grande, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ font-size: 2.2em; font-family: Lucida Grande, serif; font-weight: normal; color: #666666}
h5									{ font-size: 1.0em; font-family: Lucida Grande, serif; font-weight: normal; color:black}

  
/*

	STRUCTURE
*/
#page-wrap							{ width: 960px; margin: 0px auto -250px;
									  min-height: 100%; height: auto !important; height: 100%;}
#push								{ height: 250px; }
#socialsidebar 						{ width: 190px; float: left; }
#main-col							{ width: 548px; float: left; margin-right: px; }					
#sidebar							{ width: 90px; float: right; }

/*
	HEADER
*/

h1#logo								{ margin-left: -15px; margin-bottom: 0px; margin-right: 0px; margin-top: 30px; width: 300px; height: 50px; background: url(/images/hf_logo.png) top left no-repeat; text-indent: -9999px; float: left; }
#top-bar							{ padding: 33px 0 0 0; }
#top-bar p							{ color: #f4dfb8; width: 300px; float: left; }
form#searchform						{ margin: 0 0 10px 0; float: right; }

/*
	MENU
*/
#menu-bar							{ margin-top: 20px; padding-bottom: 20px;}
ul#main-nav							{ margin-bottom: 0px; margin-left: 0; margin-right: 0; margin-top: -46px; width: 480px; float: right; }
ul#main-nav	li, ul#extra-nav li		{ display: inline; }
ul#main-nav li a, ul#extra-nav li a	{ text-transform: uppercase; color: black; font-size: 1.2em; padding: 3px 8px;
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ul#main-nav li a:hover,
ul#extra-nav li a:hover,
body#portfolio ul#main-nav li.portfolio a,
body#default ul#main-nav li.home a,
body#about ul#main-nav li.about a,
body#contact ul#main-nav li.contact a,
body#resume ul#main-nav li.resume a{ background: black; color: white; }

/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 45px 0; }
.datebox							{ width: 50px; float: left; padding: 0 5px 5px 5px; background: black; color: white; 
									  text-align: center; -moz-border-radius: 5px; -webkit-border-radius: 5px;
									  margin: 0 10px 0 0; }
#main-col .datebox p				{ margin-bottom: 0px; }
.day								{ font-size: 3.4em; font-weight: bold; margin: 0; font-family: Lucida Grande, ; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }

/*
	FOOTER
*/
#footer								{ height: 250px; background: #FFFFFF; border-top: 4px solid #000000; padding-top: 20px; }
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ color: black; }
#footer a							{  color: black; font-size: 1.2em; padding: 3px 8px;
									  -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#footer a:hover						{ color: background: black; color: white; }
#footer-1							{ width: 300px; float: left; margin-right: 30px; }
#footer-2							{ width: 200px; float: left; margin-right: 30px; }
#footer-3							{ width: 200px; float: left; }
#footer-4							{ width: 200px; float: left; }
#footer ul							{ color: black; }
 
