/*
   Original theme design by:
	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze
   Downloaded from the excellent http://openwebdesign.org
   Adapted for Elgg by Curverider

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5,h6
{
color: #562F00;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #AB5500;
}

a:hover
{
text-decoration: none;
}

ul
{
list-style: none;
}

ul li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}


blockquote{
	background: #EEE url(http://eduspaces.net/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/* 
   CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {

}

/* Header */

#header
{
margin: 0.5em;
width:100%;
height:305px;
background: url('/dtruss/files/1755/15583/Pair-a-Dimes-830.jpg')no-repeat;
}

#header-inner {
   position: relative;
   width: 950px;
   height:305px;
   margin: 0 auto;
}

/* Logo */

#logo {
position: absolute;
bottom: 0.6em;
}

#logo h1 {
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h1 a {
  color:#fff;
  text-decoration:none;
}

#logo h2 {
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
border:none;
}

/* Menu */

#search-header {
   position: absolute;
   right: 0.4em;
   top: 0.4em;
}

/* Main */

#content-holder {
background: #fff url(http://eduspaces.net/mod/template/templates/Nonzero-brown/images/n2.gif) 0px 1px repeat-x;
}

#content-holder-inner p {
   margin-bottom: 2.0em;
}

#content-holder-inner ul {
   margin-bottom: 2.0em;
}

#content-holder-inner {
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#content-holder-inner h1,h2,h3 {
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#content-holder-inner h1 {
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
color: #562F00;
}

#content-holder-inner h2, h3 {
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
font-weight:bold;
}

#content-holder-inner h3 {
  font-size:1.4em;
  font-weight:normal;
}

#content-holder-inner .post {
position: relative;
}

#content-holder-inner .post h3 {
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#content-holder-inner .post ul.post_info {
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#content-holder-inner .post ul.post_info li {
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#content-holder-inner .post ul.post_info li.comments {
background-image: url(http://eduspaces.net/mod/template/templates/Nonzero-brown/images/n6.gif);
margin-left: 1.1em;
}

/* Footer */

#footer {
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button {
background: #FF790B url(http://eduspaces.net/mod/template/templates/Nonzero-brown/images/n3.gif) repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text {
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#splitpane-content {
	position: relative;
	margin-right: 17em;
	padding:0 10px 0 0;
	}
	
	#splitpane-content-inner {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -15em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#splitpane-sidebar {
	   float: right;
	}
	
	#splitpane-sidebar-inner {
	width: 15.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
/* 
   ELGG SPECIFIC CLASSES 
*/

/*
   TABLES IN ELGG
*/

td {
  border:1px solid #eee;
  padding:3px;
  margin:0;
}

td h4, h3, h5 {
  padding:0;
  margin:0;
}

/* 
   BLOGGING ENGINE
*/

.weblog-post {
   margin:20px 0 10px 0;
}

.user {
  float:left;
  margin:5px 10px 10px 0;
  height:120px;
  width:110px;
}

.user img {
   border:1px solid #eee;
   padding:2px;
}

.weblog_keywords p {
   font-weight:bold;
}

.weblog_keywords p a {
   margin:20px 0 0 0;
   padding:0;
   clear:both;
}

.weblog-title {
   margin:10px 0 10px 105px;
}

.weblog-title h3 {
   border:none;
}

.weblog-title a {
   color: #562F00;
   text-decoration:none;
   font-size: 1.2em;
}

.post {
   margin:10px 0 10px 105px;
 }

.info {
  border:1px solid #ccc;
  margin:10px 0 10px 105px;
  clear:both;
}

.info p { 
   padding:0 0 0 10px;
   margin:0;
   color:#990000;
}

.info p a { 
   font-size:0.9em;
   color:#555;
   padding:0;
   margin:0;
}

.weblog_dateheader {
background: url(http://eduspaces.net/mod/template/templates/Nonzero-brown/images/n5.gif) left no-repeat;
padding:0 0 0 15px;
}

/* this is the thin line between the actual post and comments */

#comments {
  margin:0 30px 0 30px;
}

#comments h4 {
  font-size:1.5em;
  background: url(http://eduspaces.net/mod/template/templates/Nonzero-brown/images/n6.gif) left no-repeat;
  padding:0 0 0 15px;
  margin:0 0 10px 0;
}

#comments ol li {
  margin:0 30px 0 30px;
}

#comments-divide {
   height:1px;
   background:#eee;
}

.comment-owner {
    border:1px solid #eee;
    background:#f2f7fb;
    padding:5px;
    margin:20px 0 5px 0;
    height:50px;
    width:550px;
}

.comment-owner img {
   margin:0px 5px 0px 0px;
   text-align:left;
}

.comment-owner a {
   background:#f2f7fb;
}

.comment-owner p {
  padding:0;
  margin:0;
}

/* END OF BLOGGING ENGINE */

/* 
   SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

div#sub-menu p {
  margin:10px 0 10px 0;
  padding:3px;
  background:#efefef;
  border:1px solid #ccc;
}

div#sub-menu img {
   padding:0;
   margin:0;
   float:left;
 }

/* END OF SUB-MENU DIV */

/*
   SYSTEM MESSAGES 
*/

div#system-message{ 
    border:1px solid #D3322A;
    background:#F7DAD8;
    color:#000;
    padding:3px 50px;
    margin:20px 20px 0 20px;
}

div#system-message p{
   padding:0px;
   margin:2px;
 }