/*  
Theme Name: rdc* theme
Theme URI: http://www.roobottom.com/wp_theme/
Description: Custom rdc* style
Version: 0.5
Author: Jon Roobottom
Author URI: http://www.roobottom.com */

/* icons by Sergey Tarhanov */

#sk2-footer a { color: #cccccc; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	color: #555;
	text-align:center;
	margin-top: 0px;
	background: #F7F8FA url(images/background.jpg) repeat-y center top;
}

/* The body * will remove all default browser styles */

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	color: #444;
	list-style-type: none;
	font-weight: normal;
}

/* put this back in for testing, it helps with the layout...
div {
	border: 1px solid #FF0000;
} */

/* set up header sizes */

h1 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 4em;
	text-align: center;
	color: #336699;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1.6em;
	color: #336699;
	}

h2.pagetitle {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1.6em;
	color: #336699;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #336699;
	}

h3 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1.3em;
	color: #336699;
	}


/* format form items */

input, textarea {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
}

.button {
	repeat: no-repeat;
	margin-bottom: -5px;
	border: 0;
}

/* calendar */

#wp-calendar caption { 
	font: normal 12px 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	background-color: #8AB375;
	color: #FFFFFF;
	padding: 5px;
	}

#wp-calendar th {
	font-style: normal;
	font: normal 12px 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	color: #363636;
}

#wp-calendar td, .pad {
	color:#363636;
	font: normal 12px 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: left;
}

#wp-calendar a:hover {
	font-size: 12px;
	color: #5F834D;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
}

#wp-calendar td:hover {
	font-size: 12px;
	color: #5F834D;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
}

#wp-calendar #today {
	font-size: 12px;
	color: #990000;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
}

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 100%;
}

/* the main wrap div */

#wrap {
	text-align:left;
	margin: 0 auto;
	width: 938px;
}

/* header styles */

#header {
	position: relative;
	height: 120px;
	width: 938px;
	background: transparent url(images/header_bg.gif) no-repeat;
	border-bottom: 1px solid #bbb;
}

#header h1 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	text-align:center;
	margin: 0;
	padding-top: 20px;
	color: #336699;
}

#header h1 a {
	font-size: 1.8em;
	color: #336699;
}

#header h1 a:hover {
	color: #fff;
	background: #8AB375;
}

#header p {
	text-align:center;
	font-size: 1.4em;	
}

/* new in 0.5 - page support! */

#header #toppagenav {
	position: relative;
	bottom: -9px;
	overflow: visible;
}

#header #toppagenav li {
	display: inline;
	padding: 4px;
}

#header #toppagenav a {
	color: #bbb;
	padding: 4px;
	background: #FFF;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	margin-right: 5px;
	margin-left: 1px;
}

#header #toppagenav a:hover {
	color: #8AB375;
}

#header #toppagenav .current_page_item a {
	color: #8AB375;
}
/* mid section */

#middle {
	clear: both;
	margin-top: 30px
}

/* left col */

#left_col {
	float: left;
	width: 260px;
}

#left_col td {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size:12px;
	background-color: #FFFFFF;
}

#left_col .next {
	padding: 0 0 0 16px;
	background: url(images/icon_next.gif) no-repeat 0px 5px;
	float: left;
	margin-left: 20px;
}

#left_col .prev {
	padding: 0 0 0 16px;
	background: url(images/icon_prev.gif) no-repeat 0px 5px;
	float: left;
}

#left_col dl {
  background: #FFFFFF url(images/gradient_bottom.jpg) no-repeat bottom left;
  margin-bottom: 20px;
  color: #336699;
  border-right: 1px solid #A59E8C;
  border-bottom: 1px solid #A59E8C;
}

#left_col dt {
	background: #FFFFFF url(images/gradient_top.jpg) no-repeat top left;
	height: 25px;
	font-size: 1.4em;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #FFFFFF;
	color: #336699;
}

#left_col dd {
  margin: 5px;
  padding-bottom: 30px;
  line-height: 200%;
}

#left_col dd a {
	border-bottom: 1px #444 dotted;
}

#left_col dd a:hover {
	border-bottom: 1px #444 solid;
}

#left_col img {
	float: left;
	margin: 5px 5px 0 0;
	padding-bottom: 10px;
}

#left_col #sidebar_archives li {
	padding: 0 0 0 16px;
	background: url(images/icon_archive.gif) no-repeat 0px 4px;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size:12px;
}

#left_col #sidebar_categories li {
	padding: 0 0 0 16px;
	background: url(images/icon_categories.gif) no-repeat 0px 4px;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size:12px;
}

