/*   
Theme Name: Kim Demo
Theme URI: 
Description: sidebar developments and rounded edges.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding{
padding:0px;
}
#primary{
padding:0px 0px 0px 0px;
border:0px;
}
#blog-title{
margin-top:-140px;
padding-left:20px;
font-family:Georgia;
font-size:48px;
font-style:normal;
font-weight:bold;
}
#blog-description{
padding-bottom:90px;
padding-left:20px;
color:#000000 !important;
font-family:Georgia;
font-size:24px;
font-style:normal;
font-weight:normal;
}
body {
background-color:#3E86BB;
background-image:url(images/Page-BgTexture.png);
background-repeat:repeat;
}
.PageBackgroundGradient {
background-image:url(images/Page-BgGradient.png);
background-repeat:repeat-x;
height:900px;
}
#menu{
margin:0 auto;
width:940px;
}
#access{
border-bottom:0px;
}
#main{
background:#fff;
padding-top:30px;
}
#header{
padding-top:30px;
}
#primary{
margin-left:5px;
background:#B7D9F4;
}
.entry-content{
padding-right:10px;
}
ul.xoxo{
margin-left:30px;
}
#content{
padding-top:10px;
margin-left:315px;
width:600px;
padding-left:15px;
background:#EFF0F7 none repeat scroll 0 0;
}
.hentry {
width:600px;
}
#journo{
border:1px solid grey;
background:#fff;
padding:5px;
margin:0px 8px 10px 0px;
}
.entry-utility{
margin-bottom:0;
margin-left:-14px;
background:#fff;
padding-left:15px;
}
.nav-previous, .nav-next {
padding-top:10px;
}
#respond{
padding-left:10px;
width:575px;
}
#footer{
background:#EFF0F7;
}
#siteinfo{
padding:0px;
}
.sf-menu li{
background:#EFF0F7;
color:#000;
}
.sf-menu a:active{
background:#fff;
color:#000;
}
.current_page_item a{
background:#fff;
}
.sf-menu a, .sf-menu a:visited {
color:#000;
}
#linky{
border: 1px solid grey; 
padding: 10px; 
width: 500px; 
margin-left: 30px; 
margin-bottom: 20px; 
background: #fff;
}
/*dl.gallery-item {
float:left;
margin-top:10px;
text-align:center;
width:40%;
}*/
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.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 captions */
.aside form, .aside table {
margin-bottom:22px;
padding-top:10px;
}
#blog-title a:active, #blog-title a:hover {
color:#000;
}