/*   
Theme Name: RC Blog
Theme URI: http://www.renaissancecreative.com/blog/
Description: The Renaissance Creative blog.
Author: Russel Quadros
Author URI: www.renaissancecreative.com
Version: 1.0
.
The new blog for the Renaissance Creative website.
.
*/

/* RESET! */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }


html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

p {
	margin: 0 0 10px 0;
}

a:link{color:#111111;text-decoration:underline;}
a:visited{color:#444444;text-decoration:underline;}
a:hover{color:#ffffff;text-decoration:none; background:#111;}

/* TOP BLACK BAR */

#blackbar {
	width: 100%;
	height: 45px;
	background-color: #111;
}

#header {
	width: 900px;
	margin: 0 auto;
	background-position: top center;
}

#rc-icon {
	float: left;
	padding-top: 14px;
}

#rc-home {
	float: left;
	padding: 21px 0 10px 13px;
}

#rc-home2, #rc-home2 a {
	display: block;
	margin: 0;
	height: 12px;
	width: 130px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(_images/rc-home-butn.png) no-repeat 0 0;
}

/* hover state */

a:hover#rc-home2 {
	background-position: 0 -12px;
}


#search {
	float: right;
	padding-top: 13px;
}

/* -search form- */

#s {
	background: #222 url("_images/mag.png") top left no-repeat;
	border: none;
	color: #ffffff;
	padding: 3px 3px 3px 28px;
	width: 220px;
}
#searchsubmit {
	display: none;
}


/* MAIN CONTENT */

#maincontainer {
	width: 900px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #111111;
}

/* LEFT content */

#left {
	float: left;
	width: 500px;
	padding-top: 45px;
	padding-left: 65px;
}

/* #blog_title */
h1 {
	overflow: hidden;
	text-indent: -9999px;
	padding-bottom: 35px;
	height: 79px;
	background: url(_images/blog_title2.png) no-repeat 0 0;
}

.alignleft {
float: left;
margin: 0 15px 15px 0;
}

#left #posts .post_content ol, ul {
padding-bottom: 10px;
padding-left: 20px;
}

/*--- Post Style ---*/
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 2.6em; 
    line-height: 1.0em;
    color: #19d; 
    font-weight: bold; 
    /* padding: 0 0 5px 0; */
    }

.post_date {
	font-size: 1.5em; 
	color: #999; 
	font-weight: bold;
    padding: 5px 0 0 0; 
    } 

.post_author {
	font-size: 1.0em; 
	color: #444; 
    font-weight: bold; 
    }
    
.post_tag {
	color: #aaa;
	font-size: 0.9em;
	padding: 15px 0 50px 0;
}

.post_tag a:link{color:#fff; text-decoration:none; font-weight: bold; background:#111; padding: 5px;}
.post_tag a:visited{color:#9df; text-decoration:none; font-weight: bold; background:#111; padding: 5px;}
.post_tag a:hover{color:#19d; text-decoration:none; font-weight: bold; background:#111; padding: 5px;}

.more-link {
	font-weight: bold;
}

blockquote {
margin: 0px;
	padding: 20px 50px 20px 30px;
	font: 1.1em Georgia, Times New Roman, Serif;
	font-style: italic;
	color: #5599bb;
	line-height: 1.6em;
	background-image: url(_images/quote-marks.png);
	background-position: top left;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
}

/*--- END Post Style ---*/

/* ----- COMMENT Styles ----- */

.thread-alt {
	background-color: #ffffff;
}

.thread-even {
	background-color: #eeeeee;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Arial, Verdana, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1.0em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* END Comment styles */

/*---CAPTION Style ---*/
.wp-caption-text {
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #555555;
	padding: 5px 0 10px 0;
}




/* RIGHT content */

#right {
	float: right;
	width: 200px;
	background-color: #19d;
	margin-top: 45px;
	padding: 25px 25px;
}

#description {
	padding-bottom: 50px;
}

#right h2 {
	overflow: hidden;
	text-indent: -9999px;
	padding-top: 0px;
}

#right #recent_posts h2 {
	height: 20px;
	padding-bottom: 10px;
	background: url(_images/recent_posts-title.png) no-repeat 0 0;
}

#right #categories h2 {
	height: 27px;
	padding-bottom: 3px;
	background: url(_images/categories-title.png) no-repeat 0 0;
}

#right #archives h2 {
	height: 21px;
	padding-bottom: 9px;
	background: url(_images/archives-title.png) no-repeat 0 0;
}

#right a:link{color:#111111;text-decoration:none;}
#right a:visited{color:#111111;text-decoration:none;}
#right a:hover{color:#ffffff;text-decoration:none; background:#111;}

#right ul {
	padding: 0 0 40px 0;
	margin: 0;
}

#right li {
   list-style: none;
   padding-bottom: 6px;
   line-height: 1.2em;
}

#right ul li ul li {
   list-style-image: url(_images/li-img.png);
   margin-left: 14px;
}

/* FOOTER */

#footer {
	clear: both;
	width: 835px;
	padding: 25px 0 0 65px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #111;
}

.disclaimer {
        font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #111;
}


