/*
Theme Name: Blue Food
Theme URI: http://www.bluefood.com
Description: Putting the -Funk- in WordPress

Version: 1.0
Author: Brandon Chez
Author URI: http://www.websignet.net/
Tags: blue, white

This is based off of Black on White (serif) 1.2
*/

* {
margin:0;
padding:0;
}

body {
	font-family:Georgia, serif;
	background:#FFF;
	color:#000;
}
a {
	text-decoration: none;
	color:#173ac0;
}
a:hover {
	color:#001771;
	text-decoration: underline;
}
a img {
	border: 0;
}
form, input, textarea {
	font-family: Georgia, serif;
	font-size: 1.1em;
}
ul, ul li {
	list-style-type: disc;
}
img.icon { 
	margin-bottom:-4px; 
	margin-right:2px; 
}

#wrap {
width:100%;
background:#FFF;
}

#header { 
padding-bottom:5px;
background:#FFF url('images/header.png') no-repeat center center;
height:206px;
margin-top:-2px;
margin-left:19px;
}
	#header h1 {
	color: #FFF;
	font-size:4.5em;
	}
	#header h1 a {
	text-decoration: none;
	color: #000;
	}
	#header h1 a:hover {
	text-decoration: underline;
	}
	#header p {
	font-size:1.2em;
	color:#CCC;
	padding:5px 5px 0 5px;
	}
	

.nav {
	/* border: 1px solid rgb(255, 0, 0);*/
	position: absolute;
	border:0px solid #F00;
}

.nav a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#nav_banner {width: 395px; height: 156px; top: 0px; left: 5px; }
#nav_home {width: 78px; height: 50px; top: 2px; left: 405px;}
#nav_news {width: 78px; height: 50px; top: 2px; left: 507px;}
#nav_music {width: 94px; height: 50px; top: 2px; left: 606px;}
#nav_about {width: 97px; height: 50px; top: 2px; left: 726px;}
#nav_tour {width: 85px; height: 50px; top: 2px; left: 848px; }
#nav_photos {width: 122px; height: 50px; top: 59px; left: 426px; }
#nav_press {width: 94px; height: 50px; top: 59px; left: 572px; }
#nav_stuff {width: 92px; height: 50px; top: 59px; left: 686px; }
#nav_contact {width: 144px; height: 50px; top: 59px; left: 795px; }
#nav_facebook {width: 30px; height: 40px; top: 113px; left: 810px; }
#nav_myspace {width: 44px; height: 40px; top: 113px; left: 755px; }
#nav_twitter {width: 31px; height: 40px; top: 113px; left: 715px; }
#nav_youtube {width: 87px; height: 40px; top: 113px; left: 849px; }
#nav_mailinglist {width: 314px; height: 40px; top: 112px; left: 400px; }

#menu {
	background:#FFF url('images/menu-bg.jpg') repeat-x;
	height:55px;
	font-size:1.4em;
	}
	#menu ul {
	padding:10px;
	}
	#menu ul li {
	display:inline;
	margin:0;
	padding:10px 10px 0 5px;
	}
	#menu ul a {
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	font-size:1em;
	}
	#menu ul a:hover {
	color:#001771;
	}
	#menu ul li.current_page_item {
	color:#FFF;
	padding-bottom:11px;
	border-bottom:3px solid #FFF;
	background:#222;
	}
#content {
	background:#EEE;
	color:#000;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
	height:190px;
	line-height:120%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	border:1px solid #CCC;
}
.post {
	background:#EEE;
	margin-bottom:15px;
	padding-bottom:5px;
	clear:both;
	}
	.post h2 {
	color:#000;
	font-size:2em;
	}
	.post h2 a {
	text-decoration:none;
	color:#000;
	letter-spacing:1px;
	}
	.post h2 a:hover {
	color:#001771;
	text-decoration:underline;
	}
	.post p {
	color:#222;
	font-family:Georgia, serif;
	line-height:1.0em;
	margin:0 0 20px 0;
	padding-right:10px;
	padding-top: 10px;
	}	
	.post img {
	padding:1px;
	background:#FFF;
	}
	.post img.icon { 
	margin-bottom:-4px;
	}
	.post img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
	}
	.post img.alignright {
	float: right;
	margin: 5px 0 0 10px;
	}	
	.post ul, li {
	list-style-type:none;
	margin-left:15px;
	}
	.post blockquote {
	margin:5px;
	border:2px solid #CCC;
	padding:10px;
	line-height:20px;
	text-align:left;
	background:#222;
	color:#FFF;
	font-size:1em;
	}
	.post blockquote p {
	color:#FFF;
	}
	.post cite {
	font-size: 1em;
	font-style: normal;
	}
	
.postmetadata, p.postmetadata {
font-size:1em;
margin:5px 0 10px 0;
background:#DDD;
}
	.postmetadata img.icon { 
	margin-bottom:-5px; 
	margin-left:8px; 
	margin-right:2px; 
	}
