/*
Theme Name: FlavorTM
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #000;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #c4005c;
    text-decoration: none;
}
a:hover, a:active {
    color: #c4005c;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	margin-bottom: 40px;
	/*background: transparent url(_images/divider.gif) center top repeat-y;*/
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(_images/header2.jpg) center top no-repeat;
	padding-top: 351px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#left {
	width: 134px;
	float: left;
}

#menu {
	position: relative;
	background: url(_images/menu.gif) top left no-repeat;					
	width: 134px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 105px;		/* Height of entire image */
}

#menu li span { display: none; }

#menu li {
	float: left;
	list-style: none;
	}

#menu li, #menu a { 
	height: 21px;			/* Each button must have the same height, define it here */
	display: block;
	text-align: left;
	}

/* Fix IE5.01Win jumping bug - Hide from IE Mac \*/
* html #menu li { height:1% }
/* End */

/* Increments of each button height defined above */
#menu-01 { top:   0px }
#menu-02 { top:  35px }
#menu-03 { top:  70px }
#menu-04 { top:  105px }
#menu-05 { top:  140px }

/* width set here should be same width set in #menu */
#menu-01, #menu-02, #menu-03, #menu-04, #menu-05 { left: 0px; width: 134px; }

/* Changed values should match "top" numbers specified above */
#menu-01 a:hover { background: transparent url(_images/menu.gif) -134px   -0px no-repeat; }
#menu-02 a:hover { background: transparent url(_images/menu.gif) -134px  -21px no-repeat; }
#menu-03 a:hover { background: transparent url(_images/menu.gif) -134px  -42px no-repeat; }
#menu-04 a:hover { background: transparent url(_images/menu.gif) -134px  -63px no-repeat; }
#menu-05 a:hover { background: transparent url(_images/menu.gif) -134px  -84px no-repeat; }

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	float: left;
	width: 559px;
	border-right: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	padding: 0 20px;
	margin: 0 0 0 15px;
	display: inline;
}
	#content h1 {
		padding-bottom: 15px;
		border-bottom: 1px solid #1a1a1a;
		height: 19px;
		text-indent: -3000px;
	}
		h1#daily { background: transparent url(_images/flavor-of-the-day.gif) 0 0 no-repeat; }
		h1#blog { background: transparent url(_images/blog.gif) 0 0 no-repeat; }
		h1#portfolio { background: transparent url(_images/portfolio.gif) 0 0 no-repeat; }
		h1#services { background: transparent url(_images/services.gif) 0 0 no-repeat; }
		h1#about { background: transparent url(_images/about.gif) 0 0 no-repeat; }
		h1#contact { background: transparent url(_images/contact.gif) 0 0 no-repeat; }
		h1#tags { background: transparent url(_images/tags.gif) 0 0 no-repeat; }
		
	#content h2 {
		font-size: 16px;
	}
	#content h3 {
		color: #808185;
		font-size: 14px;
		font-weight: normal;
	}
	#content li {
		margin-left: 25px;
	}
	
	.post {
		margin-bottom: 30px;
		border-bottom: 1px solid #1a1a1a;
		padding-bottom: 15px;
	}
	.post-date {
		width: 50px;
		float: left;
		border-right: 1px solid #FFF;
		text-align: center;
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: 15px;
		display: inline;
	}
		.post-date span {
			font-size: 13px;
			display: block;
		}
		
	.post-header {
		margin-left: 60px;
	}
		.post-header h2 {
			font-size: 18px;
			text-transform: uppercase;
			padding-top: 7px;
		}
		.post-header h2 a:link, .post-header h2 a:visited {
			color: #FFF;
		}
		.post-header h2 a:hover, .post-header h2 a:active {
			color: #c4005c;
			text-decoration: none;
		}
	
	p.social-links, p.social-links a {
		color: #808185;
		font-size: 11px;
		margin-top: -10px;
	}
	
	p.next {
		padding-top: 15px;
	}
		p.next a:link, p.next a:visited {
			color: #808185;
		}
	
	.project-detail h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.project-detail p.tags, .project-detail p.tags a {
		font-size: 14px;
		color: #FFF;
	}
	
	#content input, #content textarea, #content select {
		color: #000;
	}
	
	#comments {
		margin: 25px 0 30px 0;
	}
	.comment {
		background: #0d0d0d;
		padding: 10px;
		margin-bottom: 4px;
	}
	
	span.portfolio {
		padding: 5px 4px;
		background: #1a1a1a;
		font-size: 9px;
		text-transform: uppercase;
		margin-left: 15px;
	}
	

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	float: right;
	width: 198px;
}
	#side h2 {
		height: 18px;
		text-indent: -3000px;
	}
	#side li {
		font-size: 11px;
		list-style: none;
		margin-bottom: 5px;
	}
	#side li a:link, #side li a:visited {
		color: #FFF;
	}
	#side li a:hover, #side li a:active {
		color: #FFF;
		text-decoration: underline;
	}
	
	#recent {
		margin-bottom: 80px;
	}
		#recent h2 {
			background: transparent url(_images/recent-posts.gif) 0 0 no-repeat;
		}
	
	#categories h2 {
		background: transparent url(_images/categories.gif) 0 0 no-repeat;
	}
	
	#projects h2 {
		background: transparent url(_images/projects.gif) 0 0 no-repeat;
	}
		#projects li.selected {
			padding: 5px 4px;
			background: #1a1a1a;
		}
	
	#client-list h2 {
		background: transparent url(_images/client-list.gif) 0 0 no-repeat;
	}
	
	#interests h2 {
		background: transparent url(_images/interests.gif) 0 0 no-repeat;
	}
	
	#related-links h2 {
		background: transparent url(_images/related-links.gif) 0 0 no-repeat;
	}