/*  
Theme Name: BiteMagazine.ph
Theme URI: http://www.bitemagazine.ph/
Description: A custom WordPress theme created by <a href="http://www.exequtor.com" title="My Online Playground">exeQutor</a> of Interweb Media Connections, Inc. for <a href="http://www.bitemagazine.ph">Bite Magazine Philippines</a>.
Version: 1.0
Author: Randolph B. Burgos
Author URI: http://www.exequtor.com/
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma;
}
body {
	font-size: 10pt;
	color: #111;
}
img {
	border: 0;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3, h4, h5 {
	font-size: 12pt;
}
a {
	color: #889DAB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 2px 0 4px 0;
}
textarea {
	width: 99%;
}
#wrapper {
	width: 960px;
	margin: auto;
}
#header {
}
	#banner {
		height: 120px;
	}
	#menu {
		text-align: center;
		background: #B4BFC7;
		margin: 10px 0;
	}
		#menu li {
			list-style: none;
			display: inline;
			margin: 0 10px;
			line-height: 28px;
		}
		#menu a {
			color: #5B6165;
			font-weight: bold;
			text-decoration: none;
		}
		#menu a span {
			color: #D96064;
		}
		#menu a:hover {
			color: #000;
		}
		#menu a:hover span {
			color: #f00;
		}
#body {
	/* background: #eee; */
	float: left;
}
#left {
	width: 200px;
	/* background: yellow; */
	float: left;
}
	#left h1, #right h1, caption {
		background: #889DAB;
		font-size: 10pt;
		color: #fff;
		text-transform: uppercase;
		padding: 2px 4px;
		margin: 0 0 2px 0;
		font-weight: bold;
		text-align: left;
	}
	#left h2 {
		font-size: 10pt;
		text-align: center;
		text-transform: uppercase;
		padding: 2px 0 8px 0;
	}
	#left table {
		width: 100%;
	}
	#left td {
		text-align: center;
	}
	/* #left input {
		border: 1px solid #889DAB;
		width: 150px;
		padding: 3px 1px;
		margin: 1px 0;
	}
	input#searchsubmit {
		width: 20px;
		background: url(images/searchbutton.jpg);
		border: 0;
	} */
	#search, #subscribe {
		background: url(images/inputtext.jpg) no-repeat;
		height: 24px;
	}
	#left input, #right input {
		border: 0;
		/* background: yellow; */
		background: none;
		width: 145px;
		padding: 4px 7px 3px 7px;
		height: 24px;
		float: left;
	}
	#left input#button, #right input#button {
		width: 18px;
		background: url(images/inputbutton.jpg) no-repeat;
	}
#center {
	width: 760px;
	/* background: green; */
	float: right;
}
#content {
	/* background: pink; */
	float: left;
}
	#content h1, #content h1 a {
		background: #889DAB;
		font-size: 10pt;
		color: #fff;
		text-transform: uppercase;
		padding: 2px 4px;
		margin: 0 0 10px 0;
		width: 180px;
	}
	#coloredtext {
		color: #889DAB;
	}
	#content img {
		padding: 10px;
	}
#right {
	width: 200px;
	/* background: cyan; */
	float: right;
}
	#right h1, #right h1 a {
		color: #fff;
	}
	#about {
		font-size: 8pt;
	}
	#right h2 {
		background: #f00;
		color: #000;
		font-size: 10pt;
		padding: 2px 4px;
		margin: 0 0 2px 0;
	}
	#highlights h3 {
		font-size: 8pt;
		color: #889DAB;
		padding: 8px 0 2px 0;
	}
	#right ul {
		padding: 0 10px 0 10px;
	}
	#right li {
		list-style: none;
	}
	#highlights a {
		color: #111;
		font-size: 8pt;
	}
#nav {
	text-align: center;
}

.box {
	padding: 10px;
	clear: both;
}
.more-link {
	float: right;
}
.wide {
	width: 100%;
}
.narrow {
	width: 560px;
}
#sounds {
	width: 230px;
	font-size: 8pt;
	float: left;
	clear: none;
}
#sounds h2, #gigs h2 {
	font-size: 12pt;
	color: #889DAB;
	border-bottom: 4px solid #889DAB;
	text-transform: uppercase;
}
img#edit {
	padding: 0 0 0 0;
}
#gigs {
	width: 160px;
	font-size: 8pt;
	float: left;
	clear: none;
}
#archive h1 {
	width: 75%;
}
#poster {
	padding: 0;
	text-align: center;
}