/*
Theme Name: Miles' Blog (new design)
Theme URI: http://wordpress.org/
Description: Just something I cooked up, you know how it is :).
Version: 1.0
Author: Daniel Brouse
Author URI: http://danielbrouse.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/



/* Begin Typography & Colors */

html {
	background: url(images/html_bg.gif) top center repeat-y;
}

body {
	font-size: 0.75em; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #504f4f;
	margin:0;
	padding: 0;
}

#page {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#header {
	background: url(images/header_bg.gif) 0 0 repeat-x;
	width: 100%;
	height: 177px;
}

#centerheader {
	width: 800px;
	margin: 0 auto;
	height: 176px;
	position: relative;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}

#content p {
	line-height: 1.5em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	
}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}



h2.pagetitle {
	
}

#nav {
	width: 172px;
	height: 34px;
	position: absolute;
	right: 0;
        z-index: 999;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#nav ul li a {
	display: block;
	height: 34px;
	background: url(images/nav_bg.gif) 0 0 no-repeat;
	text-decoration: none;
}

#nav ul li a span {
	position: absolute;
	margin: 0 -9999em 0 -9999em;
}

#nav ul li a#blog {
	width: 42px;
}

#nav ul li a#blog:hover,
#nav ul li a#blog.active {
	background-position: 0 -34px;
}

#nav ul li a#about {
	width: 61px;
	background-position: -42px 0;
}

#nav ul li a#about:hover,
#nav ul li a#about.active {
	background-position: -42px -34px;
}

#nav ul li a#contact {
	width: 69px;
	background-position: -103px 0;
}

#nav ul li a#contact:hover {
	background-position: -103px -34px;
}



#banner_ad {
	width: 479px;
	height: 150px;
	position: absolute;
	right: 0;
	bottom: -1px;
}


.entry p a:visited {
	
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	
}

.commentmetadata {
	font-weight: normal;
}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #7e7e7e;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #504F4F;
	text-decoration: underline;
}


a:hover {
	color: #000;
}

a#blogname {
	float: left;
	width: 246px;
	height: 80px;
	background: url(images/blogname.gif) 0 0 no-repeat;
	display: block;
	margin-top: 15px;
	outline: none;
}

div.description {
	float: left;
	width: 287px;
	clear: both;
}

div.description p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

h1, h2, h3, {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 450px;
}


.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {







	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 1.8em;
	margin: 20px 0 0;
	font-weight: normal;
}

h2 a {
	text-decoration: none;
	color: #504f4f;
}


h2 a:hover {
	color: #000;
}


h2.pagetitle {
	margin-top: 30px;
}


#sidebar h2 {
	height: 35px;
	width: 260px;
	display: block;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-weight: normal;
	font-size: 1.2em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

div.bottomborder {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

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 */


div.post ul li {
	list-style-type: circle;
	padding-left: 10px;
}

div.post ul, div.post ol {
	margin: 0;
	padding:0 0 1.25em 2.5em;

}


/* 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;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin-bottom: 8px;
	
}

#sidebar ul li ul li {
	background: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 8px 0;
}

#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: 6px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding-bottom: 15px;
	
}

input#searchsubmit {
	background: url(images/btn_bg.gif) 0 0 repeat-x #eae6db;
	display: inline;
	width: 75px;
	padding: 3px 14px 2px 14px;
	border: 1px solid #dedace;
	cursor: pointer;
	/*float: left;*/
	margin-left: 8px;
	border-bottom-color: #c3bfb5;
	border-right-color: #c3bfb5;
	color: #666;
}

input#searchsubmit:hover {
	color: #333;
}





.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 3px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d1d1d1;
	border-top-color: #a3a3a3;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #d1d1d1;
	border-top-color: #a3a3a3;
	overflow: hidden;
        font-size: 1.2em;
}

#commentform #submit {
	background: url(images/btn_bg.gif) 0 0 repeat-x #eae6db;
	display: inline;
	padding: 3px 14px 3px 14px;
	border: 1px solid #dedace;
	cursor: pointer;
	border-bottom-color: #c3bfb5;
	border-right-color: #c3bfb5;
	color: #666;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


#content {
	display: inline;
	padding-bottom: 20px;
}


/* Begin Sidebar */
#sidebar {
	padding: 38px 0 0 22px;
	width: 262px;
	background: url(images/sidebar_top.gif) 1px 0 no-repeat;
	float: right;
	display: inline;
	font-size: 90%;
	color: #666;
}

div.textwidget {
	/*border: 1px solid #666;*/
	padding-bottom: 10px;
}

div.sidebar_divider {
	width: 100%;
	background: url(images/sidebar_division.gif) 0 0 no-repeat;
	height: 25px;
	margin-left: -21px;
}

#sidebar p {
	line-height: 1.6em;
}

img.miles_mugshot {
	float: right;
	margin: 4px 0 4px 10px;
	border-right: 1px solid #dbd8d4;
	border-bottom: 1px solid #dbd8d4;
}

#sidebar form {	
	margin: 0;
}
/* End Sidebar */


input#s {
	border: 1px solid #d0d0d0;
	border-top-color: #afafaf;
	padding: 4px;
	width: 160px;
	/*float: left;*/
	display: inline;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 90%;
	border-top: 1px solid #ccc;
	padding-top: 8px;
}

.top{
	
	border-top: none !important;
        border-bottom: 1px solid #ccc !important;
	padding-bottom: 8px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#sidebar ul li a {
	list-style-type: none;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

a.twitter,
a.facebook,
a.linkedin,
a.rss,
a.email {
	padding-left: 20px;
	height: 14px;
	display: block;
}

a.twitter {
	background: url(images/twitter_icon.gif) 0 0 no-repeat;	
}

a.facebook {
	background: url(images/facebook_icon.gif) 0 0 no-repeat;
}

a.linkedin {
	background: url(images/linkedin_icon.gif) 0 0 no-repeat;
}

a.rss {
	background: url(images/rss_icon.gif) 0 0 no-repeat;
}

a.email {
	background: url(images/email_icon.gif) 0 0 no-repeat;
}






li.widget_categories h2 {
	background: url(images/categories_title.gif) 0 0 no-repeat;
}

li.supporters_widget h2 {
	background: url(images/supporters_title.gif) 0 0 no-repeat;
}



li.widget_milesburke h2 {
	background: url(images/milesburke_title.gif) 0 0 no-repeat;
	
}

li.widget_recent_entries h2 {
	background: url(images/recentposts_title.gif) 0 0 no-repeat;
}

li.widget_elsewhere h2 {
	background: url(images/elsewhere_title.gif) 0 0 no-repeat;
}

li.widget_links h2 {
	background: url(images/alsosee_title.gif) 0 0 no-repeat;
}

li.widget_subscribe h2 {
	background: url(images/subscribeby_title.gif) 0 0 no-repeat;
}

.navigation