.post-date {
	width: 30px;
	height: 32px;
	float: left;
	background: url(images/datebutton.gif);
	text-align: left;
}
.month {
	width: 27px;
	height: 12px;
	vertical-align: top;
	font: 500 10px Arial,sans-serif;
	color: #173ac0;
	text-align: center;
}
.day {
	width: 27px;
	padding-top: 1px;
	vertical-align: bottom;
	height: 14px;
	font: 700 12px Arial,sans-serif;
	color: #000;
	text-align: center;
}
	.postmetadata a {
	text-decoration:none;
	color:#37424B;
	}
	.postmetadata a:hover {
	color:#001771;
	}
	.navigation {
	font-size:1.2em;
	color: #AF4646;
	}
	.navigation a {
	color: #AF4646;
	}

#comments {
background:#EEE;
margin-bottom:25px;
}
	#comments .commentstext {
	background:#EEE url('images/comments.png') no-repeat top left;
	margin:0 0 20px 0;
	padding-left:20px;
	}
	#comments .commentstext p {
	color:#000;
	}
	#comments cite {
	background:#EEE;
	color:#222;
	padding:0 2px;
	font-size:1.1em;
	}
	#comments img.avatar {

	}
	#comments hr {
	border:1px solid #CCC;
	margin:10px 0 10px 0;
	}
	#commentform { 
	background:#EEE;
	}
	#commentform label {
	background:#EEE;
	color:#AF4646;
	font-size:1.1em;
	}
	#commentform .commentauthor, .commentemail, .commenturl {
	background:#EEE;
	border:1px groove #CCC;
	padding:5px;
	width:98%;
	}
	#commentform .commentarea {
	background:#FFF;
	border:1px groove #CCC;
	padding:5px;
	width:98%;
	wid\th:98%; /* IE HACK */
	overflow:hidden;
	}
	#commentform input.submit-btn {
	background: #e5e5dd;
	border:1px groove #CCC;
	padding:5px;
	margin:0 0 10px 0;
	}
#sidebar { /*Twitter*/
	float:right;
	width:200px;
	background:#EEE;
	color:#222;
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	}
	#sidebar h2 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight:normal;
	color:#000;
	letter-spacing:1px;
	}
	#sidebar h2 a	{
	text-decoration: none;
	color: #AF4646;
	}
	#sidebar h2 a:hover	{
	text-decoration: underline;
	}
	#sidebar ul li	{
	margin: 0 0 3px;
	padding: 5px 5px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:#EEE;
	color: #000;
	}
	#sidebar ul ul	{
	margin: 0;
	padding: 0;
	}
	#sidebar ul ul li	{
	margin: 0 0 2px 0;
	padding: 5px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	}
	
#sidebar2 { /*Next Gig*/
	width:230px;
	background:#EEE;
	color:#222;
	padding:10px 0;
	border:1px solid #CCC;
	margin-right:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	}
	#sidebar2 h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight:normal;
	color:#000;
	letter-spacing:1px;
	}
	#sidebar2 h2 a	{
	text-decoration: none;
	color: #AF4646;
	}
	#sidebar2 h2 a:hover	{
	text-decoration: underline;
	}
	#sidebar2 ul li	{
	margin: 0 0 10px;
	padding: 5px 20px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:#EEE;
	color: #000;
	}
	#sidebar2 ul ul	{
	margin: 0;
	padding: 0;
	}
	#sidebar2 ul ul li	{
	margin: 0 0 2px 0;
	padding: 5px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	}
#sidebar3 { /*BlueTube*/
	width:450px;
	background:#EEE;
	color:#222;
	padding:10px 0;
	border:1px solid #CCC;
	clear:both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;		
	}
	
#sidebar3 li {
	margin:0;
	text-align:center;

}

#sidebar4 { /*Archives*/
	width:200px;
	margin:0 15px 0 10px;
	height:600px;
}

#sidebar4 h2 {
	letter-spacing:1px;
}

#sidebar5 { /*Twitter (Full)*/
	float:right;
	width:200px;
	background:#EEE;
	color:#222;
	padding:10px;
	border:1px solid #CCC;
	margin:0 10px 0 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	}
	#sidebar5 h2 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight:normal;
	color:#000;
	letter-spacing:1px;
	}
	#sidebar5 h2 a	{
	text-decoration: none;
	color: #AF4646;
	}
	#sidebar5 h2 a:hover	{
	text-decoration: underline;
	}
	#sidebar5 ul li	{
	margin: 0 0 3px;
	padding: 5px 5px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:#EEE;
	color: #000;
	}
	#sidebar5 ul ul	{
	margin: 0;
	padding: 0;
	}
	#sidebar5 ul ul li	{
	margin: 0 0 2px 0;
	padding: 5px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	}


.sidebar {
	background:#EEE;
	color:#222;
	padding:10px 0;
	border:1px solid #CCC;
	clear:both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	
}
	
