/*
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: #000 url('http://ingozi.com/blacklight/gfx/ingozi-blacklight-10.png') no-repeat center top;
	background-attachment: scroll;		
	color: #777;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {
	color: #888;
        text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ccc;
	outline: none;
}

p {
	margin: 0 10px 20px 10px;
}

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: 150px; 
        background: transparent url('http://ingozi.com/blacklight/gfx/ingozi-logo.png') no-repeat left top;
 

}

#content {
	padding: 20px 0 0 0;
	background: transparent url('http://ingozi.com/blog/wp-content/uploads/ingfusion-bg-darkling.png') repeat-y left top;
	/*background: #fff url(img/ingfusion-bg.png) repeat-y left top;*/
}

#content-left {
	float: left;
	width: 600px;
}

#content-right {
	float: right;
	width: 320px;
}

#footer {

}





/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 0.1em;
	font-weight: normal;
        display: none;
}

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;
        display: none;
}


h3 {
	margin: 0 0 20px 0;
	font-size: 2.4em;
	font-weight: normal;
	color: #e2007a;
        line-height:100%;
	font-family: "American Typewriter", Georgia, Times New Roman, Serif;
}

h3 a {
	text-decoration: none;
	color: #e2007a;
	background-color: #fff;
}

h3 a:hover {
	text-decoration: underline;
	color: #ff0088;
	background-color: #fff;
}

h4 {
        color: #888;	
        margin: 0 0 25px 0;
	font-size: 16px;
	font-weight: normal;
        border-bottom: 1px solid #777;
       	font-family: "American Typewriter", Georgia, Times New Roman, Serif;

}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
        color: #888;
}

#top-nav a {
        color: #888;
        text-decoration: none;
}

#top-nav a:hover {
        color: #ffffff;
        text-decoration: underline;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 30px 20px;
}
	
.box-left.navigation {
	margin: 0 0 30px 30px;
	font-family: "American Typewriter", Georgia, Times New Roman, Serif;
}

.box-left.navigation a {
	
	background-color: #e2007a;
	text-decoration: none;
	padding: 5px;
	color: #ccc;
}
	
.box-left.navigation a:hover {
	color: #fff;
	text-decoration: underline;
}
	
.meta {
	clear: both;
        font-size: 12px;
	padding: 8px 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
        font-family: Arial, Helvetica, sans-serif;

}

.meta a {
	color: #df007a;
        text-decoration: none;

}

.meta a:hover {
	color: #df007a;
        text-decoration: underline;

}

.meta-date {
	padding: 0 10px 3px 18px;
        color: #df007a;
	background: url(img/bg-meta-date.png) no-repeat top left;
	border: 0;
}

.meta-categories {
	padding: 0 10px 2px 18px;
	background: url(img/bg-category.png) no-repeat top left;
}

.meta-comments {
	padding: 0 10px 2px 18px;
	background: url(img/bg-meta-comments.png) no-repeat top left;
}

p.tags {
       clear: both;
       font-size: 12px;
       padding: 8px 10px 8px 28px;
       background: #fff url(img/bg-tag-background.png) no-repeat top left;
       border: 0;
       font-family: "Arial" Arial, Helvetica, sans-serif;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
     /* background: #f7f7f7 url(img/bg-box-right.png) 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 dotted #888;
}

.box-right 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: #bbbec1 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;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#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;
	padding-top: 8px;
   	border: 1px solid #eee;
   	text-align: center;
	color: #888;
   	background-color: #f7f7f7;
        font-size: 11px;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 4px 0;
  	margin: 0px;
	color: #777;
}

.more-link {
        background-color: #000;
        color: #e2007a;
   	padding: 5px;
  	margin: 0px;
	text-decoration: none;
	font-family: "American Typewriter", Georgia, Times New Roman, Serif;
}

.more-link a:hover {
	text-decoration: underline;
}



/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/** DISQUS STYLING **/

#disqus_thread {
	margin: 0 0 10px 20px;
}

#disqus_thread h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #e2007a;
        line-height:100%;
}

