/*  
Theme Name: RLS-Rebecca
Theme URI: http://www.webtechndesign.com/theme-rls-rebecca/
Description: <a href="http://www.webtechndesign.com/theme-rls-rebecca/">RLS-Rebecca</a> combines a magazine and a weblog into one; Designed for Wordpress with two column / three-column layout, widgets enabled, right aligned sidebars, three-column footer expanding navigation bar, gravatar support, automatic thumbnail resizer, social media buttons, and many more features.
Version: 2.3.1
Author: Rebecca Laffar-Smith
Author URI: http://www.rebeccalaffarsmith.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML ELEMENTS*/
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	color: #333;
	}

p {	
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	}

a:link, a:visited {
	color: #FF6633;
	text-decoration:none;
        font-weight: bold;
	}

a:hover, a:active {
	color: #FF6633;
	text-decoration:underline;
        font-weight: bold;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#FFFFCC;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #FFCC66;
	border-bottom: 1px solid #FFCC66;
	background: #FFFFCC;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

cite {
	background:url(images/icons/citation.gif) no-repeat -5px 0px;
	background-color: #fff;
	margin: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 15px;
	font:1.0em Arial;
	color:#2A9700;
	width: 230px;
	border: 1px solid #DFCF37;
	display:block;
}

select {
	width: 130px;
	}	

/* STRUCTURE */

#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}

#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#336633;
	font-size:0.7em;
	}

.left {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	}

#previous, #next {
	font-size: 1.2em;
	}

.right {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:10px;
	}

/* NAVIGATION BAR */
#navbar {
	margin-left: 0px;
        margin-right: 0px;
	margin-top: -25px;
        margin-bottom: 0px;
	padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
	text-transform: uppercase;
	background:#003300;
	}

#page-bar {
	width:940px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #336633;
	}

#page-bar li:hover {
	background: #FFCC66;
        color: #336633;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding: 5px 16px;
	font-weight:bold;
	color: #FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

/* DROPDOWN MENUS */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #003300;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #336633;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #FFCC66;
        color: #336633;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}

/* HEADINGS */
h1 {
	font:2.0em Arial;
	font-weight:bold;
	color:#2A9700;
	padding: 10px 10px 10px 10px;
	letter-spacing:-0.08em;
	}

h2 {
	font:1.7em Arial;
	margin-bottom:3px;
	color:#2A9700;
	font-weight:bold;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#2A9700;
	font-weight:bold;
	}

h4 {
	font:1.2em Arial;
	color:#2A9700;
	}

h5 {
	font:1.05em Arial;
	color:#2A9700;
	}

h6 {
	font:0.9em Arial;
	color:#2A9700;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* HEADER IMAGE */
#logo {
	float: left;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	width:780px;
        background-color: #006600;
	}

#rss {
	float: right;
	margin-right: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	width: 180px;
        background-color: #006600;
	}

/* CONTENT PAGE */
#content {
	width:540px;
	background:#fff;
	padding:10px;
	font-size:1.10em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}


.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post h2 {
	margin-left: 25px;
	}

.post h3 {
	margin-left: 25px;
	}

.post h4 {
	margin-left: 25px;
	}

.post h5 {
	margin-left: 25px;
	}

.post h6 {
	margin-left: 25px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-left: 35px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
	}

#content h1.title {
	font-weight:bold;
	font:2.2em Georgia;
	letter-spacing:-0.05em;
	color:#000;
//	border-bottom:1px solid #eae9e4;
	border-top:3px solid #eae9e4;
	margin-bottom:15px;
	padding:5px 0px;
	}

#content h2.title {
	font-weight:bold;
	font:2.2em Georgia;
	letter-spacing:-0.05em;
	color:#000;
	border-bottom:1px solid #eae9e4;
	border-top:3px solid #eae9e4;
	margin-bottom:15px;
	padding:5px 0px;
	}

#content .title {
	font:1.5em Georgia;
	}

#content img {
	padding:10px;
	border: 0px;
	}

.content ul, .content ol {
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-top: 10px;
	}

.content ul li {	
	list-style:square;
	margin-left:30px;
	margin-right: 30px;
	}

#content a {
	text-decoration: underline;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	margin-right: 30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img {
	border:0px;
	margin:0 10px 5px 0;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	background: #FFFFCC;
	margin-top:0px;
       	margin-bottom:5px;
	padding:4px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

.archive_categories {
	background: #FFFFCC;
	margin-top:0px;
       	margin-bottom:5px;
	padding:4px;
	display:block;
	}

#stats span {
	border-right:1px dotted #FFFFCC;
	padding: 0px 5px 0px 5px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#FF6633;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	}

#tools {
	margin-left:25px;
        width:540px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

#tools img {
        border: 0px;
        }

