/*   
Theme Name: mikeage
Theme URI: http://mikeage.net
Description: mikeage.net
Author: Mike Miller
Author URI: http://mikeage.net
.
General comments/License Statement if any.
.
*/


/* Begin Typography & Colors */
#page {
	text-align: left;
	}

.postmetadata {
	text-align: center;
	border:1px;
	border-style: dashed;
	border-color: #000000;
	background-color: #EEEEEE;
margin-left: auto;
margin-right: auto;
width: 50%;
	}

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

.description {
	text-align: center;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	}

#page {
	width: 100%;
	}
	
.narrowcolumn {
	width: 100%;
	}

.widecolumn {
	width: 100%;
	}
	
.post {
	clear: both;
	text-align: justify;
	}

#footer {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		width: 70%;
		max-width: 450px;
    background-color: rgb(238, 238, 238);
	}

#footer p {
	text-align: center;
	}

#footer li
{
display: inline;
    padding-top: 5px;
    padding-right-value: 5px;
    padding-bottom: 5px;
}

/* End Structure */


/*	Begin Headers */
.description {
	text-align: center;
	}




/* Begin Images */
p img { }

/*	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 Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #preview {
	margin: 0;
	float: left;
	}

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



/* Begin Comments*/
/*
.alt {
	margin: 0;
	padding: 10px;
	}
*/
.altB {
	border-style:outset;
	}
.alt {
	border-style:outset;
	}
.author {
	background-color: #EEEEEE;
	color: #990000;
	}

.commentlist {
	padding: 0;
//	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	border-style:outset;
	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 */

ul.footer-nav {
	padding: 0;
}

/* Begin Sidebar */

ul.sidebar-nav,
.sidebar-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	text-align: center;
}

ul.sidebar-nav{
	display: table;
	clear: both;
	width: 100%;
	table-layout: fixed;
}
ul.sidebar-nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

/* End Sidebar */



/* 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;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	clear: both;
	}

.imagelink,.imagelink:hover {
        padding: 0px 0px;
        border: 0;
        background-color: transparent;
}

/*---------------------- Comment Quicktags ---------------------------*/
/* Main Span */
#comment_quicktags {
        text-align: left;
        margin-left: 1%;
}
/* Button Style */
#comment_quicktags input.ed_button {
        background: #F4F4F4;
        border: 1px solid #D6D3CE;
        color: #000000;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 1px;
        width: auto;
}
/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
        background: #FFFFFF;
        border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
        font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
        font-style: italic;
}

/* End Various Tags & Classes*/


