/* CSS Stylesheet for Uncreative Suite Template     */
/* Site designed by Matthew D. McGee      			*/
/* Last updated 1/22/2007                 			*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

img { border: 0; margin: 1px; }

/* General alignment definitions. */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

a {
  color: #516e91; 
  text-decoration: none; 
}

a:hover {
  text-decoration: underline; 
}

/*=========================================*/
/*Main Container						   */
/*=========================================*/

#container {
	margin: 0 auto;
	width: 95%;
	height: 100%;
}

#containerPad {
	background-color: white;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;
  width: 920px;
  margin: auto;
}

/*=========================================*/
/*Top Links								   */
/*=========================================*/

#topLinks
{
	text-align: right;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #b6b6b6;
}

/*#topLinks a { color: #b6b6b6; text-decoration: none; }
#topLinks a:hover { color: #d2d2d2; }*/

/*=========================================*/
/*Header								   */
/*=========================================*/

#header {
	height: 44px;
	display: block;
/*	background-image: url("/images/header_middle.gif");*/
	background-repeat: repeat-x;
	margin-bottom: 24px;
}

#header .headLeft {
	width: 16px;
	height: 144px;
	float: left;
	background-image: url("/images/header_left.gif");
  display: none;
}

#header .headMiddle {
	float: left;
	margin-left: 8px;
	/*margin-top: 58px;*/
}

#header .headRight {
	width: 16px;
	height: 144px;
	float: right;
	background-image: url("/images/header_right.gif");
  display: none;
}

#header h1 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}

#header h2 {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	float: left;
	color: #575757;
}

/*=========================================*/
/*Navigation							   */
/*=========================================*/

#navigation {
	float: right;
/*	background-image: url("/images/navigation_middle.gif");*/
}


/*=========================================*/

#navigation .link
{
	float: left;
}

#navigation .link a, #sidebar .link a {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #dfe4ea;
/*	color: #446937;*/
	padding: 6px 8px;
}

* html #navigation .link a { width: 112px; text-align: center; padding-left: 0; padding-right: 0; } /*lousy IE6 hack to fix a major display error*/

#navigation .link a:hover { background-color: white; }

/*=========================================*/
/*Sidebar								   */
/*=========================================*/

#sidebar {
	float: right;
	width: 244px;
  background-color: white;
}

#sidebar .top, #sidebar h1 {
	/*background-image: url("/images/sidebar_top.gif");*/
	width: 244px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	padding-top: 4px;
	
}

#sidebar h1 { 
/*	background-image: url("/images/sidebar_top_green.gif");*/
	padding-bottom: 0px;
	margin-bottom: 0px;
/*	color: #b6b6b6; 
	margin: 0; 
	font-size: 11px; 
	font-weight: bold;
	text-align: center; */
}

#sidebar .middle {
/*	background-color: #ededed;*/
	width: 244px;
	font-size: 11px;
}

#sidebar .bottom, #sidebar .divider {
	width: 244px;
	height: 8px;
/*	background-image: url("/images/sidebar_bottom.gif");*/
	margin-bottom: 16px;
	background-repeat: no-repeat;
}

#sidebar p { margin: 0; padding: 4px; }
#ads p {padding: 4px 10px;}


#sidebar .divider {
	/*margin-top: 4px;*/
	margin-bottom: 0;
/*	background-image: url("/images/sidebar_bottom_green.gif");*/
/*	height: 2px;
	background-image: url("/images/sidebar_divider.gif");
	background-repeat: repeat-x; */
}

#sidebar img {
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #a5a5a5;
	margin-top: 8px;  
}

#sidebar .subtitle { font-size: 10px; }

/*=========================================*/

#sidebar .link
{
	width: 244px;
/*	height: 32px;*/
/*	background-image: url("/images/sidebar_link.gif");*/
}

#sidebar .link a {
	display: block;
	min-height: 24px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 4px;
/*	background-image: url("/images/sidebar_link.gif");
        background-position: left bottom;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .link a:hover { 
/*  background-image: url("/images/sidebar_link_a.gif");
  background-position: left bottom;*/
}

#sidebar ul {
  padding-left: 0px;
  list-style: none;
  padding-bottom: 0;
  font-size: 12px;
}

#sidebar li {
  padding: 2px 0;
}

#sidebar li li {
  padding-left: 15px;
}

#sidebar li.selected > a {
  font-weight: bold;
}

#sidebar li > a.unfolded {
  background: url(/images/fold.png) 50% 50% no-repeat;
  width: 12px;
  height: 12px;
  text-decoration:none;
}

#sidebar li > a.folded {
  background: url(/images/unfold.png) 50% 50% no-repeat;
  width: 12px;
  height: 12px;
  text-decoration:none;
}
#sidebar .nofold {
  width: 12px;
  height: 12px;
}

