/*   
Theme Name: kismet
Theme URI: http://katyandthekismets.seekconnectlove.com/wp-content/themes/kismet
Description: custom theme for kismets
Author: Anthony Verga
Author URI: your-URI
Version: .1
.
General comments/License Statement if any.
.
*/

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 auto;
	width: 1024px;
	/*background: gray url(bg.gif) repeat;*/
	background: #FBFAF5;
}

p {
	color: #505050;
}

ul, li {
	color: #505050;
}

p.caption {
	font-size: .5em;
}

h2 {
	color: #505050;
}

#nav {
	list-style-type: none;	
}

img {
	border-width: 0px;
	outline: none;
}

#header {
	height: 150px;
	width: 1024px;
	padding-bottom: 60px;
}

#headerwinter {
	float: left;
	padding-bottom: 5px;
}

a{
	color: #a1a1a1;
	text-decoration: none;
	outline: none;
}

#headerimgleft{
	float: left;
	margin-top: 75px;
	margin-left: 10px;
	padding-bottom: 5px;
}

#headerimgright{
	float: right;
	margin-right: 150px;
	padding-bottom: 5px;
}

ul#nav {
	list-style-type: none;
	text-align: right;
}

div#navigation{
	float: right;
	width: 575px;
}

div#navigation ul li{
	display: inline;
	padding-right: 0px;
	padding-left: 50px;
}

.menu{
	color: #505050;
	text-decoration: none;
}

li#login a {
	color: #505050;
	text-transform: lowercase;
	text-decoration: none;
}

li#login {
	list-style-type: none;
	float: right;
}

div#content {
	height: auto;
	min-height: 600px;
	width: 1024px;
	float: left;
	/*background-color: #f2fcff;*/
	background-color: #F7F9F9;
}

div#sidebar {
	float: right;
	height: 100%;
	width: 200px;
	list-style-type: none;
	margin-right: 20px;
}

div#sidebar ul{
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	font-size: .9em;
}

div#sidebar ul li{
	margin-bottom: 10px;
}

ul.children {
	text-indent: 25px;
}

div#updates {	
	float: left;
	margin-left: 25px;
	width: 725px;
	padding: 10px 25px;
	/*background-color: #f2fcff;*/
	background-color: #F7F9F9;
}

.meta {
	font-size: .6em;
}

.title{
	color: #505050;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	font-size: 1.75em;
}

.widgettitle {
	color: #505050;
	font-size: 1.5em;
	padding: 0 0 5px 0;
	margin: 0px;
}

.textwidget {
	color: #505050;
}


a.rsswidget {
	color: #505050;
	margin: 0px;
	padding: 0 0 5px;
}

a.rsswidget img {
	display: none;
}

li#flickrrss a {
	padding-right: 5px;
}

li#flickrrss img{
	border: 1px solid silver;
	background-color: white;
	padding: 5px;
}

p.updates {
	position: relative;
	padding-left: 50px;
}

.postmetadata a {
	color: #a1a1a1;
	text-decoration: none;
}

div#date{
	margin-top: 60px;
	text-align: center;
	right: 50px;
	border: 2px solid #505050;
}

#etsy{
	float: right;
}

/* comments */

textarea#comment {
	width: 500px;
	font-size: .75em;
}

.commentlist {
	list-style-position: outside;
	background-color: #fff;
	list-style-image: url(comments1.png);
	border: 2px solid #f1f1f1;
}

h3#comments {
	color: #505050;
	text-decoration: none;
	font-size: 1.25em;
}

h3#respond {
	color: #505050;
	text-decoration: none;
	font-size: 1.25em;
}