/*
Theme Name: 1st Option
Theme URI: http://www.purplecow.dk/
Description: Default WordPress theme for 1st Option.
Version: 1.0
Author: PurpleCow
Tags: 1st option

Default WordPress by PurpleCow for 1st Option
*/

body {
	margin: 0px;
	padding: 0px;
}
body, table {
	font-family: Palatino;
	font-size: 12px;
	line-height: 18px;
}
a {
	outline: none;
	color: black;
}
img {
	border: 0px;
}
p {
	margin: 10px 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

#document {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -485px;
	width: 971px;
	height: 681px;
}
#content {
	position: absolute;
	left: 213px;
	top: 170px;
	width: 758px;
}
#menu {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 180px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li ul li {
	display: block;
	width: 180px;
	height: 36px;
	background: white url(/style/menu_hr.gif) no-repeat;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}
#menu li ul li.first {
	background: white;
}
#menu a {
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
#menu li ul li.submenu {
	display: block;
	width: 180px;
	height: 29px;
	background: white url(/style/submenu_hr.gif) no-repeat;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}
#menu li ul li.submenu.first {
	background: white url(/style/menu_hr.gif) no-repeat;
}
#menu li ul li.submenu a {
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	letter-spacing: 1px;
}
#menu a:hover, #menu a.selected, #menu li ul li.submenu a:hover, #menu li ul li.submenu a.selected {
	color: #8f34ff;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#top {
	position: absolute;
	left: 0px;
	top: 139px;
}

/* WP THINGS */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.storycontent img {
	margin: 10px 0px;
}
.storycontent .alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}
.storycontent .alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

#search-3 label {
	display: none;
}
#s {
	width: 100px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea, #s {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
