/*
Theme Name:  CUHRT
Theme URI: 
Description:  
Version: 1.0
Tags: 
Author: 
Author URI: 
*/


/* Begin Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {

	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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;
	}
/* End Form Elements */



/* Begin Comments*/
.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 Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




@charset "utf-8";
/* 
 * Main CSS for CUHRT (www.cuhrt.com)
 * Site Design by Geebo Design (www.geebodesign.com).
 * Original implementation by Jeffrey Powell (jeff@ above)
 */
 
/*
 * Primary template colors in use:
 * Gray: #a9abae
 * Light Gray: #e2e3e4
 * Dark Gray: #58585a
 * Orange: #f89825
 * Red: #d2232a
 */
 
 
/* Generic formatting */
body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-size: 12px;
	color: #000000;
}

/* Color classes */
.gray { color: #a9abae; }
.orange { color: #f89825; }
.red, h2.red a, h2,red a:visited { color: #d2232a; }

p {
	line-height: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
 
div {
	margin: 0px;
	padding: 0px;
}

h1, h2 { clear: both; }

/* Main layout stuff */
#wrapper {
	background-color: #ffffff;
	width: 1022px;
	margin: auto;
}

#header {
	width: 1022px;
}

#center {
	background-color: #ffffff;	
}

#left_sidebar {
	float: left;
	width: 193px;
}

#content {
	float: left;
	width: 450px;
	margin-left: 75px;
}

.content-full {
  width: 700px !important;
}

#right_sidebar {
	float: right;
	width: 252px;
}



/* Stuff for the footer and watermark */
#footer {
	position: relative;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	background-color: #a9abae;
	height: 20px;
	text-align: center;
}

#watermark {
	position: absolute;
	left: 7px;
	bottom: 20px;
	width: 193px;
	height: 212px;
	background-image: url(images/cuhrt_shadow.jpg);
	background-repeat: no-repeat;
}



/* Right sidebar: boxes / headers */
div.right_box {
	background-image: url(images/sidebar_section.gif);
	background-position: bottom right;
	background-color: #e2e3e4;
	height: 158px;
	width: 252px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 0px;
	padding: 0px;
}

div.box_header_gray {
	background-image: url(images/sidebar_section_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #a9abae;
	position: relative;
	height: 30px;
}

div.box_header_orange {
	background-image: url(images/sidebar_section_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f89825;
	height: 30px;
}

div.box_header_red {
	background-image: url(images/sidebar_section_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #d2232a;
	height: 30px;
}

div.right_box span {
	position:absolute; 
	display:block; 
	left: -13px; 
	top: 8px; 
	width:0px; 
	height:0px; 
	border-top: 10px solid #ffffff; 
	border-bottom: 10px solid #ffffff; 
	font-size:1px; 
	line-height:0;
	margin: 0px;
	padding: 0px;
}

div.right_box span.gray { border-right: 10px solid #a9abae; }
div.right_box span.orange {	border-right: 10px solid #f89825; }
div.right_box span.red { border-right: 10px solid #d2232a; }

/* Right sidebar box contents */
div.right_box h1, div.right_box h1 a, div.right_box h1 a:visited {
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 8px;
}

div.right_box ul {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
	width: 230px;
}

div.right_box a {
	color: #58585a;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
}

/* Orange box */
#orange_box {
	background-color: #f89825;
	height: 103px;
	width: 252px;
	margin-top: 5px;
	margin-bottom: 2px;
}



/* Content major headers */
div.content_header_gray {
	background-image: url(images/section_header_gray.jpg);
	background-repeat: no-repeat;
	width: 454px;
	height: 46px;
	margin-left: -5px;
	margin-bottom: 10px;
}

div.content_header_orange {
	background-image: url(images/section_header_orange.jpg);
	background-repeat: no-repeat;
	width: 454px;
	height: 46px;
	margin-left: -5px;
	margin-bottom: 10px;
}

div.content_header_red {
	background-image: url(images/section_header_red.jpg);
	background-repeat: no-repeat;
	width: 454px;
	height: 46px;
	margin-left: -5px;
	margin-bottom: 10px;
}

div.content_header_gray h1, 
div.content_header_orange h1, 
div.content_header_red h1 {
	padding-left: 15px;	
}



/* Article headers and section separators */
h1 {
	color: #ffffff;
	padding-top: 12px;
	margin: 0px;
	font-size: 25px;
	font-weight: bold;
}

h2 {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

p.big_gray, div#page_top p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #58585a;
	margin-left: -5px;
}

div.dot_separator {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	height: 3px;
	margin: 15px 0px;
}

.subheading {
	font-style: italic;
	font-weight: normal;
}



/* Article formatting */
div.article_content {
	border-top: 1px solid #a9abae;
}

.date {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	float: left;
	color: #a9abae;
}

.comments_tag, .comments_tag a, .comments_tag a:visited {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	float: right;
	color: #a9abae;
}

a.read_link {
	color: #a9abae;
	font-weight: bold;
	font-size: 13px;
}



/* Left sidebar: search area and menu */
#menu {
	padding: 0px;
	margin: 0px;
}

#menu li {
	list-style-type: none; 
	width: 193px; 
	height: 24px; 
	margin: 1px 0px; 
	clear: both;
}

#menu a, #menu a:visited {
	font-size: 12px;
	font-weight: bold;
	position: relative; 
	display: block; 
	width: 180px; 
	height: 24px; 
	border-top: 1px solid #ffffff; 
	background-color: #e2e3e4; 
	color: #a9abae; 
	padding-top: 2px;
	padding-left: 5px; 
}

#menu a span, #menu a:visited span {
	display: none;
}

#menu a:hover, #menu li.current_page_item a {
	color: #ffffff;
	background-color: #f89825; 
	border-top: 1px solid #ffffff; 
}

#menu a:hover span, #menu li.current_page_item span {
	position: absolute; 
	display: block; 
	left: 187px; 
	top: 0px; 
	width: 0px; 
	height: 0px; 
	border-left: 10px solid #f89825; 
	border-top: 10px solid #ffffff; 
	border-bottom: 10px solid #ffffff; 
	font-size: 1px; 
	line-height: 0px;
}

/* Used for the blank / search */
#menu p {
	font-size: 12px;
	font-weight: bold;
	position: relative; 
	display: block; 
	width: 180px; 
	height: 24px; 
	border-top: 1px solid #ffffff; 
	background-color: #e2e3e4; 
	color: #a9abae; 
	padding-top: 2px;
	padding-left: 5px; 
	margin: 0px;
}

input#s { width: 120px; height: 18px; }