/* 
Theme Name: DreamPress Adventure
Theme URL: http://www.dreamchaserdesign.com
Description: A theme for your dream.
Author: Jason A. Lindsey
Author URI: http://www.dreamchasermusic.com
Version: 1.0
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

* {
	margin: 0;
	padding: 0;
}

/* GLOBAL */
body {
	background: #ae985c url(images/bkg_body.jpg) no-repeat center top;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  width: 100%;
}

h1, h1 a {
	border: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
        line-height: 20px;
	margin: 0 0 5px 0;
        text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

p {
	line-height: 17px;
	text-align: justify;
}

strong {
	font-weight: bold;
}

a {
	color: #660000;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
	padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.footnote {
	line-height: 12px;
	font-size: 10px;
}

hr { 
	border: none 0;
	border-top: 1px dashed #333; /*the border*/
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

/* HEADER */
#header_wrap {
	margin: 0 auto;
	text-align: center;
	width: 980px;
}

#header_left {
	float: left;
	text-align: left;
	width: 340px;
}

#header_right {
	float: right;
	margin: 95px 0 0 0;
	text-align: right;
	width: 640px;
}

/* SEARCH FORM */
.searchbox {
	background: #000;
	border: 1px solid #333;
	color: #fff;
	font-size: 12px;
	height: 14px;
	padding: 3px;
	vertical-align: middle;
	width: 170px;
}

.button {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
}

/* NAVIGATION */
#navbar {
	background: url(images/bkg_nav.png);
	clear: both;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: left;
	text-indent: 110px;
	width: 980px;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	text-align: left;
}

ul#nav a {
	border: 0px;
	color: #dbbd66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav a:hover {
	text-decoration: underline;
}

/* FOOTER */
#footer_wrap {
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#footer_widgets_wrap {
	background: #cdbe85;
	margin: 20px 0 0 0;
	overflow: auto;
	padding: 20px;
	width: 500px;
}

#footer_widgets_left {
	background: #fff;
	float: left;
	padding: 20px;
	width: 200px;
}

#footer_widgets_right {
	background: #fff;
	float: right;
	padding: 20px;
	width: 200px;
}

#footer_widgets_left h3, footer_widgets_right h3 {
	background: url(images/bkg_footer_widget_header.jpg) no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;	
	padding-left: 10px;
}

#footer_wrap p {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

#footer_wrap li {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	margin: 0;
}

#footer_wrap li a {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	margin: 0;
	text-decoration: none;
}

#footer_wrap li a:hover {
	background: #990000;
	color: #fff;
}

#copyright {
	font-size: 11px;
	margin: 20px 0 20px 0;
}

/* CONTENT */
#content_wrap {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 980px;
}

#content {
	float: left;
	text-align: left;
	width: 580px;
}

#right_column_widgets {
	background: #edead0;
	float: right;
	overflow: hidden;	
	text-align: left;
	width: 400px;
}

#right_column_widgets h3 {
	background: url(images/bkg_right_column_header.jpg) no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 20px 10px 20px;
	padding-left: 10px;
}

/* POSTS */
#latest_post {
	color: #000;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 20px 0 20px 0;
	text-align: justify;
	width: 540px;
}

#latest_post p {
margin-bottom: 10px;
}

.post_date {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 3px 0;
}

/* RANDOM QUOTES */
#random-quote {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: left;
	width: 520px;
}

#random-quote h3 {
	color: #660000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

/* DAIKOS TEXT WIDGETS */
/* these are formatted for the homepage */
#daikos-text-1, #daikos-text-2, #daikos-text-3, #daikos-text-4 {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
        line-height: 17px;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: left;
	width: 520px;
}

#daikos-text-1 h3, #daikos-text-2 h3, #daikos-text-3 h3, #daikos-text-4 h3 {
	color: #660000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

/* these are formatted for the right-column */
#daikos-text-5, #daikos-text-6, #daikos-text-7, #daikos-text-8 {
	margin: 0 20px 20px 20px;
	padding-top: 5px;
}

#daikos-text-5 h3, #daikos-text-6 h3, #daikos-text-7 h3, #daikos-text-8 h3 {
	margin: 0 0 10px 0;
}

#daikos-text-5 li, #daikos-text-6 li, #daikos-text-7 li, #daikos-text-8 li {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	line-height: 20px;
	list-style-type: circle;
	margin: 0 180px 0 20px;
}

#daikos-text-5 li a, #daikos-text-6 li a, #daikos-text-7 li a, #daikos-text-8 li a {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	text-decoration: none;
}

#daikos-text-5 li a:hover, #daikos-text-6 li a:hover, #daikos-text-7 li a:hover, #daikos-text-8 li a:hover {
	background: #990000;
	color: #fff;
}

/* this is formatted for the footer */
#daikos-text-9 p {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

#daikos-text-9 li {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	margin: 0;
}

#daikos-text-9 li a {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	margin: 0;
	text-decoration: none;
}

#daikos-text-9 li a:hover {
	background: #990000;
	color: #fff;
}

#daikos-text-9 h3 {
	background: url(images/bkg_footer_widget_header.jpg) no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-left: 10px;
}

/* RANDOM IMAGES */
#random_image_wrapper {
	background: url(images/bkg_random_image.png) no-repeat;
	clear: both;
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 25px 17px 17px 17px;
}

/* GIGPRESS */
#gigpress {
	margin: 0 0 20px 0;
}

#gigpress li {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	margin: 0 20px 0 20px;
}

#gigpress li a {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	margin: 0 20px 0 20px;
	text-decoration: none;
}

#gigpress li a:hover {
	background: #990000;
	color: #fff;
}

/* CATEGORY POSTS */
#cat_posts {
	margin: 0 0 20px 0;
}

#cat_posts li {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	margin: 0 20px 0 20px;
}

#cat_posts li a {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	text-decoration: none;
}

#cat_posts li a:hover {
	background: #990000;
	color: #fff;
}

/* COMMENTS */
#comments_form {
	float: left;
	margin: 20px 0 0 0;
	text-align: left;
	width: 540px;
}

#comments_form p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#comments_form a {
	border-bottom: 1px dotted #333;
	color: #660000;
	text-decoration: none;
}

ol.commentlist {
	margin:0;
	padding:0;
}

.commentlist li {
	color:#FFF;
	list-style:none;
	width:413px;
}

.commentlist .commenttext {
	background: url(images/bkg_comment.gif) no-repeat;
	padding:22px 22px 50px 22px;
}

.comment_author {
	text-transform: none;
}

.commentlist cite {
	display: block;
	color :#fff;
	text-transform: uppercase;
	font-style: normal;
	padding-bottom: 12px;
	font-size: 1.1em;
}

.commentlist a:link, .commentlist a:visited {
	color:#fff9b9;
}

.commentlist a:hover, .commentlist a:active {
	color:#FFF;
}

.commentlist .date {
	background:#660000;
	padding:3px;
}

#comments_form a:hover {
	border: 0px;
	text-decoration: none;
}

#comments_so_far {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

/* PAGE CONTENT */
#page_content {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 10px;
	text-align: justify;
	width: 520px;
}

#page_content p {
	margin-bottom: 1.5em;
}

#page_content h1 {
	color: #660000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
}

#page_content h2 {
	border-bottom: 1px dotted #333;
	color: #660000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#page_content h2 a {
	text-decoration: none;
}

#page_content h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
}

#page_content ul {
	margin: 0 0 10px 0;
}

#page_content li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 20px;
}

#page_content img {
	padding: 0 5px 0 0;
}