/*
Theme Name: Highwatch Recovery Center
Theme URI: http://www.highwatchrecovery.com/
Description: A customized Kubrick theme for Highwatch.
Version: 0.5
Author: Kenn Boostrom
Author URI: http://www.hotwireindustries.com/
Tags: brown, custom header, fixed width, three columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Default style for the BODY */
body {
	margin: 10px 0 ;
	padding: 0;
	background: url('/images/body-bg.jpg') top left no-repeat #93644a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #616264;
	text-align: center;
	text-transform: none;
}

.dotted {
	margin: 40px  0px 50px 0px;
	padding: 40px  0px 50px 0px;
	border-top: dotted #CCC thin;
}

.floatypal {
	float:left;
	margin-right:30px;
}

/* DEFAULT style for any LINKS */
a { 
	color: #6990b1;
	text-decoration: underline;
}
	
a:hover {
	color: #365f81;
	text-decoration: none;
}

.dotted {
	margin:0 0 10px 0;
	padding:0;
	border-top: dotted #ccc thin;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	font-size: 10px;
	color: #999999;
}

/* Default style for H1 */
h1 {
	font-size: 28px;
	line-height: 48px;
	font-weight: normal;
	color: #66832f;
	margin-bottom: 12px;
	padding: 0 0 0px 0;
}
h1 a, h1 a:link a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #66832f;
}

h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #66832f;
	letter-spacing: .75px;
	margin: 0 0 2px 0;
	padding: 0;
}
h2.pagetitle {}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #66832f;
}
h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #66832f;
	word-spacing: -.125px;
	margin: 0;
	padding: 4px 0 0 0;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	font-style: italic;
	color: #616264;
	word-spacing: -.125px;
	margin: 0 0 15px 0;
	padding: 0;
}

h5 {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #66832f;
	letter-spacing: .95px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
}

small {
	font-size: 10px;
	line-height: 14px;
}

ul {
	margin: 0 0 25px 25px;
	padding: 0;
}

li {
	margin-bottom: 3px;
	list-style-image: url('/images/bullet.jpg');
}

.mediumText {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px dashed #e1e2e4;
	padding-bottom: 10px;
}

.green {
	color: #66832f;
}

.red {
	color: #b71e16;
	letter-spacing: normal;
	word-spacing: normal;
}

.center-me {
	text-align:center;
	height: 300px;
	margin:10px;
	padding: 30px;
	background-color:#999;
}

.number {
	font-size: 13px;
	color: #333;
}

.dashedLine {
	border-bottom: 1px dashed #e1e2e4;
	height: 1px;
	margin-bottom: 25px;
}

/* DEFAULT style for any IMAGE */
img {
	border: 0;
}


.bannerImg {
	border: 1px solid #e0eae2;
	padding: 8px;
	margin-left: -10px;
	margin-bottom: 20px;
}
a .newBuilding {
	padding: 2px;
	border: 1px solid #CCC;
}

a:hover .newBuilding {
	border: 1px solid #006851;
}

.dropCap {
	float: left;
	border: none;
	padding: 5px 5px 0 0;
	margin: 0;
	width: 48px;
}

.newBuilding {
	padding: 2px;
	border: 1px solid #CCC;
}

#needHelpAd img {
	margin-bottom: 8px;
}

.dottedLine {
	background: url('/images/dotted-line.jpg') repeat-x;
	height: 5px;
	margin: 10px 0 15px 0;
	/*_margin-bottom: 0; */
}
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	font-size: 10px;
	color: #999999;
}
.floatLeft .bannerImg {
	margin-bottom: 0;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/* DEFAULT FORM field styles */
input, textarea {	
	background-color: #eef7fe;
	border: 1px solid #91accc;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
/*	width: 465px;*/
	width: auto;
	padding: 3px 4px;
}

.submit {
	width: 120px;
	padding: 6px;
	background: url('/images/submit-button.jpg') repeat-x top left #141414;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

.submit:hover {
	background: url('/images/submit-button-hover.jpg') repeat-x top left black;
	color: #FFF;
	cursor: pointer;
}
/* STRUCTURE - Wrappers and Container Divs */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background: url('/images/border-left-bg.jpg') top left repeat-y white;
	-moz-box-shadow: 0 0 1em #333;
	-webkit-box-shadow: 0 0 1em #333;
	
}
/* Header Styles */
#header {
	background: url('/images/header-bg.jpg') no-repeat top left;
	padding: 20px 25px;
}

