/*  
Theme Name: RedDodge Theme
Theme URI: http://www.reddodgediary.com
Description: Theme for the RedDodge Diary blog and website
Author: Virginia Slavin
Author URI: http://spimatch.com
*/

/*-----------Block Level Elements--------------*/
{
	margin:0;
	padding:0;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	min-width: 950px;
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #CC9866;
}

body a, body a:visited {
        color: #663200;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
        line-height: 1.5em;
	padding: 10px 0px;
	margin: 10px 0px;
}
#page {
	width: 100%;
	background-color: #663200;
	padding: 0 10px 0 10px;
	text-align: left;
}

/* begin Header items */

#header {
	width: 100%;
	height: auto;
	background-color: #663200;
}

#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;	
}

#header h1 a {
	color: #FFF;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
        margin: 5px;
}

#header_right {
	float:right;
	width: 50%;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0;
}

#header_left {
	width: 49%;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
}
/*-- end header items --*/

#subscribe {
	text-align: right;
	margin-right: 10px;
	width: auto;
        padding-bottom: 20px;
}

#wrapper {
	width: 100%;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/sidebarcolor.jpg);
}

#content {
	line-height: 1.6em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: #FFF;
	margin-right:450px;
}

#sidebar {
	float: right;
	width: 450px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #663200;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: auto;
	line-height: 1.6em;
}

#footer_right {
	text-align: right;
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}

/*------------Navigation Menu------------*/

#nav {
	list-style-type : none;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #663200;
	color: #EEE;
	padding: 10px;
	display: block;
	width: auto;
	float: left;
	font-weight: bold;
}
#nav a {
	background: #FFC;
	color: #663200;
	font-weight: bold;
	border-top-color: #FF9;
	border-right-color: #FC9;
	border-bottom-color: #960;
	border-left-color: #C96;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#nav a:hover {
	background: #663200;
	color: #FFC;
	border-top-color: #FF9;
	border-right-color: #FC9;
	border-bottom-color: #960;
	border-left-color: #C96;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
        text-decoration: none;
}
#nav li {
	height: auto;
	display: inline;
	width: auto;
}
#nav ul li {
	color: #EEE;
}
/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}
h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}
h2 {
	font-size: 1.5em;
        text-align: left;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.0em;
}
h5 {
        font-size: 2.0em;
        padding-right: 1.5em;
}
/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.5em;
	text-decoration: none;
	color: #9B0000;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-top: 15px;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-right: 20px;
	text-align: left;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: left;
}

.entry .postmetadata {
	margin-top: 20px;
	text-align: left;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}
.alignleft {
	float:left;
	text-align:left;
}
.alignright {
	float:right;
	text-align:right;
}
.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}
blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}
code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar_left ul li ol li {
	background-image: url(0165_plus.png);
	background-repeat: no-repeat;
	background-position: -1px 5px;
	padding-left: 15px;
	padding-right: 10px;
}
#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 3px #EDE0B3;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	border-bottom: dashed 1px #D3C69B;
	color: #200;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
        margin-left: -30px;
        padding-right: 5px;
}
#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3;
}
#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #D3C69B;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .sidebar_left {
	width: 225px;
	float: left;
}
#sidebar .amazon {
        padding-left: 75px;
        padding-top:  20px;
}
#sidebar .sidebar_right {
	width: 225px;
	float: right;
        color: #663200;
}
#sidebar .sidebar_left ul ul li ul{ 
      margin-bottom:0; 
}
#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 150px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}
#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}
#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}
#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}
#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}
#adsense_homepage_linkunit {
	margin-bottom: 30px;
}
#adsense_homepage_banner {
	margin-bottom: 30px;
        border: 1px;
}
.rdditem {
	color: #9B0000;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
