/*
Theme name: The Daily Kitten
Theme URI: http://www.cussedness.com/
Description: The Daily Kitten custom theme, version 2.x
Author: Tom Ryan
Author URI: http://www.cussedness.com/
Version: 2.1.1
Header Image: Picaland - http://www.sxc.hu/photo/112462
Tags: widgets, kittens, awesome
*/

* {
	padding: 0;
	margin: 0;
}

BODY {
	font-size: 62.5%; /* Resets 1em to 10px, from Kubrick theme */
	background-image: url('./images/bg.gif');
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #333333;
}

IMG { border: none; }

#page {
	width: 728px;
	margin: 0 auto;
	background-color: #ffccff;
	border: 1px solid #959596;
}

#main {
	width: 514px;
    height: 100%;
	float: left;
	text-align: center;
	background-color: #ffebff;
	font-size: 1.2em;
	line-height: 1.4em;
}

#header IFRAME, #header A {
    display: block;
}

UL#content {
	width: 410px;
    height: 100%;
    margin: 20px auto;
	text-align: justify;
	list-style-type: none;
	overflow: hidden;
}

LI.post P {
	margin: 1em 0;	
}

.post .timestamp {
	margin-top: 0;
	color: #777777;
	font-size: smaller;	
}

/* Front page "Previously... " mayhem */

LI.right {
	float: right;
}
LI.left {
	float: left;
}

LI.right, LI.left {
	width: 50%;
	text-align: center;
	line-height: 2em;
}

LI#previously {
	text-align: center;
	width: 100%;
	line-height: 2em;
	border-top: 1px dashed #777777;	
	padding: 2em 0 1em;	
}

/* Sidebar nonsense */

#sidebar {
    width: 209px;
    height: 100%;
    margin-left: 514px;
    text-align: left;
    color: #777777;
}

#sidebar LI {
	margin: 15px;
	background-color: #ffffff;
	list-style-type: none;
    border: 1px dashed #777777;
}

#sidebar LI H2 {
	font-size: 1.2em;
}

#sidebar LI P, #sidebar LI UL, 
#sidebar LI H2, #sidebar LI TABLE, 
#sidebar LI FORM, #sidebar LI SELECT{
	margin: 5px 10px;	
}

#sidebar LI P {
	text-align: justify;	
}

#sidebar LI UL LI {
	list-style-type: disc;
	list-style-position: outside;
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar LI SELECT {
	width: 155px;	
}

#sidebar LI #s {
	width: 90px;	
}

#sidebar LI #searchsubmit {
	width: 55px;	
}

/* End sidebar */

#footer {
    clear: both;
    text-align: center;
    padding: 10px 20px;
}

A#headerlink {
	display: block;
	width: 728px;
	height: 100px;
}

h2 {
	font-size: 1.6em;
}

img.kitten {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #ffccff;
}

/* Navigation link stuff */

.navigation {
    width: 400px;
    margin: 0 auto;
    list-style-type: none;
    clear: both;
}

.navigation .previous {
	float: left;
	text-align: left;
}

.navigation .next {
	float: right;
	text-align: right;
}

.navigation LI a {
	display: block;
	width: 200px;
	margin: 0.75em 0;
}

#content {
	clear: both;
}

/* Link styles */

h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}

a, h2 a:hover {
	color: #ff00ff;
	text-decoration: none;
}

a:hover {
	color: #ff33ff;
	text-decoration: underline;
}
	
/* End link colours */

/* Begin Calendar (Modified from Kubrick theme) */

#wp-calendar {
	font-size: 100%;
	color: #777777;
	empty-cells: show;
	width: 150px;
}

#wp-calendar #next a {
	text-align: right;
}

#wp-calendar #prev a {
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar th {
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
}

/* End Calendar */


