/*
Theme Name: Hines57 Default
Theme URI: http://blog.hines57.com/
Description: The default WordPress theme for <a href="http://blog.hines57.com/">The Hines57 Blog</a>.
Version: 1.0
Author: Rob "Bubba" Hines
Author URI: http://www.hines57.com
Tags: blue, custom header, fluid width, one column

	Hines57 Look and Feel v1.o
	http://blog.hines57.com

	This theme was designed and built by Rob "Bubba" Hines,
	who you will find at http://www.hines57.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Colors used in this style sheet:
   Hex 000000 = RGB   0,   0,   0 = black
   Hex 5F5F5F = RGB  95,  95,  95 = light black
   Hex BDBEBD = RGB 189, 190, 189 = dark grey
   Hex D1D7DC = RGB 209, 215, 220 = medium grey
   Hex CCCCCC = RGB 204, 204, 204 = medium grey
   Hex EFEFEF = RGB 239, 239, 239 = dark white
   Hex FFFFFF = RGB 255, 255, 255 = white
   Hex 005D8C = RGB   0,  93, 140 = dark blue
   Hex 0033CC = RGB   0,  91, 104 = medium blue
   Hex 0E72A4 = RGB  14, 114, 164 = light blue
*/



body {
	border: none; 
}

img {
	border: none;
}

#tagline {
	font-style: italic;
	font-size: x-small; 
}

#rh-document{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #F3F4F3;
	color: #000000;
	font-weight: normal;
	margin:0;
	padding:0;
	text-align:left;
	width:auto !important;
}

#rh-leftborder{
	background:#EEEEEE url(images/h57-left-border.jpg) repeat-y scroll left top;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;
	margin-right:15px;
}

#rh-rightborder{
	background:transparent url(images/h57-right-border.jpg) repeat-y scroll right top;	
}

#rh-bottomborder{
	background:transparent url(images/h57-bottom-border.jpg) repeat-x scroll left bottom;	
}

#rh-bottomleftborder{
	background:transparent url(images/h57-bottom-left-border.jpg) no-repeat scroll left bottom;	
}

#rh-bottomrightborder{
	background:transparent url(images/h57-bottom-right-border.jpg) no-repeat scroll right bottom;	
}

#rh-topborder{
	background:transparent url(images/h57-header-bg.jpg) repeat-x scroll left top;
}

#rh-topleftborder{
	background:transparent url(images/h57-top-left-border.jpg) no-repeat scroll left top;	
}

#rh-toprightborder{
	background:transparent url(images/h57-top-right-border.jpg) no-repeat scroll right top;	
}

#rh-header{
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#rh-footer{
	height: 30px;
}
#rh-contentpanel{
	background:#EEEEEE;
	margin-left: 5px;
	margin-right: 5px;
}

#rh-contentpanel a, 
#rh-contentpanel a:active, 
#rh-contentpanel a:link, 
#rh-contentpanel a:focus,
#rh-contentpanel a:visited {
	color: #266A2E;
}

#rh-logo{
	float:left;
}

#rh-title{
	float:left;
}
#rh-menu{
	height: 30px;
}

#rh-album{
	float:right;
}
#rh-content{
	border: 1px solid #CCCCCC;
	background: #ffffff;
	margin-left: 2px;
	margin-right: 4px;
	padding: 10px 10px 25px 10px;
}

div.cmDiv
{
	height: 100%;
	float:left;
	
}

#rh-leftmenu{
	float:left;
	margin-left:12px;
	margin-right:3px;
	margin-top:9px;
}

#rh-rightmenu{
	float:right;
	margin-right:12px;
	margin-left:3px;
	margin-top:9px;
}

#rh-sidebar{
	float:right;
	text-align:left;
	background-color: rgb(248, 248, 248);
	padding:10px 0 20px;
	width:260px;
        margin-left: 7px;
        margin-bottom: 7px;
}

#rh-sidebar li {
   margin:0 10px 10px;
   padding:0;
   line-height:150%;
}

#rh-sidebar ul {
   list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}

#rh-main{
	text-align:left;
}
#linkcat- h2{
	font-size: small;
	padding: 0px 0px 0px 0px;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
	vertical-align: middle;
}
.clickMenu ul
{
	margin: 0;
	padding: 4px;
	border: 1px solid black;
	background-color: #eee;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	vertical-align: middle;
	position: relative;
	padding: 7px 20px 0px 5px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	float: left;
	vertical-align: middle;
	/*padding: 3px 20px 0 2px;*/
	background-color: #eeeeee;
	color: #266A2E;
	font-weight: bold;
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	min-width: 120px;
}

#rh-contentpanel .clickMenu li, #rh-contentpanel .clickMenu li a
{
	text-decoration: none;
	color: #266A2E;
	cursor: default;
}

#rh-contentpanel .clickMenu li.hover,
#rh-contentpanel .clickMenu li.hover li.hover a
{
	text-decoration: none;
	color: #eeeeee;
	cursor: default;
}

#rh-contentpanel .clickMenu li a:hover
{
	color: #eeeeee;

}


.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #266A2E;
	color: #eeeeee;
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}



/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;

}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #266A2E;
	}
        h1 {
            font-size: xx-large;
        }
        h2 {
            font-size: x-large;
        }
        h3 {
            font-size: large;
        }
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}	
	
.post h2 {
	color: #266A2E;
}

/* 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 */

/* Begin Images */
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;
	}

.alignright {
	float: right;
	}

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

/* Print Style Sheet */
@media print {
body {background:white; 
     font-size:10pt; 
     margin:0 }
#sidebar { display:none }
#header { height:75px }
#content{ margin-left:0; 
     float:none; 
     width:auto }
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left; }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}
.navigation{
   float:none; 
}
