/*
Theme Name: ruka_custom
Theme URI: http://rukapress.com
Description: Custom theme for the Ruka Press website. 3 column, fixed width.
Version: 1.0
Author: Daniel Kohan
Author URI: http://sensicaldesign.com
Tags: custom
*/

@import "style/reset.css";

/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

/* Basics */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(images/ruka_bgd.gif);
	background-color: #EFEAC7;
	height: 100px;
}
#page {
	width: 960px;
	margin: 10px auto;
	position:relative;
}
p, li, td {
	font-size: 13px;
	line-height: 1.5em;
	margin: 10px 0 0;
}
a:link, a:visited {
	text-decoration:none;
	font-style:italic;
	color: #9C005D;
	background-color: transparent;
}
a:hover, a:active {
	color: #FFF;
	background-color: #9C005D	
}
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*:focus {
  background-color:white;
}
textarea:focus, button:focus, select:focus, input:focus
{
}

/* Menu navigation */
.menu {
	float: right;
	width: 500px;
	height: 1%;
}
.menu ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.menu ul li {
	list-style: none;
	float: left;
	background:url(images/ruka_star_nav.gif) left 2px no-repeat;
}
.menu ul li a {
	display: block;
	padding: 0 15px .75em 30px;
	font-size: 15px;
	font-style: italic;
}
.menu li ul {                 /* second-level lists */
	position: absolute;
	left: -10000px;
	top: 40px;
}
.menu li:hover ul, .menu li.hover ul {       /* this is the drop-down */
	position: absolute;
	display: inline;
	left: 0;
	top: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu li a:hover {
	background:none;
}

.menu li.page-item-5 a:hover {        /* bracket image */
	background:url(images/ruka_bracket.gif) 30px bottom no-repeat;
}
.menu ul li:first-child {   /* removes star graphic on first entry */
	background: none;	
}
.menu ul li a:link, .menu ul li a:visited {
	color: #111;
	text-decoration: none;
} 
.menu ul li a:hover, .menu ul li a:active {
	color: #9C005D;
	text-decoration: none;
}

.menu ul li ul li a {    /* smaller size for submenus */
	font-size: 13px;	
}
.menu ul li:hover ul li a:hover {
	background-image:none;
}

/* header, logos */
#lamp {
	width: 240px;
	height: 329px;
	position: absolute;
	top: 30px;
	left: 0;
	background: url(images/ruka_lamp.gif) top left no-repeat;	
}
#ruka-name {
	width: 720px;
	height: 95px;
	position: absolute;
	top: 70px;
	right: 0;
	background: url(images/ruka_text.gif) top left no-repeat;
	padding-bottom: 10px;
	border-bottom: 1px solid #6F858C;
}
*html #ruka-name {    /* ie6 fix */
	right: 40px;
}

a.bigLink {                /* creates invisible button over background-image logos */
	display:block;
	width:100%;
	height: 100%;
}
a.bigLink:hover, a.bigLink.active {
	text-decoration:none;
	background: none;
}
#ruka-name h1, #ruka-name .description {      /* hides blog title, description */
	display: none;	
}
/* mailing list */
#mail-area {
	position: absolute;
	top: 380px;
	left: 740px;
	width: 260px;
	height: 249px;
	background:url(images/ruka_ml_bgd.gif) top left no-repeat;
	padding: 0 0 0 40px;
}
h3 {
	font-weight: normal;
	font-size: 24px;
	color: #6E6927;
	padding-top: 20px;
}

#mail-area h2 {
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0;
}
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.label {display: none; }
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

#nameField, #emailField, #mailButton {
		padding-top: 10px;	
}
input.mailing {
	color: #9C005D;
	width: 180px;
}
#privacy {
	margin-top: 20px;
	width: 200px;
	position: relative;
}
#privacy li ul {
	position: absolute;
	top: 20px;
	left: -10000px;
}
#privacy li ul li {
	font-size: 11px;
	padding: 5px;
	background-color: #D7CD89;
	border: 1px solid #9C005D;
	width: 200px;
}
#privacy li:hover ul {
	top: 20px;
	left: 0;
}

