/*
Theme Name: Damask
Theme URI: http://wpram.com/
Description: golden gray
Version: 1.5
Author: Susan Kitchens, adapted from William Pramana
Author URI: http://wpram.com/
*/

body {
padding: 0;
margin: 0;
text-align: center;
background: #E9DFEC url(images/fabric-swatch-tile.jpg);
font: 12px/20px Georgia, "Times Roman", Times, serif;
}

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

a:visited {
	color: #696969; 
	text-decoration: none;
	}
a:hover {
	color: #CC0000;  
	text-decoration: underline;
	}

#heading {
background: transparent url(images/linen-header-bkgd-crop.jpg) repeat-x;
width: 100%;
/*height: 204px;*/
margin: 0;
color: #FFF;
text-align: left;
}

#header {
background: transparent url(images/MissHelen-header-plate.jpg) top center no-repeat;
height: 204px;
width: 100%;

/*padding-top: 90px;
padding-bottom: 60px;

padding-left: 10px;
*/
}

h1 {
font: 300% "Trebuchet MS", Georgia, serif;
margin: 0;
padding-top: 20px;
padding-bottom: 50px
}

/*
h1 a:link, h1 a:visited {
text-decoration: none;
color: #FFF;
}
*/

#header a {
display: block;
height: 100%;
text-indent: -500em;
text-decoration: none;
}


h2 {
	font-family: Copperplate, Georgia, "Times Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #774259;
	padding-right: 10px;
	text-align: right;
	line-height: 95%;
	/*font: italic normal 14px "Trebuchet MS", Georgia, serif;
	margin: 0;
	*/
	font-size: 1.2em; 
	font-variant: small-caps;
}

h3 {
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: #6D6D74;
  /*background: url(images/post-icon.gif) no-repeat 0 50%;
  padding-left: 25px;*/
}

h4 {
  font: 14px Georgia, serif;
  /*margin: 2px;*/
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  color: #996633;
  /*color: #996699;*/
  letter-spacing: 0.02em;
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #6D6D74;
}



#content {
	background: transparent;
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#navigation {
	padding: 15px;
}

#minitabs {
	margin: 0;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #FFF;
	background: #916678;
	/*text-transform: uppercase;*/
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFF;
	}

/*li.current_page_item a, #minitabs a:hover {
	/*border-bottom: 4px solid #FFF;
	padding-bottom: 2px;
	background: #663333;
	color: #E5E2D8;
	}*/

#main {
	float: left;
	background: #FFF url(images/damask-pink-sm.gif) top left repeat-y;
	padding: 5px 20px 5px 60px;
	width: 450px;
	border: 1px solid #AE8154;
}

#sidebar {
	background: #E9DFEC url(images/teacup-wider-sidebar.jpg) no-repeat top right;
	width: 200px;
	float: right;
	/*margin: 0 0 0 560px;*/
	padding-top: 129px;
	padding-left: 10px;
	padding-right: 4px;
	padding-bottom: 20px;
	border: 1px solid #AE8154;
}

#sidebar ul {
	margin-top: 1px;
	padding-left: 20px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	background: url(images/bullet.gif) no-repeat 0 5px;
	padding-left: 18px;
}

#footer {
	clear: both;
	background: #774259;
	text-align: center;
	color: #FFF;
	padding: 5px;
}

#footer p {
	margin: 0;
}

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

p {
	font: 12px/20px Georgia, "Times Roman", Times, serif;
	margin-top: 0;
}

.meta {
	color: #6D6D74;
	font-size: 11px;
	margin: 0;
}

.entry {
	padding-bottom: 25px;
	background: url(images/entry-separate.gif) no-repeat center bottom;
}


/*.entry p:first-line, */.fancy, p.fancy:first-line { /*p:first-child::first-line*/
	font-family: Copperplate, Georgia, "Times Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 1.3em; 
	font-variant: small-caps;
	color: #A17C8C;
}

.entry p+p:first-line {
	font: 12px/20px Georgia, "Times Roman", Times, serif;
	/*font-family: Copperplate, Georgia, "Times Roman", Times, serif;*/
	font-weight: normal;
	letter-spacing: 0;
	font-variant: normal;
	color: black;
}


blockquote {
	border-left: 2px solid #6D6D74;
	padding-left: 5px;
}

.commentbox {
	border: 1px solid #6D6D74;
	margin: 5px 2px;
	padding: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
