/*
Theme Name: awesome 2
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, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0.3
*/

/*
	- 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;
	text-align: center;
/*	background:#fff url(img/bg-body.gif) repeat-x left top;*/
/*	font:11px/18px Georgia, Verdana, Tahoma, sans-serif;*/
	font:13px/20px Georgia, Verdana, Tahoma, sans-serif;
/*	color:#606060;*/
	color: #111;
/*	color: #000;*/

}

a {
/*	color:#662625;*/
/*	color: #666;*/
	color: #111;
}

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

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 100px;*/
	margin: 0;
/*	background:url(img/bg-header.gif) no-repeat bottom right;*/
/*	width:940px;*/
	height: 134px;
/*	height: 115px;*/
/*	background: url('img/table.gif') no-repeat scroll left 20px;*/
	background: url('img/table.gif') no-repeat scroll 612px 20px;
/*	padding: 0 0 20px 0;*/
/*	padding: 0 0 20px 200px;*/
/*	background: url('img/bathtub_2.gif') no-repeat scroll right 10px;*/
/*	padding-bottom: 20px;*/
/*	padding-left: 145px;*/
	border-bottom: 1px solid #ccc;
}



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

#content {
	text-align: left;
/*	width:940px;*/
	width: 800px;
	height:auto;
/*	margin:0 0 0 100px;*/
/*	margin: 0 0 0 40px;*/
	margin: 10px auto;
/*	padding:0 0 40px 0;*/
	padding:0 0 20px 0;
}

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

#content-right {
/*	float:right;*/
/*	width:340px;*/
/*	width: 200px;*/
/*	height:auto;*/
/*	padding-top: 20px;*/
}

#footer {
/*	width:940px;*/
/*	height: 134px;*/
	height: 110px;
	padding: 20px 220px 0 0;
	background: url('img/bathtub_2.gif') no-repeat scroll 114px bottom;
	border-top: 1px solid #ccc;
}

*html #footer {
	height: 130px;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
/*	position:absolute;*/
/*	bottom:40px;*/
/*	left:0px;*/
/*	padding-top: 20px;*/
/*	padding-top: 30px;*/
/*	padding-left: 180px;*/
	margin: 0px;
/*	color: #333;*/
	color: #000;
	font:bold 28px/28px Georgia, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#header h1 a {
/*	color: #333;*/
	color: #111;
/*	text-decoration: none;*/
	font-weight: normal;
}

#header h2 {
	text-transform: uppercase;
/*	position: absolute;*/
/*	bottom: 20px;*/
/*	left: 5px;*/
/*	padding-top: 5px;*/
	padding: 45px 0 6px;
	margin: 0px;
/*	color: #C4AFAC;*/
/*	color: #333;*/
	color: #111;
/*	font:18px/18px Georgia, Verdana, Tahoma, sans-serif;*/
	font:16px/16px Georgia, Verdana, Tahoma, sans-serif;
/*	font-style: italic;*/
	
}

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

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

.box-left h2 {
/*	color:#662625;*/
/*	color: #333;*/
	color: #111;
/*	font:normal 18px/22px Georgia, "Times New Roman", Times, serif;*/
	font:normal 22px/26px Georgia, "Times New Roman", Times, serif;
/*	font-variant: small-caps;*/
	margin-bottom: 3px;
}

.box-left h2 a {
/*	text-decoration:none;*/
/*	color: #333;*/
	color: #111;
}

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

.box-left h3 {
	margin: 0 0 20px 0;
/*	color:#662625;*/
/*	color: #333;*/
	color: #111;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
/*	color:#C4AFAC;*/
/*	color: #333;*/
	color: #111;
	font:11px/11px Georgia, Verdana, Tahoma, sans-serif;
/*	font-style: italic;*/
	font-variant: small-caps;
}

.box-left h4 a {
	font-style: normal;
}

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

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

#menu {
	border-bottom: 1px solid #ccc;
}

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
/*	color:#333;*/
	color: #111;
/*	text-decoration:none;*/
	text-transform:uppercase;
	font:normal 12px/12px Georgia, Verdana, Tahoma, sans-serif;
}

.rss_menu {
	margin-left: 300px;
	float: right;
}

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

.box-left {
	margin:20px 0 30px;
}

.box-left img {
        float:left;
        margin:0 10px 10px 0;
}

p.tags {
		clear: both;
        font:11px/11px georgia, 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 georgia, Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

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

.box-right h3 {
/*	padding: 20px 20px 0 20px;*/
	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;
	display: none;
/*	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;*/
	line-height: 20px;
}

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

/*	##################################
   	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:#111;
/*    background:#662625;*/
	border: 1px solid #666;
	font-family: georgia, garamond, times, serif;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	border: 1px solid #ccc;
/*	border: none;*/
	font-family: georgia, garamond, times, serif;
/*	font-size: 13px;*/
}

#search-submit {
	font-family: georgia, garamond, times, serif;
    width:auto;
    padding:5px;
	text-decoration: underline;
/*    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 {

}

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

#footer p {
	font-size: 12px;
/*	width:940px;*/
/*	margin:0 0 0 100px;*/
	margin: 0;
	padding:0;
/*	color:#333;*/
	color: #111;
/*	text-align:center;*/
}

#footer p a {
/*	color: #333;*/
	color: #111;
}

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

.clear {
	clear:both;
}

/*	##################################
   	FOR LISTS OF SELLERS - NEEDS TO BE REDONE MORE ELEGANTLY
	################################## */

#post-115 h3 {
	margin-top: 15px;
}

#post-115 ul {
	list-style: none;
	margin-left: 0;
}

#gigpress-2 p { padding-left: 20px; }
