@charset "utf-8";
/*  
Theme Name: Fight the Future.
Theme URI: http://www.dreamnotoftoday.com/
Description: The default theme for Dream Not Of Today.
Version: 1.0
Author: Rob Spectre
Author URI: http://www.dreamnotoftoday.com/
	
*/

/* General Start */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif, "宋体";
        background: #78762f;
	color: #000;
	margin: 0;
	padding: 0;
	}

#bgcontain {
    width: 818px;
	background: #c9da2a url('images/pinstripe2.png') repeat-x;
	border-left: 10px solid #231f1f;
	border-right: 10px solid #231f1f;
	margin: 0 auto;
	text-align: left;
	}

.contain { padding: 0 22px; }
.clear { clear: both; }
.none { display: none; }
.center { text-align: center; }
hr { display: none;	}
a img {	border: none; }

#header h1 {
     display: none;
     }

h1 {
display: block;
	margin: 0;
	padding: 6px 0 0 0;
	margin: 0 0 0 250px;
	font-size: 24px;
	}

h1.tagline {
display: block;
	margin: 6px 0 0 250px;
	padding: 0;
	font-size: 12px;
	color: #fff;
	}

h1 a, h1 a:hover { 
	width: 400px;
	height: 85px;
	color: #fff;
	}

h2 {
	margin: 20px 0 0;
	color: #000;
	}

h2.pagetitle {
	margin-top: 25px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 25px 0 0;
	font-size: 18px;
	color: #000;
	}
	
h4 {
	margin: 30px;
	padding: 2px 0 0;
	height: 5px;
        clear: both;
	font-size: 13px;
	color: #78762f;
	}

h4 a, h4 a:hover { 
	width: 50px;
	height: 10px;
	color: #fff;
	}

h3.comments {
	padding: 0;
	margin: 30px 0 0;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

/* General End */


/* Header and Menu Start */
	
#header {
	background: black url('images/logo.png') no-repeat;
	padding: 0 10px;
	margin: 0;
	height: 116px;
        width: 740px;
	}
	
#header form {
    float: left;
	margin-top: 62px;
	}

#header form input {
    border: 1px solid #000;
	background: #fff;
	height: 14px;
	padding: 2px 0 2px 4px;
	width: 128px;
	font-size: 12px;
	color: #000;
	}
	
#header form input:focus {
    border: 1px solid #000;
	background: #fff;
	height: 14px;
	padding: 2px 0 2px 4px;
	width: 128px;
	font-size: 12px;
	color: #000;
	}

#header form input#searchsubmit {
    border: none;
	width: 64px;
	height: 20px;
	padding: 0;
	margin-bottom: 1px;
	vertical-align: bottom;
	}
	
#menu {
    background: #c9da2a url('images/navigation.png') no-repeat;
	height: 33px;
	padding: 0 0 0 22px;
	margin: 0;
	text-align: left;
    }

#menu ul {
    margin: 0;
	padding: 0;
	}

#menu li {
    list-style-type: none;
	margin-right: 20px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	float: left;
	}

#menu li a {
    color: #231f1f;
	text-decoration: none;
	}

#menu li a:hover {
    color: #f6f19c;
        border-bottom: 10px solid #78762f;
        }

#menu li a:visited {
    color: #78762f;
        text-decoration: none;
        }

	
.current_page_item {
    background: url('images/licurrent.gif') no-repeat bottom left;
	}	
	

	
/* Header and Menu End */


/* Content Start */

#content {
	font-size: 1em;
	background: #f6f19c;
	border: 0px 15px 15px 0px solid #78762f;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px;
	margin: 0;
	width: 550px;
	}
	
.narrowcolumn .postmetadata {
	padding: 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	}
	
.narrowcolumn .entry {
	line-height: 20px;
	}

.narrowcolumn .entry ul li {
    list-style-type: square;
	}

.narrowcolumn .entry ol {
    padding-left: 9px;
	}
		
.narrowcolumn .entry ol li {
    list-style-type: decimal;
	}
	
html>body .entry ul {
	margin-left: 5px;
	padding: 0 0 0 20px;
	list-style: square;
	text-indent: -5x;
	} 
	
html>body .entry ol {
	margin-left: 5px;
	padding: 0 0 0 20px;
	list-style: decimal;
	text-indent: -5px;
    }
	
html>body .entry li {
	margin: 7px 0 7px 10px;
	padding: 0 0 0 10px;
	}
	
.alt {
	background-color: #f6f19c;
	border: none;
	}
	
.alttwo {
    background-color: #f6f19c;
	border: none;
	}

.entry {
        padding: 68px 3px 0px 3px;
}

.entry a {
         color: #78762f;
}
.entry p a:visited {
	color: #b85b5a;
	}


.entry p.meta {
    margin: 0;
	padding: 2px 0;
	border-top: 1px dotted #DDD;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry img {
        padding: 5px;
        }

.post {
	margin: 20px 0;
	text-align: left;
	}

ul.date {
        background: #c9da2a;
	width: 80px;
	height: 100px;
	float: left;
	margin: 0 10px 0 5px;
	padding: 0;
        border: 3px solid #ffc10f;
	}

li.day {
    font-size: 12px;
	color: #231f1f;
        padding: 0 0 0 10px;
	list-style-type: none;
        float: left;
	margin-top: 0px;
	}
	
