/*
Theme Name: myDream
Theme URI: http://dreamchaserdesign.com/
Author: Jason A. Lindsey
Author URI: http://dreamchaserdesign.com/
Description: A theme for my dream.
Version: 2.0

myDream is licensed under paid development - do not steal it.
*/

/* css reset
by eric meyer: http://meyerweb.com/eric/tools/css/reset/index.html
------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/* global: site
*--------------------------------------------------------------------------*/
html {
	height: 100%;
}

body {
	color: #333;
	background: url(images/bkg-site.jpg) repeat-x #fff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
}

#site-container {
	border-bottom: 1px solid #000;
	text-align: center;
	width: 100%;
}

hr {
	margin: 0 0 20px 0;
}

#single-container li {
	font-size: 1.2em;
	list-style-type: disc;
	line-height: 18px;
	margin: 0 20px;
}

/* global: links
--------------------------------------------------------------------------*/
a {
	color: #990000;
}

a:hover {
	background: #336699;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}

/* global: paragraph text
--------------------------------------------------------------------------*/
p {
	color: #000;
	font-size: 1.2em;
	line-height: 18px;
	padding: 5px 0;	
}

a {
	font-size: 1.0em;	
	text-decoration: underline;
}

p a:hover {
	background: #336699;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}

b strong {
	font-weight: bold;
}

.footnote {
	color: #999;
	font-size: 1em;
	height: 10px;
	line-height: 10px;
}

/* guest post */
.guestpost {
	background: #c4e0ff;
	border: 2px solid;
	border-color: #7fb3ee;
	color: #204772;
	font-size: 1.2em;
	line-height: 50px;
	padding: 8px;
	text-align: left;
}

.repost {
	background: #fff6bf;
	border: 2px solid;
	border-color: #ffd324;
	color: #514721;
	font-size: 1.2em;
	line-height: 50px;
	padding: 8px;
	text-align: left;
}

/* global: headers
--------------------------------------------------------------------------*/
/* post headers */
h1, h1 a {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-decoration: none;
	vertical-align: middle;
	width: 620px;
}

h1 a:hover {
	background: #336699;
	color: #fff;
}

/* page/post sub-headers */
h2 {
	border: 0px;
	color: #336699;
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 0 0 0;
	text-decoration: none;
}

 /* sidebar widget headers */
h3 {
	color: #336699;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-decoration: none;
	vertical-align: middle;
	width: 620px;
}

/* page headers with sidebar */
#page-container h3 {
	background: url(images/page-bkg-header.gif) repeat-x;	
	border: 1px solid #999;
	color: #999;
	font-size: 2.6em;
	font-weight: bold;
	height: 40px;
	margin: 20px 0 0 20px;
	padding: 15px 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 920px;
}

/* page headers without sidebar */
#page-alt-container h3 {
	background: url(images/page-bkg-header.gif) repeat-x;	
	border: 1px solid #999;
	color: #999;
	font-size: 2.6em;
	font-weight: bold;
	height: 40px;
	margin: 20px 0 0 20px;
	padding: 15px 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 920px;
}

/* general headers */
h4 {
	border-bottom: 1px dotted #333;
	color: #336699;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	text-decoration: none;
	vertical-align: middle;
	width: 620px;
}

/* portfolio headers */
h5 {
	background: #333;
	color: #fff;
	font-size: 1.4em;
	margin: 0 0 0 5px;
	padding: 5px;
}

/* 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 8px 2px 0;
	display: inline;
}

.alignright {
	display: inline;
	float: right;
}

.alignleft {
	display: inline;
	float: left;
}

/* A - logo/social
--------------------------------------------------------------------------*/
#A-container {
	background: #e9e5d7;
	text-align: center;
	width: 100%;
}

#A-wrap {
	height: 100px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#A-wrap a:hover {
	background: none;
}

#A-left {
  display: inline;
	float: left;
	text-align: left;
	width: 320px;
}

#A-middle {
  display: inline;
	float: left;
	padding-left: 60px;
	text-align: left;
	width: 260px;
}

#A-right {
	display: inline;
	float: right;
	margin: 20px 20px 0 0;
	text-align: right;
	width: 320px;
}

.A-phone-number {
	color: #336699;
	font-size: 1.7em;
	font-weight: bold;
}

/* B - navigation
--------------------------------------------------------------------------*/
#B-container {
	background: #336699;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

#B-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#B-navigation {
  display: inline;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
}

#B-dropdown {
	color: #fff;
	height: 30px;
	list-style: none;
	position: relative;
	width: 100%;
	z-index: 99;
}

/* parent menu */
#B-dropdown li a, #C-dropdown li a:visited {
	color: #fff;
	display: block;
	font-size: 1.4em;
	line-height: 30px;
	margin: 4px 0;
	padding: 0 11px;
	text-align: center;
	text-decoration: none;
}

#B-dropdown li a:hover, #B-dropdown li a:visited:hover {
	background-color: #fff;
	color: #336699;
	text-decoration: none;
}

