/*
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.2F
*/

#ed_toolbar input
{
	background: #14181B;
	color: white;
	border:2px dashed #323136; 
	padding: 0px;
	width: 65px;
}
#ed_toolbar input:hover 
{
	background: #323136;
	color: white;
	border:2px dashed #14181B; 
	padding: 0px;
	width: 65px;
}

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

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#fff url(img/bg-body.gif) repeat-x left top;
	font:12px/16px verdana, arial, helvetica, sans-serif;
/*	color:#606060;*/
	color:#333333;
}

li {
	font:12px/18px;
}

a {
	color:#662625;
        text-decoration:none;
}

a img {
	border-bottom: none
}
a:hover, a:active  {
	color:#662625;
        text-decoration:underline;
}

A:focus, A:hover, A:active /* Firefox image outline fix */{
outline: none
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #e1e1e1;
/* commented out August 27, 2008 by LLJ	border-left: 5px solid #f3f4f0; */
}

img {
	border: none;
}

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

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

#header {
	position:relative;
	width:940px;
	height:140px;
	margin: 0 0 0 50px;
	background:url(img/bg-header.gif) no-repeat bottom right;
}

#menu {
	position:relative;
	width:940px;
	height: 30px;
	margin: 0 0 0 50px;
/*	margin: 0 0 0 100px; */
	padding: 10px 0 0 0;
	list-style:none;
}

#menu a {
	text-decoration: none;
	font-weight:normal;
        text-decoration:none;
	border-bottom: none;
}

#content {
/*	width:940px; */
	width:90%;
	height:auto;
	margin:0 0 0 30px;
/*	margin:0 0 0 100px; */
	padding:0 0 0 0;
}

#content-left {
	float:left;
width:70%;
/*	width:560px; */
	height:auto;
/* right-margin:0px; */
right-margin:2px;
}

#content-right {
	float:right;
width:30%;
/*	width:340px; */
	height:auto;
}

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

#footer a {
	text-decoration: none;
	font-weight:normal;
	border-bottom: none;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:50px;
	left:0px;
	margin: 0px;
	color: #fff;
	font:bold 36px/36px verdana, arial, helvetica, sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

#header h1 a {
	color: #fff;
	border-bottom: none;
}

#header h2 {
	position: absolute;
	bottom: 10px;
	left: 5px;
	margin: 2px;
	color: #C4AFAC;
	font:14px/14px verdana, arial, helvetica, sans-serif;
}

h3, h4 {
	margin:10px 0 0 0;
/* changed May 12, 2010 by LLJ	margin:0 0 5px 0; */
/* changed August 25, 2008 by LLJ	margin:0 0 10px 0; */
}

h1, h2, h3 a {
	text-decoration:none;
	border-bottom: none;
}

h4 a {
	text-decoration:none;
	font-weight:normal;
        text-decoration:none;
	border-bottom: none;}

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

h3.archive-title a {
	text-decoration:none;
	border-bottom: none;
}

.box-left h2 {
	color:#662625;
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
}

.box-left h2 a {
	color:#662625;
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	border-bottom: solid 1px block;
}

.box-left h2 a:hover {
	text-decoration:underline;
	border-bottom: solid 1px block;
}

.box-left h3 {
	margin: 15px 0 0 0;
/* changed May 12, 2010 by LLJ 	margin: 0 0 20px 0; */
	color:#662625;
	font:bold 14px/14px verdana, arial, helvetica, sans-serif;
}

.box-left h4 {
	color:#C4AFAC;
	font:12px/12px verdana, arial, helvetica, sans-serif;
}

.box-right h3 {
	color:#662625;
	font:bold 12px/12px verdana, arial, helvetica, sans-serif;
	text-transform:uppercase;
}

.box-right a {
	text-decoration: none;







	font-weight:normal;
	border-bottom: none;
}

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

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font:normal 12px/12px verdana, arial, helvetica, sans-serif;
	border-bottom: none;
}

#menu a:hover {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
	font:normal 12px/12px verdana, arial, helvetica, sans-serif;
	border-bottom: none;
}


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

.box-left {
	margin:40px 20px 20px 20px;
}

.box-left img {
/* commented out August 27, 2008 by LLJ        float:left; */
        margin:0 10px 10px 0;
	border: none;
}

p.tags {
        font:11px/11px verdana, arial, helvetica, sans-serif;
}

/* CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 0 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, arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
	border-bottom: none;
}

#box-rss a:hover {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	font-weight:normal;
	border-bottom: none;
}

.box-right {
	margin: 10px;
	font:11px/11px verdana, arial, helvetica, sans-serif;
background: #e1e1e1;
/* commented out October 17, 2008 by LLJ	background: url(img/bg-box-right.gif) no-repeat left top; */
}

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

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

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

.box-right ul {
	margin:0;
	padding:0;
	list-style:circle;
/* commented out August 27, 2008 by LLJ	list-style:none; */
}

.box-right li {
	line-height:18px;
/*	line-height:24px; */
}

.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;
}

.box-right p {
	margin: 20px 0 0 0;
/* Commented out August 27, 2008 (I think I modified this to change it to 20px early on)	margin: 20px 0 0 0; */
}

/** 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: #e1e1e1;
/* commented out August 27, 2008 by LLJ   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;
    border: none; /*added by LLJ October 1, 2008 */
}

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 */

#search {
	width: 190px;
	padding: 5px;
	border: 1px solid #ccc;
}

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

/*	##################################

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

/* commented out September 9, 2008 by LLJ
.comment p {
	margin: 6px;
} */

.comment-details {

}

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

#footer p {
/* commented out September 4, 2008 by LLJ	width:940px; */
	margin:0 0 0 100px;
	padding:0;
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
	font-weight:normal;
}

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

.clear {
	clear:both;
}

.blogroll a
{
	text-decoration: none;
	font-weight:normal;
}

.blogroll
{
	text-decoration: none;
	font-weight:normal;
}
