/*  
Theme Name: ReneeGreco.com
Version: 1.0
Theme URI: http://www.ReneeGreco./
Description: Custom wordpress layout for ReneeGreco.com created by Coder Guru inc.
Author: Coder Guru inc.
Author URI: http://www.coderguru.com
Tags: light,purple,pink,two-columns, flexible-width, right-sidebar, threaded-comments, sticky-post

Distributed under the terms of the GNU General Public License

/* Main layout */
@import url("layout.css");

html {
	background-color: #090651;
}

body, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

body, td, th, p, div, h1, h2, h3, h4, h5, h6, p {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2d2d2d;
}

input {
	border: solid 1px #090651;
	padding-left: 2px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.divDivider {
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image:url(../images/left_dots.png);
	background-repeat:repeat-x;
}

a img {
	border: none;
}

.post-title a {
	color: #b30000; 
	font-size: 16px;
}

.posted_info {
	padding: 3px 0px 0px 5px;
}

.prevnext {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.prevnext li {
	float: left;
	padding-right: 25px;
}

.storycontent {
	padding-left: 10px;
}

.comment_link {
	text-align: right;
}

#comment {
	width: 500px;
}


.meta, .meta li, .meta ul {
	margin:0;
	padding:0;
}
.meta {
	line-height:1em;
}
.meta li {
	list-style:none;
}
.meta ul, .meta ul li {
	display:inline;
}
.meta li li {
	padding-right:.3em;
}
.meta .edit {
}

.sociable ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.sociable li {
	float: left;
	padding-right: 5px;
}

/* @ STANDARD ELEMENTS */	
	img#wpstats{width:0px;height:0px;overflow:hidden;}
	
	.border{ padding: 2.5px;	border: 1px solid #ccc;}
	.hidden {display: none; visibility: hidden;}
	.aligncenter {display: block;margin-left: auto;margin-right: auto;}
	.alignleft {float: left;margin:0 10px 5px 0;}
	.alignright {float: right;margin:0 0 5px 10px;}
	
	/* COMMENTS */
.total-comments {
	margin:0;
}

.comment {
	background-color: #f4f3f3;
	border: solid 1px #e8e8e8;
	margin-bottom: 4px;
}

.commentlinks {
	margin:5px 0 10px;
	padding:0;
	list-style-type: none;
}
.commentlinks li {
	margin:0 0 5px;
	padding:0;
	padding-right: 5px;
	margin-right: 5px;
}
#commentlist {
	list-style:none;
	margin:0 50px 10px 0;
	padding:10px 10px 5px 8px;
}
#commentlist li {
	 margin:0 0 10px 0;
	 padding:5px 10px;
}
#commentlist ol li {
	
}
#commentlist .meta,#commentlist .meta li {
	margin:0 0 5px;
	padding:0;
	list-style:none;
	text-align:right;
}
#commentlist img {
	float:left;
	margin:0 5px 0 0;
}
#commentlist .comment_text p {
	text-indent:37px;
}
#commentlist .comment_text p:first-child {
	margin-top:2px;
	text-indent:0;
}
#commentlist li .reply-link {
	margin-bottom:10px;
	text-align:right;
}
.comment_log_status {
	
}
.comments-closed {
	
	text-align:center;
}
#commentform {
	margin:20px 0 20px 0;
	padding:7px;
}
#commentform legend {
	margin:0;
	padding:0 3px;
}
