/*
Theme Name: Beanz Blog
Theme URI: http://bitsonline.net/
Description: New Wordpress theme for Beanz Blog which is widgets, plugins and sidebar compaitable with Newer Wordpress Versions
Version: 2.0
Author: Sabeen Mehmud
Author URI: http://bitsonline.net/
*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	background: #504c4b;
}

img {
	border: none;
}

a {
	color: #ff3300;
	text-decoration: none;
}

a: hover {
	text-decoration: underline;
}

span, .postmetadata {
	color: #ff3300;
	font-size: 10px;
}

#container {
	width: 768px;
	background: white;
	margin: 0 auto;
}

#header {
	float: left;
	width: 765px;
        margin-left: 2px;
}

#content {
	width: 480px;
	float: left;
	padding-top: 25px;
	padding-left: 25px;
        line-height: 18px;
        border-right: 1px solid #999999;
        padding-right: 53px;
}

#sidecolumn {
	width: 196px;
    line-height: 18px;
	float: right;
        padding-bottom: 20px;
}

h2 {
	font-size: 13px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul {
	border-bottom: 1px solid #999999;
	margin-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebar ul li.widget_text {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 10px;
}

#sidebar ul li li {
	list-style: square;
	font-size: 11px;
}

#sidebar a {
	color: #333333;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	color: #ff3300;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

.headerpic {
	float: left;
	margin-left: 15px;
	margin-top: 14px;
}

.headerpic2 {
	float: right;
	margin-right: 15px;
	margin-top: 14px;
}

.footerimg {
	float: left;
	margin-left: 13px;
}

#footer {
	width: 768px;
	background: white;
	float: left;
	padding-bottom: 15px;
}

.post small {
	font-weight: bold;
}

.post {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

textarea {
	width:300px;
}

.avatar {
	display: none;
}

.push {
	height: 20px;
	width: 100%;
}

.push2 {
	height: 10px;
	width: 100%;
}

.navigation {
	height: 30px;
}

.navigation .alignleft {
       float: left;
}

.navigation .alignright {
       float: right;
}