/*
Theme Name: deLight
Theme URI: http://webdemar.com/demo/?wptheme=deLight
Description: Nice and simple WordPress Theme by <a href="http://webdemar.com">webdemar</a>.
Author: Simon Rimkus
Author URI: http://webdemar.com
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0.2
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin:0;
	padding:0;
	text-align: center;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#606060;
	background:#fff url(img/bg-body.png) repeat-x left top;
}

a {
	color: #662625;
	outline: 0;
	text-decoration: none;
	border-bottom: 1px dotted #662625;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #662625;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

code {
	font: 12px "Courier New", monospace;
	color: #662625;
}

img {
	border: none;
}

p {
	margin: 0 0 1em 0;
	display: block;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	margin: 0 auto;
	width:940px;
	height:140px;
	text-align: left;
	background:url("img/bg-header.png") no-repeat bottom right;
}

#subheader {
	margin: 0 auto;
	width: 940px;
	height: 40px;
	text-align: left;
}

#menu {
	margin: 0;
	float: left;
	padding: 10px 0 0 0;
	width: 675px;
	height: 30px;
	list-style:none;
}
#searchform-header {
	margin: 0;
	padding: 0;
	float: right;
	width: 250px;
}

#breadcrumbs {
	clear: both;
	margin: 0 auto 2px auto;
	padding: 3px 0;
	width: 940px;
	height: 20px;
	text-align: left;
}

#content {
	margin: 0 auto;
	width:940px;
	padding: 0 0 40px 0;
	text-align: left;
}

#content-left {
	float:left;
	width:560px;
	height:auto;
}

#content-right {
	float:right;
	width:340px;
	height:auto;
}

#footer {
	height:20px;
	padding: 20px 0;
	background:#353535;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h4 {
	margin: 35px 0 0 0;
	padding: 0;
	float: left;
	width: 375px;
	height: 70px;
	color: #fff;
	text-indent: -999em;
	overflow: hidden;
	font: bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h4 a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 375px;
	height: 70px;
	background: url("img/bg-logo.png") no-repeat left top;
}
#header h4 a:hover {
	/* background-position: left -70px; */
}
#header h5 {
	clear: left;
	margin: 0 0 0 50px;
	font: normal 11px Verdana, Arial, sans-serif;
	color: #fff;
}

h2, h3, h4 {
	margin:0 0 20px 0;
}

h4.archive-title {
	margin: 20px 0 0 0;
}

.box-left h1,
h1.archive-title {
	color:#662625;
	font: normal 24px/34px Arial, sans-serif;
}

.box-left h1 a {
	text-decoration:none;
	border: 0;
}
.box-left h1 a:hover {
	text-decoration:none;
	border-bottom: 1px solid #662625;
}
.box-left h2 {
	margin: 1.5em 0 1em 0;
	padding-bottom: 0.4em;
	color: #662625;
	font: normal 21px/14px  Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}
.box-left h3 {
	margin: 1.2em 0 0.5em;
	color:#353535;
	font: normal 19px/14px Arial, sans-serif;
}

.box-left h4 {
	color:#C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

.box-right h3,
.box-right h4 {
	color:#662625;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	border: 0;
	font:normal 12px/12px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin: 20px 0 40px 0;
}
.box-left img {
	padding: 5px;
	background: #f3f4f0;
	border: 1px solid #ccc;
}
.box-left img.noborder {
	padding: 0;
	background: none;
	border: 0;
}

p.tags {
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
	border: 0;
}

.box-right {
	margin:20px 0;
	font: 11px Verdana, Tahoma, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3,
.box-right h4 {
	padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul,
#pingbacks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box-right li {
	line-height: 1.4em;
	margin-bottom: 0.7em;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

/* tab interface */
.box-right #tabs a {
	padding: 8px 10px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.box-right #tabs #tab-1 {
	width: 75px;
	background: url("img/tab-1-active.png") no-repeat left top;
}
.box-right #tabs a#tab-2 {
	border-left: 1px solid #ccc;
	width: 105px;
	background: url("img/tab-2.png") no-repeat left top;
}
.box-right #tabs #tab-3 {
	border-left: 1px solid #ccc;
	width: 98px;
	background: url("img/tab-3.png") no-repeat left top;
}
.box-right #tab-recent-post,
.box-right #tab-recent-comment,
.box-right #tab-most-comment {
	padding-top: 40px;
	height: 125px;
}

/** About Arjan */
#about-arjan {
	margin: 20px 0;
}
#about-arjan-img {
	float: right;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

/* Tags */
#tag_cloud a {
	font-family: Arial, sans-serif;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*	##################################
   	FORMS
	################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
    border:1px solid #ccc;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}

/** SEARCH FORM */
#searchform-header p {
	margin: 1px 0 0 0;
}
#searchform-header #search-header {
	margin: 0;
	padding: 11px 5px;
	float: left;
	width: 160px;
	height: 16px;
	color: #777;
	border: 0;
	background: url("img/bg-form.png") no-repeat left center;
}

#searchform-header #search-submit-header {
	margin: 0;
	padding: 0;
	float: left;
	width: 35px;
	height: 38px;
	border:0;
	background: url("img/bg-form-submit.png") no-repeat left center;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	width:940px;
	margin:0 0 0 100px;
	padding:0;
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}
.invisible {
	display: none;
}
#wpstats {
	display: none;
}
.sociable a {
	border: 0;
}


/*	##################
	TOOLS SECTION
	################## */
#tools-list {
	margin: 20px auto 0 auto;
	padding: 0;
	list-style: none;
}
#tools-list li {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	text-align: center;
}
#tools-list li h3 {
	text-align: center;
	font-weight: bold;
}
#tools-list li p {
	text-align: center;
}
#tools-list li img {
	padding: 0;
	border: 0;
	background: none;
}
#tools-list li ul {
	margin:0;
	padding: 0;
	list-style: none;
}
#tools-list li ul li {
	margin:0;
	padding: 0;
	text-align: left;
}

.tools-install {
	margin-top: 1em; 
	padding: 3px; 
	text-align: center;
	font-size: 120%; 
	font-weight: bold;
	border-top: 1px dotted #bbbbbb; 
	border-bottom: 1px dotted #bbbbbb; 
	background: #eee;
}

.sphinn {
	float: left;
	margin: 0 10px 0 0;
}