/*
Theme Name: Lily Samii Website Theme
Author: coded by Sarah Mattern, design by Melodie Rubin
Author URI: http://www.matternco.com/ and http://www.battgirl.com
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}


small {
	font-size: 11px;
	line-height: 100%;
	color: #666666;
	}

small a, small a:visited {
	color: black;
	text-decoration: none;
	}

small a:hover {
	color: black;
	text-decoration: underline;
	}

a img {
	border: none;
	}


hr {
	display: none;
	}


/* General Elements */

body {
	background: #f7f7f5; 
	color: #333333;
	font-family: /*Gill Gans MT, Gill Sans*/ Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	}

a, a:visited, a:active {
	color: #999966; /*gold*/
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: black;
	text-decoration: underline;
	}

strong {
	font-weight: bold;
	}

#page {
	width: 800px;
	text-align: left;
	margin-top: 75px;
	}

/* left rail header */

#leftrail {
	width: 225px;
	float: left;
	}

#logo {
	width: 226px;
	height: 130px;
	margin-bottom: 15px;
	padding-top: 2px;
	}

#logo h1, #logo .description {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

#menu {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 1.1em;
	line-height: 190%;
	padding-top: 15px;
	}

#menu a, #menu a:visited {
	color: #333333;
	text-decoration: none;
	}

#menu a:hover {
	color: #999966; /*gold*/
	text-decoration: none;
	}

#menu li {
	display: block;
	}

#menu .current_page_item a, #menu .current_page_item a:visited, #menu .current_page_parent a, #menu .current_page_parent a:visited {
	color: #999966; /*gold*/
	text-decoration: none;
	}

/*dropdowns*/
#menu li ul {
    display: none;
	}

#menu li.current_page_item ul, #menu li.current_page_parent ul {
	display: block;
	text-transform: none;
	padding-bottom: 10px;
	}

#menu li.current_page_item li, #menu li.current_page_parent li {
	padding-left: 1em;
	}

#menu li.current_page_parent li.current_page_item {
	background: url(images/bullet-gold.gif) no-repeat 0 .75em;
	padding-left: 1em;
	}

#menu li.current_page_item ul a, #menu li.current_page_item ul a:visited, #menu li.current_page_parent ul a, #menu li.current_page_parent ul a:visited {
	color: black;
	letter-spacing: normal;
	}

#menu li.current_page_item ul a:hover, #menu li.current_page_parent ul a:hover, #menu li.current_page_parent .current_page_item a, #menu li.current_page_parent .current_page_item a:visited {
	color: #999966;
	letter-spacing: normal;
	} 

/*Blog Content*/
#content {
	width: 500px;
	float: right;
	line-height: 170%;
	font-size: 12px;
	letter-spacing: .01em;
	font-weight: normal;
	color: #888866; /*goldgreen*/
	}

.home {
	background-image: url(images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: 50% 40%;
	width: 499px;
	height: 525px;
	}

#content h2 {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

#content h3 {
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 5px;
	}

#content h4 {
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 5px;
	font-size: 12px;
	}

.post img {
	border: 1px solid #000000;
	}

.post img.alignleft {
	margin: 5px 10px 5px 0;
	}

.post img.alignright {
	margin: 5px 0 5px 10px;
	}

.post p {
	padding: 7px 0 7px 0;
	}

.leftcol {
	width: 240px;
	float: left;
	}

.leftcol.bloglist img {
	width: 240px;
	height: auto;
	}

.bloglist .post {
	margin-bottom: 40px;
	color: #333;
	}

.black {
	color: #333333;
	}

.rightcol {
	width: 232px;
	float: right;
	}

.rightcol p {
	padding: 4px 0 4px 0;
	}

.facebook {
	margin-top: 20px;
	}

blockquote {
	display: block;
	margin: 10px 0 10px 0;
	padding: 12px 25px 10px 35px;
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 160%;
	background-color: #F6F6F6;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

.postmetadata {
	padding-top: 3px;
	}

.postmetadata p {
	padding: 3px 0 3px 0;
	}

.post ul, .post ol { 	
	list-style: none;
	margin-left: 10px; 
	padding-left: .5em; 
	}

.post ul li {	
	margin-left: 10px;
	padding-left: 15px;
	background-image: url(images/bullet.gif);  
	background-position: 0 .6em;
	background-repeat: no-repeat;
	}

.post ol li {
	padding-left: 0px;
	margin-left: 10px;
	list-style-type: decimal;
	}

#pagenav {
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 10px 15px 30px 5px;
	}

