/*
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 {
	position: relative;
	width:auto;
	height:auto;
	margin:auto;
	padding:0;
	background:#000000 url(img/bg-body.gif) repeat left top;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000000;
}

a {
	color:#740000;
}

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:1000px;
	height:250px;
	margin:auto;
	background:url(img/bg-header_1.png) no-repeat;   
}

#menu {
	position:relative;
	width:1000px;
	height: 50px;
	margin:auto;
	padding: 15px 20px 10px 50px;
	list-style:none;
	<!-- background:url(img/bg-menu_1.gif) no-repeat; -->
}

#content {
	width:1000px;
	height:auto;
	margin:auto;
	padding:0 0 40px 0;
	color:#e0e0e0;
}

#content-left {
	float:left;
	width:620px;
	height:auto;
        margin:0 0 0 20px;
        padding:0 50px 0 10px;
}

#box {
    width:100%;
    margin:auto;
	clear:both;
}	
	

#content-right {
	float:left;
	width:250px;
	height:auto;
        margin:40px 0 0 0;
}

#footer {
        margin:0 auto;;
	height:20px;
        padding: 20px 0;
	background:#000000;

}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0px;
	color: #cc0000;
	font:bold 28px/28px Helvetica, Arial, sans-serif;
}

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

#header h2 {
	position: absolute;
	bottom: 30px;
	left: 5px;
	margin: 0px;
	color: #cc0000;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

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

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

.box-left h2 {
	color:#cc0000;
	font:bold 14px/24px Georgia, "Times New Roman", Times, serif;
        <!-- background-color:#000000; -->
}

.box-left h2 a {
	text-decoration:none;
        color:#cc0000;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 40px 0 10px 0;
	color:#cc0000;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
        line-height:1.5;
}

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

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

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

#menu li {
        padding-left:0px;
	float:left;
}

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

#menu a:hover { color:#ff0000; } 



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

.member_names{
line-height:1.2em;
font-weight:bold;
font-size:12px;
color:#cc0000;
}

.box-left {
	margin:40px 0;
        line-height:24px
}

.box-left img {
        float:left;
        margin:0 10px 10px 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;
}

.box-right {
	margin:20px 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;
}

.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 {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	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;
}

/** 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;
    background:#000000;
    color:#ffffff;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#3c3c3c;
	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: #282828;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;

}

.comment-details {

}

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

#footer p {
	width:940px;
        margin:auto;
	<!--margin:0 0 0 30px;-->
	padding:0;
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
}

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

.clear {
	clear:both;
}


<!-- VIP MEMBERS login form  -->

<style type="text/css">

.al_nodisplay {
	display: none;
}

#al_loading, #al_login, #al_register, #al_lostPassword, #al_logout {
	width: 400px;
        padding: 40px;
	background: #000000;
	border: 3px solid #720000;


}
#al_loginMessage, #al_registerMessage, #al_lostPasswordMessage {
     
}
#al_loadingImage {
	margin-top: 35px;
}
</style>