/*   
Theme Name: Kita Creative
Theme URI: 
Description: Custom WordPress theme for Kita Creative using Thematic.
Author: Jenn Moore
Author URI: http://www.kitacreative.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-r-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');

body {
background: url('images/darker-pink-paper-bg.jpg');
font: 14px Georgia, "Times New Roman", Times, serif;
line-height: 24px;
margin-bottom: 30px;
}

a:link, a:visited, #footer a:link, #footer a:visited {
color: #00aad6;
}

a:hover, a:active, #footer a:hover, #footer a:active, .entry-title a:hover, .entry-utility a:hover, .navigation a:hover, #primary a:hover, #secondary a:hover {
color: #aa4262;
}

.entry-content h3 {
font-style: normal;
font-weight: bold;
font-size: 15px;
padding-top: 0px;
margin-top: 0px;
}

#blog-title {
display: none;
}

#blog-description {
display: none;
}

#header {
margin: 0 auto;
}

#branding {
padding: 0px;
}

#main, #header {
background: white; 
width: 960px; 
}

#footer {
border: 0px;
margin: 0px;
}

#siteinfo {
padding: 10px 0px;
width: 960px;
margin: 0 auto;
}

.pixo_search input {
font: 12px Arial, Helvetica, sans-serif;
}

#branding {
padding-bottom: 0px;
}

.subtext{
margin-top: 25px;
}

#customhead {
width: 960px;
height: 202px;
margin: 0 auto;
clear: both;
margin-top: 30px;
}

#footer {
width: 930px;
margin: 0 auto;
background: url('images/footer-bg.png');
padding: 0px 15px;
}

#siteinfo {
font: 12px Georgia, "Times New Roman", Times, serif;
color: black;
}

#main {
padding: 30px;
width: 900px;
}

#container {
padding: 0px;
margin: 0px;
width: 570px;
}

#container h2, .entry-title a, .entry-title {
margin: 0px 0px 15px;
padding: 0px;
line-height: normal;
color: #00aad6;
font: bold 20px Arial, Helvetica, sans-serif;
}

#content {
width: 100%;
margin: 0px;
padding: 0px;
}

.entry-content {
padding: 10px 0px 0px;
}

/* Sidebar Styles */

ul.xoxo {
padding: 0px;
margin: 0px;
}

.widget_twitter li {
list-style-type: none;
}

.widget_twitter .entry-content {
display: block;
margin-top: 10px;
padding: 0px 20px 0px 0px;
}

.widget_twitter .entry-meta {
display: block;
font: 11px Georgia, "Times New Roman", Times, serif;
margin-top: 5px;
}

.twitterwidget-title {
display: block;
margin-left: 20px;
padding-left: 40px;
line-height: 32px;
background: url('images/twitter.png') no-repeat;
}

#primary {
border: none;
background: #dbedf7;
}

#secondary {
width: 260px;
padding: 0 20px;
}

#primary .widgettitle, #secondary .widgettitle {
font-style: normal;
font: bold 14px Arial, Helvetica, sans-serif;
color: black;
}

#secondary .widgetcontainer {
border-top: 1px solid #93cee9;
padding-top: 15px;
}

#secondary ul li ul {
padding: 0px;
margin-left: 0px;
}

#secondary ul li ul li {
list-style-type: none;
padding-top: 10px;
}

#calendar_wrap {
margin-top: 10px;
}

/* End Sidebar Styles */

/* Home Page Excerpt */
#recent-posts-home {
font: 13px Georgia, "Times New Roman", Times, serif;
line-height: 21px;
padding: 10px;
color: #666666;
background: #f5f9e0;
}

#recent-posts-home h3 {
font: bold 14px Arial, Helvetica, sans-serif;
color: #00aad6;
margin-bottom: 10px;
padding-bottom: 10px;
position:relative;
border-bottom: 1px solid #bed730;
}

#recent-posts-home h3 img {
position:absolute;
right:0;
}

.post {
border-bottom: 1px solid #93cee9;
margin-bottom: 20px;
}

.entry-utility {
margin-bottom: 0px;
}

.single .entry-utility, .search .post, #error404-searchform {
padding-bottom: 20px;
}

.slideshowlink {
display: none;
}