/*
Theme Name: showcase4 - 2col800w
Theme URI: www.eddieshowcase.com
Description: WordPress Custom Theme, 2-comlumn, right sidebar, 800 width.
Version: 10 Sep, 2009
Author: leon
Author URI: http://www.eddieshowcase.com/
*/

/* Document and body overall */
html>body #content {
	height: auto;
	min-height: 580px;
}

#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */ 
	width: 800px; 
	/* Can't figure out how to get ems and font-size to play nice, so screw it */
	/* width: 65.385em;    850px non IE */
	/* width: 63.752em;   850px IE */
	min-width: 600px;  /* optional */
	/* border: 4px solid #000000; */
}

body{
	font-family: verdana, sans-serif;
        /* small font-size, or 85% seems to let ems doc width work right */ 
	/* font-size: small;  greatly affects overall doc width if in ems */ 
	font-size: 90%; 
	line-height: 115%;
	/* background-color: #312a25; */
        background-image: url(images/vass_bg_flowerd.gif); 
	background-repeat: repeat; 
	background-position: center top; 
}

#bd {
	min-height: 300px;
	background-color: #1E1E1E;
 	width: 800px;
}

body,td,th {
	color: #C8C8C8;
}

a, a:link {
	padding: 1px;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	SP_HOVERLINK;
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
/*	font-family: georgia; */
font-family: Trebuchet MS, arial, sans-serif;
	font-size: 130%;
        padding-top: 0px;
        padding-bottom: 12px;
        color: #FF6600;
}


h4 {
        font-family: verdana, sans-serif;
        font-weight: bold;
        font-size: 110%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

/* Header */

#hd{
        background: url('rotate.php') no-repeat left top;
        width: 800px;
        height: 180px;
        padding-top: 0px;
	padding-bottom: 0px;

        /* border-bottom: 4px solid #000000; */

        /* hmmm: */
        float: left;
        display: inline; 
}

#hd h1{
        display: none;
}

/* #hd h1 a{
	text-decoration: none;
	color: #FFFFFF;
} */

h3 a:link, h3 a:hover, h3 a:visited{ 
	color: #FF6600;
        font-weight: bold;
        font-style: italic;
}

.item {
        padding: 10px; 
	text-align: left;
}

.item ul {
	list-style-type: disc;
	font-size: 80%;

	padding-left: 20px; 
        padding-bottom: 20px;
        /* text-indent: 15px; */
	margin-left: 10px;

}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 15px;
}


.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 80%;
        font-weight: bold;
}


.itemhead h3{
	display: inline;
}


input{
	font-size: 80%;
}

.metadata{
	line-height: 190%;
	font-size: 75%;
	text-align: right;
        font-weight: bold;
	border-bottom: 1px solid #808080;
}

/* .metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #FF6600;
} */

.tags, .category {
	display: block;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}


cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 80%;
	float: right;

}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 2px;
	border-top: 1px solid #4A4A4A;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #C8C8C8;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #FF6600;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* Sidebar */
#secondary, #third{
        width: 200px; 
	background-color: #1E1E1E;
	text-align:left;
	padding: 5px;
	SP_GRADIENT
}

/* border and spacing around flickrss plug-in */
#secondary img { padding: 2px; margin: 6px; border: 1px solid #4A4A4A; } 

#secondary h4, #third h4{
	color: #C8C8C8;
	font-family: Trebuchet MS, arial, sans-serif;
	margin-top: 3px;
	padding: 3px;

}

#secondary p, #third p{
		padding: 3px;
		font-size: 70%;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 3px;
}

#archivedropdown {
	clear: both;
        margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
        font-size:85%;
}

#third {
	margin-left: 9px;
}

#menu {  padding:0px; border:0px solid #fff; }
#menu ul { list-style:none; margin-left: 5px; padding:0; font-size:85%; }

/* HACK: display inline for IE6 bottom-spacing issue (or add a bottom border works too) */
/* border-bottom:1px solid #FFFFFF; */
#menu ul li { display: inline; padding:0;  margin:0; }

/* Following for child pages... */
#menu ul li ul { margin-left: 10px; background: #1E1E1E; }
#menu ul li a { display:block; padding: 2px 2px 2px 5px; text-decoration:none; color: #FF6600; } 
#menu ul li a:hover { color: #FF6600;	text-decoration: underline;}

#blurb {
	font-size: 75%;
	margin-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#flickr {
	padding-top: 4px;
	padding-bottom: 4px;
}

#tweets li {
	font-size: 75%;
	margin-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #808080;
}
#tweets li a:link { color: #FF6600; text-decoration:none; }
#tweets li a:visited { color: #FF6600; text-decoration:none; }
#tweets li a:hover { color: #FF6600; text-decoration:underline; }

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}

.yui-navset .yui-nav li a {
    background-color: #1A1A1A;
	background-image: url(images/bg_gradient.png); 
	background-repeat: repeat;
	border-bottom: 0px;
	color: #FFFFFF;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}

#ft {
	background-color: #1E1E1E;
	text-align: center;
	color: #FFFFFF;
}

/* #ft a:link, #ft a:hover, #ft a:visited{
	color: #FF6600;
} */
