/*
Theme Name: deFusion
Theme URI: 
Description: Clean and easy customizable WordPress theme 
Version: 0.8.6
Author: webdemar
Author URI: 
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
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #1e1f21 url(img/bg-body.png) no-repeat center top;
	color: #6e7073;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a:link, a:visited {
color: #000;
text-decoration:none;
}

a:hover, a:hover:visited {text-decoration:underline;}

.size-medium, .size-full {border: 0px; background: #eee; padding: 10px;}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 200px;
}

#header #hsearch {
position: absolute;
bottom: 48px; 
right: 0px;
}

#header #hsearch input, #header #hsearch input.button {
width: 200px;
background: #4a4f54;
border: none;
padding: 7px;
color: #fff;
font-style: italic;
font: normal 11px arial;
}

#content {
	background: #fff;
}

#content-left {
	float: left;
	width: 600px;
padding-top: 20px;
}

#content-right {
float: right;
width: 320px;
background: url(http://semiprotuts.com/wp-content/themes/deFusion/img/sidebar.png) repeat-y;
color: #c4c6c8;
-moz-border-radius: 0px 0px 0px 15px;
}

#content-right a{
color: #d2d3d4;
background: none !important;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 115px;
	left: 110px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 34px;
	font-weight: normal;
font: normal 40px Georgia;
text-shadow: 2px 2px 10px #000;
}

h1 a {

	text-decoration: none;
background: none !important;
color: #fff !important;
}

h2 {
	margin: 0 0 20px 0px;
	font-weight: normal;
	font-size: 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 50px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
background: none !important;
}

h2#blog-description a:hover {color: black !important;}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h3 a {
	text-decoration: none;
background: none !important;
}

h3 a:hover {
	text-decoration: underline;
COLOR: BLACK !IMPORTANT;
}

h4 {
	margin: 0 0 10px 0;
	font: normal 16px arial;
color: #fff;
}

/*	##################################
   	HEADER
	################################## */
	

#top-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 5px;
	list-style: none;
background: #000;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li a{background:none; color: white;background: none !important;}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
margin: 0 0 40px 20px;
}

.box-left .thumbnail{
background: #eee;
padding: 4px;
margin-bottom: 10px;
width: 660px;
}

.thumbnail2 {
background: #eee;
padding: 5px;
float:left; 
margin-right: 10px;
}

.post-edit-link, .more-link {
	text-decoration:none;
	background: #eee;
	padding: 3px;
}
	
.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;
}

.authbio{
color: #444;
font-weight: normal;
background: #eee;
border: 1px solid #ccc;
display:block;
padding: 10px;
margin-bottom:5px;
height: 70px;
clear:both;
}

.authbio img {
padding: 6px;
background: #fff;
float:left;
margin-right: 5px;
}

#postad {
display:block;
padding: 10px;
background: #80aa64;
margin-bottom:5px;
border: 1px solid #c3e0aa;
}

/* style FlickrRSS widget */
.flickr {
	display: inline;
	}
	
.flickr a:link img, .flickr a:visited img {
	margin: 0 2px 4px 2px;
	}

.flickr a:link img, .flickr a:visited img {
	border: 3px solid #e3e8ed;
	}
	
.flickr a:hover img, .flickr a:active img, .flick a:focus img {
	border: 3px solid #5c6e80;
	}

/** box right */

.box-right {
	margin: 0;
	padding: 20px;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
}

.box-right li a {
text-decoration: none;
margin: 0px;
padding: 5px;
border-bottom: 1px solid #44494e;
display: block;
}

.box-right li a:hover {
color: white !important;
}
/*	##################################
   	COMMENTS
	################################## */
	
#idc-container div {
	font-size: 12px !important;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
padding: 3px;
color: #aaa;
font-style: italic;
font: normal 11px arial;
}

#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;
	padding: 2px;
	font-size: normal 10px arial;
	color: #666;
}

#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: 10px;
	background: #eee;
border-bottom: solid 1px #bbb;
margin-bottom: 2px;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	color: #6E7073;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.commentlist cite a {
text-decoration:none;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
padding: 5px;
background: white;
}

/*	##################################
   	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;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 900px;
}

#legal .left {
float:left;
width: 300px;
}

#legal .right {
float:right;
width: 300px;
margin-bottom: 30px;
}

#legal ul{
list-style:none;
margin: 0;
}

#legal li {
list-style:none;

}

#legal li a:link, #legal li a:visited {
display:block;
border-bottom: solid 1px #171A1F;
padding: 4px;
text-decoration:none;
background:none !Important;
}

#legal li a:hover, #legal li a:visited:hover, #legal a {
background:#171A1F;
background:none !Important;
}

#legal .center {
text-align:center;
margin-top: 30px;
clear:both;
}


#webdemar {
	float: right;
	width: 900px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** 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;
}