/*
Theme Name: Simple Darkness
Theme URI: http://vegard.hammerseth.com
Description: Turns everything dark.
Version: 1.0
Author: Vegard Hammerseth
Author URI: http://vegard.hammerseth.com/
Tags: simple

	Simpledarkness v1.0
	 http://vegard.hammerseth.com/simpledarkness

	This theme was designed and built by Vegard Hammerseth,
	whose blog you will find at http://vegard.hammerseth.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* design div's */
body
{
	color:#000000;
	background-color:#f8f6f7;
	font-family:verdana;
	font-size:13px;
}
#header
{
	text-align:center;
}
#content
{
	margin-left:205px;
}
#sidebar
{
	float:left;
	width:195px;
}
#footer
{
	text-align:center;
	font-size:10px;
}


/* links */
a
{
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
a:link, a:active, a:visited
{
	color:#000000;
}
/* input */
input, button, textarea
{
	border:1px solid #000000;
}
input[type="submit"], button
{
	background-color:#dbdad5;
}
input[type="submit"]:hover, button:hover
{
	 background-color:#efefef;
}
/* img */
img
{
	border:0;
}

.textLeft
{
	text-align:left;
}
.textCenter
{
	text-align:center;
	width:100%;
	margin:0px;
}
.textRight
{
	text-align:right;
}
.strong
{
	font-weight:bold;
}
code, div.code
{
  background-color:#bfbfbf;
}

/* remove dot */
#sidebar ul, #sidebar2 ul
{
	list-style-type:none;
	padding:0;
}
#sidebar li, #sidebar2 li
{
	padding-left:5px;
}

/**********' DEFAULT WORDPRESS ***************/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
