/* 
Theme Name: myDream Wordpress Solution
Theme URL: http://www.dreamchaserdesign.com
Description: A theme for my dream.
Author: Jason A Lindsey
Author URI: http://www.dreamchaserdesign.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
*--------------------------------------------------------------------------*/
html {
	height: 100%;
}

body {
	color: #333;
	background: url(images/bkg-site.png) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#body-wrap {
	background: url(images/bkg-body.jpg) repeat #fff;
	margin: 0 auto;
	text-align: center;
	width: 980px;
}

/* global: images
--------------------------------------------------------------------------*/
img {
	border: 0;
}

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 {
	display: inline;
	float: right;
}

.alignleft {
        display: inline;
	float: left;
}

/* global: paragraph text
--------------------------------------------------------------------------*/
p {
	color: #000;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0 5px 0;	
	text-align: justify;
}

p a {
	text-decoration: underline;
}

p a:hover {
	background: #336699;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}

b strong {
	font-weight: bold;
}

/* global: headers
--------------------------------------------------------------------------*/
h1, h1 a {
	background: url(images/bkg-headers.png) no-repeat;
	border: 1px 0 1px 0 solid #333;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 0 0 10px 0;
	padding: 2px 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	width: 620px;
}

h1 a:hover {
	background: #990000;
	color: #fff;
}

h2 {
	border: 0px;
	color: #006699;
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
}

h3 {
	border-bottom: 1px dotted #333;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
}

/* global: links
--------------------------------------------------------------------------*/
a {
	color: #990000;
}

a:hover {
	background: #336699;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}

/* header strip
--------------------------------------------------------------------------*/
#HEAD-container {
	background: #f0f0f0;
	border-bottom: 5px solid #333;
	text-align: center;
	width: 100%;
}

#HEAD-wrap {
	height: 50px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#HEAD-wrap a:hover {
	background: none;
}

#HEAD-left {
  display: inline;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

#HEAD-right {
	display: inline;
	float: right;
	text-align: right;
}

#HEAD-login a {
	color: #000;
	display: inline;
	float: right;
	font-weight: bold;
	font-size: 14px;
	margin: 18px 0 0 0;
	text-align: right;
	text-decoration: none;
}

#HEAD-login a:hover {
	background: #336699;
	color: #fff;
}

/* logo section
--------------------------------------------------------------------------*/
#LOGO-container {
	text-align: center;
	width: 100%;
}

#logo-wrap {
	height: 90px;
	margin: 0 auto;	
	text-align: center;
	width: 980px;
}

#logo a {
	border: 0px;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	width: 290px;
}

#logo a:hover {
	background: none;
}

#tweet {
	background: url(images/tweet.png) no-repeat;
	color: #fff;
	display: inline;
	font-size: 11px;
	float: right;
	height: 90px;
	line-height: 12px;
	text-align: left;
	width: 350px;
}

.tweet {
	margin: 30px 50px 0 150px;
}

.tweet a {
	color: #ccc;
}

.tweet a:hover {
	color: #fff;
}

/* navigation
--------------------------------------------------------------------------*/
#NAVI-container {
	background: url(images/bkg-navbar.png) repeat-x;
	height: 60px;
	line-height: 60px;	
	text-align: center;
	width: 100%;
}

#NAVI-wrap {
	margin: 0 auto;
	text-align: center;
	width: 980px;
}

#NAVI {
  display: inline;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

ul#nav li {
	display: inline;
	height: 38px;
	line-height: 38px;
	list-style-type: none;
	padding: 0 10px;
	text-align: left;
}

ul#nav a {
	border: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 5px 8px 5px;
	text-decoration: none;
}

ul#nav a:hover {
	background: #336699;
	color: #fff;
}

/* splash area
--------------------------------------------------------------------------*/
#SPLASH-container {
	background: #336699;	
	height: 290px;
	line-height: 290px;	
	text-align: center;
	width: 100%;
}

#SPLASH-wrap {
	background: url(images/bkg-splash.jpg) no-repeat;
	height: 290px;
	line-height: 290px;
	margin: 0 auto;	
	text-align: center;
	width: 980px;
}

#SPLASH-wrap a:hover {
	background: none;
}

/* content
--------------------------------------------------------------------------*/
#content-wrap {
	margin: 0 auto;
	overflow: auto;
	text-align: center;
	width: 980px;
}

