/*
Theme Name: Daisy Gray
Theme URI: http://wordpress-themes.rosecitygardens.com
Description: Two column, right sidebar, widget-ready neutral theme in gray and white. Search engine friendly design includes a tabbed, 2-level page menu. Includes an alternative body background. 

Version: 1.02
Author: Rose City Sister
Author URI: http://rosecitygardens.com
Tags: silver, white, fixed-width, two-columns, right-sidebar, threaded-comments

	Daisy Gray 1.02
	http://wordpress-themes.rosecitygardens.com

	This theme was designed and coded by RoseCityGardens.com.
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Remove default margins and padding and set default font and color */

* {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode',Arial,Verdana,Helvetica,Geneva,sans-serif;
	font-weight: 500;
	color: #666;
}

/* Basic layout */

body {
	text-align: center;
	background-color: #fff;
	background-image: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/background2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	font-size: 62.5%;
}

#header {
	width: 750px;
	height: 120px;
	background:  #fff url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/top-container.gif) repeat-x top;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 2px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	clear: both;
	text-align: left;
}

#page {
	width: 750px;
	height: 100%;
	background: #fff url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/sidebar-background.gif) no-repeat top left;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
}

#content {
	width: 480px;
	float: left;
	padding-left: 15px;
}
#sidebar {
	float: right;
	width: 190px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;

}

#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background: #fff url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/footer.gif) repeat-x bottom;
	margin-bottom: 30px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* Header */

#headerimg {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}

#header #headerimg h1, #header #headerimg a {
	font: 500 50px Verdana,Arial,'Lucida Grand',sans-serif;
	color: #999;
	text-decoration: none;
    clear: both;
    padding: 0;
    margin: 0;
}

.description {
	font: 500 1.0em Arial,'Lucida Sans Unicode',sans-serif;
	color: #999;
	letter-spacing: .2em;
    float: right;
    padding-right: 30px;
    padding-top: 40px;

}

/* end header */


/* Post Formatting */

.post {
	width: 450px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}


/* headings */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,'Lucida Grand',Arial,sans-serif;
	line-height: 150%;
}

h1, h1.posttitle, h2.posttitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2.0em;
 	color: #999;
}

#pagetitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2.4em;
 	color: #999;
}

.posttitle a {
	margin-left: 10px;
	font: 500 1.2em Verdana,Geneva,Helvetica,Arial,sans-serif;
	text-decoration: none;	
}

.posttitle {
	padding-top: 5px;
}

h3.archive-title {
	padding-bottom: 10px;
}

h3.archive-title a {
	font-weight: 500;
	font-size: 1.4em;
	color: #999;
	text-decoration: none;
} 

h2 {
	font-size: 1.6em;
	font-weight: 500;
}

h3 {
	font-size: 1.4em;
	font-weight: 500;
}

 

h4, h5, h6 {
	font-weight: 500;
	color: #000;
}

h1 a:link, h1 a:visited, .posttitle a:link, .posttitle a:visited {
	color: #999;
}

/* paragraphs */

p, .post p, .entry p {
	font: 500 1.3em Arial,Helvetica,Geneva,sans-serif;
	margin-bottom: 10px;
	line-height: 150%;
} 

/* unordered lists */

.post ul {
	list-style: none;
	margin-bottom: 10px;
}

.post ul li {
	list-style: none;
	background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/square.gif) no-repeat top left;
    padding-left: 15px;
    line-height: 150%;
	font: 500 1.3em Arial,Helvetica,Geneva,sans-serif;
}

/* ordered lists */
	
.post ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

.post ol li {
	font: 500 1.3em Arial,Helvetica,Geneva,sans-serif;
}

/* definition lists */

dl {
	clear: both;
	display: block;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.1em;
}

dl dt {
	left: 0;
	width: 110px;
	font-weight: 600;
	float: left;
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}

dd {
	border-left: 1px solid #ccc;
	margin: 0 0 10px 130px;
	padding: 0 0 1em 1em;
	width: auto;
	text-align: left;
}

/* miscellaneous */

.clear {
	width: 100%;
	clear: both;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* fieldsets and forms */

fieldset label {
	padding-bottom: 15px;
	padding-bottom: 5px;
	clear: both;
	font-size: 1.1em;
	line-height: 150%;
	text-align: left;
}

fieldset form {
	text-align: left;
}

fieldset {
	text-align: left;
	padding: 10px;
	border: 1px dotted #ccc;
}

legend {
	color: #000;
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 0 4px;
	font-size: 1.2em;
}

p label, label {
	display: block;
	clear: both;
	margin-bottom: 0px;
	padding: 0;
	color: #000;
}

pre {
	width: 465px;
	overflow: scroll;
	margin-bottom: 10px;
}

input, textarea {
	margin-bottom: 10px;
	padding-top: 0px;
	background-color: transparent;
	background-image: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque.gif);
	border: 1px solid #ccc;
	text-align: left;
}

select {
	margin-bottom: 10px;
	text-align: left;
}
	
