﻿/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com */
/* Minor mods-additions for dasblog layout */
/* Customization for ReSQueL */
@import url("/ssb/themes/resquel/items.css");
@import url("/ssb/themes/resquel/admin.css");
@import url("/ssb/themes/resquel/calendar.css");

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
}

pre 
{ 
overflow: scroll; 
border: 1px solid #666; 
padding: .5em; 
margin: 1em 0 1em 0; 
background-color: #e8e8e8; 
width: 90%; 
font-family: 'Courier New' , 'Courier' , sans-serif; 
font-size: small; 
color: #333; 
} 
/* js_hide stuff. See http://www.bobbyvandersluis.com/articles/unobtrusiveshowhide.php for more info.*/
#toggleable div {
	display: none;
}

#contentPool {
	display: none;
}
/* end js_hide stuff. */
/* Set the page width */
#wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-content {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('/ssb/themes/resquel/images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('/ssb/themes/resquel/images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url('/ssb/themes/resquel/images/menuleft.png') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url('/ssb/themes/resquel/images/menuright.png') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#990000;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
/*	background: transparent url('images/bg.png') top center repeat-x; */
}

#header {
	background: #eee url('/ssb/themes/resquel/images/fractal2.jpg') no-repeat center top;
	width: 100%;
	text-indent: 7%;
}
/*
#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}
*/
#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 128px;
	line-height: 3em;
	color: #FAFBFC;
	font-size: 130%;
}

#wrapper-content {
	background: white url('/ssb/themes/resquel/images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('/ssb/themes/resquel/images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width: 180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('/ssb/themes/resquel/images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family: "Lucida Sans Unicode", Verdana, Arial ;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #990000;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link { color: #990000; } 
#menu-page a:visited { color: #804000;
font-style: italic;  }
#menu-page a:hover { 
color: #fafbfc;
background-color: #990000;
}

#menu-page-disclaim {
	font-size: 60%;
	text-align: left;
	line-height: 12px;
	margin: 100px 32px 0px 0px;
	background-color: #fafbfc;
	border: 1px solid #c0c0c0;
	clear: both;
	color: #990000;
	width: 96%;
}

#box {
margin:0 0 0 0;
padding:1px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #fafbfc;
	border: 1px solid #c0c0c0;
	clear: both;
	color: #990000;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }

a:visited { color: #040000; text-decoration: none; }

a:link { color: #040000; text-decoration: none; }
a:hover{ color: #606060; text-decoration: none; }

#rightSide
{
	float: right;
	width: 200px;
	padding: 10px 20px 10px 0;
	font: 8pt Verdana, arial, helvetica, sans-serif;  
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
}

.side a:active
{
	font-weight: bold;
	font-size: 70%; 
	text-decoration: none; 
/*	color: DimGray; */
    text-align: left;
}

.side a:visited
{
	font-weight: bold;
	font-size: 70%; 
	text-decoration: none; 
/*	color: DimGray; */
    text-align: left;
}

.side a:link
{
	font-weight: bold;
	font-size: 70%; 
	text-decoration: none; 
/*	color: DimGray; */
    text-align: left;
}

.side a
{
	font-weight: bold;
	font-size: 70%; 
	text-decoration: none; 
/*	color: DimGray; */
    text-align: left;
}

.side a:hover
{
	color: white;
	background: DimGray;
}


.sidetitle 
{
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px dotted;
	font-weight: bold;
	text-align: left;
}

.searchButtonStyle
{
	font: 7pt Verdana, arial, helvetica, sans-serif;  
	width: 55px
}

.searchTextBoxStyle
{
	font: 7pt Verdana, arial, helvetica, sans-serif;  
	width: 105px;
}
	

#rightwrapper {
	background: transparent url('/ssb/themes/resquel/images/bg02-white-right.png') no-repeat right top;
padding: 0px 0px 0px 0px; 

}

