/* @override http://www.colour-form.com/pixelounge/wp-content/themes/defusion/style.css */

/*
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
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #f8f6f2 url(img/page-bg.jpg) repeat-x left top;
	color: #7e7e7e;
	font: 13px/19px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0 0 14px;
}

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;
	background: url(img/headerimage.jpg) left;
}

#content {
	padding: 20px 0 0;
	color: #565452;
	background-color: #f8f6f2;
}

#content-left {
	float: left;
	width: 580px;
}

#content-right {
	float: right;
	width: 320px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #1e1f21;
	text-decoration: none;
	font-size: 2px;
}

h2 {
	margin: 0 0 20px 20px;
	font-size: 1.3em;
}

h2#blog-description {
	position: absolute;
	bottom: 65px;
	left: 35px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font: normal 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #383838;
}

h3 a {
	text-decoration: none;
	color: #383838;
	font-weight: normal;
	font-style: normal;
}

h3 a:hover {
	text-decoration: none;
	color: #f8af19;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav > li a {
	color: #777;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

#top-nav li#colourform {
	padding: 0 0 0 15px;
	background: url(img/cf-icon.gif) no-repeat left center;
}


/*	##################################
   	CONTENT
	################################## */
	
/** box left */

a img {
border: none;
} 

.box-left {
	margin: 0 0 35px 20px;
}
	
.meta {
	clear: both;
	padding: 9px;
	background: #f9f7ef 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;
	font-size: 11px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
	font-size: 11px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
	font-size: 11px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #edebe4 url(img/bg-box-right.gif) no-repeat left top;
}

.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;
	border-color: #d8d2cb;
}

.box-right li a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

.box-right li a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

/*	##################################
   	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;
}

input,textarea {-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius: 5px;border: none;padding:6px;
background:#fff url(img/bg-form-text.gif) repeat-x left top;border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 12px;
}

#wpsf_contact_form p label strong {
	font-weight: normal;
	font-style: normal;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

#wpsf_contact_submit {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

* div.quote a {
	color: #f7a10e;
}

hr {
	margin-top: 18px;
}

.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: #494d4f url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
	width: 100%;
	float: left;
	color: #7e7e7e;
}

.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;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
	color: #6b6b6b;
	font-size: 11px;
}

#footer a {
	margin: 0 0 10px 0;
	color: #979797;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	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;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
	padding-top: 4px;
	padding-bottom: 0;
	padding-left: 0;
}

.wp-caption img {
   	float: none;
   	margin: 0;
   	padding: 0;
   	border: none;
}

.wp-caption p.wp-caption-text {
	color: #777;
	line-height: 1.5em;
	font-size: 0.85em;
	margin: 5px;
	text-align: left;
	padding: 0;
}


/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/* RedBubble Shop */

#rb-redbubble-clothing {
	padding-bottom: 50px;
}