/*  
Theme Name: Katy
Description: This is my theme, with a bit of help from Small Potato!
Version: 1.0
Author: Katy Moon

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p {
	padding: 5px 15px;
}

img.aligncenter {
	display: block;
        padding: 15px;
	margin-left: auto;
	margin-right: auto;
        border: 0 none;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.left {
       float: left;
}

a:link {
	text-decoration: none;
	color: #CC6600;	
}

a:hover, a:visited, a:active  {
	text-decoration: none;
	color: #FF9900;
}

a.text:link {
 	text-decoration: none;	
 	color: #FF6600;
}
a.text:visited {
 	text-decoration: none;
 	color: #FF9900;	
}
a.text:hover {
 	text-decoration: underline;
 	color: #FF6600;	
}
a.text:active {
 	text-decoration: none;	
 	color: #FF6600;
}

a.head, a.lower {
	text-decoration: none;
}
a.head:link {
 	color: #CC6600;
}
a.head:visited {
 	color: #CC6600;	
}
a.head:hover {
 	color: #FF9900;	
}
a.head:active {
 	color: #FF9900;
}

a.lower:link {
 	color: #FF9900;
}
a.lower:visited {
 	color: #FF9900;
}
a.lower:hover {
 	color: #CC6600;
}
a.lower:active {
 	color: #CC6600;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	width: 900px;
	height: 80px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
}

#header h1 {
	font-size: 0;
	line-height: 0;
}


#photostrip {
 	width: 900px;
 	height: 100px;
}

img.thumb {
	width: 80px;
	height: 80px;
	padding: 0 22px 15px 0;
	border: 0 none;
	float: left;
}

img.end {
	padding: 0 8px 15px 0;
	border: 0 none;
	float: left;
}


#nav {
	width: 900px;
	height: 50px;
 	margin: 0;
 	text-align: center;
}

.head {
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 18px;
 	font-weight: bold;
 
}

.lower
 {
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 16px;
 	font-weight: bold;
}


#container {
	float: left;
	width: 700px;
	background-color: #FFFFFF;
        padding-top: 40px
}

.post {
	padding: 20px 0;
        float: left;
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 20px 15px 10px 15px;
        color: #1B401D;
}

.post h2 a {
       color: #1B401D;
}

.entry {
	line-height: 18px;
}

.album {
	margin: 20px 60px;
	height: 155px;
        width: 700px;
}

a.albumcover {
	width: ; 155px;
	height: 155px;
	margin-right: 30px;
	float: left;
}

a.albumtitle {
	font-size: 18px;
	font-weight: bold;
	color: #1B401D;
	float: left;
	width: 300px;
	margin-top: 60px;
}

p.postmetadata {
	margin: 10px 0 0 0;
}

.sidebar {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
        padding-top: 40px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li {
	padding 10px 0 0 0;
}

.sidebar ul li h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0;
}

.sidebar ul li p {
	padding: 5px 0;
	font-size: 12px;
}

.sidebar ul li ul li {
	font-size: 12px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}


#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 210px;
	background-image: url('images/footer.jpg');
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
}
h6 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	bottom: 7px;
	right: 30px;
}

h6.credit {
	bottom: 22px;
}

.comments-template{
	margin: 150px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

img.email {
        border: 0 none; 
        margin: 6px 3px -7px 2px;
}