#latest-post {
	background: #f0f0f0;
	border: 1px solid #333;
	color: #000;
	display: inline;
	float: left;
	margin: 20px 0 20px 15px;
	padding: 20px;
	text-align: justify;
	width: 618px;
}

#posts {
	color: #333;
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 17px;
	margin-right: 20px;
	text-align: justify;
	width: 618px;
}

.post-date {
	color: #333;
	font-size: 0.9em;
	padding: 0 0 5px 0;
}

/* sidebar widgets
--------------------------------------------------------------------------*/
#sidebar {
	display: inline;
	float: right;
	margin: 20px 0;
	overflow: hidden;
	text-align: left;
	width: 260px;
}

#sidebar h3 {
	background: #666;
	border-bottom: 0px;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 0 5px 0;
	padding: 5px 0px 5px 10px;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: none;
}

#sidebar-ads a:hover {
	background: none;
}

/* sidebar widgets: mail chimp
--------------------------------------------------------------------------*/
#mailchimp-widget legend {
  font-size: 20px;
}

#mc_signup_container {
	margin-bottom: 20px;
	padding: 10px 0 0 0;
}

#mc_signup_container form {
	background: #f0f0f0;
	border: 1px solid #333;
	color: #000;
	font-size: 1.2em;
	padding: 10px;
}

#mc_signup_container input {
  display: inline;
	float: left;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
}

#mc_signup_container .button {
  display: inline;
	float: left;
	font-size: 1.2em;
	margin: 0 0 10px 0;
  width: 80px;
}

#mc_unsub_link {
	padding: 3px 0 0 0;
}

#mc_display_rewards {
	background: #ccc;
	border: 1px dotted #ccc;
	margin: 0;
  width: 225px;
}

.mc_var_label {
	float: left;
}

/* sidebar widgets: collapsing categories
--------------------------------------------------------------------------*/
#widget-collapscat-4-collapsCatList {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.collapsCat {
  list-style-type: none;
	margin-left: 10px;
  padding: 3px 3px 3px 0;
}

.collapsCatPost {
  list-style-type: none;
	margin-left: 15px;
  padding: 3px 3px 3px 0;
}

/* comments
--------------------------------------------------------------------------*/
#comments {
	padding: 0;
	text-align: left;
	width: 640px;
}

ol.commentlist {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 640px;
}

.commentlist li {
	list-style: none;
	margin: 14px 0 14px 0;
}

.commentlist cite {
	background: url(images/bkg-comments.gif);
	border-top: 1px solid #d6e4c1;
	color: #333;
	display: block;
	padding: 7px;
}	

.commentlist a:link, .commentlist a:visited {
	color: #990000;
}

.commentlist a:hover, .commentlist a:active {
	color: #fff;
}

.commentlist cite img {
	border: 1px solid #aab59a;
  display: inline;
	float: left;
	margin-right: 9px;
	padding: 1px;
}

.commentlist .author {
	color: #003300;
	font-size: 1.2em;
}

.commentlist .time {
	background: url(images/bg-clock.gif) no-repeat 1px;
	color: #000;
	padding-left: 13px;
}

.commenttext {
	background: #f0f0f0;
	border-top: 1px solid #c5f386;
	color: #000;
	padding: 0 20px 2px 7px;
}

/* comments form
--------------------------------------------------------------------------*/
#comments_form {
	background: #f0f0f0;
	border: 1px solid #333;
  display: inline;
	float: left;
	margin: 20px 0 0 0;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	width: 598px;
}

#comments_form p {
	color: #333;
	font-size: 12px;
	text-align: left;
}

#comments_form a {
	color: #990000;
	text-decoration: underline;
}

#comments_form a:hover {
	border: 0px;
	color: #fff;
	text-decoration: none;
}

/* footer
--------------------------------------------------------------------------*/
#footer_wrap {
	margin: 0 auto;
	padding: 20px;
	width: 940px;
}

#copyright-wrap {
	margin: 0 auto;
	width: 980px;
}

#copyright-left {
	color: #999;
  display: inline;
	float: left;
	font-size: 1.1em;
	margin-top: 10px;
	text-align: left;
	width: 680px;
}

#copyright-right {
  display: inline;
	float: left;
	width: 300px;
}

#copyright-wrap a {
	color: #999;
}

#copyright-wrap a:hover {
	color: #fff;
}