/*
Theme Name: BrainAndStimpy
Theme URI: http://brainbits.ca/themes/
Description: Custom wordpress theme.
Author: Colin Ligertwood
Author URI: http://brainbits.ca/
Version: 1.1
*/

body{
	background-image: url(images/brainbits-background.png);
	background-repeat: repeat-x;
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #fff;
}

body {
	background-color: #008bde;
}

a {
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: underline;
}

h2 a, h3 a {
	color: #ffffff;
	text-decoration: none;
}

h2, h3 {
	font-family: DesigersBold;
	font-size: 22px;
	letter-spacing: .15em;
	margin: 0 0 .75em 0;
	font-weight: normal;
	color: #ffffff;
}

h3 {
	font-size: 110%;
	text-transform: uppercase;
}

h3 + p {
	margin-top: 0;
}

code {
	font-weight: bold;
}

pre {
	background-color: #06a;
	padding: 1em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#main-content {
	background-image: url(images/brainbits-cereal.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 960px;
	margin: 0 auto;
}

#title-image {
	border: none;
}

#header {
	height: 220px;
	color: black;
	width: 600px;
}

#about {
	padding-top: 1em;
	font-size: 10pt;
}

#recent-projects {
	height: 250px;
	width: 590px;
}

.attachment-post-thumbnail {
	background: white;
	height: 144px;
	width: 180px;
	margin: 0 5px 0 0;
	border: solid 4px white;
}

.post .attachment-post-thumbnail {
	float: right;
	margin: 0 0 .5em .5em;
}

#blog-entry {
	float: left;
	width: 590px;
	margin-bottom: 2em;
}

#recent-projects a, #recent-projects a:visited, #blog-entry a, #blog-entry a:visited {
}

#services {
	width: 350px;
	float: right;
}

#services li {
	list-style-type: circle;
}

#footer {
	background-position: top left;
	background-image: url(images/brainbits-brain.png);
	background-repeat: no-repeat;
	
	padding-bottom: 1em;
	width: 960px;
	margin: 1em auto 0 auto;
}

#footer-content {
	padding:  1em 0 0 196px;
	width: 394px;
}

#footer-content ul {
	padding: 0;
}

#footer-content li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer-content div {
	float: left;
	width: 196px;
}

/*.pagenav, .categories, .contactme {
	font-family: DesigersBold;
	font-size: 12pt;
	letter-spacing: .1em;
}
*/
.pagenav li, .categories li, .contactme li {
	font-weight: normal;
	color: #eee;
	text-transform: none;
	font-family: lucida grande, verdana, helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: auto;
	padding: 0;
	margin: 0;
}

#footer-content a, #footer-content a:visited {
	color: #eee;
}

.entry ul {
	padding: 0 0 0 1.25em;
	margin: 0;
}

#copyright {
	margin: 0;
	width: 590px;
	height: 64px;
	color: #eee;
	clear: both;
	text-align: center;
	font-size: 80%;
}

