/*-----------------------------------------------------------------------------
Theme Name: DreamVizions2008
Theme URI: http://dreamvizionproductions.com
Description: Custom Theme for DreamVizions
Version: 1.0
Author: Gretchen Cawthon/Katrina Fisher
Author URI: http://design.girlscantwhat.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/*** Typography ***
-----------------------------------------------------------------------------*/

body {
  font: 18px Palatino, serif;
  background: #4873f5 url(images/bg.jpg) top center repeat-x;
  color: #000;
}


/*** Headings ***
-----------------------------------------------------------------------------*/
h1 {
	margin: 0;
	display: none;
}

h2 {
	margin: 0;
	color: #000066;
}

.post h2 {
	font-size: 20px;
}

#sidebar h2 {
	
}


/*** Links ***/


a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #D59E19;
	text-decoration: underline;
}


/* @group Masthead
-----------------------------------------------------------------------------*/
#moon-wrap {
	width: 100%;	
	margin: 0;
	background: url(images/bg-moon.jpg) top center no-repeat;
}

#wrapper {
	width: 1001px;	
	margin: 0 auto;
	background: url(images/wrapper-bg.jpg) repeat-y;
}

#header {
	width: 1001px;
	height: 290px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/header.jpg) top left no-repeat;
	position: relative;
}
#twinkle {
	position: absolute;
	left: 158px;
	top: 59px;
	width: 145px;
	height: 116px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/twinkles.gif) top left no-repeat;
}

ul#nav  {
	float: right;
	list-style: none;	
	width: 600px;		
	padding: 0;	
	margin: 212px 70px 0 20px;
	display: inline;
}
ul#nav li {
	display: inline;
	margin: 0; 
	padding: 0;
}
ul#nav li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 4px 20px;	
	border-right: 1px solid #6c6d75;
	border-bottom: none;
	color: #000;
	font: bold 16px Palatino, serif;
	font-variant: small-caps;
	text-decoration: none;	
	letter-spacing: 1px;
}

ul#nav li a:hover, 
ul#nav li a:active {
	color: #6c6d75;
}


/* Content
-----------------------------------------------------------------------------*/
#content-wrap {
	float: left;
	width: 1001px;
	margin: 0;
	padding: 0;
	background: url(images/content-bg.jpg) top left no-repeat;
	min-height: 400px;
}

#content {
	float: left;
	width: 610px;
	margin: 0;
	padding: 15px 20px 0 75px;
	border-right: 1px solid #333333;
	font: 18px Palatino, serif;
	line-height: 22px;
}

#content p.white {
	color: #fff;
}

#content ul {margin-left: 15px;}

h2#page-title {
	color: #fff;
	font: 26px Palatino, serif;
	font-weight: 900;
	margin: 0 0 10px 0;
}

h2#page-title a {
	color: #fff;
	font-size: 26px;
	text-decoration: none;
}

#content h2, #content h2 a {
clear: both;
}

.post_nav {
	text-align: center;
}

#content .menu {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}
#content .menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
#content .menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/button.gif) no-repeat center center;
}
#content .menu li em {
	background: url(images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

blockquote {
	font-size: 12px;
	font-style: italic;
	padding: 10px 50px;
}

blockquote object {
	margin: 0 0 10px 0;
}


/* Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding: 15px 60px 0 15px;
}

ul#sidebar h2 {
	font-size: 18px;
	color: #000066;
}

ul#sidebar li {
	list-style-type: none;
}

ul#sidebar li ul {
	margin: 7px 8px 8px 10px; padding: 0;			
}

ul#sidebar li ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}

#wimpyplayer a {font-size: 12px;}

div#quotescollection_randomquote-0 p#quotescollection_nextquote-0 {
	text-align: right;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

div.textwidget {
	margin: 0 0 20px 0;
}

/* @end */

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 1001px;
	padding: 0;
	margin: 0;
	height: 100px;
	background: url(images/footer.jpg) bottom left no-repeat;
}

#footer p {
	text-align: center;
	font-size: 11px;
	width: 1001px;
	margin: 0;
	padding: 70px 0 0 0;
	color:#fff;
}

#footer a:link, #footer a:visited  {
	color:#ffff00;
}

#footer a:hover  {
	text-decoration: underline;
}

/* Forms
-----------------------------------------------------------------------------*/

form {
	margin:10px; padding: 0 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color:#000;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #000066;
	height:100px;
	display:block;
	color:#000;
}
input.button { 
	font: bold 12px Verdana, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #000;
	/*background: #e7e6e6 url(button.jpg) repeat-x;*/
	border: 1px solid #000066;
}

#searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
	/*width: 190px;*/
}

#searchform input {
	width: 150px;
	color: #000; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	/*margin-top: 10px;*/
	padding: 2px 5px;
	vertical-align: top;
}

#author {
	margin-top: 20px;
}

ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #000;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

table {
  width: auto;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table td {
  padding: 0;
	margin: 0;
	vertical-align: top;
}

table#home {
padding: 0;
margin: 0 15px 45px 15px;
width: 570px;
}

table#home td {
padding: 0;
margin: 0;
width: 190px;
}

table#contact {
padding: 0;
margin: 0 0 130px 0;
width: auto;
}

table#contact form.ddfm, table#contact div.ddfmwrap  {
padding: 0;
margin: 0;
}

table#contact p, table#contact label {
padding: 0 5px 0 0;
margin: 0;
color: #fff;
font-size: 16px;
}

table#contact input {
border: 1px solid #000066;
color: #000066;
}


/* Image Alignment and Caption
-----------------------------------------------------------------------------*/


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin:  0 10px 0 0;
}

.alignright {
   float: right;
   margin:  0 0 0 10px;
}

.wp-caption {
   /*border: 1px solid #ddd;*/
   text-align: center;
   /*background-color: #f3f3f3;*/
   padding-top: 4px;
   margin: 10px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
	 font: 16px Palatino, serif;
	 Color: #4873f5;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}