/*  
Theme Name: Braintied
Theme URI: http://www.wpdesigner.com
Description: Braintied Wordpress theme created by Small Potato
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

/*

Adapted by Andreas Koller
http://andreaskoller.com

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #FEFEFE;
	color: #333;
}

p { font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #0C0;
}

a:hover{
	text-decoration: underline;

}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #ddd;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

small{
	font-size:12px;
	color: #666;
	display: inline;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 712px;
	text-align: left;
}

#header {
	background-image:url(/images/multitouch_logo.gif);
	background-repeat:no-repeat;
	background-position:0px 20px;
}

#header .site-title{
	padding-top:86px;
	float:left;
	width: 712px;
	text-align: left;
}

#header .site-title h1{
	padding: 28px 0 12px 0px;
	font-size: 26px;
}

#header h1 a{
	padding: 0 0 10px;
	text-decoration: none;
	color: #333;
}

#header h1 a:hover{
	text-decoration: underline;
}

#header .topmenu{
	float:left;
	width: 780px;
}

#header .topmenu ul{
	list-style: none;
	margin: 0;
	padding: 14px 10px 6px 0;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .topmenu ul li{
	padding: 0 20px 0 0;
	display: inline;
}

.post{
	padding: 20px 0 0;
	clear: both;
	margin-bottom:12px;
	margin-top:0px;
}

h2.highlight, h2.delicious-banner {
	padding: 15px 20px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	background: #333;
	color: #fff;
}

h2 a{
	color: #fff;
	}

h2.delicious-banner a{
	color: #fff;
}


.site-description {
	font-size: 14px;
	}

.post .title-item, .post .title-item-alt{
	padding: 15px 20px;
	border-bottom: 1px solid #DDD;
	background: #F3F3F3;
	font-size: 14px;
}

.post .title-item-alt{
	background: #fff;
}

.entry {
	font-size: 14px;
	padding: 2px 20px 15px 20px;
	border-bottom: 1px solid #DDD;
	background: #F3F3F3;
	line-height: 24px;
	margin-bottom:0px;
}

.entry p{ font-size: 14px; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	font-weight: bold;
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h2{ font-size: 18px; }

.entry h3{ font-size: 16px; }

.entry h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry img, .entry object {
	border: 1px solid #DDD;
	padding: 4px;
	background-color: #fff;
	display:block;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post p.postinfo{
	font-size:12px;
}
.small, .small p{
	font-size:12px;
	color: #666;
	display: inline;
}

.browse{
	padding-top: 25px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.browse a{
	font-weight: bold;
	margin-right:20px;
}

/* comments template */

.comments-template{
	margin: 15px 0 0 0;
	padding: 15px 0px 0px 0px;
	font-size: 14px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template .commentmetadata {
	font-size: 12px;
}

.comments-template p{
	font-size: 14px;
}

.comments-template ol li{
	margin: 0 0 0 0px;
	line-height: 24px;
	padding: 15px 0 20px 20px;
	border-bottom: 1px solid #DDD;
	background: #F3F3F3;
}

.comments-template .alt{
	background: #FFF;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


#footer{
	width: 780px;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
}

#footer p{
	padding: 15px 0px;
	line-height: 18px;
}

.delicious-posts ul {
	margin: 0;
	padding: 0;
	margin-bottom:20px;
}

.delicious-post {
	padding: 7px 20px;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	font-size:14px;
}

.delicious-odd {
	background: #F3F3F3;
	}
	
.delicious-extended {
	font-size:12px;
	color: #666;
	display: inline;
}


