/*
 * Generic comments CSS file
 *//*
THEME LL4Schools adaped by Gooii

Elgg general CSS
CSS last updated 16/01/07
Theme adapted from:
Theme Name: Light
Theme URI: http://vaguedream.com/wordpress-themes/
Description: A theme created by Stephen Reinhardt.
Version: 1.0	
Author: Stephen Reinhardt
Author URI: http://vaguedream.com/ 
*/

/*
   GLOBALS: used to set all the general elements
*/

 body {
	margin-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #f6fafb url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/background.gif');
	}

p {
  color:#555;
  margin:0 0 10px 0;
}

a {
  text-decoration:none;
  color:#336699;
}

ol, ul {
  color:#697C83;
}

h1 {
  font-size:130%;
}

h2, h3, h4, h5 {
   font-size:100%;
}

blockquote{
	background: #EEE url(http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/*
   TABLES IN ELGG
*/

table {
/* what follows centres the tables but it looks very odd in "your Files"
   possibly add a new div if for them? */
/*	margin:auto; */
/*	background:#f3f4fc;*/
}

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:url(http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/header-bg.gif) repeat-x;  */
  background-image: url(http://www.ll4schools.co.uk/images/ll4s_headbar2.jpg);
   position:relative;
   width:100%;
   height:130px;
	border-top-color: #000066;
	border-bottom-color: #000066;
	border-top-width: thin;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
 }

/* 
   LOGO: LOCATED WITHIN HEADER
*/

#logo{
	margin: 0px;
    padding: 10px;
	float: right;
	text-align: right;
}

#logo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-size: 50px;
    margin: 0px;
}

#logo h1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-decoration:none;
	color: #b2da6d;
	font-style: italic;
    margin: 0px;
}

#logo h2{
   color: #78ad29;
   padding: 0px;
   margin: 0px;
   font-size: 1.2em;
}

/* 
   SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
   float:right;
   background:url(http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left top;
   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:#000066;
}

/* 
   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: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;
          border-bottom:1px solid #eee;
          padding:0;
          margin:0 0 10px 0;
          color:#666;
         font-size:1.1em;
}

/* 
   VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

div.networktable {
  margin:10px 0 10px 0;
  padding:3px;
  background:#f3f4fc;
  border:1px solid #ccc;
}

div.feed_content {
   margin:10px 0px 10px 115px;
   background: #f3f4fc;
   padding:5px;
   border-left:1px solid #000066;
   border-right:1px solid #000066;
}

/* 
   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;
    border:1px solid #eee;
}

/* 
   THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
    margin: 0;
    padding: 0 0 0 10px;
    width:690px;
    text-align: left;
    color:#666;
    float: left;
    overflow-x:hidden;
    min-height:500px;
}

/* 
   SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
   width: 220px;
   margin:0;
   padding:0;
  /* background:#fff url(http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/side-back.gif) repeat-y; */
   background:#fff; /* white */
   margin:0;
   float: right;
}

/* 
   THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
   width: 200px;
   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-left: 5px;
   /* border-bottom:1px dashed #eee; */
}

div#splitpane-sidebar ul li ul li a {
     padding:0 0 0 5px;
}

div#splitpane-sidebar h2 {
    text-align:left;
    border-bottom:1px solid #ccc;
    color:#777;
    font-size:0.9em;
    width:200px;
}

/* 
   FOOTER 
*/

div#footer {
    background:url(http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/footer.gif) repeat-x top;
    text-align: center;
    padding:10px 0 0 0;
    font-size:1em;
    height:30px;
    margin:0;
    color:#fff;
    width:100%;
}

div#footer a {
   color:#fff;
}
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
*/

h2.weblog_dateheader {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.weblog-post {
   margin:20px 0px 0px 0px;
}

.user {
	float: left;
	margin: 5px 5px 5px 0px;
	height: 120px;
	width: 110px;
}

.user img {
	border: 1px solid #eee;
	padding: 2px;
}

div.user div {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #e5e5e5;
	}

.weblog-keywords p a {
   margin:20px 0 0 0;
   padding:0;
   clear:both;
}

.weblog-title {
   margin:10px 0 10px 105px;
}

.post {
	margin: 10px 0px 10px 115px;
	background: #f8f8f8;
	padding: 10px;
	/* background:url(http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y;*/
}

.info p { 
	padding: 5px;
	margin: 0px;
	color: #000066;
	background: #f2f7eb;
}

.info p a { 
   font-size:0.9em;
   color:#555;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
   height:1px;
   background:#ccc;
}

.comment-owner {
	height: 50px;
	margin: 20px 0px 5px 0px;
	padding: 5px;
	background: #f2f7eb;
	border: 1px solid #eee;
}

.comment-owner img {
   margin:0px 5px 0px 0px;
   text-align:left;
}

.comment-owner a {
	background: #f8f8f8;
}

.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 0px 10px 0px;
	padding: 5px;
	background: #f2f7eb;
}

