/*
Elgg.org CSS
CSS last updated 16/01/07
*/

/*
   GLOBALS: used to set all the general elements
*/

body { 
         /* background:#fff; */
	background:#688B9A url(http://elgg.org/images/bg.gif);
/*url(http://elgg.org/mod/template/templates/Default_Template/images/bgBody.gif);*/ /*#688B9A;*/
color:#333; /*#697C83;*/
font-family:'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:#336699;
}

ol, ul {
  color:#555;
}

h1 {
  font-size:130%;
}

h2, h3, h4, h5 {
   font-size:100%;
}

blockquote{
	background: #EEE;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

pre {
  font-size:1.2em;
}

/*
   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 0 auto;
	padding:0;
	background:#fff;
	border:1px solid #536F7B;
	border-top:none;
	border-bottom:none;
}

/* 
   HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
   margin:0;
   padding:0;
   text-align:left;
   /*background:url(http://classic.elgg.org/mod/template/templates/Default_Template/images/header-bg.gif) repeat-x;*/
   position:relative;
   width:100%;
   height:120px;
 }

/* 
   LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin: 0px;
    padding:10px;
	float:left;
}

div#header #logo img {
     border:none;
}

div#header #logo h1 {
   font-size:30px;
   padding:0;
   margin:10px 0 6px 0;
}

div#header #logo h1 a{
   color:#fff;
   font-family:Helvetica, "Myriad Web", Arial, sans-serif;
}

div#header #logo h2{
   color:#F17D00;
   padding:0;
   margin:0;
   font-size:1.2em;
}

/* 
   SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
   float:right;
   width:330px;
   margin:0;
   padding:0;
   position:absolute;
   top:10px;
   right:0;
}

div#header #search-header img {
   margin:0 0 0 10px;
}

div#header #search-header p {
   padding:0 0 0 15px;
   margin:0;
}

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:0 0 30px 0;
   margin:0px;
   width:100%;
   min-height:500px;
   overflow:hidden;
   position:relative;
 }

div#content-holder a:hover {
    text-decoration:underline;
}

div#content-holder h1 {
    font-size:150%;
}

div#content-holder h2 {
          border:0;
          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:940px;
    text-align: left;
}

/* 
   FOOTER 
*/
/* footer information */

 div#footer {
      background:#333; /*#efefef;*/
      border-top:1px solid #000;
      border-bottom:1px solid #333;
      clear: both;
      margin:0; /* 20px; */
      padding: 10px 10px;
      color: #555;
 }

/* frames the actual footer content, and centres it */
div#sub-footer {
	  margin:  0 auto;
	  text-align:  left;
}

.clear {
  height: 0px;
  clear: both;
}

/* lines up the five options contained in the footer */
.footer-options {
  width: 200px;
  padding: 1%;
  margin: 0 1%;
  float: left;
  text-align: left;
}

div#footer h2 a {
   color:#fff; /*#1E303E;*/
   font-size:130%;
}

div#footer ul {
	margin:0;
	padding:0;
}

div#footer ul li {
    list-style:none;
	margin:0;
	padding:0;
	color:#777;
}

div#footer ul li a {
    color:#ddd;
}

/*
  page bottom
*/

#page-bottom {
   background:#000;
   text-align:center;
   margin:0;
   padding:5px;
   height:25px;
   font-size:10px;
}

#page-bottom p a {
   color:#777;
   text-decoration:underline;
   font-size:10px;
}

#page-bottom img {
    margin:4px 0 0 0;
    padding:0;
}

/*
   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.
*/

/*
   WELCOME MESSAGE
*/

#welcome {
  border:1px solid #C3D9FF;
  background:#E8EEFA;
  padding:2px;
}

/* NEW CLASSES FOR ELGG.ORG */

#product_info {
  background:#fff url(http://classic.elgg.org/mod/template/templates/Default_Template/images/elgg-back1.jpg) no-repeat top right;
  height:228px;
  padding:0 0 0 20px;
  margin:0;
 text-align:left;
 }

#product_info p {
    line-height: 1.6em;
   color:#003366; 
  font-weight:bold;
  padding: 10px 300px 0 10px;
  margin:0;
}

