/*
	Author: Viktor Persson | Mods by (v)
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(../images/theme/bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul,ol {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
pre {
	background: url(../images/theme/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em Consolas,"Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
code {
	background: url(../images/theme/bgcode.gif);
	font: normal Consolas,"Courier New",monospace;
}
blockquote {
	background: url(../images/theme/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding: 6px 0;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #888
}
h4 {
	font-size: 1.1em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
#page {
	background: url(../images/theme/topleft.gif) no-repeat;
}

#header {
	height: 92px;
	white-space: nowrap
}

/* title */
.title {
	padding: 5px 0 0 110px;
	width: 1%;
	white-space: nowrap
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
	margin: 0;
	padding: 0
}
.title a {
	color: #FFF;
	font: normal Verdana,sans-serif;
	text-decoration: none;
}

/* navigation */
#nav {
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	padding: 0 16px;
}
#nav ul {
	display: inline;
}
#nav li {
	float: left;
	list-style: none;
	margin-right: 2px;
}
#nav div {
	float: right
}
#nav a {
	color: #FFF;
	float: left;
	display: block;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	margin-left: 2px
}
#nav a:hover {
	background-color: #4A91C3;
	color: #FFF;
}
#nav a#current {
	background-color: #4A91C3
}

/* main */
.main {
	background: #FFF url(../images/theme/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 14px 52px;
}

/* main left */
#sidebar {
	float: left;
	width: 20%;
}
#sidebar h2, h3 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.3em;
	margin: 0.8em 0 0.4em;
	padding: 0 0 5px
}
#sidebar p {
	padding: 6px 4px;
/*	border-bottom: 1px dashed #EEE;*/
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li { 
	list-style: none;
	margin: 0;
}
#sidebar li a {
	display: block;
	color: #06C;
	font-size: 1.1em;
	margin: 0.9em 0 0.2em;
	padding: 0 0 5px;
	text-decoration: none;
	border-bottom: 1px dashed #DDD;
	font-weight: bold
}
#sidebar li a:hover {
	color: #000;
}
#sidebar li li a {
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
	padding: 3px 6px 3px 18px;
	border-bottom: 1px dashed #EEE;
	background: url(../images/theme/nav-li.gif) no-repeat;
	margin: 0
}
#sidebar li li a:hover {
	color: #111;
	background: url(../images/theme/nav-li-over.gif) no-repeat;
}
#sidebar li.last {
	margin-bottom: 15px
}
#sidebar li.last a {
/*	border-bottom-width: 0;*/
}
#searchbox input {
	vertical-align: middle;
	font-size: 14px;
	margin-right: 2px
}
#searchbox .search {
	width: 120px;
	height: 18px
}

/* content */
#content {
	float: left;
	margin-right: 4%;
	width: 75%;
}
#content h2, #content h3 {
	color: #06C;
	padding: 6px 0;
	clear: right
}
#content h2 a, #content h3 a {
	color: #06C;
	text-decoration: none
}
#content h2 {
	font-size: 1.5em;
}
#content h3 span.date {
	color: #555;
	font-size: 80%;
	float: right;
	padding: 0.2em 0 0;
	font-weight: normal;
/*	background-color: #FBFBFB;
	padding: 0 0 0.2em;
	margin-right: 4px;
	*/
}
#content ul.childs span.date {
	font-size: 85%;
	margin-right: 6px;
}
#content .info {
	color: #C60;
	margin: 6px 0;
	font-size: 0.9em;
}
#content ul li {
	list-style: url(../images/theme/li.gif);
	margin-left: 18px;
}
#content ol li {
/*	list-style: decimal;*/
	margin-left: 18px;
}
#content li {
	margin-bottom: 0.4em;
}
#content li li {
	font-size: 0.8em;
}
#content ul.childs li {
	margin-bottom: 0.1em
}
#content ul, #content ol {
	padding: 0 15px 10px;
}
#content p {
	margin: 0.1em 0
}
#content .comment-form-body {
	width: 450px;
}
#content p.more {
	padding-top: 0;
	margin-top: -10px;
}
#lastarticle h2 {
	padding-bottom: 0
}
#lastarticles {
	float: right;
	width: 49%;
	padding-left: 1.5em;
	border-left: 1px solid #ccc
}
#lastnews {
	float: left;
	width: 45%;
	margin-bottom: 10px
}
#lastnews .date {
	color: #555;
	font-size: 85%;
	padding: 0.2em 0.6em 0 0;
	font-weight: normal;
}
#lastforumposts, #lastarticle {
	clear: both
}
#specialoffers {
/*	background-color: #FCFCFC;
	min-height: 190px;*/
}
#specialoffers ul, #randomitem ul {
	list-style: none
}
#specialoffers ul li, #randomitem ul li {
	width: 100px;
	float: left;
	margin-right: 15px;
	list-style: none;
	text-align: center;
	border-width: 0
}
#specialoffers ul li img, #randomitem ul li img {
	border: 1px dotted #ccc;
	padding: 5px;
}
#specialoffers ul li a:hover img, #randomitem ul li a:hover img {
	border-color: #333
}
#specialoffers .price {
	display: block;
	font-weight: bold;
	text-decoration: none !important;
	display: none
}
#randomitem .price {
	font-weight: normal;
}
#randomitem ul li a {
	border-width: 0;
	color: #466;
}
#randomitem h2 {
/*	border-width: 0; padding-bottom: 0*/
	margin-bottom: 0;
}
#randomitem ul li {
	width: 140px
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
#footer {
	background: #0094D6 url(../images/theme/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* a form */
fieldset {
	border: 1px solid #dcdcdc;
	margin: 5px;
	padding: 10px;
/*	width: 650px*/
}
legend {
	color: #404040;
	font-weight: bold;
	font-size: 13px;
	background-color: #f5f3fa;
	padding: 1px 5px 3px;
}
.pageform {
	margin: 15px 0;
}
.pageform label {
	float: left;
	display: block;
	margin: 6px 4px 5px 0px;
	width: 200px;
	text-align: right;
	font-size: 11px
}
.pageform input, .pageform textarea {
	font-size: 12px;
	margin-bottom: 6px;
	width: 250px;
	height: 18px;
	background-color: #F7F7F7;
	border: 1px solid #ccc;
	color: #333;
	vertical-align: middle;
	padding: 2px 4px;
}
.pageform textarea {
	width: 50%;
	height: 75px;
}
.pageform span {
	font-size: 10px;
	vertical-align: text-top;
	font-style: italic
}
.pageform input.go {
	width: auto !important;
	height: auto !important;
	margin: 4px;
	padding: 4px 6px;
	border-style: auto;
	background-color: #333;
	font-weight: bold;
	color: #fff;
}
.w50 {
	width: 50px !important;
}
.w75 {
	width: 75px !important;
}
.w100 {
	width: 100px !important;
}
.w150 {
	width: 150px !important;
}
.w350 {
	width: 350px !important;
}
.error {
	color: #CC3333
}
p.error {
	background-color: #FCF3F3;
	border-left: 1px solid #CC3333;
	padding: 10px 10px 10px 20px;
}
