/*
Theme Name: deFusion
Theme URI: http://webdemar.com/demo/?wptheme=deFusion
Description: Clean and easy customizable WordPress theme by <a href="http://webdemar.com">webdemar</a>
Version: 0.8.6
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}	
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #6e7073;
	font: 11px/16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a {
	outline: none;
	color: #6e7073;
}
.green a {
	color: #A6C9C5!important;
}
.blue a{
	color: #67BCD9!important;
}
.brown a{
	color: #D3D55C!important;
}
.grey a{
	color: #90C4C9!important;
}
a:hover, .current_page_item a, .current_page_ancestor a {
	color: #75AAA2!important;
}
.green a:hover, .green .current_page_item a, .green .current_page_ancestor a {
	color: #529188!important;
}
.blue a:hover, .blue .current_page_item a, .blue .current_page_ancestor a {
	color: #0090BF!important;
}
.brown a:hover, .brown .current_page_item a, .brown .current_page_ancestor a {
	color: #BABE00!important;
}
img {
	border: none;
}
p {
	margin: 0 0 10px 0;
}

ul, ol {

}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
#frontheader {
	position: relative;
	padding:0;
	float:left;
	width:960px;
}
#header {
	float:left;
	width:100%;
}
#header ul {
	position: relative;
}
#logo{
	height: 32px;
	width:152px;
	float:left;
	margin:15px 0 5px 0;
}
#crump{
	float:right;
	text-align:right;
}
#crump a{
	line-height:30px;
	text-decoration:none;
	color: #A6C9C5;
	position:relative;
}
#content {
	padding: 0;
}
#fcontent {
	padding: 0px 0 0 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 580px;
}

#content-right {
	float: right;
	width: 360px;
}
#homebox {
	float: left;
	width: 480px;
	height:190px;
	background:url(img/text.jpg) no-repeat top left;
}
#homebox h3 {
	margin: 20px;
}
#homebox p {
	margin: 20px;
	font-size:12px;
}
.homeboxes {
	float: left;
	width: 480px;
	height:190px;
	list-style:none;
	display: block;
}
.homeboxes a:hover{
	
}
#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 12px 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	list-style: none;
	float:right;
	margin:0;
	padding:0;
}
#top-nav #got_icon {
	background:url(img/icon.gif) no-repeat right 12px;
	padding: 0 24px 0 0;
}

#top-nav li {
	float: left;
	margin: 12px 0 0 10px;
}
#top-nav li a {
	text-decoration:none;
	color:#A6C9C5;
	font-size:11px;
	line-height:40px;
	display:block;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
#content ul li {
 list-style:disc;
 margin: 0 0 0 15px;
}
#content ul {
 margin: 0 0 15px 15px;
}
/** box left */

.box-left {
	margin: 0 0 20px 0;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #fff6c6;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}


/** box */

.box {
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #fff6c6;
	width:540px;
}

.box ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box li a {
	text-decoration: none;
}

/** box-full */

.box-full {
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #fff6c6;
	width:920px;
}

.box-full ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-full li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-full li a {
	text-decoration: none;
}
/** box-flex */

.box-flex {
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #fff6c6;
	width:920px;
	clear:both;
	min-height:80px;
}
.dwnld a{
	display:block;
}

.box-flex ul {
	margin: 3px 0 5px 0;
	padding: 0 20px;
	list-style: none;
}
.box-flex p {
	margin: 3px 0 5px 0;
	padding: 0 20px;
}
.box-flex h3 {
	margin: 3px 0 5px 0;
	padding: 0 20px;

}
.box-flex li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-flex li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}
.niceform label { color: #666; font-size: 11px; font-weight: bold; }

.niceform label.opt { font-weight: normal; }

.niceform dl { clear: both; }

.niceform dt {
	float: left;
	line-height: 25px;
	margin: 0 10px 10px 0;
	width: 50px;
}

.niceform dd {
	float: left;
	line-height: 25px;
	margin: 0 0 10px 0;
	width: auto;
}
.niceform fieldset.action {
margin-left:59px;
padding:0;
margin-top:-20px;
display:inline;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}
#legal a {
	text-decoration:none;
}
/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}
#spalter div {
	float:left;
	width:25%;
}
#spalter {
	width:100%;
}
#partnerlogin label {
	display:block;
	width:75px;
	float:left;
	margin: 0 0 10px 0;
}
#partnerlogin input {
	margin: 0 0 10px 0;
}
#partnerlogin .button {
	margin: 0 0 10px 75px;
}