/*
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: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, fixed width, widget ready, widgets, dropdown menu, right sidebar, two columns, gravatars, valid XHTML, valid CSS
Version: 1.2.1
*/

/*
	- 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:11px/18px Verdana, Tahoma, sans-serif;
	color:#606060;
         /* ## grey text ## --*/ 
         
}

a {
         color:#990000;
         /* ## deep red links ## --*/ 
         /* color:#662625; --maroon--*/
	outline: none;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	width:940px;
         /* ## changing header height throws off header img bottom alignment, menu txt align w/ menu, body top layer may move sep from background color blocks --*/ 
	height:140px;
         /* height:140px; --*/
	margin: 0 auto;
	background:url(img/bg-header.gif) no-repeat bottom right;
         /* ## image with floral design on header background color, right side ## --*/
}

#content {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

#content-left {
	float:left;
	width:560px;
	height:auto;
	padding: 40px 0 0 0;
}

#content-right {
	float:right;
	width:340px;
	height:auto;
}

#footer {
	padding: 20px 0;
	background:#353535;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0px;
	color: #fff;
	font:bold 31px/31px Georgia, Helvetica, Arial, Tahoma, sans-serif;
         /* ### Site Title ### */
         /* font:bold 28px/28px Helvetica, Arial, sans-serif; */
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 27px;
         /* bottom: 30px;  --*/
	left: 5px;
	margin: 0px;
	color: #C4AFAC;
         /* ## light grey-lavender ## --*/
	font:12px/12px Verdana, Tahoma, sans-serif;
         /* ### Site Description ### */
         /* font:11px/11px Verdana, Tahoma, sans-serif; --*/
}

h2, h3, h4 {
	margin:0 0 20px 0;
}

.box-left h2 {	
         color:#662625;
         /* color:#662625; --maroon--*/
	font:bold 18px/18px Verdana, Tahoma, sans-serif, Georgia;
        /*  font:bold 24px/34px Verdana, Tahoma, sans-serif, Georgia; --*/
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#662625;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
        color:#606060;
	/* color:#C4AFAC;   lavender grey font for date --*/
	font:11px/11px Verdana, Tahoma, sans-serif;
}

/* add style for box-left sub div containing bookmark buttons etc */
.box-left .bookmark {
        margin-bottom: 10px
}

.box-right h3 {
	color:#662625;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

/* ## add link categories heading style 2 ## --*/
.box-right h2 {
	color:#606060;
         /* ## grey text ## --*/
         font:bold 12px/12px Verdana, Tahoma, sans-serif;      	
}


/*	##################################
   	HEADER
	################################## */

#menu {
	position:relative;
	width: 940px;
	margin: 0 auto;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
/* reduce bottom margin - between posts (original margin: 0 0 40px 0 ) */
	margin: 0 0 30px 0;
/* add break between posts */
        border-bottom: 1px dotted #606060;
}

p.tags {
		clear: both;
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/* ## add style for content containing iframe ## use with amazon display--*/
iframe.amazon {
	margin:5px 5px 5px 5px;  /* ## x x x left, margin otherwise flush left ## --*/
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	/* ##  margin: 0 0 20px 0; ## also adjust vertical spacing between other grey content divs --*/
        margin: 0 0 15px 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:17px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	/* ## margin:20px 0; ## vertical spacing between grey content divs (see also box-rss --*/
        margin:15px 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
	padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

/* ## add style for link category headngs ## --*/
.box-right h2 {
	padding:5px 0 0 10px;
         margin:0;
}

/* ## add style for links in box-right lists (hover for ie5+ netsc6+) ## --*/
.box-right ul li a {
	text-decoration: none;         
}
.box-right ul li a:hover {
	text-decoration: underline;         
}

/* ## add style for secondary content containing iframe ## use with shopstyle display--*/
.secondary-content iframe{
	margin:0 0 0 20px;  /* ## left margin otherwise flush left ## --*/
}

.box-right-content {
	margin: 0 20px;
}

/* ## Imp- add style for div containing more than one right side ads ## use with vertical ad display--*/
.box-right-content div.ads-vertical-right{
	float: right;  /* ## use this for first ad so it floats left of 2nd ad  ## --*/
}

/* ## Imp- add style for div containing ad smaller than ~300px wide ## use with vertical ad display --*/
.box-right-content div.ads-vertical-small{
	text-align: center;  /* ## use this for small width ad so it is centered in box not left aligned ## --*/
}

/* ## treat twitter icon similar to rss icon, place in theme img folder */
.box-right-content div.twitter{
	text-align: center;  /* ## so it is centered in box, icon indent# height#  ## --*/
}
a.twitter {
	display: block;
	height: 40px;
	padding: 35px 0 0 80px;
	background: url(img/twitter-icon.png) no-repeat 45px 10px;
	font:17px/0px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}


.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:none;
}

.box-right li {
	line-height:20px;  
        /* ## reduce space between links; was 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;
}

/*	##################################
   	FORMS
	################################## */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #662625;
	border: 0;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	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;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

.comment img {
	float: none;
	vertical-align: middle;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

/*	##################################
   	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;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/* add style to more tag to make stand out, larger --*/
a.more-link {
   font-size: 13px;
   font-weight: bold;
   /* color:#606060; */
   /* light gray to match body not other links --*/
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #662625;
	color: #fff;
}

#tag_cloud {
	line-height:normal;
}