/* aboutArea */
#aboutArea {
	float: right;
	width: 620px;
	margin-top: 190px;
	background:url(images/ruka_star.gif) left 10px no-repeat;
	border-bottom: 1px solid #6F858C;
	padding: 0 0 10px;
}
#aboutArea h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4em;
	color: #6E6927;
	padding-left: 40px;
}


/* sidebar (left) */
#sidebar {
	float: left;
	width: 220px;
	padding: 380px 0 20px 20px;
}
#sidebar li {
	border-top: 1px solid #6F858C;	
	margin-top: 20px;
}
#sidebar li ul li {
	border-top: none;
	margin-top: 5px;
	background:url(images/ruka_bullet.gif) left 3px no-repeat;
}

#sidebar h2 {
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	padding: 20px 0 0;
}
#sidebar li ul li a {
	color: #000;
	padding: 2px 2px 2px 15px;
	background:none;
}
#sidebar li ul li a:hover, #sidebar li ul li a:active {
	color: #9C005D;
}
/* content */
#content {
	float: left;
	margin: 20px 120px 20px 100px;
	width: 380px;
}
#content h2 {
	padding: 20px 0 10px;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}

#content h2 a:link, #content h2 a:visited {
	color: #000;
}
#content h2 a:hover, #content h2 a:active {
	color: #9C005D;
	background:none;
}
#content h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0 10px;
}
#content ul li {
	background:url(images/ruka_bullet.gif) left 3px no-repeat;
	padding: 0 0 0 15px;
}
#content ol {
	font-style:italic;
	color: #6E6927;
}
#content ol li {
	list-style:decimal;
	margin: 10px 0 0 15px;
}
#content ol li p {
	font-style:normal;
	color: black;	
}
#content blockquote {
	margin-left: 10px;
	border-left: 1px solid #6E6927;
	padding-left: 10px;
}
.wp-caption {
	margin-top: 20px;	
}
.wp-caption-text {
      color: #6E6927;
      padding: 5px 0;
      font-size: 12px;
}

.post {
	padding-bottom: 20px;
	/*border-bottom: 1px solid #6F858C;*/
}

.postmetadata {
	font-size: 11px;
	font-variant:small-caps;
	letter-spacing: .1em;
	padding-left: 30px;
	background:url(images/ruka_star_meta.gif) left center no-repeat;
}
.divider {
	border-bottom: 1px solid #6F858C;	
}

/* comments */
.comment {
	padding: 20px 0 0;
}
.comment-meta {
	font-variant:small-caps;
	letter-spacing: .05em;
}

.says {
	font-style:normal;
	color: #000;
}

#respond {
	padding-bottom: 20px;
}
#respond p {
	font-variant:small-caps;
	letter-spacing: .1em;
}
#respond .small {
	font-size: 11px;
	font-variant:small-caps;
	letter-spacing: .05em;
	color: #9C005D;
}
#respond textarea {
	width: 380px;	
}
#respond #responseTable {
	width: 380px;
	border: none;
}
#responseTable input {
	width: 140px;
}
#responseTable .inputArea {
	width: 140px;
	padding: 5px 0;
}
#responseTable .labelArea {
	width: 240px;
}

/* footer */
#footer {
	clear: both;
	width: 960px;
	padding: 10px 20px 20px;
	border-top: 1px solid #6F858C;
	background: url(images/ruka_star_nav.gif) center left no-repeat;
}
#footer p {
	font-size: 11px;
	font-variant:small-caps;
	letter-spacing: .05em;
}
span.rukaName {
	color: #524D21;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {   /* safari no small caps */
	.postmetadata, .comment-meta, #respond p, #respond .small, #footer p { font-variant:normal; }
}