/*
Theme Name: jQuery UI Theme
Theme URI: http://blog.jqueryui.com/
Description: Our customized jQuery UI blog theme.
Version: 1.0
Author: Paul Bakaus
Tags: mantle color, variable width, two columns, widgets

jQuery UI Theme by paul Bakaus || http://paulbakaus.com
*/


div.content a img {
	border: none;
}

div.content acronym, abbr {
	border-bottom: 1px dashed #333;
}

div.content acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

div.content acronym, abbr {
	cursor: help;
}

div.content blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

div.content cite {
	font-size: 90%;
	font-style: normal;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 & aligment */

.storytitle {
	font-size: 2em;
}

/* styles edited by Maggie @ Filament Group */
#blog #content .content { background: none; }

#top-static h1 a:link,
#top-static h1 a:visited,
#top-static h1 a:hover,
#top-static h1 a:active { color:#333; text-decoration: none; }

#blog p.no-posts, #blog p.no-comments { color:#666; font-style: italic; }

#top-static-main h2.post-title { font-size:1.8em; }
#top-static-main p.post-meta { font-size:1.1em; line-height:1.3; color:#666; }
#top-static-main p.no-posts { margin:2em 0 0; }
#top-static-main .post { padding:0 0 1em; border-bottom:1px solid #ccc; margin:0 0 1em; }

#blog #top-static #top-static-sidebar h2 { margin:2em 0 .5em; }
#blog #top-static #top-static-sidebar h3 { margin:0 0 1.5em; }

#top-static-sidebar h3 span { display:block; font-size:.8em; color:#666; font-weight:normal; }
#blog #top-static-sidebar p { color:#333; }
#blog #top-static-sidebar p.no-posts { color:#666; }

#top-static-sidebar #searchform { margin:2em 0 3em; }
#top-static-sidebar #searchform input#s { border:1px solid #ccc; font-size:1.2em; margin-right:7px; padding:.2em; }
#top-static-sidebar #searchform input#searchsubmit,
#blog #commentform input#submit { font-size:1.1em; cursor:pointer; padding:.1em .5em; }
#top-static-sidebar #searchform input#searchsubmit:hover {  }
#top-static-sidebar #searchform label { display:none; font-size:1.2em; font-weight:bold; }

#searchform .ui-state-default,
#commentform .ui-state-default { border: 1px solid #666666; background: #555555 url(http://jqueryui.com/css/demo-docs-theme/images/555555_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }

#commentform p label { display:block; font-size:.9em; padding:3px 0; }
#commentform p label span { color:#888; }

#blog #commentlist { float:left; width:100%; list-style-type: none; margin:0 0 1em; }
#blog #commentlist li { float:left; clear:left; width:100%; font-size:1em; padding:1.5em 0 .5em; border-bottom:3px solid #eee; }
#blog #commentlist li .avatar { float:left; margin:0 15px 10px 0; }
#blog #commentlist li .commentText { float:left; width:420px; }
#blog #commentlist li cite { color:#666; }
#blog #commentlist li pre { font-size:1.2em; font-family: monospace; padding:0 0 1em 1em; color:#666; }
#blog #commentlist a.comment-edit-link { font-size:.9em; padding-left: 4px; }

#blog .commentNote { font-size:1.1em; color:#666; }
#blog textarea { font-size:1em; }

#blog #top-static-main li { margin-left:25px; list-style-type:square; padding:0 0 1.2em; line-height:1.3em; }

#blog #top-static-main .post li { padding: 0px 0px .5em; line-height: 1.4em; } 
#blog #top-static-main .post li li { font-size: inherit; }
#blog #top-static-main .post li ul { margin: 0; }

#blog #top-static code { font-family: monospace;  }
#blog #top-static .wp_syntax .code pre span { font-family: monospace;  }
#blog #top-static .code_sample { margin-bottom: 1.5em; }
#blog #top-static .code_sample pre { font-family: monospace; }
#blog #top-static blockquote { margin: 1em; border-left: 1px dashed #999; border-right: 1px dashed #999; padding-left: 1em; }