li.month {
        font-size: 12px;
	color: #231f1f;
	font-weight: bold;
        float: left;
	text-transform: uppercase;
	list-style-type: none;
	margin-top: 0px;
	}

li.year {
        font-size: 12px;
	color: #231f1f;
	font-weight: normal;
        float: left;
	list-style-type: none;
        margin-top: 0px;
	}
	
ul.title {
       float: left;
	margin: 0;
	padding: 0;
	}
	
li.topic {
    list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 4px;
	}

li.topic a:hover {
    color: #000;
	text-decoration: none;
	}

li.postmeta {
    color: #000;
    list-style-type: none;
	font-size: 9px;
        border-top: 5px solid #ffc10f;
	padding-top: 8px !important;
	padding-top: 5px;
	text-transform: uppercase;
	clear: right;
	}

dt {
   font-weight: bold;
   }

dd {
   padding: 0 0 5px 0;
   }
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin: 0 auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.code {
        background: #ffc10f;
        word-wrap: break-word;
      }

.author {
        font-weight: bold;
        }
.rating {
	clear: both;
	margin: 3px 0 0 0;
	display: block;
	}

/* Content End */


/* Navigation Start */

.navigation {
    font-size: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	text-transform: uppercase;
	}

.navigation span {
    border: 1px solid #808080;
	background: #fff;
	padding: 4px;
	color: #000;
	}
	
.navigation a {
    border: 1px solid #808080;
	background: #fff;
	padding: 4px;
	color: #000;
	}
	
/* Navigation End */


/* Comment Start */

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
        font-color: black;
	margin: 3px 0;
	}
	
#commentform p#xhtml {
    background: #fff;
	border: none;
	margin: 5px 0;
	padding: 5px 4px;
	}

#commentform input {
	width: 170px;
	height: 14px;
	padding: 3px 4px;
	margin: 3px 5px 1px 0;
	background: #fff;
	border: 1px solid #ffc10f;
	color: #808080;
	}

#commentform textarea {
	width: 60%;
	padding: 3px 4px;
	margin: 3px 5px 1px 0;
	background: #fff;
	border: 1px solid #ffc10f;
	color: black;
	}

#commentform #submit {
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	width: 175px;
	height: 23px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	}

.commentlist li {
	margin: 8px 0 0;
	padding: 8px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 5px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 12px Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li span.gravatar {
    display: none;
    background: url('images/defaultgravatar.gif');
    float: right;
	border: 2px solid #ffc10f;
	width: 26px;
	height: 26px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #000;
	}

.commentmetadata a {
    color: #000;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #ffc10f;
	padding: 5px 0;
	display: block;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* Comment End */


/* Sidebar Start */

#sidebar {
	padding: 20px 0;
        margin-top: 35px;
	float: right;
	width: 200px;
	background: #f6f19c;
	border: 0px 10px 10px 0px solid #78762f;
	}
	
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li h2 {
	padding: 0 0 5px 22px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	}

/* #sidebar ul li img {
    width: 200px;
	height: 78px;
	} */

#sidebar ul p {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 8px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 4px 0;
	padding: 0 0 0 12px;
	line-height: 14px;
	}

#sidebar ul ul li a, #sidebar ul ol li a {
    color: #000;
	}

#sidebar .widgettitle {
       border-bottom: 3px solid #ffc10f;
       }
#subscribe2widget p {
       padding: 0 0 0 15px;
       }http://lorelle.wordpress.com/2006/03/10/playing-with-wordpresscom-new-sidebar-widgets/

#tag_cloud a {
       padding: 0 0 0 10px;
       }
	
/* Sidebar End */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
        background: #faf6ad;
	border-left: 5px solid #ffc10f;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Footer Start */	

#footer {
	background: #231f1f; 
	border-top: 3px solid #c9da2a;
	padding: 0;
	margin: 0 auto;
	width: 818px;
	clear: both;
	}

#footer p {
    color: #f6f19c;
	font-size: 10px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	}
	
#footer p a {
    color: #f6f19c;
	}

/* Footer End */
img.runforcover {
    max-height: 70px;
    max-width: 70px;
    margin: 5px;
    }

.rsswidget img {
    display: none;
}

/* Pull quotes begin */
blockquote.pullquote {
	float: right;
	width: 15em;
        margin : -5px 0 10px 10px;
	padding: 0px 5px 10px 5px;
	border: 3px 0px 3px 0px solid #ffc10f;
	background: url('images/pullquote.png') bottom right no-repeat transparent;
        font-family: Arial, sans-serif;
        font-size: 150%;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        text-indent: 20px;
	}
blockquote.alt {
	float: left;
	margin: 0.25em 0 0.25em 0.75em;
	}
.pullquote p {
	}
.pullquote p:first-letter {
	text-transform: uppercase;
	}
/* Pull quotes end */

/*Image Caption Begin*/

.wp-caption {
        border: 1px solid #ffc10f;
        text-align: center;
        background-color: #c9da2a;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.author_photo {
    float: left;
    list-style-type: none;
}

/*Image Caption End*/

/* Widget Start*/


#tweetmeme_widget {
     background-color: #f6f19c !important;
}

#tweetmeme_button {
     background-color: #f6f19c !important;
}

#disqus_thread {
	padding: 3px;
}

/* Widget End */

