/*  
Theme Name: 32bitkid Theme
Theme URI: http://32bitkid.com/
Description: The default 32bitkid theme
Version: 1.0
Author: James Holmes
Author URI: http://32bitkid.com
*/


body {
	margin: 20px 0px 0px 0px;
	padding: 20px;
	font-family: Calibri, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #C7C7C7;
	background-image: url('images/main-bkg.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #666;
}

a {
	color: #69a418;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #69a418;
	text-decoration: underline;
}

div#main-top {
	margin: 0px auto;
	padding: 0px;
	min-width: 610px;
	max-width: 900px;
	background-image: url('images/topmid.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 5px;
}

div#main-top-left {
	width: 4px;
	height: 5px;
	float: left;
	background-image: url('images/topleft.gif');
}

div#main-top-right {
	width: 4px;
	height: 5px;
	float: right;
	background-image: url('images/topright.gif');
}

div#main-top-middle {
	background-image: url('images/topmid.gif');
	background-repeat: repeat-x;
	background-position: top;
}

div#main-bottom {
	margin: 0px auto;
	padding: 0px;
	min-width: 610px;
	max-width: 900px;
	background-image: url('images/bottommid.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 5px;
}

div#main-bottom-left {
	width: 4px;
	height: 5px;
	float: left;
	background-image: url('images/bottomleft.gif');
}

div#main-bottom-right {
	width: 4px;
	height: 5px;
	float: right;
	background-image: url('images/bottomright.gif');
}

div#main {
	background-image: url('images/bkg-bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;	
	padding: 5px 0px 0px 0px;;
	margin: 0px auto;
	min-width: 608px;
	max-width: 900px;
	
}

div#header {
	background-image: url('images/header-top.gif');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 30px 0px 30px 30px;
}

div#header-navigation {
	font-size: 9pt;
	margin: 0px 0px;
	text-align: left;
	clear:both;
	font-weight: bold;
	color: #c7c7c7;
	text-transform: uppercase;
}

div#header-navigation ul {
	display: inline;
	padding: 0px 36px;
	margin: 0px;
}

div#header-navigation li {
	display: inline;
	padding: 0px 5px;
}

div#header-navigation a {
	color: #c7c7c7;
}

div#header-navigation a:hover {
	color: #333;
	text-decoration: none;
}

div#splash {
	padding: 75px 0px;
	text-align: center;
}

div#content {
	width: 70%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/content-bkg.png');
	background-color: transparent;
	float: left;
	padding-left: 4%;
	min-height: 300px;	
}

div#content-wide {
	width: 90%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/content-bkg.png');
	background-color: transparent;
	float: left;
	padding-left: 5%;
	min-height: 300px;	
}

div#sidebar {
	float: right;
	width: 23%;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
	border-right: none;
	text-align: justify;
	font-size: 9pt;
}

div#sidebar form {
	padding: 0px;
	margin: 10px 0px;
}


div#sidebar input#s {
	font-size: 9pt;
	width: 80%;
	font-weight: bold;
	padding-left: 10px;
}

div#sidebar input[type="submit"] {
	font-size: 8pt;
}

div#sidebar h2 {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.5em;
}

div#sidebar h2 a {
	color: #666;
}

div#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#sidebar ul li {
	margin-left: 0px; 
	padding-left: 15px;
}

div#sidebar li.widget li {
	padding-bottom: 0.5em;
	text-indent: -1em;
	margin-left: 1em;
	margin-right: 3em;
}

div#sidebar li.widget_calendar {
	padding-left: 0px;
}

div#sidebar div#calendar_wrap table {
	margin: 0px auto;
}

div#footer {
	padding: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;

}

p {
	margin-top: 5px;
	margin-bottom: 1em;
}

h1 {
	margin-bottom: 0px;
}

h2 {
	text-transform: capitalize;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;	
}

div.post {
	
}

div.post h2 a {
	color: black;
}

div.entry {
	margin-left: 0px;
	text-align: justify;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

code {
  border: 1px solid #ccc;
	overflow: auto;
	display: block;
	margin: 0 2em;
	padding: 0.5em;
	white-space: pre;
}
