/*  

Theme Name: Softpage Homeware

Theme URI: 

Description: Softpage Homeware

Version: 1.0

Author: Jan Wagner Design

Author URI: http://www.janwagner-design.de

*/

html {
	overflow-y:scroll;
}
html, body, div, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
	list-style:none;
}
.fixfloat {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;
}
a:focus, object:focus {
	outline:none
}
a:link, a:visited {
	text-decoration:none;
	color:#FFF;
}
div.specials a:link, div.specials a:visited {
	color:#0b3b51;
}
h2 a:link, h2 a:visited {
	color:#afb81c;
}
a:hover {
	text-decoration:underline;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	letter-spacing:normal;
	background: url(images/background_x.png) top repeat-x;
	text-shadow:#000 1px 1px 1px;
	font-size:11px;
}
html {
	background: url(images/background_y.png) repeat-y;
}
hr, div.division {
	border:none;
	margin:10px 0;
	background:url(images/division.png) repeat-x;
	height:2px;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	color:#afb81c;
}
blockquote {
font-style:italic;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}
p {
	line-height:18px;
	color:#595959;
	font-size:11px;
	margin:0 0 20px 0;
}
/* ################################################# */ 

/* --------------------- align --------------------- */

/* ################################################# */ 

.left {
	float:left
}
.right {
	float:right;
}
.aligncenter {
	margin:0 auto;
	text-align:center;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
/* ################################################# */ 

/* -------------------- wrapper -------------------- */

/* ################################################# */ 

div#wrapper {
	width:930px;
	min-height:900px;
	margin:0 auto;
	overflow:hidden;
}
/* ################################################# */ 

/* -------------------- header --------------------- */

/* ################################################# */ 

div#header {
	height:141px;
	padding:12px 0 0 0;
}
div#logo {
	margin:0 auto;
	width:236px;
	height:125px;
	background:url(images/logo.png)
}
div#logo a {
	width:236px;
	height:125px;
	display:block;
	text-indent:-9999px;
}
/* ################################################# */ 

/* -------------------- Topnews -------------------- */

/* ################################################# */ 

div#topnews {
	width:930px;
	height:205px;
 //background:url(images/topnews.png) no-repeat;
}
/* ################################################# */ 

/* --------------------- Menu ---------------------- */

/* ################################################# */

div#menu {
	margin:10px 0;
}
div#menu ul {
	text-align:center;
}
div#menu li {
	background:url(images/menu_button.png);
	width:158px;
	height:34px;
	display:inline-block;
	margin:0 7px;
}
div#menu li a {
	width:158px;
	line-height:32px;
	display:block;
	text-decoration:none;
}
div#menu li a:hover {
	color:#afb81c
}
/* ################################################# */ 

/* ------------------- Content --------------------- */

/* ################################################# */

div#content {
}
div#col-1 {
	width:570px;
	float:left;
}
div#col-2 {
	width:300px;
	float:left;
}
/* ################################################# */ 

/* --------------------- News ---------------------- */

/* ################################################# */

div.news {
	width:570px;
	margin:0 0 13px 32px;
}
div.news div.text img {
	margin-top: 6px;
}
div.comments {
	width:570px;
	margin:0 0 13px 17px;
}
div.newstop, div.commentstop {
	height:12px;
	background:url(images/news_top.png) no-repeat;
}
div.newsmiddle, div.commentsmiddle {
	background:url(images/news_middle.png) repeat-y;
	padding:5px 25px;
}
div.newsbottom, div.commentsbottom {
	height:12px;
	background:url(images/news_bottom.png) no-repeat;
}
a.more-link {
	text-indent:-9999px;
	width:146px;
	height:36px;
	display:block;
	background:url(images/more.png) no-repeat;
	margin:0 0 0 -5px;
}
a:hover.more-link {
	background-position:0px -36px;
}
div#pagebrowser {
	padding:20px 0 25px 41px;
	width:554px;
 -25px 0 20px
}
/* ################################################# */ 

/* ------------------- Specials -------------------- */

/* ################################################# */







div.specials {
	width:281px;
	margin:0 0 0 43px;
	color:#595959;
}
div.specials p {
	line-height:16px;
	font-size:10px;
}
div.specials ul ul, div.specials ul div {
	background:url(images/specials_middle.png) repeat-y;
	overflow:hidden;
	padding:10px 0;
}
div.specials ul ul li {
	padding:0 20px 5px 15px;
}
div.specials ul div {
	padding:10px 20px 5px 15px;
}
div.specials ul li {
	margin:0 0 15px 0;
}
div.specials ul li li {
	margin:0;
}
div.specials ul li h3 {
	margin:5px 0 0px 0;
	padding:0;
	height:42px;
	line-height:42px;
	background:url(images/specials_top_h3.png) no-repeat;
}
div.specials ul li h3:before {
	content:"\0000a0 \0000a0 \0000a0 ";
}
div.specials ul li:after {
	display:block;
	height:4px;
	content:url("images/specials_bottom.png");
}
div.specials ul li li:after {
	display:none;
	height:0px;
	content:none;
}
/* ################################################# */ 

/* -------------------- Comments ------------------- */

/* ################################################# */ 

form#commentform {
	padding:20px 0 0 0;
}
div.comments {
	padding:15px;
}
div.comments ol {
	list-style:none;
}
div.comments li.comment {
	padding:15px 0;
}
div.comments div.comment-img {
	width:100px;
	text-align:center;
	padding:15px 0;
	float:left;
	background:#222222;
}
div.comments div.comment-img img {
	width:70px;
	height:70px;
}
div.comments div.comment-text {
	float:left;
	padding:0 0 0 15px;
	width:400px;
}
div.comments div.comment-text p.user {
	font-weight:100;
	/*	font-size:9px;*/



	margin: -6px 0 10px 0;
}
div.comments div.comment-text p.comment {
	clear:both;
	padding:10px 0 0 0;
}
div.comments .wp-report-this, #content .wp-report-this {
	display:none
}
div.comments div.navigation {
	padding:10px 0 0 0;
}
/* ################################################# */ 

/* -------------------- Input ---------------------- */

/* ################################################# */ 

.textinput {
	width:140px;
	background:#dcdcdc;
	border:1px solid #a4a4a4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
textarea {
	width:99% !important;
	height:125px;
	padding:2px;
	overflow: auto;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background:url(images/menu_button.png);
	width:158px;
	height:34px;
	border:none;
}
.button:hover {
	color:#afb81c;
}
/* ################################################# */ 

/* -------------------- Footer --------------------- */

/* ################################################# */

div.footer {
	width:856px;
	margin:0 auto 13px auto
}
div.footer div.col-footer {
	float:left;
	width:280px;
}
div.footertop {
	height:10px;
	background:url(images/footer_top.png) no-repeat;
}
div.footermiddle {
	background:url(images/footer_middle.png) repeat-y;
	padding:5px 20px;
}
div.footermiddle li:before, div.text li:before {
	content:"\00BB \0020";
}
div.footermiddle li, div.text li {
	margin-bottom:5px;
}
div.text li {
	margin-left:15px;
}
div.footermiddle h3 {
	margin-bottom:15px;
}
div.footerbottom {
	height:10px;
	background:url(images/footer_bottom.png) no-repeat;
}
div.footer .right {
	width:250px;
	text-align:left
}
div#footer {
	height:47px;
	margin:0px 0 -5px 0;
	text-align:center;
	padding:26px 0 0 0;
	background:url(images/footer.png) repeat-x center;
	text-shadow:none;
}
div#footer a {
	color:#333;
}

div#footer p {
	font-size:9px;
}