* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana;
	font-size: 0.8em;
	background: #e5e5e5;
}

.settings {
	width:100%;
	text-align:right;
  padding:1em 0;
  background-color:#600;
 	border-bottom: 1px solid #eee;
}

.settings a{
	font-size:0.8em;
	color:#fff;
	margin-bottom:0.5em;
	text-decoration:underline;
}

.settings .sLinks{
	margin: 0 auto;
  width:64.5em;
  padding-right:1em;
}

.sLinks .pageTitle, .sLinks .pageSubTitle{
	float:left;
}

.sLinks .pageTitle{
	color:#fff;
	font-family:Arial;
	font-size:2em;
	margin-top:-0.4em;
	padding-left:0.4em;
}

.sLinks .pageSubTitle{
	color:#fff;
	padding-left:0.4em;
}

.stuffboxes{
	margin: 0 auto;
  width:64.5em;
  margin-top:1em;
  position:relative;
}

.sidebar{
  width:16.5em;
  margin-bottom:1em;
  padding-top:1.5em;
	color: #000000;
  position:absolute;
  top:0;
  right:-2px;
}

.box {
	width:45em;
	margin: 0;
  margin-bottom:1em;
	padding: 1.5em;
	color: #000;
	background-color: #fff;
	border: 1px solid #aaa;
  min-height:40em;
}

.boxBody{
clear:both;
}

.sidebar h2{
	margin:.75em 0;
  
}

.sidebar h2 a{
  text-decoration:none;
  color:#900;
}

.sidebar h3{
  padding:0.45em;
  padding-left:2em;
  margin:0;
} 

.sidebar h3.active{
  background:#777;
  border-bottom: 1px solid #eee;
} 

.sidebar h3.active a{
  color:#eee;
} 

.sidebar h3:hover{
  background:#444;
  border-bottom: 1px solid #eee;
} 

.sidebar h3:hover a{
  color:#eee;
} 

.sidebar h2{
  padding-left:1.5em;
}

.sidebar h3 a{
  text-decoration:none;
  font-size:0.75em;
  font-weight:bold;
}

#newPage{
  padding:2.5em;
}

#newPage + h2{
  margin-top:1.25em;
}

#newPage + h2 + h2{
  border-bottom:1px solid #d5d5d5;
  margin-bottom:0;
  padding-bottom:.75em;
}

.box .thumb{
	padding:0;
	margin:0;
	margin-bottom:3px;
	width: 150px;
	height: 150px;
	background-position:center left !important;
	background-repeat:no-repeat !important;
	background-color:#333 !important;
	border:1px solid #666;
}

.box .imagecontainer{
	float:left;	 
	width: 152px;
	font-size:0.8em;
	color: #888;
	margin:0px 10px 10px 0px;
}

.box p, .box h2{
	clear:both;
}


.box a:link, .box a:visited, .box a:hover, .box a:active{ 
	color:#003165;
	font-weight:bold;
	text-decoration:none;
	padding-right:14px;
	background:url("icon.png") center right no-repeat;
	
}


h1, h2, h3, h4, h5, h6, p {
	margin:0.5em 0;
	width:100%;
}

h1 {
	font-family: Georgia;
	color:#a85;
	font-size:2.1em;
}

.top {
	font-size:0.8em; 
	color: #C60;
	border-bottom:1px dotted #ccc;
	margin: 1.2em auto;
}

li {
	margin: 0.35em 2.5em;
	font-size:0.85em;
	color:#666;
}

ul {
	list-style-image: url("list_circle.png") !important;
	  
}

h1 form {
	font-size:0.47em;
}
h1 form input[type=text]{
	font-size:2.127em;
	font-family:Georgia;
}

form {
	font-family:Verdana;
	color:#000;
	font-weight:normal !important;
}

form a{
	color:#e00 !important;
	text-decoration:underline !important;
	background-image:none !important;
	font-weight:normal !important;
	padding-right:0 !important;
}

li a {
	background-image:none !important;
	font-weight:normal !important;
	padding-right:0 !important;
}

li a img, #editlinks a img, .sidebar a img{
	border:none;
}

input{
	margin-top:1px;
	margin-bottom:1px;
}

div.hidden{
	display:none;
}

#editlinks, .buttons{
  width: 100%;
  clear:both;
  
}

#editlinks a {
    background: transparent url('icons/bg_button_a.gif') no-repeat scroll top right;
    color: #444 !important;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    margin-bottom:1em;
    outline: none;
}

#editlinks a span {
    background: transparent url('icons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button {
    background: transparent url('icons/bg_button_a.gif') no-repeat scroll top right !important;
    color: #444 !important;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif !important;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    margin-bottom:1em;
    outline: none;
}

a.button span {
    background: transparent url('icons/bg_button_span.gif') no-repeat !important;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#editlinks a.active {
    background-position: bottom right;
    color: #000;
    opacity:0.2;
    outline: none; /* hide dotted outline in Firefox */
}

#editlinks a.active span {
    background-position: bottom left;
    outline: none;
    padding: 5px 0 5px 18px; /* push text down 1px */
}

.box{
	display:none;
}

.box[title=visible]{
	display:block;
}
