/*
Theme Name: NameBee Clone
Theme URI: http://namebee.voidstone.com/
Description: A custom theme for my NameBee Clone Project
Version: 1.0
Author: Randolph B. Burgos
Author URI: http://exequtor.com/
*/

*
{
	font-family: Arial;
	margin: 0;
	padding: 0;
}

body
{
	background: #369 url(images/bg.jpg) repeat-x;
	font-size: 10pt;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

h3, h4, h5
{
	font-size: 10pt;
}

img
{
	border: 0;
}

/* Anchors */

a
{
	color: #33f;
}

h1 a
{
	color: #f90;
}

.sidebar a
{
	color: #666;
}

/* Main */

.container
{
	background: #fff url(images/header_bg.jpg) repeat-x;
	width: 960px;
	border: 1px solid #999;
	margin: 20px auto;
	padding: 20px;
}

.header
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
	
	.logo
	{
		float: left;
	}
	
	.logo p
	{
		margin-left: 75px;
	}
	
	.banner
	{
		float: right;
	}
	
	ul.menu
	{
		clear: both;
	}
	
	ul.menu li
	{
		list-style: none;
		padding-right: 10px;
		float: left;
	}
	
	ul.menu a
	{
		background: #369 url(images/menu_bg.jpg) repeat-x;
		color: #fff;
		padding: 7px 8px 8px 8px;
		line-height: 32px;
		font-weight: bold;
		text-decoration: none;
		border-top: 1px solid #369;
		border-right: 1px solid #369;
		border-left: 1px solid #369;
	}
	
	ul.menu a:hover
	{
		background: #999 url(images/menu_bg.jpg) bottom repeat-x;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
	}

.content
{
	width: 600px;
	float: left;
}

	h2.pagetitle
	{
		background: #999 url(images/menu_bg.jpg) bottom repeat-x;
		padding: 5px;
		margin-bottom: 10px;
	}

	.post, .wide_post, #respond
	{
		border: 1px solid #999;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	.post .meta
	{
		width: 130px;
		text-align: center;
		margin-right: 10px;
		float: left;
	}
	
	.post .meta img
	{
		width: 110px;
		padding: 5px;
		border: 1px solid #ccc;
	}

	.post .entry
	{
		width: 400px;
		border-left: 1px solid #ccc;
		padding-left: 20px;
		float: left;
	}
	
	.post h2
	{
		margin-bottom: 10px;
	}
	
	.wide_post p, #respond p
	{
		padding-bottom: 10px;
	}
	
	.wide_post h2, #respond h3
	{
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.postmetadata
	{
		padding: 10px;
		background-color: #ccc;
	}
	
.sidebar
{
	width: 320px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	float: right;
}
	
	.sidebar h2
	{
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.sidebar li
	{
		background: #fff url(images/sidebar_bg.jpg) repeat-x;
		list-style: none;
		border-top: 4px solid #090;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	.sidebar li li
	{
		background: none;
		border: 0;
		margin: 0;
		padding: 0;
	}

.clear
{
	clear: both;
}

.spacer
{
	height: 20px;
	clear: both;
}