/*  
Theme Name: Braintied
Theme URI: http://www.wpdesigner.com/2007/02/11/braintied-wordpress-theme/
Description: Braintied Wordpress theme created by Small Potato
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.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: 16px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg_body.gif) repeat-x;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 24px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #c00;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	color:#666;
	font-family: Georgia, Serif;
	font-size: 24px;
	font-style: italics;
	line-height: 32px;
	font-style:italic;
}

blockquote p{ padding-top: 40px; padding-bottom:40px;}

blockquote blockquote{
	margin: 15px;
	background: #ddd;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #9b9b9b;
	color: #9b9b9b;
}

small{
	font-size: 12px;
}

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: 780px;
	text-align: left;
}

#header .site-title{
	float: left;
	width: 780px;
	text-align: center;
}

#header .site-title h1{
	padding: 24px;
	font-size: 48px;
}

#header h1 a{
	padding: 0 0 10px;
	border-bottom: 0px solid #d4d496;
	text-decoration: none;
	color: #333;
}

#header h1 a:hover{
	text-decoration: none;
}

#header .topmenu{
	float:left;
	width: 780px;
}

#header .topmenu ul{
	list-style: none;
	margin: 0;
	padding: 0px 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

#header .topmenu ul li{
	padding: 0 0 0 20px;
	display: inline;
}

.site-desc
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#666;
	width:700px;
	text-align:center;
	line-height:24px;
	font-style:italic;
}

.site-desc a
{
	text-decoration:none;
	padding-bottom:5px;
}

.site-desc a:hover
{
	text-decoration:none;
	border-bottom:1px dashed;
}

.post{
	padding: 20px 0 0;
	clear: both;
}

.post h2.highlight{
	padding: 15px 20px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}

.post .title-item, .post .title-item-alt{
	padding: 15px 20px;
	border-bottom: 1px dashed #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#000;
}

.post .title-item-home a
{
	font-size:24px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed;
	display:block;
}

.post .title-item-home a:hover
{
	text-decoration:none;
	color:#fff;
	display:block;
	background:#000;
}

.post .title-item a, .post .title-item a:hover {
	text-decoration:none;
	color:#000;
}

.post .title-item-alt{
	background: #fff;
}

.postinfo
{
	font-size:10px;
	color:#999;
	padding-bottom:5px;
	padding-left:20px;
	padding-top:10px;
}

.postinfo a
{
	text-decoration:none;
}
.postinfo a:hover
{
	text-decoration:none;
	border-bottom:1px dashed;
}

.entry{
	font-size: 14px;
	padding: 0 20px;
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
	border: 0;
	padding: 15px 0 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; 
	line-height:16px;
	color:#666;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	}

.entry img{
	border: 0px solid #e8e8b1;
	padding: 0px;
	background-color: #fff;
	margin-left:-5px;
}

.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;
}

.entry p.postinfo{
	margin: 15px 0 0;
	border-top: 1px solid #e8e8b1;
}

.entry a
{
	color:#c00;
	text-decoration:none;
	padding:2px;
	border-bottom:1px dashed;
}
.entry a:hover
{
	background:#c00;
	text-decoration:none;
	color:#fff;
	border-bottom:0px;
}
.browse{
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 42px;
	font-style:italic;
}

.browse a{
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px dashed;
	padding:10px;
}

.browse a:hover{
	text-decoration:none;
	color:#fff;
	background:#c00;
}

/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 0px solid #e8e8b1;
	padding: 15px 20px;
	font-size: 16px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e8e8b1;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


#footer{
	float: left;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
}

#footer p{
	padding: 15px 20px;
	line-height: 18px;
	font-size:10px;
	text-align:center;
}
#footer a
{
	color:#666;
	text-decoration:none;
	border-bottom:1px dashed;
}
#footer a:hover
{
	text-decoration:none;
	background:#000;
	color:#fff;
}
#searchform
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#searchsubmit
{
	font-size:16px;
}
#s
{
	font-family:Georgia, "Times New Roman", Times, serif;
	height:22px;
	font-size:14px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px dashed #CCC;
	padding:2px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	color:#000;
	width:680px;
	font-style:italic;
}
#popular, #recent
{
	width:360px;
	padding:2px;
}
#popular
{
	float:left;
}
#recent
{
	float:right;
	text-align:left;
}
#recent a, #popular a
{
	color:#c00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px dashed;
	display:block;
	padding-top:6px;
	padding-right:6px;
	padding-bottom:6px;
	padding-left:12px;
}
#recent a:hover, #popular a:hover
{
	text-decoration:none;
	background:#c00;
	color:#fff;
}
#recent h2, #popular h2
{
	background:#000;
	color:#fff;
	display:block;
	padding:12px;
}
/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #000;
	display: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:left;
	font-style:italic;
	line-height:28px;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 600px;
		display: block;
	}
	
	#unitippoint { 
		background: url(images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(images/TipMid.png) repeat; 
		width: 540px;
		height: auto; 
		padding-left:32px;
		padding-right:28px;
		padding-bottom:20px;
	}
	
	#unitipcap { 
		background: url(images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}