/*   
Theme Name: rw:dark
Theme URI: http://www.rewrite.no
Description: A simple dark theme.
Author: Oskar Lie
Author URI: http://www.rewrite.no
Version: 1.0
*/

/* general */
html {
	height: 100%;
	background: #000 url(images/bg.html.drodle.png) no-repeat scroll top center;
}
body {
	height: 100%;
	background: transparent url(images/bg.body.png) no-repeat scroll top center;
	margin: 0;
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
}
h1, h2, h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a {
	color: #0080FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 0 10px 0;
}
.dark {
	color: #333;
}
.dark a {
	color: #666;
}
.small {
	font-size: 9px;
}
h1, .title {
	font-size: 15px;
	color: #0080FF;
}
h3 {
	font-size: 11px;
	margin: 0 0 10px 0;
}
input[type='text'] {
	border: 0;
	margin: 0;
	height: 14px;
	padding: 3px;
	font-size: 12px;
}
input[type='submit'] {
	padding: 0;
	margin: 0;
	border: 0;
	height: 20px;
}
textarea {
	padding: 0;
	margin: 0;
	border: 0;
	height: 200px;
	width: 400px;
}


/* menu and header */

div#wrap-menu {
	width: 100%;
	height: 42px;
	background: #000;
	border-bottom: 1px solid #0D0D0D;
	padding: 12px 0 0 0;
}
div#menu {
	width: 950px;
	margin: 0 auto 0 auto;
}
div#menu div.block {
	float: left;
	margin: 0 30px 0 0;
}
div#header {
	width: 950px;
	height: 124px;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
}
a#description {
	font-size: 21px;
	color: #fff;
	text-decoration: none;
}

/* content */

div#wrap {
	width: 950px;
	margin: 0 auto 0 auto;
}
div#content {
	width: 540px;
	float: left;
	padding: 5px;
}
.more-link {
	display: block;
}
div.post-content {
	border-bottom: 1px dashed #333;
	margin: 10px 0 10px 0;
}

/* footer */

div#footer {
	clear: both;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	text-align: right;
}

/* sidebars */
div.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidebar {
	width: 190px;
	float: left;
	padding: 0 5px 0 5px;
}
div.sidebar .widgettitle, li#search label {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
	display: block;
	clear: both;
}
li.widget {
	margin: 5px 0 10px 0;
}

/* comments */
li.comment {
	border-bottom: 1px dotted #191919;
	margin: 0 0 10px 0;
}

/* widget calendar */
table#wp-calendar {
	width: 100%;
}
/* widget categories */
ul.children {
	padding: 0 0 0 10px;
}
/* widget searchform */
li#search input[type='text'] {
	width: 65%;
	float: left;
}
li#search input[type='submit'] {
	width: 25%;
	margin: 0 0 0 5px;
}
