/*
Theme Name: IPLJ Blog
Theme URI: http://iplj.net/blog
Description: 
Version: 0.5
Author: Original code by Chris Reid,  new design by LaRoyja Turner
Author URI:
Tags: 2 column
Template: thematic

.
License: GNU GPL
.
*/


@import url('../thematic/style.css');


#blog-title {
border-bottom:1px solid #58051f;
font-size:36px;
font-weight:bold;
letter-spacing:1px;
line-height:54px;
padding:1px 0 0;
}

body {
font-family:Verdana,sans-serif;
}

/* Links, visted links, hover style etc. */
a, a:visited {
color:#58051f;
/*color:#58051f;*/
text-decoration:none;
}

a:hover {
color:#000000;  
/*color:#000000;*/
 text-decoration:none;
}


/* Super and Subscript */
sup, sub {
font-size: 8px;
}

blockquote {
font-size: 11px
}

/* Emphasis */

blockquote em, blockquote cite, blockquote i, em, i, cite {
font-style: italic;
}

small {
font-size: 10px
}

.entry-title {
font-family: Georgia, serif;
font-weight: normal;
font-size: 20px;
line-height: 22px;
}

.entry-title a:hover {
color: #000000;
}

.entry-title a:visited {
color: #000000;
}

#searchsubmit {
font-family: Verdana, sans-serif;
font-size: 11px;
}

#wrapper {
border-top:medium none;
padding-top:1px;
background: #58051f;
/*background:url(images/bg_gradient-lev1.jpg) no-repeat top left; /* adds in the background image */
}

#content {
margin-left: 15px;
}

#header {
width: 960px;
background:#f2edd6; /* Makes the background burgundy */
}

#main {
background: #f2edd6;
}

#footer {
width: 960px;
padding:5px 0 0;
}

div {
margin: auto;
}

div#header, div#main, div#footer {
border-right: 1px solid #58051f;
border-left: 1px solid #58051f;
}

div#header {
border-top: 1px solid #58051f;
}

div#footer {
border-bottom: 1px solid #58051f;
}

.hentry {
border-top: 1px solid #58051f;
}

#blog-title a {
display:block; /* We do this so we can add a background image */
text-indent:-9000px; /* Hides the text--but not from search engines */
height: 92px; /* height of your logo, like 92px */
width: 940px; /* width of your logo, like 980px */
background:url(images/iplj_header_pro.png) no-repeat top right; /* adds in the logo image */
}

#blog-description {
text-indent:-9000px;
padding:0px 0 0px;
}

.main-aside {
border-left:1px dashed #C0C0C0;
padding-left:20px;
}

.menu a, .menu a:visited {
color: #FFFFFF;
border-top: 1px solid #42071a;
border-bottom: 1px solid #42071a;
}

.menu a:hover {
color: #000000;
border-top: 1px solid #42071a;
border-bottom: 1px solid #42071a;
}

.menu {
margin-left: 15px;
}

.more-link a:visited {
display:block;
font-style:italic;
font-weight:bold;
}
