/*
Theme Name: Baubles
Theme URI: http://www.yaus.com/jeff/
Description: "Shiny baubles / in the wine". Groovy. Curvy. Low in sodium.
Version: 1.0
Author: Jeff Yaus
Author URI: http://www.yaus.com/jeff/
Tags: fixed width, two columns
*/

/* 
   This file makes extensive use of the 
   border-radius isotopes, none of which are
   currently by IE.  I'd never do this for a 
   professional site, but this blog's target
   audience is not exactly heavy with IE users,
   so I got more bleeding-edge with this design
   than I otherwise would.
*/

body {
 background-color:#333;
 width:760px;
 font-family:sans-serif;
 position:absolute;
 font-size:12px;
}

#header {
 height:600px;
 width:600px;
 -moz-border-radius:300px;
 -webkit-border-radius:300px;
 border-radius:300px;
 position:absolute;
 top:-350px;
 left:-250px;
 background-color:#888080;
 z-index:2;
}
#headerContent {
 position:absolute;
 top:400px;
 left:280px;
 width:220px;
}
#header h1 {
 font-size:2.5em;
 letter-spacing:-.03em;
 text-transform:lowercase; /* not necessary, but how could I resist? */
 padding:0;
 margin:0;
}
#header h1, #header h1 a {
 color:#433;
}
#header h2 {
 font-size:1.5em;
 padding:0;
 margin:0;
 width:150px;
 line-height:1em;
 letter-spacing:-.01em;
}
#header h2, #header h2 a {
 color:#444;
}
#header a h1:hover, #header a h2:hover {
	text-decoration:underline
}

#main {
 position:absolute;
 top:150px;
 left:200px;
 width:500px;
 z-index:3;
}
#toplinks {
 position:absolute;
 top:-75px;
 right:0;
 padding:0;
 margin:0;
 font-size:.6em;
 line-height:1.5em;
}
#toplinks li {
 float:left;
 margin:0 10px 0 0;
}
#toplinks p, #toplinks address {
 margin-top:60px;
}
#toplinks address {
 font-size:inherit;
 font-style:normal;
 text-align:center;
 padding:0;
}

.post {
 background-color:#eee;
 -moz-border-radius:50px;
 -webkit-border-radius:50px;
 border-radius:50px;
 padding:0 30px 8px 30px;
 margin:0 0 30px 0;
 color:#333;
}
h3.postTitle {
 margin:0 15px 0 10px;
 text-align:center;
 font-size:1.5em;
 letter-spacing:-.02em;
}
h3.postTitle, h3.postTitle a {
 color:#522;
}
.postDate {
 text-align:right;
 position:relative;
 top:2px;
 font-size:1.2em;
 font-weight:bold;
 letter-spacing:-.07em;
 color:#bbb;
 margin:0;
 padding:0;
}
.postMeta {
 color:#bbb;
 text-align:center;
 font-size:.9em;
 padding-top:15px;
 margin-bottom:0;
 padding-bottom:0;
}
.postMeta a {
 color:#bbd;
}

.archiveTitle {
 -moz-border-radius:15px;
 -webkit-border-radius:15px;
 border-radius:15px;
 background-color:#555;
 color:#c6bbbb;
 letter-spacing:.04em;
 padding:10px 20px; 
 margin-left:40px;
 margin-right:40px;
 font-size:1.15em;
}

.circle {
 height:90px;
 width:84px;
 background-color:#644;
 -moz-border-radius:65px;
 -webkit-border-radius:65px;
 border-radius:65px;
 margin:0;
 padding:20px 23px;
 color:#eee;
 font-size:11px;
 margin:0 0 10px 0;
 list-style-type:none;
}
.oval {
 width:100px;
 background-color:#644;
 -moz-border-radius:65px;
 -webkit-border-radius:65px;
 border-radius:65px;
 margin:0;
 padding:20px 15px;
 color:white;
 font-size:11px;
 margin:0 0 10px 0;
 list-style-type:none;
}
.circle a, .oval a {
 color:#aae;
}
.circle a:hover, .oval a:hover {
 color:#ddf;
}


#sidebar {
 position:absolute;
 top:280px;
 padding-bottom:30px;
}

#sidebarLists {
	padding-bottom:25px; 
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px 0 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
        border-width:0;
        margin-bottom:2px;      
}
#sidebar #searchsubmit {
	padding: 1px;
}
#sidebarLists ul {
	padding:0;
	margin:0 0 0 5px;
}
#sidebarLists h2 {
	font-size:1.2em;
	margin:10px 0 0 0;
	padding:0;
	color:#ccc;
}
#sidebarLists li {
	padding:0;
	margin:0;
	list-style-type:none;	
}
#sidebarLists li ul {
	padding:0 0 0 20px;
	margin:0;
}
#sidebarLists li ul li {
	list-style-type:disc;
	padding:0;
	margin:0;
}

#footer {
 clear:both;
 background-color:#464646;
 -moz-border-radius:15px;
 -webkit-border-radius:15px;
 border-radius:15px;
 padding:5px 20px;
 margin:0 40px 30px 40px;
 color:#707070;
 font-size:.85em;
 text-align:center;
} 


/* Begin Comments*/
.comments {
	background-color:#ccc;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	margin:0 0 30px 0;
	padding:10px 30px;
	color:#333;
}
.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 0 0 5px 5px;
	background: #fff;
	}
.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;
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comment-body {
	position:relative;
	padding:0 0 10px 0;
}
.comment-meta {
	display: block;
	font-size:.9em;
	font-weight:normal;
	position:absolute;
	bottom:0;
	right:20px;
}
.commentmetadata, .commentmetadata a {
	color:#bbb;
	font-weight:normal;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.thread-odd {
	background-color: #eee;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform p {
	margin: 5px 0;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* code samples */
code, pre, samp {
	font: 1.1em 'Courier New', Courier, Fixed, monospaced;
}
code.pre {
	display: block;
	white-space: pre;
	margin-top:10px;    
	padding-top:0;
}
code.pre br {display:none;} /* WordPress inserts <br> tags into the code */
pre, code.pre, samp {
 background-color:#fafafa;
}
pre, code.pre {
 margin-left:10px;
 padding:3px; 
 overflow:auto;
}

/* tags */
blockquote {
	margin: 15px 30px 0 10px;
	padding: 1px 10px 1px 20px;
	border-left: 5px solid #ddd;
	background-color:#e9e9e9;
	font-size:.95em;
	}
blockquote p {margin:3px 0 6px 0}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}

/* === CSS I inherited === */
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.clear {
	clear: both;
}


/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
	}
a img {
	border: none;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