.searchform {
	padding:0 0 5px 10px;
	}
	.searchform input.textinput {
	background:#FFF;
	padding:1px;
	border:1px solid #222;
	}
	.searchform input.search-btn {
	width: 54px;
	height: 20px;
	background: #e5e5dd;
	color:#000;
	border:1px groove #CCC
	}
#footer {
	clear: both;
	height:55px;
	text-align:center;
	}
	#footer p {
	padding:30px 0 0 10px;
	color:#000;
	font-size:1.1em;
	}
	#footer a {
	color:#173ac0;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#banner {
border: 0px solid #F00;
position: relative;
width: 950px;
height: 206px;
margin: 0 auto;
}

#news {
width:85px;
height:45px;
background: url('images/news.png');
margin-bottom:10px;
}

#tweets {
width:125px;
height:50px;
background: url('images/tweets.png');
margin-bottom:10px;
margin-left: auto;
margin-right: auto;
}

#nextgig {
width:150px;
height:47px;
background: url('images/nextgig.png');
margin-bottom:10px;
margin-left: auto;
margin-right: auto;
}

#bluetube{
width:165px;
height:60px;
background: url('images/bluetube.png') no-repeat center center;
margin-bottom:10px;
margin-left: auto;
margin-right: auto;
}

#latestnews{
width:167px;
height:47px;
background: url('images/latestnews.png') no-repeat center center;
margin-bottom:5px;
margin-left: auto;
margin-right: auto;
}

#photos{
width:125px;
height:45px;
background: url('images/photos.png') no-repeat center center;
margin-bottom:10px;
}

#stuff{
width:92px;
height:45px;
background: url('images/stuff.png') no-repeat center center;
margin-bottom:10px;
}

#press{
width:97px;
height:45px;
background: url('images/press.png') no-repeat center center;
margin-bottom:10px;
}

#music{
width:99px;
height:45px;
background: url('images/music.png') no-repeat center center;
margin-bottom:10px;
}

#about{
width:99px;
height:45px;
background: url('images/about.png') no-repeat center center;
margin-bottom:10px;
}

#tour{
width:99px;
height:45px;
background: url('images/tour.png') no-repeat center center;
margin-bottom:10px;
}

#mailing_list{
width:150px;
height:45px;
background: url('images/mailinglist.png') no-repeat center center;
margin-bottom:10px;
}

#right_side {
float:right;
padding:10px 5px 0 0;
width:450px;
background:#FFF;
clear:right;
}

#left_side {
width:470px;
background:#FFF;
padding:10px 5px;
}

#player {
	width:430px;
	background:#EEE;
	color:#222;
	padding:2px 10px 2px 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	clear:both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.news_entry {
}

.news_entry a {
	color:#000;
}

#index_container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#left_side_other {
	float:left;
}

#right_side_other {
	float:right;
}


/* For Single Posts */
#content_post {
	background:#EEE;
	color:#000;
	padding:10px;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	border:1px solid #CCC;
}

/* For Single Pages */
#content_page {
	background:#EEE;
	color:#000;
	padding:10px;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	border:1px solid #CCC;
	width:950px;
	margin: 0 auto;
}


.post_page {
	background:#EEE;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	padding-bottom:5px;
	}
	.post_page h2 {
	color:#000;
	font-size:3em;
	}
	.post_page h2 a {
	text-decoration:none;
	color:#000;
	letter-spacing:1px;
	}
	.post_page h2 a:hover {
	color:#001771;
	text-decoration:underline;
	}
	.post_page p {
	color:#222;
	font-family:Georgia, serif;
	margin:0 0 20px 0;
	padding-right:10px;
	}	
	.post_page img {
	padding:1px;
	background:#FFF;
	}
	.post_page img.icon { 
	margin-bottom:-4px;
	}
	.post_page img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
	}
	.post_page img.alignright {
	float: right;
	margin: 5px 0 0 10px;
	}	
	.post_page ul, li {
	list-style-type:none;
	margin-left:15px;
	}
	.post_page blockquote {
	margin:5px;
	border:2px solid #CCC;
	padding:10px;
	line-height:20px;
	text-align:left;
	background:#222;
	color:#FFF;
	font-size:1em;
	}
	.post_page blockquote p {
	color:#FFF;
	}
	.post_page cite {
	font-size: 1em;
	font-style: normal;
	border-bottom
	}
	
.postmetadata_page, p.postmetadata_page {
font-size:1em;
margin:5px 0 10px 0;
background:#DDD;
}
	.postmetadata_page img.icon { 
	margin-bottom:-5px; 
	margin-left:8px; 
	margin-right:2px; 
	}
	.post-date_page, p.post-date_page {
	background:#DDD;
	margin:0;
	font-size:1.1em;
	padding:0;
	}
	.postmetadata_page a {
	text-decoration:none;
	color:#37424B;
	}
	.postmetadata_page a:hover {
	color:#001771;
	}

#readmore {
	color:#AF4646
}
