/*  
Theme Name: Petal and Paws theme
Theme URI: http://petal-and-paws.co.uk
Description: Modified from the WordPress Default
Version: 1.0
Author: Daniel Bradshaw
Author URI: http://petal-and-paws.co.uk
*/

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

/* Set some defaults... */

table
{
	font-size: 1em;
}

td
{
	vertical-align: top;
}

h1, h2, h3 
{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

h1 { font-size: 135%; }
h2 { font-size: 130%; }
h3 { font-size: 125%; }

/* Page table */
#layout
{
	width: 100%;
}

/* Header */
#tr_top #td_header
{
	height:115px;
	background: #F0E0FF url('/images/logo.png') no-repeat 0px 11px;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px black ridge;
}

#td_header div.blog_name
{
	font-size: 20pt;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 190px;
}

#td_header div.blog_desc
{
	color: #0000FF;
	margin: 0px 0px 0px 230px;
	font-size: 15px;
}

/* Sidebar */

#td_sidebar
{
	width: 150px;
	padding: 0 10px 0 0;
	border-right: 1px black solid;
}

#td_sidebar ul
{
	padding: 0 0 0 6px; /* left pad controls sublist indent! */
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#td_sidebar li li
{
	margin: 0 0 0 0;
	padding: 2px 1px 3px 3px;
}

#td_sidebar li li:hover
{
	padding: 2px 0 2px 3px;
	border-right: 1px blue solid;
	border-bottom: 1px blue solid;
	background: #f9f9ff;
}

#td_sidebar li li li:hover
{
	padding: 2px 1px 2px 2px;
	border-left: 1px blue solid;
	border-right: 0px;
}

#tag_cloud
{
	padding: 0 0 0 10px; /* left pad controls sublist indent! */
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#tag_cloud h2
{
	position: relative;
	left: -10px;
}

#tag_cloud a
{
	display: block;
}

/* Footer */

#td_footer
{
	border-top: 2px ridge black;
	padding: 5px;
}

/* Content */

#td_content
{
	padding: 10px 0px 20px 10px;
}

.post
{
	border-top: 4px #C6ACEB solid;
	border-left: 32px #C6ACEB solid;
	padding: 0 0 0 4px;
	margin: 0 0 10px 0;
}

.user1, .userDaniel
{
	border-left: 0px;
	padding: 0 0 0 36px;
        background: url('/images/paws-margin-32px.png') repeat-y 0px 5px;
}

.user1alt, .userDanielalt
{
	border-left: 0px;
	padding: 0 0 0 36px;
        background: url('/images/paws-margin-32px-blue.png') repeat-y 0px 5px;
}

.user2, .userWendy
{
	border-left: 0px;
	padding: 0 0 0 36px;
        background: url('/images/petal-margin-32px.png') repeat-y 0px 3px;
}

.user2alt, .userWendyalt
{
	border-left: 0px;
	padding: 0 0 0 36px;
        background: url('/images/petal-margin-32px-blue.png') repeat-y 0px 3px;
}

ol.commentlist li
{
	padding-bottom: 10px;
}

/* Links */
a, a:hover, a:visited
{
	color: #9300E6;
	text-decoration: none;
}

/* Random text formatting ... */


.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

img
{
	padding: 0px;
	margin: 5px;
	border: 0px;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, img.alignleft
{
	display: inline;
}

p.moods
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p.moods img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.navigation
{
  height: 25px;
}

.floatright
{
	display: block;
	float: right;
}

.floatleft
{
	float: left
}

.editpost
{
	display: block;
	float: right;
	position: relative;
	top: -1.3em;
	right: 20px;
}

.entry form
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

.center
{
	text-align: center;
}

a img
{
	border: none;
}