#product_info a {
    color:#003366;
    text-decoration:none;
   display:block;
  height:228px;
  width:100%; 
padding:0px;
margin:0px;
}

#product_info img {
   margin:0;
   padding:0;
}

#front-page-options {
   margin:0;
   background:#555; /*#5D82AC;*/
   width:100%;
   padding:4px 4px 4px 10px;
   height:168px;
}

.widget-container {
  width: 217px;
  padding:3px;
  margin: 0 6px 0 0;
  float: left;
  height:160px;
  text-align: left;
  background:#BCDE85;/* #CCDEAF url(http://classic.elgg.org/mod/template/templates/Default_Template/images/widget-back.gif) repeat-x;*/
  border:1px solid #BCDE85;
  position:relative;
}

.widget-container h2 {
   padding:6px;
   margin:0;
   font-size:110%;
   color:#000;
   border:none;
 }

.widget-container ul {
    margin:0;
    padding:0;
} 
 
.widget-container ul li {
   list-style:none;
   padding:2px 0 2px 4px;
}

.widget-container ul li:hover {
   list-style:none;
   padding:2px 0 2px 4px;
   background:#B3DC71; /*#85B832;*/
}

.widget-container ul li a:hover {
   text-decoration:none;
}

.widget-container p {
     padding:2px 2px 2px 10px;
     margin:0;
     background:#839B5D; /*#85B832;*/ /*#BCDE85;*/
     position:absolute;
     bottom:0;
     left:0;
     font-weight:bold;
     display:block;
     width: 211px;
     border-top:1px solid #efefef;
     color:#fff;
}

.widget-container p a {
    color:#fff;
    }

div#latest-news {
   float:left;
   width:600px;
   margin:20px 0 0 20px;
   border-right:0px solid #efefef;
}

div#latest-news h3 {
   font-size:130%;
   padding:0;
}

div#latest-news h3 img {
     margin:0 5px 0 0;
}

div#latest-news h4 {
  padding:0;
  margin:0;
  font-size:100%;
}

div#latest-news p {
    margin:10px 0 10px 0;
    font-size:1em;
}

 div#frontpage-discussions {
   width:300px;
   float:left;
   margin:20px 0 0 40px;
}

div#frontpage-discussions h3 {
   font-size:130%;
   padding:0;
   margin:0 0 10px 0;
}

div#frontpage-discussions h3 img {
     margin:0 5px 0 0;
}

div#frontpage-discussions h4 {
  padding:0;
  margin:0;
  font-size:100%;
}

.frontpage-blog-contents {
   border-bottom:1px dashed #ccc;
   margin:10px 0 0 0;
}

.frontpage-blog-contents h4 {
  padding:0;
  margin:0;
  font-size:100%;
}

.frontpage-blog-contents p {
   padding:0;
   margin:0;
}

/* used when videos are displayed to the frontpage */

.frontpage-blog-contents #VideoPlayback {
    height:320px;
    width:280px;
    margin:0;
    padding:0;
}

#latest-news p.frontpage-blog-date {
   padding:0;
   margin:0;
   font-size:10px;
   font-style:italic;
}

div#elgg-event {
  float:right;
  width:27%;
  margin:20px 12px 0 0;
}

div#site-members {
  float:right;
  width:27%;
  margin:20px 10px 0 0;
  padding:2px;
  background:#efefef;
  border:1px solid #ccc;
  text-align:center;
}

div#site-members h3 {
   font-size:110%;
   padding:0;
   margin:0 0 10px 0;
   background:#ccc;
   text-align:left;
}

div#site-members img {
   border:1px solid #eee;
   padding:2px;
   background:#fff;
}

div#partner-ads {
  float:right;
  width:27%;
  margin:20px 10px 0 0;
  background:#E8EEFA;
  padding:2px;
  border:1px solid #C3D9FF;
 text-align:left;
}

div#partner-ads h3 {
  background:#C3D9FF;
}

div#partner-ads h2 {
  background:#C3D9FF;
}

div#partner-ads img {
   border:1px solid #C3D9FF;
}

div#partner-ads p {
  padding:5px;
  margin:0;
}

li.instructions {
    list-style:none;
    margin:10px 0 0 0;
   padding:0;
}

li.instructions a {
   text-decoration:underline;
}