/*

Theme Name: Crisp
Theme URI: http://themes.creamy.co.uk
Description: An SEO friendly theme by Creamy, built using the Carrington Framework
Version: 1.0.1
Author: Creamy
Author URI: http://www.Creamy.co.uk
Tags: black,blue,dark,two-columns,three-columns,right-sidebar,fixed-width,threaded-comments

// Using the Carrington Wordpress Framework
// http://carringtontheme.com
//
// Copyright (c) 2009 Creamy Publishing.
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************

*/

.alignleft {
float:left;
margin-right:1em;
margin-bottom:1em;
}

.alignright {
float:right;
margin-left:1em;
margin-bottom:1em;
}

.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;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

html {
height:100%;
background:url(images/bg.png);
}

body {
color:#999;
font-size:12px;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/light.png) no-repeat 50% 0;
margin:0;
padding:0;
}

a,a:link,a:active,a:visited {
color:#FFF;
}

ul {
list-style-type:none;
margin:0;
padding:0;
}

ul li {
background-image:url(images/bullet.png);
background-repeat:no-repeat;
background-position:0 7px;
margin:3px 0;
padding:4px 0 4px 15px;
}

#wrapper {
width:960px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
padding:40px;
}

#sidebar {
float:right;
width:320px;
font-size:11px;
}

#sidebar li a {
border-bottom:1px dashed #666;
color:#CCC;
}
a:hover,#sidebar li a:hover,#sidebar a {
color:#0af;
}
#primary-sidebar{
	float:right;
	width:150px;
	padding:0 10px 0 0;
}
#secondary-sidebar{
	width:150px;
}

blockquote {
background:url(images/comment-bg.png);
margin:35px;
padding:35px;
}

#page {
width:600px;
float:left;
display:inline;
margin:0;
padding:0 20px 0 0;
}

a {
color:#0af;
text-decoration:none;
}

#footer {
clear:both;
background:url(images/line.png) repeat-x 0 30px;
font-size:11px;
overflow:hidden;
margin:10px 0 0;
padding:50px 0 5px;
}

h1 {
padding-bottom:20px;
}

h4 {
font-size:16px;
}

#wrapper #page #item h2 a {
color:#fff;
}

h1,h2,h3,h4,h5,h6 {
color:#fff;
padding-bottom:15px;
padding-top:45px;
background:url(images/under.png) repeat-x 0 100%;
margin:0;
}

#blog-title {
font-size:48px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#222;
text-shadow:#999 0 1px 1px;
margin:0;
padding:0;
position:relative;
top:20px;
}

p.description {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#222;
text-shadow:#999 0 1px 1px;
position:absolute;
top:0;
margin:9px 0 0;
padding:0 0 0 10px;
}

#header {
background:url(images/line.png) repeat-x 0 100%;
margin-bottom:20px;
}
#bar {
height:70px;
background:url(images/line.png) repeat-x 0 0;
margin-top:75px;
display:block;
}

.next {
margin:0 0 0 5px;
}

.previous {
margin:0 5px 0 0;
}

#search-form {
position:relative;
display:inline;
top:7px;
left:100%;
margin-left:-205px;
}

a img {
border:none;
}

#nav {
font-size:11px;
position:relative;
top:27px;
}

#nav a {
color:#CCC;
padding:5px;
}
#nav a:hover{
color:#00aaff;
background:url(images/comment-bg.png);
}

ul#nav li {
background:none;
list-style:none;
display:inline;
margin:0 5px 0 0;
padding:7px 0;
}

#tweetie {
width:145px;
height:126px;
background:url(images/tweetie.png) no-repeat;
}

#category p {
width:280px;
float:right;
padding:40px;
}

.date {
position:absolute;
left:50%;
margin-left:-570px;
width:70px;
height:52px;
background:url(images/date.png) no-repeat 8px 0;
text-align:center;
font-size:16px;
color:#111;
line-height:13px;
text-shadow:#999 0 1px 1px;
font-weight:700;
padding:11px 5px 10px;
}

.date small {
position:absolute;
bottom:0;
left:24px;
padding-bottom:5px;
background:url(images/line.png) repeat-x 0 15px;
}

.details {
font-size:11px;
margin-top:5px;
text-decoration:none;
}

.details span {
margin-right:10px;
}

.cat-link {
background:url(images/categories.png) no-repeat 0 50%;
padding-left:15px;
}

.comment-link a {
background:url(images/comments.png) no-repeat 0 50%;
padding-left:15px;
}

.author-link {
background:url(images/author.png) no-repeat 0 50%;
padding-left:15px;
}

.calendar {
background:url(images/calendar.png) no-repeat 0 50%;
padding-left:20px;
font-size:11px;
color:#FFF;
}

.time {
font-size:11px;
color:#FFF;
}

.comment {
background:url(images/line.png) repeat-x 0 100%;
padding:15px;
}
.comment blockquote{
padding:5px;
margin:0 0 5px 0;
border:1px dashed #333;
color:#666;
}
.edit-link {
font-size:11px;
background:url(images/comment-bg.png);
padding:5px;
}

.avatar {
float:left;
background:url(images/avatar-bg.png) no-repeat;
border:none;
margin:0;
padding:8px 20px 10px 8px;
}

#comment-box {
background:url(images/comment-bg.png);
overflow:hidden;
padding:5px 10px;
}

#s {
background:url(images/comment-bg.png);
color:#CCC;
border:1px solid #333;
}

input:focus {
border:1px solid #666;
}

img {
border:1px solid #666;
margin:5px;
padding:5px;
}

#top-bar {
background:url(images/line.png) repeat-x 0 100%;
height:35px;
}

#top {
position:absolute;
top:-15px;
left:50%;
background:url(images/login-bar.png) no-repeat;
height:40px;
width:209px;
margin-left:270px;
text-align:center;
padding-top:18px;
font-size:10px;
}

.creamy {
float:right;
margin:0;
padding:0;
}

#creamy {
clear:both;
overflow:auto;
}

.creamy a {
font-family:Georgia, "Times New Roman", Times, serif;
color:#ccc;
background:transparent url(images/seo.png) no-repeat 100%;
display:block;
padding-right:67px;
height:27px;
font-size:10px;
line-height:29px;
text-decoration:none;
}

.indented,.indented a {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#222;
text-shadow:#999 0 1px 1px;
}

#page a:hover,#footer a {
text-decoration:underline;
}

.btn,.input {
background:url(images/comment-bg.png);
border:1px solid #333;
color:#888;
}

#creamy p,.text-right {
text-align:right;
}

ul#follow{
	margin:0 0 -25px 0;
	padding:0;
	background:none;
	list-style:none;
}
ul#follow li, ul#follow a{
	margin:0;
	padding:0;
	background:none;
	display:inline;
	border:none;
}
.cats{
	color:#00aaff;
}