/*  
Theme Name: Still got the blues
Theme URI: http://www.meshio.com/wp-content/themes/meshio/
Description: Back to Good Ol' Nature with 100% Recycled Bits and Bytes
Version: 1.0
Author: Yow Chuan Lee
Author URI: http://meshio.com/

*/



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', Arial, Sans-Serif;
	color: #000000;
	text-align: center;
        }

#page {
	background-color: #FFFFFF;
	text-align: left;
        margin: 0 0 20px 0;
        min-height: 100%;
        height: auto !important;
        height: 100%;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.40em;
	line-height: 1.6em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #FFFFFF;
        font-size: 1.25em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana;
	}

h1      {
	font-size: 3.8em;
        margin-top: 10px;
	}


h4 {
	font-size: 1.5em;
        padding: 0;
        margin-top: -20px;
	}

h5 {
	font-size: 1.3em;
        padding: 4px 0 3px 0;
        font-weight: bold;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.0em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	}

h2.pagetitle {
	font-size: 1.0em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	}

#header_links, #header_links a, #header_links a:visited {

	font-size: 1.4em;
	text-decoration: none;
	color: #FFFFFF;
        padding: 6px 20px 4px 20px;
        font-family: 'Trebuchet MS', Verdana;
        text-align: right;
}

#header_links a:hover {

	color: #92A1C9;

}


#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #FFFFFF;
        }

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited {
	color: #000000;
	}

h3, h3 a, h3 a:visited {
	color: #000000;
	}

h4, h4 a, h4 a:hover, h4 a:visited{
	text-decoration: none;
	color: #000000;
	}

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: #00307f;
	}
.entry-comments a, .entry-comments a:hover, .entry-comments a:visited {
        text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em Verdana;
        line-height: 1.7em;
	}
	
.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;
	}

#sidebar {
	font: 1.3em 'Verdana', Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
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: #0077dc;
	text-decoration: underline;
	}

a:hover {
	color: #63b8ff;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #63b8ff;
	text-decoration: none;
	}

#sidebar a {
	color: #0077dc;
	text-decoration: none;
	}

#sidebar h3 {

        font-family: 'Trebuchet MS', Verdana;
        color: #FFFFFF;
        background-color: #3D4454;
        padding: 4px 0 3px 5px; 
}


#sidebar linkcat {

       font-weight: bold;

}
	
#wp-calendar #prev 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;
	}
/* End Typography & Colors */



/* Begin Structure */

html, body {

	height: 100%;

	}

body {
	margin: 0;
	padding: 0;

	}

#page {
	background-color: #FFFFFF;
	padding: 10px;
	width: 950px;
        position: relative;
        min-height: 100%;
        margin-bottom: -50px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 0 20px 5px;
	margin: 0 0 0 30px;
	width: 600px;
        float: left;
	text-align: justify;
	}

.single {
	padding: 0 0 0 0;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 760px;
	}

#footer {
	height: 150px;
	position: relative;
}

.clearfooter {
	height: 5px;
	clear: both;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin-top: -40px;
	}


/* End Structure */



/*	Begin Headers */
h1      {
        padding: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	background-color: #F2F2F2;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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) */
	
.aligncenter,
div.aligncenter {
   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;
	padding: 7px;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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 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;
	font-size: 0.7em;
	}
	
#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;
	}
/* End Entry Lists */



/* Begin Form Elements */


.input {
	font-family: Verdana;
	font-size:1.25em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color:#000000;
	text-decoration:none; 
        height: 23px;
}

.textarea {
	font-family: Verdana;
	font-size: 1.0em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color:#000000;
	text-decoration:none; 
	padding: 2px;
	height: 300px;
}

.radio{
	font-family: Verdana;
	font-size:1.0em; 
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	color:#000000;
	text-decoration:none; 
	padding-bottom: 0px;
}

.checkbox {

	width: 2.5em;
	height: 2.5em;

}


#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;
	}

.bigbutton {
	font-family: Verdana;
	font-size: 1.1em;
        font-weight: bold;
	color: #000000;
	background: #96e400;
	border-bottom: 2px solid #578400;
	border-right: 2px solid #578400;
	border-left: 2px solid #dcff98;
	border-top: 2px solid #dcff98;
	text-decoration:none;
	padding: 4px;
	cursor: pointer;
}

.dotted-form {
        border: 2px dotted #D6D6D6;
        padding: 10px;
        }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 450px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* 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 */



/* Begin Sidebar */

#sidebar {

        margin-top: 0px;
	padding-left: 10px;
	width: 280px;
        float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
	background-color: #caddfa;
	background-color: #F2F2F2;
        border: 1px dotted #D6D6D6;
        width: 420px;
        font-size: 0.95em;
        font-family: Georgia;
	}

.toc {
        padding-left: 10px;
        padding-right: 10px;
	background-color: #F2F2F2;
        border: 1px solid #D6D6D6;
        width: 380px;
        line-height: 1.4em;
	}

.toc li {
        padding-left: 40px;
        margin-top: -8px;
        list-style-type: none;
        font-size: 0.9em;
        position: relative;
        display: list-item;
}

.toc ul {
        padding-left: 30px;
        position: relative;
        list-style-type: none;
        font-size: 0.95em;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}


/* Quote Plug-in */

	
#wp_quotes
{
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F2F2F2;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	text-align: left;
}
	
#wp_quotes div.wp_quotes_quote
{
}
	
#wp_quotes div.wp_quotes_author
{
	text-align: right;
	font-style: italic;
	margin-top: 5px;
}
	
div.wp_quotepage
{
	font-size: 14px;
	width: 80%;
	margin-left: 40px;
}
	
div.wp_quotepage_quote
{
}
	
div.wp_quotepage_author
{
	margin-left: 40px;
	font-style: italic;
}
	
hr.wp_quotepage_hr
{
	width: 70%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
	
div.wpquotes_poweredby
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}
