/*  
Theme Name: iamtheb.org
Theme URI: http://iamtheb.org
Description: My site converted to wordpress using kubrick as a guide.
Version: 0.4
Author: Bracken Dawson
Author URI: http://iamtheb.org
*/

/* Begin Typography & Colors */
body {
	/* background-image: url(back.gif); /* look in header.php */
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #0070CC;
}
center {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #0070CC;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	/* background-image: url(header.gif); /* look in header.php */
	background-repeat: no-repeat;
	width: 800px;
	height: 144px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 56px;
	text-align: center;
	line-height: 144px;
}
.content {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.container {
	overflow: hidden;
}
.sidebar {
	float: right;
	margin: 5px;
	width: 188px;
	background-color: #B0BBEE;
	border: 1px solid #0070CC;
}
.post {
	width: 600px;
}

.posttop {
	background-color: #B0BBEE;
	border: 1px solid #0070CC;
	width: 586px;
	margin: 5px;
	float: left;
	padding-bottom: 1px;
}
.posttitle {
	font-size: 18px;
	font-weight: bold;
	color: #0070CC;
}
.posttitle a {
	font-size: 18px;
	font-weight: bold;
	color: #0070CC;
}
.postdetails {
	font-size: 12px;
}

.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 16px;
	/* background-image: url(foot.gif); /* look in header.php */
}
.postdetails a {
	font-size: 12px;
}
.postend {
	font-size: 12px;
	color: #666666;
	margin-left: 425px;
}
.sidebarend {
	text-align: right;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 150px;
	float: right;
}
.sidebarend a {
	font-size: 12px;
}
.sidebartitle {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	list-style-type: none;
}
li.sidebartitle {
	margin-left: -38px;
}
.widget {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	list-style-type: none;
}
li.widget {
	margin-left: -38px;
	/* IE hack for height in here */
}
.widgettitle {
	color: #000000;
}
.sidebarelement li {
	list-style-type: disc;
	margin-left: -55px; /* Hacked for IE in other stylesheet */
	font-size: 12px;
}
.sidebarelement a {
	font-size: 12px;
}
.sidebarelement {
	font-size: 12px;
}
.widget ul{
	margin-top: -15px;
}
.widget ul li{
	list-style-type: disc;
	margin-left: -17px; /* Hacked for IE in other stylesheet */
	font-size: 12px;
}
.widget ul a {
	font-size: 12px;
}
.widget {
	font-size: 12px;
}
h2.widgettitle a{
	font-weight: bold;	
}
.widget ul {
	font-weight:normal;
}
li.widget_search {
margin-top: 15px;
}
.postend a {
	font-size: 12px;
}
.postsinglemeta {
	font-size: 12px;
}
.postsinglemeta a {
	font-size: 12px;
}
.commententry {
	width: 600px;
	padding-left: 5px;
}
div.navigation {
	width: 600px; /* Hacked for IE in other stylesheet */
}
div.alignleft {
	float: left;
}
div.alignright {
	float: right;
}
.admin {
	background-color: #FFFFBB;
}
.adminnotif {
	display: inline;
	font-size: 12px;
}

/* Here is my navbar link specific codes */
.navcontainer
 {
 	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 16px;
	/* background-image: url(nav.gif); /* look in header.php */
	background-repeat: no-repeat;
}
a.nav_home {
	height: 16px;
	width: 64px;
	margin-left: 192px;
	/* background-image: url(nav.gif); /* look in header.php */
	background-repeat: no-repeat;
	background-position: -192px 0px;
	float: left;
}
a:hover.nav_home {
	background-position: -192px -16px;
}
a.nav_blog {
	height: 16px;
	width: 64px;
	margin-left: 16px;
	/* background-image: url(nav.gif); /* look in header.php */
	background-repeat: no-repeat;
	background-position: -272px 0px;
	float: left;
}
a:hover.nav_blog {
	background-position: -272px -16px;
}
.nav_photos {
	height: 16px;
	width: 96px;
	margin-left: 16px;
	/* background-image: url(nav.gif); /* look in header.php */
	background-repeat: no-repeat;
	background-position: -352px 0px;
	float: left;
}
a:hover.nav_photos {
	background-position: -352px -16px;
}
.nav_projects {
	height: 16px;
	width: 128px;
	margin-left: 16px;
	/* background-image: url(nav.gif); /* look in header.php */
	background-repeat: no-repeat;
	background-position: -464px 0px;
	float: left;
}
a:hover.nav_projects {
	background-position: -464px -16px;
}
.nav_rss {
	height: 16px;
	width: 48px;
	margin-left: 160px;
	/* background-image: url(nav.gif);  /* look in header.php */
	background-repeat: no-repeat;
	background-position: -752px 0px;
	float: left;
}
a:hover.nav_rss {
	background-position: -752px -16px;
}
.footup {
	height: 16px;
	width: 16px;
	margin-left: 784px;
	/* background-image: url(foot.gif); /* look in header.php */
	background-repeat: no-repeat;
	background-position: -784px 0px;
	float: left;
}
a:hover.footup {
	background-position: -784px -16px;
}