/*
Theme Name: Svelt
Theme URI: http://www.jedmeade.com/svelt
Description: A light-weight Wordpress theme.
Version: 1.0.4
Author: Jed Meade
Author URI: http://www.jedmeade.com/
Tags: white, light, two-columns, fixed-width, right-sidebar, photoblogging
*/


/* Reset */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:14px Trebuchet, Tahoma, Verdana, Helvetica,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

@font-face {
	font-family: Neucha;
	src: url('fonts/Neucha.otf');
}


/* Global */

body {
	margin: 0 0 0 0;
}


.clrfix { 
	clear: both;
	height: 1px;
}

h2 {
	font-family: Neucha, Myriad, Trebuchet, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 0.95em;
	padding: 0 0 4px 0;
	text-align:left;
}

h1, h3, h4, h5, h6 {
	font-family: Neucha, Myriad, Trebuchet, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 0.95em;
	padding: 10px 0 4px 0;
}

a {
	text-decoration: none;
	color: #c7c7c7;
}

hr {
	height: 1px;
	background-color: #eee;
	color: #eee;
	border: none;
	padding: 0;
	margin: 1em 0;
}

a:hover {
	color: #999;
}

strong, b {
	font-weight: bold;
}

em, i, cite {
	font-style: italic;
}

fieldset {
	border:1px solid #ccc;
	padding:10px;
}

legend {
	padding: 5px;
	text-transform:uppercase;
}

table caption {
	padding: 3px 5px 3px 5px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	border-bottom: 0px;
	border-top: 0px;
	background: #eee;
	font-weight: bold;
}

table th {
	padding: 3px 5px 3px 5px;
	border: solid #fff 2px;
	background: #ddd;
	font-weight: bold;
}

table td {
	padding: 3px 5px 3px 5px;
	border: solid #fff 2px;
	background: #eee;
}

pre, code {
	background:#eee none repeat scroll 0 0;
	border:1px solid #ccc;
	font-family:Courier,serif;
	line-height:22px;
	overflow-x:scroll;
	overflow-y:visible;
	padding:10px;
	width: 600px;
}

acronym, abbr {
	border-bottom: dotted #999 1px;
}

span.delim:after {
  	content: " : ";
}

span.delim {
	color: #999;
	padding: 0 0.5em 0 0.5em;
}


/* Header */

#header {
	padding-left:20px;
	height:45px; 
	background: #444;
}

#header a {
	color:white; 
	margin-right:16px; 
	position:relative; 
	top:13px;
	font-family: Neucha, Myriad, Trebuchet, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size:17px;  
}

#header-fb {
	position:absolute; 
	z-index:1; 
	top:13px; 
	right:20px; 
	border:0px; 
	background-color:transparent; 
	overflow:hidden;
	font-size: 11px;
}

#header-fb a {
	color:#c7c7c7; 
	margin-right:16px; 
	position:relative; 

}

.search-left {
	background: url('images/search-left.png') no-repeat;
	width: 25px;
	height: 30px;
	float: left;
}

.search {
	background: url('images/search-mid.png') repeat-x;
	border: 0px;
	font-size: 1.5em;
	width: 232px;
	height: 30px;
	font-family: Garamond, Georgia;
	float: left;
	color: #ccc;
	padding: 3px 0 0 3px;
}

.search-right {
	background: url('images/search-right.png') no-repeat;
	width: 10px;
	height: 30px;
	float: left;
}

#content .search {
	width: 450px;
}

.dots {
	background: url('images/dots.png') repeat-x;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

#mainnav {
	clear: both;
	text-transform: uppercase;
	line-height: 1.0em;
}

#mainnav ul li {
	margin: 3px 15px 2px 0;
	float: left;
}

#mainnav ul li a {
	color: #999;
}

#mainnav ul li a:hover {
	color: #666;
}

/* Contents */

#content {
	position: relative; 
	margin: 0 auto;
	width: 630px;
}

#content .navigation {
	padding: 0 0 20px 0;
}

h2 {
	font-size: 25px;
}

#content h2 {
	font-size: 25px;
}

h2 a{
	color: #000;
}

h2 a:hover {
	color: #c7c7c7;
}

.navigation {
	margin: 0 0 20px 0;
}

.navigation .previous {
	width: 50%;
	float: left;
}

.navigation .next {
	width: 50%;
	float: left;
	text-align: right;
}

.post {
	margin: 70px 0 50px 0;
	clear: both;
}

.entry {
	line-height: 1.6em;
	margin: 10px 0 40px 0;
}

.entry a {
	background: #ff0;
	color:#000;
}

.entry p, .comment p {
	margin: 0 0 1.2em 0;
}

.entry ul, .entry ol {
	margin: 0 0 1.0em 2.0em;
}

.entry ol li {
	list-style: decimal outside;
}

.entry ul li {
	list-style: disc outside;
}

.entry h1, .entry h2 {
	background: none;
}

.entry blockquote {
	padding: 0 0 0 3.0em;
	font-style: italic;
	background: url('images/quote.png') no-repeat top left;
}


/* 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;
}

.postmetadata, small {
	font-size: 10px;
	line-height: 1.0em;
	color: #000;
	position: absolute; 
	left:-53px;margin-top:20px;
	z-index:2; 
	background:#ff0;
}

.info {
	padding: 2px 0 4px 0;
	clear: both;
	font-size: 10px;
	line-height: 1.0em;
	color: #999;
}

.postmetadata1 {
	background: url('images/dots.png') repeat-x bottom;
}

.commentlist {
	margin: 20px 0 20px 0;
}

.commentlist .comment {
	padding: 0 0 20px 0;
	clear: both;
}

.commentlist .commenter {
	width: 120px;
	float: left;
}
.commentlist .commenter .avatar {
	margin: 0 0 3px 0;
}

.commentlist .comment-text {
	width: 500px;
	float: left;
	margin: 0 0 0 10px;
}

.commentlist .comment-text .comment-bubble {
	background: url('images/comment-bubble.png') no-repeat;
	width: 18px;
	height: 24px;
	float: left;
}

.commentlist .comment-text .comment-mid {
	float: left;
	width: 462px;
	background: #eaeaea;
	padding: 10px;
}

.logged-in-as {
	margin: 10px 0 10px 0;
}

#commentform {
	margin: 10px 0 0 0;
}

.form-field {
	clear: both;
	margin: 0 0 12px 0;
}

#commentform label {
	display: block;
	width: 120px;
	float: left;
}

span.required {
	color: #999;
}

.search-result {
	margin: 0 0 20px 0;
}


/* Sidebar */

#sidebar {
	position: absolute; 
	width: 200px;
	left:650px;
	top: 27px;
	color: #999;
	z-index:2; 

}

#sidebar ul li {
	margin: 0 0 15px 0;
	font-size: 10px;
}

#sidebar ul ul li {
	margin: 0 0 0 0px;
}

#sidebar table#wp-calendar td#next {
	text-align: right;
}


/* Footer */

#footer {
	padding-left:20px;
	background: #999;
	clear: both;
	background: url('images/dots.png') repeat-x top;
	height: 20px;
	font-size:10px;
}

#footer #rss {
	padding: 4px 0 3px 25px;
	background: url('images/rss.png') no-repeat;
}
