/* 
Theme Name: wp-mike01: stylish simplicity
Description: Port of the open source template mike01. 2-column liquid design. Just black and white colors.
Version: 1.1 (15/07/05)
Author: Mike Yarmish
Author URI: http://www.mikeyarmish.com
*/

/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body {
font: 90%/110% Verdana,sans-serif;
font-style: normal;
}

h1, h2 {
margin: 5px 0;
font: 160%/110% Georgia, "Times New Roman", serif;
font-weight: bold;
}

h1 {text-align:center}
h2 {text-align:left}


ul, ol {list-style-type: none;}

a {
text-decoration: none;
font-weight: bold;
color: #333;
}

a:hover {text-decoration: underline;}

input, textarea {border: 1px solid #303030;}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
position: relative;
text-align: center;
}

* html #container {height: 100%;}

/************* Header *************/
#header {
margin: 35px auto 15px;
text-align: center;
width: 750px;
font-size: 1.4em;
}


/************* Menu *************/
#menu {
margin:0 auto;
font: 100%/80% Georgia, "Times New Roman", serif;
font-weight: bold;
text-align:center;
width: 100%;
background: #333 url(images/menuTop.gif) repeat-x left top;
}

#menuBottom {
width: 100%;
height: 10px;
background: url(images/menuBottom.gif) repeat-x left top;
}

#menu ul {
padding: 13px 0 4px;
}

#menu li {
display: inline;
margin: 0 10px; 
}

#menu a {
color: #eee;
font-size: 1.1em;
}

/************* Content *************/
#content {
width: 750px;
margin: 0 auto 30px;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content p {
letter-spacing: 0.05em;
margin-top: 0.1em;
}

#content blockquote { 
background-color: #efefef; 
margin: 15px 0; 
padding: 10px 15px 10px 10px;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
}

#content blockquote p {
margin: 0;
text-indent: 0;
}

#main {
width: 68%;
float: right;
text-align: left;
}

#main p {
margin-top: 10px;
padding-left: 15px;
text-indent: 2em;
}

#main ul, #main ol {
margin: 5px 0 5px 35px;
list-style-image: url(images/li.gif);
}

#sub {
margin-right: 2%;
width: 28%;
float: left;
text-align: right;
}

#sub h2 {
margin-top: 15px;
text-align: right;
}

#sub p {
padding: 0 5px;
text-indent: 10px;
}

#sub li{
padding-right: 10px;
}

.post {
margin-top: 15px;
}

.entry, .entry-page {
text-align: justify;
}


/************* Footer *************/
#footer {
position: relative;	
clear: both;
padding: 10px 0 5px;
width: 100%;
background: #333 url(images/menuTop.gif) repeat-x left top;
color: #EEE;
}

#footer p {
text-align: center;
}

#footer a {
color: #EEE;
}

#footer a:hover {
text-decoration: underline;
}

/************* Other *************/
.alignleft {text-align:left;}
.alignright {text-align:right;}

.navigation {margin-top:30px;}

.entry {
border-top: 1px solid #8a8a8a;
padding: 10px 0;
}

.entry img {
margin: 10px 10px 10px 0;
border: 0;
}

.commentsmeta {
text-align: right;
font-size: 1.3em;
margin-right: 15px;
}

.post h2 {
margin-bottom: 0.1em;
}

.post small, .commentmetadata {
color: #303030;
margin-left: 15px;
padding: 0;
display: block;
}

#searchform {
margin-top: 25px;
}

#searchsubmit {
background: #fff;
margin: 10px 5px;
padding: 0 15px;
}

#searchtext {width: 70%;}

.postmetadata {
margin: 15px 10px;
padding: 0;
text-align: left;
text-indent: 0;
width: 94%;
overflow: hidden;
}

ul#commentlist {
list-style: none;
}

#commentlist li {
margin: 15px 0;
padding: 10px;
text-align: left;
width: 94%;
overflow: hidden;
}

.alt {
background: #eee;
}

#commentlist cite {
font-weight: bold;
}

#commentlist p {
margin: 0;
padding: 5px 10px 0 15px;
text-indent: 1.5em;
}

#comments, #respond {
text-align: left;
margin: 25px 5px;
padding-left: 25px;
}

#commentform {text-align: left;}

#commentform textarea {width: 100%;}

#commentform p {text-indent: 0;}

#commentform #submit {background: #fff;}

#commentform input {width: 180px;}

.pagetitle {

margin:15px 0 35px;}