/* Begin Typography & Colors */

body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Verdana, Sans-Serif;
	background: #d5d6d7;
	color: #333;
	text-align: center;
	}

#page {
    background: url("bg.jpg") repeat-y top white;
    border: none;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
    background: url("hd.jpg") no-repeat bottom center #D4D5D7;
	}

#headerimg {
	margin: 0;
	height: 180px;
	width: 100%;
	}

#content {
	font-size: 10px;
	}

.widecolumn .entry p {
	font-size: 10px;
	text-align: left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 10px;
	text-align: left;
	}

.widecolumn {
	line-height: 10px;
	text-align: left;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.footer {
	font-family: Verdana, Sans-Serif;
	font-size: 90%;
	text-align: left;
}	
.graybox {
	background-color: #f8f8f8;
	}
ul {
	line-height: 150%;
}

#footer {
    background: url("footer.jpg") no-repeat bottom; border: none #eee;
	}
	
small {
	font-family: Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 130%;
	}

.description {
	font-size: 80%;
	text-align: center;
	}

h2 {
	font-size: 110%;
	}

h2.pagetitle {
	font-size: 100%;
	}


#sidebar h4 {
	font-family: Verdana, Sans-Serif;
	font-size:100%;
	color: #6D9CB7;
	text-align: left;
	}
	
h3 {
	font-size: 100%;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #6D9CB7;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #6D9CB7;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font: Verdana, Sans-Serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #6D9CB7;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

p {
	line-height: 170%;
}

form {font-family: verdana, sans-serif; }


fieldset {
	font-family: verdana, sans-serif;
	font-size: 10px;
} 


textarea  {
	font-family: verdana, sans-serif;
	font-size: 10px;
} 

input {
	font-family: verdana, sans-serif; 
	font-size: 10px;
} 

select  {
	font-family: verdana, sans-serif;
	font-size: 10px;
} 

.btn {
	font-family: Verdana, sans-serif;
	background-color:#DEEFF4;
	font-weight: 700;
	font-size: 9px;
	color: #6D9CB7;
	cursor: hand;
	padding: 2px 2px 2px 2px;
	border: 1px #6D9CB7;
}

.label {
	font-weight: 700;
	color: #6D9CB7;
}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	text-align: center;
	}

#page {
	background-color: white;
	margin: 0;
	padding: 0;
	width: 760px;
	border: 0;
	text-align: center;
	}
#header  {
	background-color:#D5D6D7;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 0px 50px;
	margin: 0px 0 0;
	width: 535px;
	text-align: center;
	}


.widecolumn {
	padding: 20px 0 20px 0;
	margin: 15px 0 0 20px;
	width: 535px;
	text-align: center;
	}
		
.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 20px 0;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */




/* Begin Sidebar */
#sidebar
{
	padding: 40px 0 10px 0;
	margin-left: 600px;
	width: 140px;
	}

/* End Sidebar */



/* Begin Various Tags & Classes */


.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}