/*
Theme Name: Plain Jane
Theme URI: http://jacobjans.com
Version: .01
*/

body {
background: #fff;
font-family: georgia;
padding:0;
margin: 0;
text-align: center;
}

#all {

}

#content {
width: 780px;
text-align: left;
margin: 0 auto;
}

#header {
width: 100%;
background: #f6c;
height: 80px;
text-align: center;
border-bottom: 4px solid #fcf;
color: #fff;
}

#header h1 {
padding-top: .5em;
width: 780px;
text-align: left;
margin: 0 auto;
}

#header h1 a {
color: #fff;
font-family: arial;
font-size: .76em;
text-decoration: none;
}
#header .description {
width: 780px;
text-align: left;
margin: 0 auto;
}

.content {
width: 780px;
text-align: left;
margin: 0 auto;
border-left: 0px solid #ccc;
}


#footer {
background: #f6c;
padding: 10px;
margin: 0px;
color: #fff;
}

#footer a {

color:#fff;
}

.content li {
list-style-type: square;
}

.post_ad {
float: left;
padding: 0px 10px;
}


h2 {
font-size: 1.25em;
margin: 15px 0 -10px 0;
padding: 0;
font-family: georgia;
}

h2 a {
color: #936;
text-decoration: none;
}

h2 a:hover {
color: #c49;
text-decoration: underline;
}

#content p {
text-align: left;
font-size: 15px;
}

#sidebar {
width: 780px;
margin: 0 auto;
text-align: left;
padding: 8px;
height: 100%;
font-size: .8em;
height: 100%;
border-top: 5px solid #fff;
clear: both;
}

#sidebar ul {
display: inline;
height: 100%;
}
#sidebar ul li {
display: inline;
float: left;
}

.widget {
width: 200px;
padding: 0;
margin: 0 25px 0 0;
background: #fef;
padding: 0 15px;
}
.widget h2 {
margin-bottom: 5px;
}

.widget li {
padding: 0;
margin: 0;
width: 200px;
clear: both;
}
.widget ul li a {
display: block;
padding: 3px;
}

.widget a:hover {
display: block;
background: #fef;
text-decoration: none;
}



/***************
Single Post Layout
****************/
.single #all {

}

.single #header {
width: 780px;
margin: 0 auto;
text-align: right;
background: #fff;
border: none;
}

.single #header h1 {
float: right;
text-align: center;
width: 150px;
font-size: 1.5em;
line-height: .8em;
margin: 0px 80px 0 0;
padding: 6px;
background: #f6c;
border: 4px solid #fcf;
position: relative;
z-index: 1000;
top: -4px;
}
.single p.description {
display: none;
}
.single #content {
width: 780px;
position: relative;
top: -80px;
}
.single #content .post{
width: 480px;
}


.single .ad {
float: left;
margin: 0;
padding: 4px;
border-left: 4px solid #f0f;
}

.ad_links {
width: 200px;
margin: 0 10px;
float: left;
}

.related_posts {
width: 220px;
float: left;
background: #fef;
padding: 0px;
border: 3px solid #fce;
}

.related_posts p {
padding: 3px 10px;
margin: 0;
}
.related_posts ol {
padding:0;
margin: 0;
width: 220px;
}
.related_posts li {
display: block;
}
.related_posts li a {
display: block;
font-size: .7em;
padding: 5px 10px;
}

.related_posts a:hover {
background: #fff;
}

#comments {
clear: both;
}
#comments ol li.alt {
background: #fff9ff;
display: default;
}
#comments ol li {
display: default;
width: 480px;
padding: 5px;
background: #fef;
float: right;
list-style-position: outside;
text-align: left;
border-top: 5px solid #fdf;
}

#comments ol li .comment-meta { 
font-size: .6em;;
}

#comments .navigation {
clear: both;
padding: 15px;
}

#comments #submit {
font-size: 1.5em;
}

.alignright {
float: right;
}
.alignleft {
float: left;
}
/******Category Page*****/

.category .post h2 {
font-size: 1em;
}
.category .post {
width: 280px;
height: 270px;
float: left;
padding: 10px;
}
.category .first_post {
width: 600px;
height: 110px;
}
.category .ad {
float: right;
}


/******FRONT Page*****/

.front_page .post h2 {
font-size: 1em;
}


.front_page .post {
width: 220px;
float: left;
padding: 10px;
}
.front_page .first_post {
width: 600px;
clear: both;
}
.front_page .post_ad {

}