/*=========================================*/
/*Content								   */
/*=========================================*/

#content { 	margin-right: 260px; }
#contentEnd { clear: both; } /* needed so the container doesn't cut off unexpectedly*/

#content .divider {
	margin: 8px 0;
	height: 2px;
/*	background-image: url("/images/content_divider.gif");*/
	background-repeat: repeat-x;
}

#content p {
	text-align: justify;
}

#content h1 {
	margin: 0;
	font-size: 16px;
	color: #575757;
}

#content h2 {
	margin: 0;
	font-size: 16px;
	font-variant: small-caps;
	color: #575757;
}

#content h3 {
	margin: 0;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #575757;
}

#content .quote {
	margin: 16px;
	padding: 12px;
	background-color: #e3e3e3;
	background-image: url("/images/content_quote.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #b8b8b8;
	color: #646464;
}

blockquote {
	font-style: italic;
}

/*#content a, #ads a { color: #516e91; text-decoration: none; }*/
/*#content a:hover, #ads a:hover { color: #6e98c9; }*/

/*Misc. font-related definitions for use wherever*/
#content .red { color: #a94848; }
#content .green { color: #6f9151; }
#content .blue { color: #597ca6; }
#content .strike { text-decoration: line-through; }
#content .date { color: #aaaaaa; font-size:80%;}

/*=========================================*/

#content .top
{
	height: 24px;
/*	background-image: url("/images/content_topMiddle.gif");*/
	background-repeat: repeat-x;
}

#content .topLeft {
	float: left;
	height: 20px;
	width: 8px;
/*	background-image: url("/images/content_topLeft.gif");*/
	background-repeat: no-repeat;
}

#content .topMiddle {
	float: left;
	padding-top: 4px;
}

#content .topMiddle h1 {
	margin: 0;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
}

#content .topRight {
	float: right;
	height: 20px;
	width: 8px;
/*	background-image: url("/images/content_topRight.gif");*/
	background-repeat: no-repeat;
}

/*=========================================*/

#content .middle {
	background-color: white;
	padding: 8px 16px;
}

* html #content .middle { margin-right: 3px; } /*Fixes a minor display glitch in IE6*/

/*=========================================*/

#content .bottom {
	height: 8px;
	background-color: #ededed;	
	margin-bottom: 16px;
  display: none;
}

* html #content .bottom { margin-right: 3px; } /*fixes a minor display glitch in IE6*/

#content .bottomLeft {
	height: 8px;
	width: 8px;
	float: left;
/*	background-image: url("/images/content_bottomLeft.gif");*/
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .bottomRight {
	height: 8px;
	width: 8px;
	float: right;
/*	background-image: url("/images/content_bottomRight.gif");*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*=========================================*/

#content .commentBox {
	margin: 16px 0;
	padding: 8px;
	border-bottom: 1px solid #b8b8b8;
	text-align: right;
	font-size: 10px;
	line-height: normal;
	color: #646464;
}

/*=========================================*/
/*Toc					   */
/*=========================================*/
#content #toc ul {
  margin: 0px;
  padding-left: 20px;
}
#content #toc li {
  list-style-image: url(/images/toc_el.png)
}
#content #toc {
  border: solid 1px #597ca6;
  padding: 3px 6px;
  display: table;
  background-color: white;
  table-width: 160px;
}

/*=========================================*/
/*Footer				   */
/*=========================================*/

#footerTop
{
	font-size: 10px;
	text-align: center;
	line-height: normal;
}

/*#footerTop a { color: #b6b6b6; text-decoration: none; }
#footerTop a:hover { color: #b4c3d2; }*/

#footerBottom
{
	margin: 0 auto;	
	width: 95%;
	height: 16px;
	background-image: url("/images/footer_middle.gif");
	margin-bottom: 16px;
  display: none;
}

#footerBottom .left {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("/images/footer_left.gif");
}

#footerBottom .right {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url("/images/footer_right.gif");
}

#tag_cloud a {
  text-decoration: none;
}

#tag_cloud a:hover {
  text-decoration: underline;
}
  
.nube1 {font-size: 1.0em;}
.nube2 {font-size: 1.2em;}
.nube3 {font-size: 1.4em;}
.nube4 {font-size: 1.6em;}
.nube5 {font-size: 1.8em;}
.nube6 {font-size: 2.0em;}

img {
	margin: 0 10px;
}

#result a {
  text-decoration: none;
/*  color: #636c75;*/
  margin-left: 10px;
}

#result a:hover {
/*  text-decoration: underline;*/
}

#comment_form input, #comment_form textarea {
  border: solid 1px gray;
}

#query {
  width: 215px;
}

.bash {
  color: green;
}