/* END OF SUB-MENU DIV */

/*
  INFOHOLDER: this holds profile data, account settings and administration content
*/


.tabbertab {
	/* this is the tab page under your "profile"  */
	background:#fff;
}

.infoholder {
   margin:10px 0 20px 0;

}

.infoholder td {
	border:1px solid #f3f4fc;
}

.infoholder p {
   padding:5px 0 5px 10px;
 /*  background:url(http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y; */
}

/* the end of INFOHOLDER */

/* my CSS styles */
/*
   SYSTEM MESSAGES 
*/

div#ll4s_important{ 
    border:1px solid #D3322A;
    background:#F7DAD8;
    color:#000;
    padding:3px 50px;
    margin:20px 20px 0 20px;
}

div#ll4s_important p{
   padding:0px;
   margin:2px;
 }
 
 /***********************************new-template****************************************************/
 
div.general_table {
	width: 940px;
	position: relative;
	left: 50%;
	margin-left: -470px;
	}

table.header {
	width: 100%;
	height: 134px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/header.gif') no-repeat;
	}

table.header tr td.headerline {
	width: 100%;
	height: 4px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/header_line.gif') no-repeat right bottom;
	overflow: hidden;
	}

table.header tr.menu {
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/menu_btn_04.gif') top left no-repeat;
	}

table.header tr.menu td.space {
	width: 1px;
	height: 44px;
	background: red url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/menu_btn_01.gif') no-repeat;
	}

table.header tr.menu td a.home {
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/menu_btn_03.gif') no-repeat;
	}

table.header tr.menu td a {
	display: block;
	height: 29px;
	padding: 15px 30px 0px 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	}

* html table.header tr.menu td a {
	height: 44px;
	padding: 15px 5px 0px 5px;
	}

div.center_column {
	width: 940px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/center_column_bg.gif') repeat-y;
	}

div.center_bottom_column {
	width: 940px;
	height: 10px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/center_bottom_column_bg.gif') no-repeat;
	overflow: hidden;
	}

div.right_column {
	float: right; 
	width: 292px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/right_column_bg.gif') repeat-y;
	}

div.right_column_top {
	width: 292px;
	height: 8px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/right_column_top.gif') no-repeat;
	overflow: hidden;
	}

div.right_column_white {
	padding: 5px 20px 5px 20px;
	}

div.right_column_dark {
	padding: 5px 20px 5px 20px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/right_column_dark_bg.gif') repeat-y;
	}

div.right_column_white2dark {
	width: 292px;
	height: 17px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/right_column_white2dark_bg.gif') no-repeat;
	overflow: hidden;
	}

div.right_column_dark2white {
	width: 292px;
	height: 17px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/right_column_dark2white_bg.gif') no-repeat;
	overflow: hidden;
	}

h2.list {
	line-height: 1.5em;
	}

h2.list a {
	color: #000000;
	text-decoration: none;
	}

h2.list a:hover {
	color: #000000;
	text-decoration: underline;
	}

h2.list div.bg {
	float: left;
	margin-right: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	width: 38px;
	height: 38px;
	background: url('http://elgg.ll4schools.co.uk/mod/template/templates/Default_Template/images/steps_bg.gif') no-repeat;
	}

div.footer {
	text-align: center;
	font-size: 0.80em;
	line-height: 2em;
	}

div.right_column_dark li {
	list-style: none;
	}

div.right_column_dark li ul li {
	list-style: disc;
	}

div.clr {
	clear: both;
	}/* profile - widgets */

#profile_widgets {
	position:relative;
}

.widgets_even {
	float:left;
	width:330px;
}

.widgets_odd {
	float:right;
	width:330px;
}

.widget {
	border: 1px solid #BBDCE9; /*#95BDCD;*/
	margin-bottom: 5px;
	padding: 0;
}

.widget .widget_content {
	padding: 10px;
}
.widget .widget_content h3 {
	padding:0;
	margin:0;
}

.widget .widget_menu {
	display: block;
	background-color: #E2F0F6; /*#CBE5EF;*/
	margin: 0px;
	padding-left: 10px;
	border-top: 1px solid #BBDCE9;
	font-size:0.8em;
}

.widget h2 {
	border:0;
	border-bottom:1px solid #BBDCE9;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	background-color: #E2F0F6;
	font-size:1.1em;
}

.widget  .widget_content h2 a {
	background:url(http://elgg.net/_templates/icons/arrow.gif) no-repeat left;
	padding:0 0 0 10px;
}