.headline-post {
        height: 1000px;
        overflow:hidden;
        }

.headline-post object {
        display: none;
        }

.headline-post ul {
	margin-left: 265px;
	margin-bottom: 15px;
        }

/* SIDEBAR */
#sidebar {
	width:370px;
	float:right;
	background:#FFFFCC;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#336633;
	color:#FFFFCC;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:350px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#FFFFCC;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:370px;
	float:right;
	}

#sidebar-left {
	width:170px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#FFFFCC;
	}

#sidebar-right {
	width:160px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#FFFFCC;
	}

#sidebar li h3 {
	list-style:none;
	background: #336633;
	}
	
#sidebar li {
	list-style:none;
	border-bottom:1px dotted #006600;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub-orange.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:350px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#006600;
	}

#sidebar-h2-url a {
	color: #006600;
	}

#sidebar a {
        color: #003300;
        }

/* FORM ELEMENTS */
select {
	border:1px solid #333;
	width:100%
	}
	
.searchbutton {
	padding: 1px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}

#commentform submit {
	margin-left:0px;
	}

/* COMMENTS */
.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block
	}	

.commentlist blockquote {
	background:#FFFFCC;
	}
			
.commentlist li {
	color:#666666;
	padding: 10px 14px 10px 14px;
	background:#FFFFCC;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist img {
	padding:0px 0px 0px 0px;
	}
		
.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 0px;
	padding:3px 0;
	}

.commenttext {
	width:480px;
	float:right;
	}

.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#333333;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#666666;
	display: block;
	margin-top:3px;
	text-align:right
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#999999;
	}
	
.commentlist small {
	background:#FFFFCC;
	}

.avatar {
	border:1px solid #FFFFCC;
	margin:15px 8px 6px 0;
	float:left;
	padding:1px;
	width:45px;
	height:45px;
	}	

#comment {
	width:540px;
	background:#fff;
	}

/* FOOTER */
#front-popular {
	background:#336633;
	font-size:0.7em;
	color: #336633;
	width: 940px;
	margin: 0 auto;
	padding:10px;
	border-bottom:10px solid #FFCC66;
	}

#front-popular h3 {
	color: #336633;
	}

#recentpost, #mostcommented {
	width:280px;
	height: 250px;
	float:left;
	padding:10px;
        background-color: #FFFFCC;
	border:1px solid #FFFFCC;
	overflow: hidden;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	height: 250px;
	float:right;
	padding:10px;
        background-color: #FFFFCC;
	border:1px solid #FFFFCC;
	overflow: hidden;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color: #336633;
	}

#recentpost a:hover, #mostcommented a:hover, #recent_comments a:hover {
        color: #006600;
        }

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #336633;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #recentpost ul li:hover a, #mostcommented ul li:hover, #mostcommented ul li:hover a, #recent_comments ul li:hover, #recent_comments ul li:hover a {
	background:#FFCC66;
	color:#003300;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #336633;
	}

#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}

#footer a {
        color: #003300;
        }

/* FLOAT PROPERTIES */
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* WD TREE ADDED STYLE */
.node {
	margin-left: 0px;
	}

.wp_dTreewp_dtree_Node {
	margin-left: 0px;
	}

.dtreerss {
	margin-left: -20px;
	}

#dtreearcwrapper {
	margin-left: -20px;
	padding-left: 0px;
	}

/* NEW READMORE AND MORESTATS */
.readmore {
	float:left;
	padding-bottom: 15px;
	margin-left: 40px;
	margin-top: -10px;
	}

.morestats {
	float:right;
	padding-bottom: 15px;
	margin-right: 40px;
	margin-top: -10px;
	}

/* BEGIN NEW ARCHIVES DISPLAY */
#content .mag_posts {
	float: left;
	width: 260px;
	margin: 0 6px 16px 0;
	color: #333;
	font: 12px Arial;
	border: 1px #333 solid;
}

#content .mag_posts a {
	color: #FC4D1E;
}

#content .top_mag_posts {
	width: 260px;
	background: url("images/post_mag_top.gif") no-repeat;
}

#content .bottom_mag_posts {
	width: 260px;
	padding-top: 7px;
	padding-bottom: 4px;
}

#content .mag_posts h2 {
	padding:0;
	padding-left: 7px;
	color: #245A1E;
	font: bold 14px verdana;
	height:30px;
	margin:0;
}

#content .mag_posts h2 a {
	color: #ffffff;
}

