/*  
Theme Name: Dream On
Theme URI: http://www.wpdesigner.com
Description: Dream On Wordpress theme created by Small Potato (WPDesigner.com)
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family:Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #ffffff;
　　margin-top:0px;
	color:#4a545e;
}

/* ---------added 09/25/08----------- */
h1 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0; padding:8px 0 3px 16px;
	color:#d71920;
	font-size:254%;
	border-bottom:solid 13px #000000;
}
/* -------------------- */

h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #be070e;
}

a:hover{ text-decoration: none; }

a img{ border: none; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #fff;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #fff;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #e6eecb;
	color: #e6eecb;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #99000;
	background-color: #fff;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 900px;
	text-align: left;
	
}

#header{
	clear: both;
	padding:0px;
	width: 900px;
	color: #fff;
	vertical-align:bottom;
	/*border-bottom:5px solid #d71920;*/
	background:url(../../../../img/header_bg.gif) no-repeat left top;
}


#header h1{
	padding: 0 15px 0 0;
	background: #fff;
	text-transform: uppercase;
}

#header h1 a{
	padding: 0 20px 0 0;
	text-decoration: underline;
	background: #2e2e2e;
	color: #fff;
}

/*
-------------------------------
HEADER NAVIGATION
-------------------------------
*/

#header_navi {
	margin:0 0 16px 0; padding:0;
	width:900px; height:120px;
	list-style:none;
	}

#header_navi li {
	margin:0; padding:0; float:left;
	width:226px; height:120px;
	}

#header_navi li.navi04 {
	width:222px;
	}

#header_navi a {
	margin:0 4px 0 0; padding:95px 0 0 0;
	display:block;
	text-align:center;
	width:222px; height:23px;
	line-height:23px;
	font-size:14px;
	color:#ffffff;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

#header_navi a:hover {
	color:#d71920;
	}

#header_navi .navi01 a {	background:#333333 url(../../../../img/navi01.jpg) no-repeat left top;	}
#header_navi .navi02 a {	background:#333333 url(../../../../img/navi02.jpg) no-repeat left top;	}
#header_navi .navi03 a {	background:#333333 url(../../../../img/navi03.jpg) no-repeat left top;	}
#header_navi .navi04 a {	margin:0; background:#333333 url(../../../../img/navi04.jpg) no-repeat left top;	}

#header_navi .navi01 a:hover {	background:#333333 url(../../../../img/navi01.jpg) no-repeat right top;	}
#header_navi .navi02 a:hover {	background:#333333 url(../../../../img/navi02.jpg) no-repeat right top;	}
#header_navi .navi03 a:hover {	background:#333333 url(../../../../img/navi03.jpg) no-repeat right top;	}
#header_navi .navi04 a:hover {	background:#333333 url(../../../../img/navi04.jpg) no-repeat right top;	}


/*
------------------------------------
------------------------------------
*/

/* ------------added 09/25/08------------ */
#blog_content {
	margin:24px 0; padding:0;
	width:900px;
	}
/* ------------------------ */

#description-container{
    margin:0; padding: 5px 0; clear: both;
	width: 900px;
	background: #fff;
	color: #fff;
}

.description{
	padding: 5px;
	font-family: Georgia, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	background: #990000;
	color: #fff;
}
.description a{
	font-family: Georgia, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height:16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #fff;
}

.description p{
	border: 1px solid #c7c7c7;
	display:block;
	padding: 3px 8px;
	font-size: 16px;
	line-height:16px;
}

.page{
	clear: both;
	float: left;
	width: 900px;
	border-top: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
    margin-top: 5px;
	background: #FFF;
	color: #000;
}

.maincol{
	float: left;
	width: 659px;
	text-align: left;
	vertical-align: top;
}

.post{
	background: #F5F5EF;
}

.post_alt{
	background: #FAF9F6;
}

.post, .post_alt{
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.post h2, .post_alt h2{
	padding: 0 0 9px;
	border-bottom: 1px solid #CCC;
	color: #738338;
}

.post h2 a, .post_alt h2 a{
	text-decoration: underline;
	color: #6a6a6a;
}

.entry{
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 10px 0 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3{}

.entry  h4{ font-size: 16px; }

.entry h5{ font-size: 14px; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
	border: 1px solid #e6eecb;
	padding: 4px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 5px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 5px;
}

.entry p.postinfo{
	color: #333;
}

.postdate{
	color: #000;
}

.browse{
	padding: 20px;
	font-family: Georgia;
	font-size: 16px;
	border-top: 1px solid #e6eecb;
	line-height: 24px;
}

.browse a{
	color: #738338;
}

.sidebar{
	float: left;
	width: 241px;
	text-align: left;
	vertical-align: top;
    background-color:#FFF;
}

.sidebar ul{
	margin: 0;
	padding: 0 20px 20px 21px;
	list-style: none;
}

.sidebar ul li{
	padding: 20px 0 0;
}

.sidebar ul li h2{
	padding: 0 0 9px;
	border-bottom: 1px solid #ccc;
	color: #666;
}

.sidebar ul ul{
	padding: 0;
}

.sidebar ul ul li{
	padding: 8px 0 0;
	line-height: 16px;
}

.sidebar ul ul li.bulletless{
	padding: 15px 0 0;
}

.sidebar ul ul ul li{
	padding: 8px 0 0 15px;
}

/* comments template */

.comments-template{
	padding: 20px;
	border-top: 1px solid #e6eecb;
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e6eecb;
}

.comments-template h3, .comments-template h2{
	color: #666;
}

.comments-template h3#respond{
	padding: 20px 0 0;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #fff;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

/* Header */
.header_logo {
	padding: 18px 0 0 0;
}
.header_text {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 7px 0;
	color: #000000;
}
.header_navi {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	border-top:1px #b2b2b2 solid;
	border-left:1px #b2b2b2 solid;
	border-bottom:1px #b2b2b2 solid;
}
.header_navi a {
	color: #383838;
	text-decoration: none;
	display:block;
	padding: 6px 0 6px 0;
	background:#e8e8e8;
}
.header_navi a:hover {
	color: #ffffff;
	text-decoration: none;
	background:#696969;
}
.header_navi2 {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	border:1px #b2b2b2 solid;
}
.header_navi2 a {
	color: #383838;
	text-decoration: none;
	display:block;
	padding: 6px 0 6px 0;
	background:#e8e8e8;
}
.header_navi2 a:hover {
	color: #ffffff;
	text-decoration: none;
	background:#696969;
}

/*end Header */

/* Footer */


#footer {
	margin:0; padding:0;
	width:900px; height:66px;
	clear:both;
}

.footer_navi {
	margin:0; padding:0 10px;
	color:#ffffff;
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	background:#d71920;
	width:880px; height:25px;
	vertical-align:middle;
	}

.footer_navi a {
	color:#ffffff;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	}

.footer_navi a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.copylight {
	margin:0; padding:0 10px;
	display:block;
	width:880px; height:41px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	text-align:right;
	}

.copylight img {
	vertical-align:middle;
	}
	
	/*
---------------------------------------
BREAD CRUMB
---------------------------------------
*/

.bread_crumb {
	padding:0 0 0 16px;
	}

.bread_crumb a {
	font-size:93%;
	color:#333333;
	text-decoration:none;
	}

.bread_crumb a:hover {
	color:#d71920;
	text-decoration:underline;
	}

.bread_crumb span.active {
	color:#d71920;
	}

