/*
Theme Name: Dulci
Theme URI: 
Description: 
Version: 1.0
Author: 
Author 
Tags: 

*/


/* Meyer's reset rules v1.0 | 20080212 */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #ccf;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
* End reset
*/

html, body {
	background: black url(img/D-Header-1.jpg) no-repeat center -250px;
	font-size: 14px;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}

/* Page */
#page {
	width: 830px;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	background: transparent no-repeat 0 -50px;
}
/* Page End */

/* Header */
#header {
	font-family: Georgia;
	color: #666;
	padding-top: 50px;
	padding-left: 0px;
	padding-bottom: 50px;
	background: transparent url(img/Dulcimer-D-8bit.png) no-repeat 0% 50%;
}
#header h1 {
	font-size: 22px;
	font-weight: 100;
	line-height: 36px;
	display: inline;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}
#header h2 {
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 12px;
	display: none;
}
#header a {
	position: relative;
	color: #aaa;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 120px;
}

#header h1 a {
	text-indent: -9999px;
}


#header h1 a:hover {
	border-bottom-color: transparent;
}

/* Header End */

/* Sidebar */
#sidebar-pages {
	border-bottom: 1px solid #000;
	background-color: #000;
}
#sidebar-pages ul li, #sidebar-pages ul {
	display: inline;
	float:left;
}
#sidebar-pages ul li ul {
	display: none;
	position: absolute;
	float:left;
}
#sidebar-pages ul li.current_page_item ul, #sidebar-pages ul li.current_page_parent ul {
	display: inline;
}
#sidebar-pages ul li.current_page_item, #sidebar-pages ul li.current_page_parent ul li.current_page_item {
	background-color: #005;
}
#sidebar-pages ul li ul li {
	position: relative;
	top: 1px;
	display: inline;
	float:left;
}
#sidebar-pages a {
	font-size: 11px;
	line-height: 12px;
	display: block;
	position: relative;
	width: 58px;
	height: 30px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #000;
	font-family: Helvetica, arial, sans-serif;
	color: #fff;
	font-weight: normal;
}
#sidebar-pages a:hover {
	background-color: #ff0;
	color: #333;
}
#sidebar-pages ul li.current_page_parent, #sidebar-pages ul li.current_page_parent ul li, #sidebar-pages ul li.current_page_item ul li {
	background: #336
	;
}
/* Sidebar End */

/* Posts */
#posts {
	margin-top: 40px;
}
#posts h2.title-single {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 120%;
	font-family: Georgia,'Bitstream Charter', serif;
	font-weight: 100;
	color: #eee;
	margin-left: 95px;
	margin-right: 95px;
}
#posts h2.title, #posts div.excerpt {
	margin-left: 95px;
	margin-right: 95px;
}
#posts h2.title a, #posts div.excerpt {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 120%;
	font-family: Georgia,'Bitstream Charter', serif;
	font-weight: 100;
	color: #eee;
}
#posts h2.title a {
	color: #ff0;
}
#posts h2.title a:hover {
	/*border-bottom: 2px solid transparent;*/
}
#posts div.excerpt p {
	margin-bottom: 20px;
}
#posts div.excerpt p:before {
	content: "___";
	color: #005;
}
.post {
	margin-top: 80px;
}
.post-text {
	line-height: 160%;
	background-color: #005;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 95px;
	padding-right: 95px;
}
.post-text p {
	margin-bottom: 10px;
}
/* .post-text > p:first-child:first-line {
	font-weight: 600;
	background-color: #005;
}*/
.post-meta {
	background-color: transparent;
	border-top: 2px solid #005;
	margin-top: 40px;
	font-size: 12px;
	font-family: arial, garamond, sans-serif;
	padding: 8px 10px 8px 10px;
	color: #888;
}
.post-meta a {
	color: #ff0;
}
#posts ol,#posts ul {
	padding: 5px 0px 15px 0px;
}
#posts blockquote {
	padding: 14px 50px 10px 50px;
}
#posts blockquote p:first-letter {
	color: #333;
	font-size: 160%;
	padding: 2px;
	padding-left: 0;
	font-family: 'Monotype Corsiva', 'Apple Chancery', 'URW Chancery L', cursive;
}
#posts ol {
	list-style: lower-roman;
}
#posts ul {
	list-style: circle;
}
q {
	quotes: "«" "»" "'" "'";
}
.post-text form p {
	padding-bottom: 10px;
}
.post-text input[name="post_password"] {
	margin-bottom: 10px;
}
.post-text input[type="submit"], #searchform input[type="submit"] {
	margin-bottom: 10px;
	color: #330;
	background-color: #ff0;
	border-color: #ff0;
	font-size: 12px;
}
#searchform input[type="text"] {
	margin-bottom: 3px;
	font-size: 14px;
}
#sidebar #searchform input[type="text"] {
	width: 150px;
}
#searchform label {
	display: none;
	visibility: hidden;
}
/* Posts End */