/* child menus */
#B-dropdown li ul li a, #B-dropdown li ul li a:visited {
	background-color: #333333;
	color: #fff;
	display: block;
	line-height: 30px;
	margin: 0 5px 0 0;
	padding: 0 9px;
	text-align: left;
	text-decoration: none;
	width: 200px;
}

#B-dropdown li ul li a:hover, #B-dropdown li ul li a:visited:hover {
	background-color: #f1f1f1;
	color: #333333;
	text-decoration: none;
}

#B-dropdown li ul {
	list-style: none;	
	position: absolute;
	visibility: hidden;
}

#B-dropdown li:hover ul, #B-dropdown li.hover ul {
	visibility: visible;
}

#B-dropdown li:hover ul ul, #B-dropdown li.hover ul ul {
	visibility: hidden;
}

#B-dropdown li li:hover ul, #B-dropdown li li.hover ul {
	visibility: visible;
}

#B-dropdown li li:hover ul ul, #B-dropdown li li.hover ul ul {
	visibility: hidden;
}

#B-dropdown li li li:hover ul, #B-dropdown li li li.hover ul {
	visibility: visible;
}

#B-dropdown li {
	float: left;
}

#B-dropdown li ul li {
	float: none;
}

/* C - splash
--------------------------------------------------------------------------*/
#C-container {
	background: url(images/C-bkg-splash.jpg) repeat-x;
	height: 300px;
	line-height: 300px;
	text-align: center;
	width: 100%;
}

#C-wrap {
	background: url(images/C-splash-bkg-static.jpg);
	height: 300px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#C-wrap a:hover {
	background: none;
}

#C-left {
	float: left;
	text-align: left;
	width: 660px;
}

#C-right {
  display: inline;
	float: left;
	text-align:left;
	width: 320px;
}

/* D - blog
--------------------------------------------------------------------------*/
#D-container {
	text-align: center;
	width: 100%;
}

#D-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#D-posts {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	display: inline;
	float: left;
	margin: 0 0 20px 20px;
	padding: 20px;
	text-align: left;
	width: 600px;
}

.D-details {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 1em;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 3px 0 5px 0;
	text-align: left;
}

.D-details img {
	height: 20px;
	padding: 0 5px 0 0;
	vertical-align: middle;	
	width: 20px;
}

.D-thumbnail {
}

/* E - sidebar
--------------------------------------------------------------------------*/
#E {
	display: inline;
	float: right;
	margin: 0 20px 20px 0;
	overflow: hidden;
	text-align: left;
	width: 280px;
}

#E 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 5px;
}

#E a {
	text-decoration: underline;
}

#E a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}

#E-tweet {
	background: url(images/E-bkg-twitter.png) no-repeat;
	color: #000;
	display: inline;
	font-size: 1.1em;
	float: right;
	height: 150px;
	line-height: 12px;
	text-align: left;
	width: 280px;
}

#E-box {
	display: inline;
	font-size: .9em;
	float: right;
	margin-bottom: 10px;
	text-align: left;
	width: 280px;
}

#E-box li {
	font-size: 1.6em;
}

#E-box li a {
	line-height: 20px;
	margin-left: 5px;
}

#E-box li a:hover {
	background: #336699;
}

.E-tweet {
	margin: 50px 25px 0 135px;
}

.E-tweet a {
	color: #99000;
}

.E-tweet a:hover {
	color: #fff;
}

.E-bullets {
	color: #333;
	display: block;	
	font-size: 1.3em;
	line-height: 17px;
	margin: 0 0 0 10px;
}

/* F - resources
--------------------------------------------------------------------------*/
#F-container {
	background: url(images/F-bkg-resources.jpg) repeat-x;
	height: 279px;
	line-height: 279px;
	text-align: center;
	width: 100%;
}

#F-wrap {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

#F-wrap img {
	padding: 0 0 10px 0;
}

#F-left {
  display: inline;
	float: left;
	height: 280px;
	margin: 10px 20px 0 0;
	text-align: left;
	width: 300px;
}

#F-middle {
  display: inline;
	float: left;
	height: 280px;
	margin-top: 10px;
	text-align: left;
	width: 300px;
}

#F-right {
  display: inline;
	float: right;
	height: 280px;
	margin-top: 10px;
	text-align: left;
	width: 300px;
}

.F-resource-title {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
}

#F-container li {
	color: #000;
	font-size: 1.2em;
	line-height: 17px;
	margin: 0 5px;
	padding: 5px 0;
}

/* G - footer
--------------------------------------------------------------------------*/
#G-container {
	text-align: center;
	width: 100%;
}

#G-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#G-wrap a {
	color: #999;
}

#G-wrap a:hover {
	color: #fff;
}

#G-left {
	color: #999;
  display: inline;
	float: left;
	font-size: 1.1em;
	margin: 20px 0 20px 20px;
	text-align: left;
	line-height:14px;
	width: 240px;
}

#G-right {
  display: inline;
	float: left;
	margin: 10px 20px 20px 0;
	width: 700px;
}

