/*  
Theme Name: Isaac Tyler 
Author: Aisling Brock
Author URI: http://aislingbrock.com
*/


* {
margin:0;
padding:0;
}

a { outline: none; color: #fefefe; }

body {
font-family:Helvetica, Arial, sans-serif;
font-size:90%;
color:#FEFEFE;
background:#07062f;
}



#contain {
font-size:85%;
width:840px;
margin:auto;

}


#header a {
height:94px;
width: 840px;
background: url(headerimg.png) top center no-repeat;
margin-top: 50px;
display: block;
}

#intro {
height:260px;
width: 840px;
background: url(introimg.png) bottom center no-repeat;
display: block;


}

#intro p {
width: 500px;
float: left;
font-size: 110%;
font-weight: 100;
padding:10px;
padding-top:20px;
padding-left: 20px;
}


#page, #post {
text-align:left;
width:840px;
font-size:115%;
color:#eae9f2;
margin:0 auto;
padding:20px;

border-top: 0px;
}

#page h2 a:hover, #post h2 a:hover {
color:#eae9f2;
}

#page p, #post p {
line-height:180%;
margin-bottom:.9em;
}

#page li, #post li {
line-height:180%;
}

#page a, #post a {
color:#eae9f2;
text-decoration:underline;

}

#page a:visited, #post a:visited {
font-style:normal;
}

#page a:hover, #post a:hover {
text-decoration:none;
color:#eae9f2;
}




.center{
text-align:center;
}

blockquote {
padding-left:25px;
padding-right:25px;
margin-top:10px;
margin-bottom:10px;
border-left:1px dotted #333;
font-style:italic;
width:400px;
}

#footer { padding: 4em 0em 2em 1em; }