#left_col #sidebar_syndication li {
	padding: 0 0 0 16px;
	background: url(images/icon_syndicate.gif) no-repeat 0px 4px;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size:12px;
}

/* right col */

#right_col {
	float: right;
	width: 640px;
	margin: 0 0 0 0;
	color:#363636;
}

#right_col strong, b {
	font-weight: bold;
}

#right_col p {
	line-height: 200%;
	font-size: 1.2em;
	padding-bottom: 1em;
	color:#363636;
}

#right_col p a {
	color: #5F834D;
	border-bottom: 1px dotted #5F834D;
}

#right_col p a:hover {
	border-bottom: 1px solid #5F834D;
}

#right_col img {
	float: left;
	margin: 5px 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}

#right_col blockquote {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 2px solid #8AB375;
	margin-bottom: 1em;
}


#right_col dt {
	background: #F7F8F9 url(images/right_col_blankheader.png) repeat;
	height: 25px;
	font-size: 1.4em;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #bbb;
	color:#363636;
}

#right_col dt a {
	font-weight: bold;
	border-bottom: 1px dotted #555;
}

#right_col dt a:hover {
	border-bottom: 1px solid #555;
}

#right_col dd {
  margin: 5px;
  padding-bottom: 30px;
  padding-right:8px;
  line-height: 200%;
  color:#363636;
}


#right_col h2 a {
	color: #000000;
	font-weight: bold;
}

#right_col h2 a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

#right_col ul {
	margin-top: 3px;
}

#right_col #comments {
	width: 620px;
	margin: 20px 0;
}

#right_col #comments dl {
  background: #F7F8F9 url(images/right_col_blankfooter.gif) no-repeat bottom left;
  margin-bottom: 20px;
}

#right_col #comments dt {
	background: #F7F8F9 url(images/right_col_blankheader.gif) no-repeat top left;
	height: 25px;
	font-size: 1.4em;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #bbb;
}

#right_col #comments dd {
  margin: 5px;
  padding-bottom: 10px;
  font-size: 1.1em;
}

#right_col #comments h3 {
	color: #5F834D;
	font-size: 1.4em;
	margin-bottom: 1em;
}

#right_col #comments p {
	line-height: normal;
	margin-bottom: 1em;
}

#right_col #comments li {
	margin-top: 15px;
	clear: both;
}

#right_col #comments a {
	color: #5F834D;
	border-bottom: 1px dotted #8AB375;
}

#right_col #comments a:hover {
	color: #5F834D;
	border-bottom: 1px solid #8AB375;
}

#right_col #comments #commentsbox {
	width: 640px;
}

.newsDate li {
	display: inline;
	margin-right: 1em;
	color: #5F834D;
	font-size:10px;
}

.newsFooter {
	clear: both;
	padding-top: 6px;
	margin-bottom: 2em;
}

.newsFooter ul {
	border-top: 1px solid #ccc;
}

.newsFooter li {
	display: inline;
	margin-right: 1em;
}

.newsFooter .category {
	padding: 0 0 0 16px;
	background: url(images/icon_categories.gif) no-repeat 0px 1px;
}

.newsFooter .category a {
	border-bottom: 1px #444 dotted;
}

.newsFooter .category a:hover {
	border-bottom: 1px #444 solid;
}

.newsFooter .comments {
	padding: 0 0 0 16px;
	background: url(images/icon_comments.gif) no-repeat 0px 1px;
}

.newsFooter .comments a {
	color: #5F834D;
	border-bottom: 1px #5F834D dotted;
}

.newsFooter .comments a:hover {
	border-bottom: 1px #5F834D solid;
}

.newsFooter .email {
	padding: 0 0 0 16px;
	background: url(images/icon_email.gif) no-repeat 0px 1px;
}

.newsFooter .email a {
	border-bottom: 1px #444 dotted;
}

.newsFooter .email a:hover {
	border-bottom: 1px #444 solid;
}


/* classes for top borders */

.border_diary {
	border-top: 3px solid #8AB375;
	color: #3F708A;
}


/* footer */

#footer {
	clear: both;	
	height: 44px;
	width: 938px;
	background: transparent url(images/header_background.gif) repeat;
	font-size: 1.1em;
}

#footer p {
	margin-left: 7px;
	padding-top: 7px;
	text-align:center;
}

#footer a {
	color: #292920;
	text-decoration: none;
	border-bottom: 1px dotted #292920;
}

#footer a:hover {
	color: #CC6600;
	border-bottom: 1px dotted #CC6600;
}