/*
Elgg general CSS
CSS last updated 16/01/07
A simple default.
*/

/*
   GLOBALS: used to set all the general elements
*/

body { 
	background:#fff;
color: #3E3E3E;
font-family:Arial, 'Trebuchet MS','Lucida Grande', Arial, sans-serif;
text-align:left;
margin:0 auto;
padding:0;
font-size: 80%;
line-height:1.6em;
}

p {
  color:#555;
  margin:0 0 10px 0;
}

a {
  text-decoration:none;
  color: #317D40;
}

ol, ul {
  color:#697C83;
}

h1 {
  font-size:130%;
  color: #2582A4;
}

h2, h3, h4, h5 {
   font-size:100%;
   color: #2582A4;
}

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;
}

/*
   TABLES IN ELGG
*/

td {
  border:1px solid #eee;
  padding:0;
  margin:0;
}

td h4, h3, h5 {
  padding:0;
  margin:0;
}

/* 
   CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	width:940px;
	margin:0 auto;
	padding:0;
	background:#fff;
	border-top:1px solid #fff;
}

/* 
   HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
   margin:0;
   padding:0;
   text-align:left;
   background:#fff;
   position:relative;
   width:940px;
   height:120px;
 }

/* 
   LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin: 0px;
        padding:0 10px;
	float:left;

}

div#header #logo img {
   padding:0;
   margin:0;
}

div#header #logo h1 {
   font-size:30px;
   padding:0;
   margin:20px 0 6px 0;
}

div#header #logo h1 a{
   font-family:Helvetica, "Myriad Web", Arial, sans-serif;
   color:#6D7C30;
}

div#header #logo h2 {
   color:#777;
   padding:0;
   margin:0;
   font-size:1.2em;
}

div#header #logo img {
   border:none;
}

/* 
   SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
   float:right;
   background:url(http://eduspaces.net/mod/template/templates/Default_Template/images/search-back.gif) no-repeat bottom;
   width:330px;
   margin:0;
   padding:0 5px 10px 5px;
   position:absolute;
   top:0;
   right:0;
}

div#header #search-header img {
   margin:0 0 0 10px;
}

div#header #search-header p {
   padding:20px 0 0 15px;
   margin:0;
   color:#000;
}

div#header #search-header span a {
   color:#000;
}

/* 
   CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
   THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
   padding:0px;
   margin:0px;
   width:940px;
   min-height:500px;
   position:relative;
   clear:both;
 }

div#content-holder a:hover {
    text-decoration:underline;
}

div#content-holder h1 {
    font-size:150%;
}

div#content-holder h2 {
    border:0;
    border-bottom:1px solid #eee;
    padding:0;
    margin:0 0 10px 0;
    font-size:1.1em;
}

/* 
   VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/* 
   THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
    margin: 0;
    padding: 0 15px 0 0;
    width:900px;
    text-align: left;
    background-color: #fff;
    color:#000;
    border:1px solid #eee;
}

/* 
   THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
    margin: 0;
    padding: 0 10px 0 10px;
    width:690px;
    text-align: left;
    min-height:500px;
    background: #fff url(http://eduspaces.net/mod/template/templates/Default_Template/images/content-back.gif) no-repeat;
    color:#000;
}

/* 
   SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
   width: 220px;
   margin:0;
   padding:0 0 0 10px;
   background:#fff url(http://eduspaces.net/mod/template/templates/Default_Template/images/sidebar-back.gif) no-repeat top;
   margin:0;
}

/* 
   THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
   width: 200px;
   background:#fff;
   margin:0 0 0 20px;
  }

div#splitpane-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#splitpane-sidebar ul li {
    margin:10px 0;
    padding: 0 0 0 5px;
    border-bottom:1px dashed #eee;
    background:url(http://eduspaces.net/mod/template/templates/Default_Template/images/shadow_bottom.gif) repeat-x bottom;
}

div#splitpane-sidebar ul li ul li {
   background:#fff;
}

div#splitpane-sidebar ul li ul li a {
     padding:0 0 0 5px;
}

div#splitpane-sidebar h2 {
    text-align:left;
    border-bottom:1px solid #eee;
    font-size:1.2em;
    width:200px;
    margin:5px 5px 5px 0;
    padding:4px 4px 4px 0;
}

div#splitpane-sidebar img {
    border:0;
}

/* 
   FOOTER 
*/

div#footer {
    background:url(http://eduspaces.net/mod/template/templates/Default_Template/images/footer-bg.png) repeat-x;
    text-align: center;
    padding:40px 0 0 0;
    font-size:1em;
    height:80px;
    margin:0;
    width:100%;
    color:#000;
}

div#footer img {
   margin:20px 0 0 0;
}

div#footer a:hover {
   text-decoration:underline;
 }

div#footer a:link, div#footer a:visited {
    text-align:right;
}

/*
   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;
 }

/*
  CLEAR BOTH
*/

.clearing {
    clear:both;
}

/* 
   THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
   WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.
*/

/* 
   BLOGGING ENGINE
*/

.weblog-post {
   margin:20px 0 10px 0;
   background:url(http://eduspaces.net/mod/template/templates/Default_Template/images/shadow_bottom.gif) repeat-x bottom;
}

.user {
  float:left;
  margin:5px 10px 10px 0;
  height:120px;
  width:100px;
}

.user img {
   border:1px solid #eee;
   padding:2px;
}

.weblog-keywords p a {
   margin:20px 0 0 0;
   padding:0;
   clear:both;
}

.weblog-title {
   margin:10px 0 10px 105px;
   font-size:1.3em;
}

.post {
   margin:10px 0 10px 105px;
}

.info {
  border-top:1px solid #ccc;
  margin:10px 0 10px 105px;
  clear:both;
}

.info p { 
   padding:0 0 0 10px;
   margin:0;
   font-weight:bold;
   /*color:#990000;*/
}

.info p a { 
   font-size:0.9em;
   /*color:#555;*/
}

.weblog_keywords {
   margin:10px 0 10px 0;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
   height:1px;
   background:#ccc;
}

.comment-owner {
    border:1px solid #eee;
    background:#f2f7fb;
    padding:5px;
    margin:20px 0 5px 0;
    height:50px;
    width:500px;
}

.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:#E0EEFC;
  border:1px solid #8AB4E3;
}

/* END OF SUB-MENU DIV */

/*
  INFOHOLDER: this holds profile data, account settings and administration content
*/

.infoholder {
   margin:10px 0 20px 0;
}

.infoholder p {
   padding:5px 0 5px 10px;
}

/* the end of INFOHOLDER */
.dashboard_widget {

                        border: 1px solid #BBDCE9; /*#95BDCD;*/
                        margin-bottom: 5px;
                        padding: 0px;

                    }

.dashboard_widget .dashboard_widget_content {
                        padding: 10px;
                    }

.dashboard_widget .dashboard_widget_menu {
                        display: block;
                        background-color: #E2F0F6; /*#CBE5EF;*/
                        margin: 0px;
                        padding-left: 10px;
                        border-top: 1px solid #BBDCE9;
}

.dashboard_widget  .dashboard_widget_content h2 {
          border:0;
          border-bottom:1px solid #eee;
          padding:0;
          margin:5px 0 10px 0;
          color:#666;
          background:#fff;
}

.dashboard_widget  .dashboard_widget_content h2 a {
    background:url(http://eduspaces.net/_templates/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
}