/*

		 PERSONAL HOMEPAGE THEME FOR WORDPRESS
		 
		 By: Chris Coyier
		 http://chriscoyier.net
		 http://css-tricks.com
		 
		 -- Feel free to alter and use this theme for whatever you would like.
		 -- A link back is always nice but not required.
		 
		 Light Tan: #f4dfb8
		 Dark Tan: #d7b880
		 Dark Gray: #272727
		 Dark Red: #990000
		 
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-family:Helvetica, Arial, sans-serif;  color:#7F8485;  font-size:12px;
									  background: url(images/bg.gif) top center repeat-x white; }
ul									{ list-style: none inside; font-family:Helvetica, Arial, sans-serif;  color:#7F8485;  font-size:11px;
margin-top: .8em; text-decoration: none;}
ol									{ list-style: decimal inside; }
ul li a{
text-decoration: none;
}
a									{ outline: none; text-decoration: underline; }
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: #990000; color: white; }


/*
	TYPGROGRAPHY
*/

li								{ font-size: 1.2em; line-height: .5em; margin: 0 0 10px 0; }
p								{ font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 0; }
p#intro-paragraph					{ font-family: Helvetica, Arial, sans-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: #a6aaab; }
a									{ color: #7F8485; }
a:hover								{ color: #666666; }
h1									{ font-size: 3.6em; font-family: Helvetica, Arial, sans-serif; font-weight: normal; }
h2									{ font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin-top: 13px; margin-bottom: 7px; }
h3									{ font-size: 2.6em; font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 15px; }
.post h4							{ font-size: 1.8em; font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin: 0 0 10px 0;
									  color: #900; }

/*
	FORMS
*/
input								{ padding: 3px; }



/*
	STRUCTURE
*/
#page-wrap							{ width: 1009px; margin: 0px auto -250px;
									   min-height: 100%; height: auto !important; height: 100%;}
#socialsidebar 						{ width: 290px; float: left; margin-right: 15px; }
#main-col							{ width: 540px; float: left; }					
#linksidebar						{ width: 190px; float: right; }
#push								{ height: 250px; }


/*
	HEADER
*/
h1#logo								{ float: left; margin-top: 4px;}
/*
	margin-top moves logo down
*/
#main-pic							{ float: left; margin-right: 10px; }
#top-bar							{ padding: 0px 0 0 0; color: #fff; width: 998px; float: left;}
#top-bar p							{ color: #fff; width: 998px; float: left; }
.header .feed                                           { float: right;  padding-top: 101px; padding-right: 50px; text-align: right;}/* .header .feed padding-top brings the feed up or down */
.headerbar  { position: absolute; top: 178px; margin-left:45px;}

/*
	MENU
*/
#menu-bar							{ padding-top: 11px; padding-bottom: 20px;}
body#portfolio ul#extra-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#extra-nav li.resume a{ background: white; color: #272727; }
ul#main-nav							{ width: 360px; float: left; margin: 10px 0 0 0; }
ul#extra-nav						{ width: 360px; float: right; text-align: right; margin: 10px 0 0 0; }
ul#main-nav	li, ul#extra-nav li		{ display: inline; }
ul#main-nav li a, ul#extra-nav li a	{ text-transform: uppercase; color: white; 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,



/*
	WIDGETS
*/
.widget								{ width: 90px; margin: 0 0 0px 0; margin-top: 9px;}
.widget .inside						{ padding: 0px; }
.widget ul							{ list-style: none outside; margin-left: 37px; }
.widget ul li 						{ margin: 0 0 0px 0; }
.widget ul li a 					{ display: block; padding: 0px; }


/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 45px 0;}
.datebox							{ width: 40px; float: left; padding: 0 5px 5px 5px; background: #990000; color: white; text-align: center;
									  margin: 0 10px 0 0; }
.day								{ font-size: 3.4em; font-weight: bold; margin: 0; font-family: Helvetica, Arial, sans-serif; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #990000; color: white; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ol.commentlist li p					{ font-size: 1.0em; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }

/*
	FOOTER
*/
#footer								{ height: 10px; background: #fff; border-top: 0px solid #990000; padding-top: 20px; }
#footer-inside						{ width: 1009px; margin: 0 auto; text-align: right;}
#footer p							{ color: #7F8485;}
#footer-1							{ width: 960px; float: left; margin-right: 30px; }


.menu {
	margin: 0;
	padding: 0;
        width: 100px;
	list-style: none;
	background: #fff;
padding-left: 9px;
padding-top: 8px;
}
/*
	padding-top moves main menu down
*/
.menu li {
	padding: 0;
	margin: 0;
height: 29px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
height: 29px;
	text-decoration: none;
	text-indent: -1000px;
	background-repeat: no-repeat;
}
.portfolio {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/portfolio-over.gif);}
.portfolio a {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/portfolio.gif);}
.news {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/news-over.gif);}
.news a {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/news.gif);}
.about {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/about-over.gif);}
.about a {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/about.gif);}
.contact {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/contact-over.gif);}
.contact a {background-image: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/contact.gif);}
ul.menu li a:hover {background: none;}

/* Add image splitter between posts */
#postend {
background: url(http://zackseckler.com/news/wp-content/themes/PersonalHomepageTheme/images/bar.gif) no-repeat;
height: 1px;
width: 650px;
}