input.file {
	background: transparent;
	border: none;
	text-align: left;
}

fieldset p, p input {
	text-align: left;
}

.button, input#submit {
	background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/button-bg.gif) repeat-x;
	padding: 4px;
}

/* tables */

table, th, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

th {
	background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque.gif) repeat;
	font-weight: 600;
}

th, td {
	padding: 5px;
}

/* blockquotes */

blockquote {
	display: block;
	width: auto;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque.gif) repeat;
}

/* sidebar formatting */

#sidebar ul li {
	list-style: none;
	width: 175px;
	line-height: 150%;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 1.4em;
	display: block;
}

#sidebar ul li ul li, #sidebar ul li ul li ul li {
	border: none;
	padding: 0;
	padding-left: 10px;
	font-size: .8em;
	border: 1px solid #ccc;
	border-top: none;
	background-image: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque-white.gif);
	margin-bottom: 0px;
}

#sidebar ul li ul li ul li {
	border: none;
	background-image: none;
	font-size: 100%;
}

#sidebar ul li ul li a, #sidebar ul li ul li ul li a, #sidebar ul li ul li ul li ul li a {
	text-decoration: none;
	background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/rarrow.gif) top left no-repeat;
	padding-left: 15px;
}

div.sidehead {
	width: 175px;
	height: 25px;
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/button-bg.gif) repeat-x top;
	border: 1px solid #ccc;
	padding-left: 10px;
	padding-top: 5px;
}

/* searchform */

#searchform {
	margin-bottom: 20px;
	display: block;
	clear: both;
    width: 200px;
}

#s {
	width: 150px;
	border: 1px dotted #ccc;
	float: left;
	height: 23px;
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque.gif) repeat;
}

#searchsubmit {
	background: #fff url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/button-bg.gif) repeat-x;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 25px;
	margin-left: 5px;
	padding: 2px;
}

.hidden {
	display: none;
}

/* Date Button */

.post-date {
	width: 40px;
	height: 40px;
	float: left;
	background: transparent;
	text-align: left;
	padding: 0;
	border: 1px solid #ddd;
}

.month {
	width: 40px;
	height: 16px;
	vertical-align: top;
	font: 500 11px Arial,sans-serif;
	color: #000;
	background: #eee;
	border-top: 1px solid #ddd;
	text-align: center;
	padding-top: 2px;
}

.day {
	width: 40px;
	padding-top: 1px;
	vertical-align: bottom;
	height: 24px;
	font: 700 18px Arial,sans-serif;
	color: #999;
	text-align: center;
}

.headertag {
	margin-bottom: 20px;
}

/* RSS, comment and edit links */
	
.tiny-rss {
	font: 500 .8em Verdana,Arial,sans-serif;
	text-decoration: none;
	padding-left: 15px;
	background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/rss.gif) no-repeat top left;
	height: 16px;
}

.tiny-comments {
	width: 92px;
	height: 50px;
	text-align: center;
	padding-top: 5px;
	float: right;
	background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/comment-box.gif) no-repeat left;
}

/* link colors */

a:link, a:visited {
	color: #666;
}
a:active, a:hover {
	color: #000;
}

/* next-previous links navigation */

.navigation {
	width: auto;
	margin-right: 36px;
	display: block;
	clear: both;
	margin-bottom: 20px;
	background: transparent;
}

.navigation .alignright {
	width: 40%;
	float: right;
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/rarrow.gif) no-repeat top right;
	padding-right: 20px;
	text-align: right;
}

.navigation .alignleft {
	float: left;
	width: 40%;
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/larrow.gif) no-repeat top left;
	padding-left: 20px;
	text-align: left;
}

/* required classes */

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

/* comment form */

textarea#comment {
		background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque.gif) repeat;
		border: 1px solid #ccc;
		width: 400px;
		height: 200px;
}

/* postmetadata */

p.postmetadata {
	padding-top: 10px;
}

.postmetadata small {
	font-size: 100%;
}

p.postmetadata {
	color: #666;
}

p.postmetadata a:link, p.postmetadata a:visited {
	color: #666;
}

p.postmetadata a:active, p.postmetadata a:hover{ 
	color: #000;
}

p.postmetadata, .navigation a {
	font-size: 1.0em !important;
}

p.byline {
	font-size: 1.0em;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

.navigation a {
	text-decoration: none;
}

p.postmetadata a {
	text-decoration: none;
	color: #666;
	height: 25px !important;
}

.more-link {
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/rarrow.gif) no-repeat left;
	padding-left: 15px;
	padding-top: 2px;
	font-size: smaller;
	font-weight: 600;
}

/* Begin Calendar */

#calendar_wrap {
	text-align: left;
	width: 180px;
}

#wp-calendar {
	empty-cells: show;
	width: 180px;
	margin-left: 3px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	margin-top: 5px;
	letter-spacing: .4em;
}

