/*  
  Theme Name: WordPress YUI
  Theme URI: http://www.crossedConnections.org	
  Description: A new YUI based Wordpress theme by Jeff Crossett
  Version: 1.0
  Author: Jeff Crossett
*/

body{
	background-color: #d5d6d7;
	padding:10px;	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a:hover{
	text-decoration:underline;
	color:#0000FF;
}

a{
	color:#336699;
}

#hd,#bd,#ft{
	background-color:#ffffff;
}

#header{
	background-image:url('http://www.crossedconnections.org/w/wp-content/themes/wp_yui/images/header_grad.jpg');
	background-repeat:repeat-x;	
}
h1{
	font-size:2em;
	font-weight:bold;
}
h1 a{
	text-decoration:none;
	color:#FFFFFF;
}
.post{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:10px;
}
p{
	padding:5px;
}
.postmetadata{
	text-align:center;
	font-size:.75em;
}

.postmetadata a{
	text-decoration:none;
}

#postContainer h2{
	font-size:1.5em;
}

#postContainer h2 a{
	text-decoration:none;
	color:#336699;
}

#postContainer h2 a:hover{
	text-decoration:underline;
	color:#0000FF;
}

.sectionHeader{
	font-weight:bold;
	padding-bottom:4px;
}

 code {
 	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
 	font-size: 0.9em;
 	background: #eee;
 	border: solid 1px #aaa;
	overflow:auto;
 }
 
  pre {
 	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
 	background: #eee;
 	border: solid 1px #aaa;
 	padding: 10px;
	overflow:auto;
	width:600px;
 }

pre code {
 	border: 0;
}

#randomPost li, #popPosts li, #metaStuff li, .blogrollitem{
	background-image: url(http://www.crossedconnections.org/w/wp-content/themes/wp_yui/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
	font-size:.8em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
  	font-style: normal;
  	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
  	line-height: 1.5em;
  	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#comments{
 	padding: 0;
  	margin: 40px auto 20px ;
  	font-size:1.3em;
}

.commentlist li {
  	margin: 15px 0 3px;
  	padding: 5px 10px 3px;
  	list-style: none;
}

.alt {
 	background-color: #f8f8f8;
  	border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
}

h2 {
  	font-size: 1.6em;
}

h2.pagetitle {
  	font-size: 1.6em;
}

#contentTabs .loading {
    background-image:url(http://www.crossedconnections.org/w/wp-content/themes/wp_yui/images/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

#contentTabs .loading * {
    display:none;
}