/*  
Theme Name: Blogsmith
Theme URI: http://www.freewpthemes.net/preview/blogsmith
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #2f3f45 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

ul { list-style-type: none; }

a {
	color: #d88600;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #d88600;
}
a img { border: none; }

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr { display: none; }

/* Header */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #fff;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 30px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#headerimage {
	width: 750px;
	height: 162px;
	margin: 0 auto;
	background: transparent url(images/header.jpg) no-repeat;
}

/* Menu */

#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: transparent url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li { display: inline; }

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a { background: url(images/img06.gif) repeat-x; }

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: transparent url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.gif) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.posts {
	margin: 0;
	padding: 0;
}

.posts li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
}

.thumb {
	float: left;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.title { margin: 0; }
.title a { text-decoration: none; }
.title a:hover { text-decoration: underline; }

.entry h2 { margin-top: 2em; }
.entry .more { padding-left: 1em; }

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px solid #f3f3f3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a { text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }

.widget_search div { padding: 30px 0 0 20px; }
.widget_search label, .widget_search br { display: none; }

#shop-link {
	display: block;
	width: 177px;
	margin: 9px 0 0 20px;
	padding: 105px 10px 20px 10px;
	background: transparent url(images/gitarren-shop.png) left top no-repeat;
	line-height: 14px;
	text-align: center;
}
#shop-link:hover { background-position: left -205px; }

#s { width: 115px; }

#comment { width: 400px; }

#notes { padding: 20px 0 0 20px; }

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url('images/img08.gif') no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666;
}

#footer a { color: #666; }

.sub_entry { margin-top: 40px; }

.rss_link {
	background: url('images/icon_rss.png') no-repeat;
	padding-left: 24px;
	margin-left: 20px;
}

table.contenttable th, table.contenttable td { padding: 0 5px 0 0; }


.sociable {
	padding-left: 20px;
	margin-bottom: 0 !important;
}
.sociable ul li {
	padding: 1px !important;
	border: 0 none !important;
}

.zoomLink {
	display: block;
	padding-top: 4px;
}
.zoomLink img { border: 2px solid #ccc; }
.zoomLink:hover img { border-color: #d88600; }

.zoomLinkLeft {
	float: left;
	margin: 0 10px 4px 0;
}
.zoomLinkRight {
	float: right;
	margin: 0 0 4px 10px;
}

ul.linklist {
	list-style-type: disc;
	padding-left: 1.2em;
	margin-bottom: 3em;
}

object {
	display: block;
	margin-bottom: 3em;
}

.widget_tag_cloud div { padding-left: 20px; }