#wp-calendar td, #wp-calendar th {
	padding: 0 !important;
	text-align: center;
	font-size: .8em;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: 600 .8em 'Lucida Sans Unicode', Arial, Sans-Serif;
	font-variant: small-caps;
	margin-top: 5px;
	color: #999;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 0;
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque.gif) repeat;
}

#wp-calendar td {
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque-white.gif) repeat;
}

/* Tags */

p.tagged {
	background-image: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque-white.gif);
	border: 1px dotted #ccc;
	padding: 5px 10px;
	width: 275px;
	margin-top: 5px;
}

p.tagged a {
	text-decoration: underline;
	font-size: .7em;
	font-weight: 600;
}

/* text widgets */

.textwidget {
	font: 500 .8em Arial,Verdana,Geneva,Helvetica,sans-serif;
	line-height: 150%;
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque-white.gif) repeat;
	border: 1px solid #ccc;
	border-top: none;
	padding: 8px;
	width: 170px;
	color: #666;
}
	
/* miscellaneous */

.goleft {
	float: left;
	padding-left: 15px;
}

.goright {
	float: right;
	font: 500 .8em Verdana,Arial,sans-serif;
	padding-right: 15px;
}
.gocenter p {
	text-align: center;
	font: 500 .9em Verdana,Arial,sans-serif;
	width: 100%;
	}
.goleft a, .goright a, .gocenter a {
	text-decoration: none;
}

.center {
	width: 100%;
	text-align: center;
}

.center p.tagged {
	margin-left: auto;
	margin-right: auto;
}

p.postmetadata, p.postmetadata small, p.postmetadata .alt, .entry p, .entry ul li, .entry ol li {
	line-height: 150% !important;
}

/* Comments */
	
h3#comments {
	padding-top: 20px;
	font-size: 1.8em;
	padding-bottom: 15px;
	}

#respond h3 {
	padding-top: 15px;
	font-size: 1.8em;
	padding-bottom: 15px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	border-left: 1px dotted #ccc;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
.commentlist li, #commentform input, #commentform textarea, #commentform p {
	font: 500 9px 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif !important;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 5px;
	background: transparent;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	font-size: 80%;
}
	
.reply a {
	height: 25px;
	background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/button-bg.gif) repeat-x;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ddd;
	color: #333;
	text-decoration: none;
	padding: 2px 4px;
}


/* Top page menu is enclosed in absolutely positioned div */

#absnav {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 32px;
	width: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 750px;
	height: 18px;
}

/* top level tabs */

#nav li {
	height: 18px;
	float: left;
	margin: 0;
	padding-left: 8px;
}

#nav li a {
	display: block;
	float: left;
	height: 18px;
	font-size: 1.1em;
}

#nav li a {
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	height: 18px;
}

#nav li {
	padding-left: 8px;
	height: 18px;
    background: url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/lcorner.gif) left no-repeat;
}

#nav li a {
	background: #fff url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/rcorner.gif) top right no-repeat;
	padding-left: 5px;
}

/* sub pages menu */

#nav li ul {
    display: none;
    width: 150px; /* Width to help Opera out */
}

#nav li ul li a {
	background-image: none !important;
	padding: 6px 0px 2px 0px;
}	

#nav li ul li {
	padding: 0;
	text-align: left;
	margin-left: -4px;
}

#nav li:hover ul, #nav li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;    
}

#nav li:hover li, #nav li.hover li {
    float: none;
	border-bottom: #000;
}

/* Hide from IE5-Mac \*/
#nav a {
	float: none
}
/* End hide */

/* second level link borders */

#nav ul {
	border:none;
}

#nav li ul li {
	background: transparent url(/web/20100704194646im_/http://peacefile.org/wordpress/wp-content/themes/daisy-gray/images/opaque-white.gif) repeat;
}

#nav li ul, #nav li ul:hover, #nav li ul.hover {
	top: 20px;
}
/* fonts */ 

#nav li a {
    text-decoration: none;
    font: 500 12px 'Lucida Sans Unicode',Arial,sans-serif;
    padding-right: 15px;
}

#nav li a:link, #nav li a:visited {
	color: #333;
}

#nav li a:active, #nav li a:hover {
	color: #000;
	text-decoration: none;
}

#nav li ul li a {
	font: 600 11px Verdana,'Lucida Grande',Arial,sans-serif;
	width: 100%;
	text-decoration: none;
	padding-left: 5px;
	background-image: none;
}

#nav li ul li a:link, #nav li ul li a:visited {
	color: #666;
	width: 100%;
	border-bottom: 1px solid #000;
}

#nav li ul li a:active, #nav li ul li a:hover {
	color: #000;		
	width: 100%;
	border-bottom: 1px solid #000;
}
    
#nav li ul {
	list-style: none;
}

#nav li:hover ul, #nav li.hover ul {
    color: #000;
}

#nav li:hover li a, #nav li.hover li a {
    color: #000; 
}

#nav li li a:hover {
    color: #000; 
}

/* end menu */
/*
     FILE ARCHIVED ON 19:46:46 Jul 04, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:25:08 Sep 22, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/