/*
Theme Name: Black and White
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: red, fixed width, two columns, widgets
*/




body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	background-color: #000;
}

input[type="submit"] { border:medium none; cursor:pointer; display:block; font-size:10pt; font-weight:bold; color: #2a221c; line-height:14px; margin:5px 0px; overflow:visible; padding:2px 5px; width:auto; }
input[type="button"] { border:medium none; cursor:pointer; display:block; font-size:10pt; font-weight:bold; color: #2a221c; line-height:14px; margin:5px 0px; overflow:visible; padding:2px 5px; width:auto; }

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	font-size: 12px;
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a img {
	border: 2px solid #ccc;
}
a img:hover { text-decoration: none; }

img { border: 2px solid #ccc; }

/* Header */

#header {
	width: 960px;
	height: 130px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #fff;
}

/* Logo */

#logo {
	background-image: url(/images/homepage/logo.png);
	height: 86px;
	width: 370px;
	margin: 50px 0px 0px 0px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}

#logo p {
	padding-left: 3px;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo a {
	color: #fff;
}

/* Menu */

#menu {
	float: right;
	margin: 30px 0 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 8px 20px 0px 20px;
	background: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #2a221c;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #fff solid 1px;
	color: #fff;
}

.post .title a {
	text-decoration: none;
	color: #fff;
}

.post .entry {
	font-size: 12px;
}

.post .meta {
	font-size: 10px;
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	color: #fff;
}

#commentform { float: left; clear: both; display: block; }
#respond { float: left; clear: both; display: block; }
.navigation { margin: 0 auto; display: block; clear: both; }
.navigation a { font-size: 14px; }
.alignleft { float: left; margin: 5px; }
.alignright { float: left; margin: 5px; }

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	font-size: 13px;
	padding: 5px 0;
	border-bottom: #fff dashed 1px;
}

/*
.cat-item { border-bottom: 1px solid #fff; }
.pagenav { border-bottom: 1px solid #fff; }

*/
#sidebar h2 {
	/*padding: 4px 20px;*/
	/*background: #393939;*/
	font-size: 16px;
	/*color: #FFFFFF;*/
	color: #fff;
}

#sidebar a {
	text-decoration: none;
	color: #fff;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #fff;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 14px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#footer a:hover {
	text-decoration: underline;
}

#comment {
	width: 550px;
	height: 100px;
}