#content .top_mag_category{
	background-color: #336633;
	font:1.1em Arial;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:3px 0px 5px 10px;
	border-top: 1px solid #336633;
	border-bottom: 1px solid #336633;
}

#content .top_mag_category a{
	color:#fff;
}

#content .top_mag_titles a{
	color: #ffffff;
	display: block;
	width: 245px;
	padding: 2px;
	text-decoration: none;
	font: bold 12px verdana;
	background-color: #336633;
}

#content .mag_posts .mag_posts_entry {
	padding: 0px 0px 0px 0px;
	margin-top:3px;
	width: 245px;
	height: 300px;
	text-align:left;
	overflow: hidden;
}

#content .mag_posts object {
	display: none;
}

#content .mag_posts .mag_posts_meta {
	margin: 0 9px 0 6px;
	width:245px;
	height: 22px;
	overflow:hidden;
}

#content .mag_posts_img img {
	margin-top: -5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
	}

#content .mag_posts_entry img{
	margin-top: -5px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 100px;
	max-height: 100px;
}

#content .mag_posts li {
	margin-left:43px;
}

#headline_titles a{
	color: #ffffff;
	display: block;
	width: 536px;
	padding: 2px;
	text-decoration: none;
	font: bold 16px verdana;
	background-color: #336633;
}

.mag_meta_date {
	float: left;
	display:inline;
	padding-left: 5px;
	color:#FC4D1E;
	font:11px arial;
	line-height:22px;
}

.headline_meta_comments {
	float: right;
	margin-right: 40px;
	font: 16px arial;
	}

.mag_meta_comments {
	float: right;
	font:11px arial;
	padding-left: 16px;
	height:22px;
	line-height:22px;
}

.mag_meta_author {
	float: left;
	display:inline;
	padding-left: 13px;
	margin-top: -8px;
	color: #FC4D1E;
	font: 11px arial;
	line-height: 22px;
	}

.mag_meta_category {
	float: right;
	font: 11px arial;
	padding-right: 13px;
	margin-top: -8px;
	height: 22px;
	line-height: 22px;
	}

.mag_meta_views {
	float: left;
	display:inline;
	padding-left: 13px;
	margin-top: -8px;
	color: #FC4D1E;
	font: 11px arial;
	line-height: 22px;
	}

.mag_meta_commentcount {
	float: right;
	font: 11px arial;
	padding-right: 13px;
	margin-top: -8px;
	height: 22px;
	line-height: 22px;
	}
/* END NEW ARCHIVES DISPLAY */

#mybloglog {
	width:150px;
	float:right;
	margin-top:10px;
	}


#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:540px;
	float:left;
	background:#fff;
        border: 1px solid #eee;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
        padding-top:5px;
	padding-bottom:5px;
	}

#headline div.frontpage-author {
       float: left;
       margin-top: -2px;
       padding-bottom: 5px;
       padding-left:5px;
       }

#headline div.frontpage-category {
       float: right;
       margin-top: -2px;
       padding-bottom: 5px;
       padding-right:5px;
       }

#headline div.meta {
	display:block;
	padding-bottom:2px;
        padding-left:5px;
	}

#headline p {
	padding-bottom:15px;
	}

#headline .content img {
         padding:10px;
         }

#headline a {
         text-decoration: underline;
         }

#featured {
	width:290px;
	background:#FFFFCC;
	float:right;
	padding:10px 10px 6px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:9px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:85px;
	}
#featured p {
	padding-bottom:15px;
	}

#headline a img, #featured a img {
	border:1px solid #bbb;
	margin-top:5px;
	margin-right:10px;
	}


#middle {
	width: 940px;
	padding:0px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	}

.category {
	width:168px;
	float:left;
	border-top:8px solid #FFCC66;
	margin:0px;
	margin-top:-05px;
	padding:5px 10px 5px 10px;
        background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5 {
        border-top:8px solid #006600;
        text-align: center;
        }
#cat-2, #cat-4 {
        border-top:8px solid #FFCC66;
        text-align: center;
        }

.category span.cat_title, #front-popular h3, #front-list .cat_title {
	text-transform:lowercase;
	margin:0;
/*	font-weight:bold; */
	font-size:1.5em;
	letter-spacing:-0.05em;
	}


.category a {
	color:#003300;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#006600;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#006600; color:#FFCC66; }
#cat-2:hover, #cat-4:hover {background:#FFCC66; color:#006600; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#006600; color:#FFCC66; }
#cat-2:hover a, #cat-4:hover a {background:#FFCC66; color:#006600; }

#bottom {
	width: 940px;
	}

#front-list {
	width:540px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:15px;
	margin-bottom:15px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
        float:left;
	margin-top:25px;
	font-size:1.2em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}

