/*  
Theme Name: MicfoScenic
Theme URI: http://corymiller.com
Description: Micfo Scenic is a clean and simple, two-column theme with a beautiful mountain photo background that's widget-ready. 
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Header photo by Ville Miettinen, used with permission
Version: 1.0
Author: Ryan Imel
Author URI: http://aspiringindie.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/scenicback.jpg') center fixed;
	color: #333;
	text-align: center;
	}

/* WRAPPER DIVS AND CONTAINERS */
#page {
margin: 4em auto 0 auto;
text-align: center;
width: 70em;
}
.pagetitle {
line-height: 1em;
font-size: 1.2em;
}




/* FONT INFO */

p {
font-size: 1.2em;
line-height: 1.8em;
margin: 1.8em 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1,h2 {
font-size: 1.8em;
line-height: 2.7em;
}
h3 {
font-size: 1.6em;
line-height: 2.4em;
}
h4 {
font-size: 1.4em;
line-height: 2.1em;
}
h5 {
font-size: 1.2em;
line-height: 1.8em;
}
h6 {
font-size: 1em;
line-height: 1.5em;
}
div.title {
font-size: 2em;
line-height: 2.5em;
}


/* LINK INFO */

a, a:visited  {
color: #000;
text-decoration: underline;
}
a:hover {
color: #3399cc;
text-decoration: none;
}






/* MATERIAL INFO */
img {
border: 0;
padding: .5em;
}
ul, ol {
font-size: .7em;
margin-left: 4em;
}
ul li, ol li {
line-height: 1.5em;
margin-top: 1.5em;
font-size: 1.5em;
}
blockquote {
margin: 0 0 0 6em;
border-left: .3em solid #373f4a;
padding-left: 1em;
}
#wp-calendar {
margin: 0 auto 0 auto;
width: 80%;
}
#wp-calendar caption {
font-size: 1.4em;
text-align: center;
margin: 0;
padding: 0;
width: 100%;
}
#wp-calendar th, #wp-calendar td {
font-size: 1.6em;
}
.commentlist {
margin-left: 0;
list-style-type: none;
padding-left: 0;
}
.commentlist li {
border: thin black solid;
padding: .5em;
margin-bottom: 1em;
}
.commentlist li cite a {
font-size: 1.2em;
color: #3399cc;
font-weight: bold;
}
.commentlist .commentmetadata {
text-align: right;
}
.navigation {
font-weight: bold;
margin-top: .5em;
width: 100%;
padding-bottom: 1em;
}
.navigation .alignright {
float: right;
}
.navigation .alignleft {
float: left;
}







/* CLASSES */
.alignleft {
text-align: left;
}
.alignright {
text-align: right;
}
.center {
text-align: center;
}








/* HEADER */
#header {
background-color: #fff;
color: #000;
text-align: left;
width: 21em;
float: left;
	background: #fff url('images/transscenicback.jpg') center fixed;
margin-right: 2em;
margin-bottom: 3em;
padding: 1em;
border: 1em solid black;
}
#header div.title {
line-height: 1em;
font-size: 2.2em;
margin-bottom: 0;
}
#header div.title a, .post h1 a {
text-decoration: none;
color: #3399cc;
}
#header .description {
margin-top: .5em;
color: #666666;
font-size: 1.2em;
font-weight: 600;
}





/* CONTENT */
#content {
text-align: left;
padding: 1em 1.5em 1em 1.5em;
	background: #fff url('images/transscenicback.jpg') center fixed;
margin-bottom: 3em;
border: 1em black solid;
}
.narrowcolumn {
float: right;
width: 37em;
}
.widecolumn {
width: 60em;
margin: 0 auto 0 auto;
}





/* POSTS */
.post {
margin-right: 1em;
}
.post h1 {
color: #3399cc;
font-size: 2em;
margin-left: 0;
text-align: left;
clear: both;
line-height: 1em;
margin-bottom: 0em;
}
.post h1 a {
color: #3399cc;
}
.post h1 a:hover {
color: #000;
}
.postmetadata {
width: 100%;
text-align: left;
font-size: 1.1em;
border-top: thin solid black;
padding-top: .25em;
}
.alt {
}
#respond {
margin-top: 3em;
}
.post small {
margin-top: -.5em;
color: #666666;
font-weight: 600;
}










/* SIDEBAR (AND PAGES) */
#sidebar, #pages {
float: left;
width: 21em;
padding: 1em;
text-align: left;
	background: #fff url('images/transscenicback.jpg') center fixed;
margin-bottom: 3em;
border: 1em solid black;
}
#sidebar {
clear: left;
}
#sidebar ul, #sidebar ul li, #sidebar ul li ul, #pages ul, #pages ul li, #pages ul li ul {
list-style-type: none;
margin: 0;
padding-left: 0;
}
#sidebar h2, #pages h2 {
font-size: 1.4em;
line-height: 1em;
margin-top: 1.5em;
}
#sidebar ul li ul, #pages ul li ul {
font-size: .9em;
line-height: 0;
}
#searchform {
margin-top: 3em;
}
#sidebar a, #pages a {
text-decoration: none;
}
#sidebar a:active, #pages a:active {
text-decoration: underline;
}

#sidebar ul li ul li ul li, #pages ul li ul li ul li {
font-size: 1.1em;
list-style-type: square;
margin-left: 1.5em;
}




/* FOOTER */
#footer {
float: left;
clear: left;
color: black;
text-align: left;
font-size: .8em;
padding: 1em;
margin-top: 2em;
background: #fff url('images/transscenicback.jpg') center fixed;
border: 1em solid black;
width: 27em;
}
#footer a {
color: black;
text-decoration: underline;
}
#footer p {
margin: .5em 0 0 0;
}


/* FIX FOR IE6 */
* html #sidebar, * html #header, * html #pages, * html #content, * html #footer {
background: none;
}
* html body {
background: #fff url(images/transscenicbackie6.jpg) fixed center;
}
* html #header, * html #content, * html #sidebar, * html #pages, * html #footer {
border: 0;
}