/* 
	"Passion" by  Helga Cleve 
(www.the-id.net, 
thaleia@mac.com)
	07/07/04
	
	based on the Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
*/

/*overall*/
a {
	color: #cbcb00;
	text-decoration:none;
	border-bottom: 1px none #999;
}

a img {
	border: none;
	color: #e3e3e3;
}

a:visited {
	color: #cbcb00;
}

a:hover {
	color: #e3e3e3;
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px none #333;
	color: #e3e3e3;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	color: #e3e3e3;
}

blockquote {
	border-left: 3px none #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	color: #e3e3e3;
}

body {
	background: #000000;
	color: transparent;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
	color: #e3e3e3;
}

h2 {
	font: 80% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	color: #e3e3e3;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	border-bottom: dotted 1px #eee;
	margin-top: 0;
	color: #e3e3e3;
}

ol#comments li p {
	font-size: 100%;
	color: #e3e3e3;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
	color: #e3e3e3;
}

/*header*/
#header {
	font-family: Palatino, Garamond, serif;
	text-align: left;
	letter-spacing: 0.2em;
	line-height: 80%;
	background: url('images/cubos.png') bottom right no-repeat;
	border-bottom: 3px solid #cbcb00;
	margin: 0;
	padding-left: 200px;
	padding-top: 15px;
	height: 50px;
	color: #e3e3e3;
}
#header a {
	color: #cbcb00;
	font-family: Palatino, Garamond, serif;
	font-size: 1.2em;
	text-decoration: none;
	border: none;
	padding:0;
}
#header a:hover {
	text-decoration: underline;
	color: #cbcb00;
}

/*content*/
#content {
	padding-left: 25px;
	float:left;
	color: #e3e3e3;
	bottom: 15%;
	background-color: #000000;
	margin-top: 50px;
	margin-bottom: 0px;
	width: 650px;
	padding-right: 25px;
}
.post {
	margin-left: 8em;
	color: #e3e3e3;
}
.feedback {
	color: #ccc;
	text-align: right;
}
.meta {
	font-size: .75em;
	border: none;
	color: #e3e3e3;
}
.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #e3e3e3;
}

.meta li {
	display: inline;
	color: #e3e3e3;
}
.storytitle {
	margin: 0;
	color: #808080;
}
.storytitle a {
	border: none;
	color: #cbcb00;
}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	color: #000;
}

#commentform textarea {
	width: 100%;
	color: #000;
}

/*menu*/
#menu {
	background: #000000;
	border-bottom: 1px none #666;
	border-left: 1px none #ccc;
	padding: 10px 0 5px 15px;
	float:right;
	position: absolute;
	left: 680px;
	top: 100px;
	width: 200px;
	color: #e3e3e3;
}
#menu form {
	margin: 0 0 0 13px;
	color: #e3e3e3;
}
#menu input {
	background: #eee;
	letter-spacing: -0.05em;
	border: 1px solid #999;
	color: #000;
}
#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}
#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/;
	color: #e3e3e3;
}
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #e3e3e3;
}
#menu ul ul li {
	font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	border: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
	color: #e3e3e3;
}
#menu ul ul li a {
	color: #cbcb00;
	font-weight: bold;
	text-decoration: none;
}
#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
	color: #e3e3e3;
}
#cam {
	font-size: .5em;
	text-align: center;
}

/*footer/credit*/
.credit {
	background: #666666;
	color: #fff;
	font-size: .9em;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top: double 3px #999;
	clear:both;
}

.credit a:link, .credit a:hover {
	color: #cbcb00;
}