/* Sidebar Main */
#sidebar {
	color: #ddd;
	font-size: 12px;
	border-top: 1px solid #005;
	margin-top: 40px;
	padding-top: 25px;
}
#sidebar h4 {
	color: #005;
	padding-bottom: 5px;
}
#sidebar h2 {
	display: none;
	visibility: hidden;
}
#sidebar .widget {
	margin-bottom: 15px;
}
#first, #second, #third, #fourth {
	padding-left: 5px;
	width: 250px;
	float: left;
}
#second {
	padding-left: 50px;
	width: 520px;
}
#third {
	padding-left: 15px;
	display: none;
}
#fourth {
	padding-left: 15px;
	display: none;
}
/* Sidebar Categories End */

#credits {
	float: right;
	font-size: 10px;
	color: #888;
	text-align: right;
	line-height: 14px;
	margin-top: 10px;
}

/* Page & Archives */
#kindofarchive, .text-feedback {
	padding-left: 95px;
	padding-right: 95px;
	font-family: Georgia,'Bitstream Charter', serif;
	font-weight: 200;
	color: #666;
}
#navlinks {
	padding-left: 95px;
	padding-right: 95px;
}
#navlinks a {
	float: left;
}
#navlinks a + a {
	float: right;
}
/* Page End */
/* Comments */
#comments {
	padding-left: 105px;
	padding-right: 105px;
}
h3#comments {
	margin-bottom: 25px;
	font-family: Georgia,'Bitstream Charter', serif;
	font-weight: 200;
	color: #666;
	line-height: 150%;
}
ol.commentlist {
	font-size: 14px;
	font-family: arial, garamond, sans-serif;
	margin-left: 95px;
	margin-right: 95px;
}
ol.commentlist li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-top: 1px solid #005;
	list-style-type: decimal-leading-zero;
}
.reply {
	padding: 10px 105px 15px 210px;
}
.says {
	display: none;
	visibility: hidden;
}
.nocomments {
	padding: 20px 105px 20px 105px;
}
.fn {
	font-weight: 500;
	font-style: normal;
	padding-left: 3px;
}
li.comment p {
	padding-top: 12px;
}
.comment-meta {
	margin-top: -22px;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 5px;
}
.comment-author {
	font-size: 16px;
	border-bottom: 1px solid #bbb;
	font-family: Georgia,'Bitstream Charter', serif;
}
#respond {
	font-family: Georgia,'Bitstream Charter', serif;
	background-color: #444;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 105px;
	padding-right: 105px;
}
#comment {
	width:620px; 
}
#submit {
	color: #cc0;
	background-color: #ff0;
	border-color: #ff0;
	font-size: 12px;
}
.leaveareply {
	margin-bottom: 25px;
	font-weight: 200;
	font-size: 120%;
	letter-spacing: 2px;
	color: #666;
}
#commentform p {
	margin-bottom: 10px;
}
#commentform p small {
	padding-left: 15px;
}
/* Comments End */

/* General rules */
li {
	line-height: 160%;
}
a {
	color: #ff0;
	text-decoration: none;
	padding-bottom: 3px;
/*	border-bottom: 2px solid #fff;*/
}
a:visited {
	padding-bottom: 3px;
/*	border-bottom: 2px solid #fff;*/
	color: #ff0;
	text-decoration: none;
}
a:hover {
	padding-bottom: 1px;
	border-bottom: 2px solid #ff0;
}
.clear {
	clear: both;
	display: block;
}
ins {
	font-style: italic;
}
acronym, abbr {
  border-bottom: 0.071em dotted black;
}
code, pre {
	font-family: "Courier New", Courier, monospace;
}
pre {
	line-height: 1.1em;
	border: solid #444 0.071em;
	padding: 1.071em 1.428em 1.071em 1.428em;
	overflow: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
small {
	font-size: small;
}
/* General rules end */

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   background-color: transparent;
   padding-top: 4px;
   margin: 10px;
}

.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;
	color: #444;
}
/* Images End */
