/*   
Theme Name: scl
Theme URI: http://www.seekconnectlove.com/wp-content/themes/scl
Description: custom theme for scl
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;
}

p {
	color: #505050;
}

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

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

#headerimgleft{
	float: left;
	margin-top: 30px;
	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 {
	float: left;
	height: auto;
	width: 1024px;
	background-color: #f2fcff;
}

div#sidebar {
	float: right;
	width: 400px;
	height: 900px;
	list-style-type: none;
	margin-right: 25px;
}

div#sidebar ul{
	list-style-type: none;
}

div#updates {	
	margin-left: 25px;
	width: 525px;
	float: left;
	padding: 10px 0px 0px;
}

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

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

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



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

a.rsswidget img {
	display: none;
}

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;
}