#pagenav a, #pagenav a:visited {
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.clear {
	clear: both;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hide { 
	position: absolute;
	display: none;
	left: -100em; 
	width: 2em;
	}

code {
	font-family: "Courier New", Courier, monospace;
	}

cite {
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
	}

/*forms*/

legend {
	display: none;
	}

.cform ol {
margin: 0 auto;
padding: 0;
}

.cform ol li {
	list-style: none;
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 0;
	margin: 0;
	}

.single {
	background-color: white;
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	font-family: /*Gill Gans MT, Gill Sans*/ Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	color: #333;
	/*color: #999966; gold*/
	width: 200px;
	}

.input {
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	font-size: 11px;
	font-family: /*Gill Gans MT, Gill Sans*/ Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	color: #333;
	/*color: #999966; gold*/
	width: 200px;
	}

.reqtxt, .emailreqtxt {
	display: none;
	}

.cform textarea {
	background-color: white;
	border: 1px solid black;
	padding: 3px 2px 3px 2px;
	font-size: 12px;
	font-family: /*Gill Gans MT, Gill Sans*/ Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	color: #333;
	/*color: #999966; gold*/
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	}

.cformselect {
	background-color: white;
	border: 1px solid black;
	padding: 3px 2px 3px 2px;
	font-size: 12px;
	font-family: /*Gill Gans MT, Gill Sans*/ Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	color: #999966; /*gold*/
	width: 200px;
	}

.linklove {
	display: none;
	}

.sendbutton {
	border: 1px solid black;
	font-size: 12px;
	color: #999966; /*gold*/
	padding: 2px 3px 2px 3px;
	margin-top: 10px;
	background-color: #f7f7f5;
	clear: both;
	}

.small {
	color: #333333;
	font-size: 10px;
	line-height: 140%;
	}

.cf_info {
	font-weight: bold;
	color: #990000;
	}

div.mce_inline_error {
	font-size: 11px;
	color: #F30;
	}

.response {
	color: black;
	font-size: 11px;
	}

/* footer */

#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
	width: 635px;
	padding-top: 45px;
	color: #333333;
	font-size: 11px;
	height: 100px;
	}


/* Begin Comments*/

#commentspace {
	clear: both;
	width: 100%;
	padding: 10px 0 10px 5px;
	font-size: 11px;
	line-height: 130%;
	}

#commentspace h3 {
	font-size: 14px;
	}

#commentspace form {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	}

label {
	display: block;
	font-size: 11px;
	color: #666666;
	padding: 8px 2px 0 2px;
	}

#commentform p {
	padding: 2px 0 2px 0;
	}

#commentform input#author, #commentform input#email, #commentform input#url {
	background-color: white;
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	font-family: /*Gill Gans MT, Gill Sans*/ Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	color: #333; 
	width: 250px;
	}

#commentform textarea {
	background-color: white;
	border: 1px solid black;
	padding: 3px 2px 3px 2px;
	font-size: 12px;
	font-family: /*Gill Gans MT, Gill Sans*/ Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	color: #333; 
	width: 450px;
	height: 100px;
	display: block;
	float: left;
	}

#commentform input#submit {
	border: 1px solid black;
	font-size: 12px;
	color: #999966; /*gold*/
	padding: 2px 3px 2px 3px;
	margin-top: 10px;
	background-color: #f7f7f5;
	clear: both;
	}

.submit {
	border: 1px solid black;
	font-size: 11px;
	color: #999966; /*gold*/
	padding: 2px 3px 2px 3px;
	margin-top: 10px;
	background-color: #f7f7f5;
	clear: both;
	}

.commentlist {
	padding: 0;
	text-align: left;
	margin: 10px 10px 20px 0;
	font-size: 11px;
	line-height: 160%;
	border: solid;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	color: #333333;
	}

.commentmetadata {
	font-size: 10px;
	color: #666666;
	padding: 10px 0 10px 0;
	display: block;
	}

.commentmetadata img, img.avatar {
	display: none;
	}

.commentmetadata a, .commentmetadata a:visited, .commentmetadata a:hover {
 	color: #666666;
 	text-decoration: underline;
 	}

.commentlist li {
	padding: 15px;
	line-height: 130%;
	background-color: #FFF;
	border: solid;
	border-color: #999966;
	border-width: 1px 0 0 0;
	}

li.alt {
	background-color: #F9F9F7;
	}

.commentlist p {
	padding: 3px 0 3px 0;
	}

#commentform p {
	padding: 3px 0 3px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

/* End Comments */