/* page.php with sidebar
--------------------------------------------------------------------------*/
#page-container {
	text-align: center;
	width: 100%;
}

#page-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#page-content {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 20px;
	text-align: left;
	width: 600px;
}

/* same as post headers */
#page-content h1, h1 a {
	color: #43230a;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	text-decoration: none;
}

/* page.php without sidebar
--------------------------------------------------------------------------*/
#page-alt-container {
	text-align: center;
	width: 100%;
}

#page-alt-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#page-alt-content {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	text-align: left;
	width: 936px;
}

/* same as post headers */
#page-alt-content h1, h1 a {
	color: #43230a;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	text-decoration: none;
}

#page-alt-left {
	color: #999;
  display: inline;
	float: left;
	font-size: 1.1em;
	margin: 20px 0 20px 20px;
	text-align: left;
	width: 580px;
}

#page-alt-right {
	background: url(images/bkg-site.jpg) repeat-x #fff;	
	border: 1px solid #999;
  display: inline;
	float: left;
	margin: 25px 20px 20px 20px;
	padding: 0 20px;
	width: 240px;
}

#page-alt-box {
	color: #333;
	font-size: 1.4em;
	line-height: 20px;
	margin: 20px 0 40px 0;
	text-decoration: none;
}

.page-alt-sidebar-headers {
	color: #43230a;
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 10px 10px 0;
	padding: 0 0 20px 0;
	text-decoration: none;
	vertical-align: middle;
	width: 620px;
}

.page-alt-banner-headers {
	color: #779d34;
	font-size: 3em;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin: 10px 20px 0 35px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: 936px;
}

.page-alt-banner-headers img {
	margin: 0 0 0 20px;
	vertical-align: middle;
}

/*  single.php
--------------------------------------------------------------------------*/
#single-container {
	text-align: center;
	width: 100%;
}

#single-container h3 {
	background: url(images/page-bkg-header.gif) repeat-x;	
	border: 1px solid #999;
	color: #999;
	font-size: 2.6em;
	font-weight: bold;
	height: 40px;
	margin: 20px 0 0 20px;
	padding: 15px 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 920px;
}

#single-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#single-content {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 20px;
	text-align: left;
	width: 600px;
}

/*  category.php
--------------------------------------------------------------------------*/
#category-container {
	text-align: center;
	width: 100%;
}

#category-container h3 {
	background: url(images/page-bkg-header.gif) repeat-x;	
	border: 1px solid #999;
	color: #999;
	font-size: 2.6em;
	font-weight: bold;
	height: 40px;
	margin: 20px 0 0 20px;
	padding: 15px 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 920px;
}

#category-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#category-content {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 20px;
	text-align: left;
	width: 600px;
}

/* 404 error
--------------------------------------------------------------------------*/
#ERROR-container {
	text-align: center;
	width: 100%;
}

#ERROR-wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#ERROR-content {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 20px;
	text-align: left;
	width: 600px;
}

/* comments.php
--------------------------------------------------------------------------*/
#comments {
	padding: 0;
	text-align: left;
	width: 598px;
}

ol.commentlist {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 598px;
}

.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 20px 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;
}

/* portfolio menu
--------------------------------------------------------------------------*/
#portfolio-menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 20px 0 20px 3px;
	padding: 0;	
}

#portfolio-menu li {
	display: inline;
}

#portfolio-menu ul li a {
	background: #336699;
	color: #fff;
	margin: 3px;
	padding: 5px 10px;
	text-decoration: none;	
}

#portfolio-menu ul li a:hover {
	background: #333;	
	color: #fff;
}

#portfolio {
	font-size: 1.2em;
	line-height: 17px;
	padding-bottom: 20px;
	width: 620px;
}

/* contact form
--------------------------------------------------------------------------*/
#contact-one {
	background: #f0f0f0;
	margin: 10px 0;
	padding: 5px 10px 10px 10px;
}

#contact-two {
	background: #e0e0e0;
	margin: 10px 0;
	padding: 5px 10px 10px 10px;
}

/* wp stats - no smiley
--------------------------------------------------------------------------*/
img#wpstats {
	display: none;
}

/* widget sidebars
--------------------------------------------------------------------------*/
#widgit-sidebar {
	/* background: url(images/bkg-site.jpg) repeat-x #fff; */
	/* border: 1px solid #999; */
	margin-top: 10px;
	padding: 10px;
}

#widgit-sidebar h3 {
	background: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #333;
	border-left: none;
	color: #336699;
	font-size: 2em;
	margin: 0 0 5px 0;
	padding: 0 0 0 3px;
	text-transform: none;
	width: 240px;
}

/* download links */
.downloadlink {
	background: #e6efc2;
	border: 2px solid;
	border-color: #c6d880;
	color: #264409;
	font-size: 1.4em;
	line-height: 50px;
	padding: 8px;
	text-align: left;
}

/* clear
--------------------------------------------------------------------------*/
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

#smart-archives-fancy {
margin-top: 20px;
}

/* remember to compress live stylesheet and keep an uncompressed backup */
