/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #71828A;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	width: 762px;
}



#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	margin: 0px;
	}



.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font: 1.6em Georgia;
	text-align: left;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font: 1.2em Georgia;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #A367B1;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 16px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: justify;
	position: relative;
	font-family: Verdana;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin: 0px;
	}



#footer {
	padding: 0 0 0 0px;
	margin: 0px auto 20px auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	margin-left: -250px;
	font: 1.2em Georgia;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: Georgia;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-family: Georgia;
	}
/* 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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li, .entry ul li{
	padding: 0;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

/* End Entry Lists */


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform .textform {
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 14px;
	border-style: ridge;
	border-width: 1px;
	font-family: Georgia;
}

#commentform textarea {
	width: 100%;
	font-size: 14px;
	padding: 1px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 525px;
	width: 190px;
	font: 1.25em Verdana;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* This is the nice box all the entries are posted in */

.post-top, .title, .entry, .post-bottom {
	width:  465px;
}

.post-top {
	background: url(images/title_top.jpg) no-repeat center top;
	margin: 0px;
	margin-bottom: 30px;
}



.title {
	background: url(images/title_body.jpg) repeat-y center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


.entry {
	background: url(images/post_body.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	bottom: 11px;
	position: relative;
	font-family: Verdana;
}

.post-bottom {	
	background: url(images/post_bottom.jpg) no-repeat left bottom;
	padding: 15px 0px 0px 0px;
	position: relative;
	top: 6px;
}

/* End of the entry box */

/* This is the nice box all the entries are posted in */

.bpost-top, .btitle, .bentry, .bpost-bottom {
	width:  730px;
}

.bpost-top {
	background: url(images/btitle_top.jpg) no-repeat center top;
	margin: 0px;
	margin-bottom: 30px;
}



.btitle {
	background: url(images/btitle_body.jpg) repeat-y center;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}


.bentry {
	background: url(images/bpost_body.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	bottom: 11px;
	position: relative;
	font-family: Verdana;
}

.bpost-bottom {	
	background: url(images/bpost_bottom.jpg) no-repeat left bottom;
	padding: 15px 0px 0px 0px;
	position: relative;
	top: 6px;
}

/* End of the entry box */

/* This is the horizontal rule that appeals on the sidebar */
#sidebar div.hr {
	right: 0px;
	border-top: 1px solid #acb0b5;
	background-color: #eaeff3;
	width: 250px;
	font: 1px/1px monospace;
	height: 1px;
	margin-left: -17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post p{	
	margin:  0px;
	padding: 15px;
}

/* Edit this to change the two-column background */

#page-top 	{ 
	background: url("images/frame_top.jpg") no-repeat center top;
	clear: both;
	bottom: 0px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}

#page		{
	background: url("images/frame_body.jpg") repeat-y center; 
	border: none;
	bottom: 21px;
	position: relative;
}

#page-bottom {
	background: url(images/frame_bottom.jpg) no-repeat center bottom;
	padding-top: 38px;
	width: 762px;
}



/* End of two-column background */

.title h2, small {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	font-family: Georgia;
}
	
/* Change the header image here */

#headerimg {
	height: 200px;
	width: 100%;
	background: url("images/header.jpg") no-repeat center;
	margin: 20px auto 10px auto;
}

/* This is the nav bar on top of the page. I think this is the nicest part of the whole theme =) */

#topbar {
	background: url("images/top_bar.jpg") no-repeat center;
	margin: 20px auto 10px auto;
	height: 36px;
	text-align: right;
	width:  760px;
}


#topbar .searchform {
	float: right;
	font: 1.2em Verdana;
	margin: 2px 10px 2px auto;
}

#topbar form {
	margin: 0px;
}

#topbar .nav {
	height: 36px;
	float: right;
	font: 1.2em Verdana;
	margin-top: 10px;
}

/* End of nav bar */

a {
	color: #0A5692;
}

.respond {
	border-bottom: 1px dotted #7f7f7f;
	font: 1.5em Georgia, Lucida Grande;
	margin-top: 50px;
	margin-bottom: 0px;
}

.entry .contactleft { 
	text-align: left;
	clear: both; 
	float: left; 
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
	
.entry .contactright {
	width: 250px;  
	float: right; 
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
}
/* End of ContactForm Styles */

.alignleft a, .alignright a,.postmetadata, .commentmetadata {
	font-family:  Georgia;
	font-variant: small-caps;
}

.entry p {
	margin:  0px;
	padding: 15px;
	}