#headerLeft {
	float: left;
	width: 159px;
}

#headerMiddle {
	float: left;
	width: 340px;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 30px 0 0 56px;
}

#headerMiddle em {
	text-transform: none;
	font-size: 14px;
}

#headerRight {
	float: right;
	width: 336px;
	text-align: right;
}


#headerRight ul  {
	padding: 0;
	margin: 0;
}

#headerRight li {
	display: inline;
	margin: 0;
	padding: 0;
}

#headerRight li a {	
	padding: 0 8px 0 7px;
	/*_padding: 0 8px 0 7px;*/
	border-right: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

#headerRight li a.lastHeaderNav {
	padding-right: 0;
	border-right: none;
}
/* Content Styles */
#content {
	background: url('/images/content-bg.jpg') repeat-x top left;
	margin: 0 25px;
	padding-top: 30px;
	clear: both;
}

#contentLeft {
	float: left;
	width: 139px;
	padding: 15px 18px 5px 18px;
	background: url('/images/left-nav-bg.jpg') repeat-y #e8ecdd;
}

#contentRight {
	float: right;
	width: 685px;
}

#contentRightInsideLeft {
	float: left;
	width: 460px;
}

#contentRightInsideRight {
	float: right;
	width: 185px;
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
}

#needHelpAd {
	border: 8px solid #e8ecde;
	width: 100px;
	background: url('/images/needhelpad-bg.jpg') top center no-repeat #fbca63;
	text-align: center;
	color: black;
	padding: 10px 10px 0 10px;
	margin-top: 35px;
	line-height: 14px;
}

#needHelpAd .headline {
	font-size: 16px;
	line-height: 19px;
}


/* Left Navigation Styles */
#contentLeft strong {
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: inherit;
}

ul.audience, ul.company, ul.alumni, ul.basicInfo {
	background: url('/images/left-nav-border.jpg') bottom center no-repeat;
	padding-bottom: 55px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 18px 8px;
}

ul.audience li {
	background: url('/images/left-nav-arrow.jpg') 0 2px no-repeat;
}

ul.audience li, ul.company li, ul.basicInfo li, ul.alumni li {
	list-style: none;
	padding-left: 18px;
	padding-bottom: 3px;
}

ul.audience li a, ul.company li a, ul.alumni li a {
	color: #616264;
}

ul.audience li a, ul.company li a, ul.alumni li a, ul.basicInfo li a {
	text-decoration: none;
	display: block;
}

ul.audience li a:hover, ul.company li a:hover, ul.basicInfo li a:hover, ul.alumni li a:hover {
	color: black;
	background-color: inherit;
}

ul.basicInfo li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.donate {
	background: url('/images/left-nav-donate.jpg') 0 4px no-repeat;
}

.spiritMusic {
	background: url('/images/left-nav-music.jpg') 0 2px no-repeat;
}

#contentLeft em {
	font-size: 11px;
	text-align: center;
	display: block;
}

.gallery {
	float: left;
	width: 165px;
}

/* Default style for FOOTER content and links */
#footer {
	background: url('/images/footer-bg.jpg') no-repeat bottom right;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 25px 15px 25px;
	clear:both;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #616264;
	text-decoration: underline;
}

#footer a:hover {
	color: #232324;
}


/*
	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;
}
.commentlist li, #commentform input, #commentform textarea {
		font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
}

.commentmetadata {
	font-weight: normal;
}
/*
	WP Calendar
*/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Georgia', Times New Roman, serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/*
	POSTS
*/
.narrowcolumn {
	float:left;
	padding: 0 0 0 20px;
	margin: -20px 0 0 0;
	width: 450px;
}
.widecolumn {
margin:0 0 0 227px;
padding:10px 0 20px;
width:450px;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}

.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
/*
	ENTRY and LISTS
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
*/
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;
}

/* 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;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* 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 */
