/*  
Theme Name: Think Tank Creative Theme
Theme URI: 
Description: Think Tank Creative 
Version: 1.0
Author: Jacki Silvan
Author URI: http://www.creativebythinktank.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #ffffff;
color: #666666;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link{
text-decoration: none;
font-weight: bold;
color: #660033;
}

a:visited{
text-decoration: none;
font-weight: bold;
color: #660033;
}

a:hover{
text-decoration: underline;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 750px;
text-align: left;
}

#header{
float: left;
width: 750px;
}

#container{
float: left;
width: 490px;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #C3C3C3;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
font-size: 10px;
}

.navigation{
padding: 10px 0 0 0;
font-size: 12px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 250px;
background: url(/images/yellow_spacer.gif);
margin: 0 0 0 10px;
display: inline;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #666666;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

#footer{
clear: both;
float: left;
width: 750px;
padding: 10px 0 0 0;
text-align: center;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

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

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