/*
* CSS for EduSpaces
* Copyright Curverider Ltd
* THIS NEED TO BE CLEANED UP BEFORE RELEASE!
*/

/*
	GLOBALS: used to set all the general elements
*/

body {
	/*background:#E7EDF4;*/ /*#D1DDED;*/
	background:#E5ECF3; 
	color:#555;
	font-family:Verdana, "Myriad Web", Arial, Helvetica, 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:#3977A9;
}

ol, ul {
	color:#697C83;
}

h1 {
	font-size:130%;
}

h2, h3, h4, h5 {
	font-size:100%;
}

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:0px 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:800px;*/
	margin:0 auto;
	padding:0;
	/*background:#fff;*/
	border-top:0px solid #fff;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	width:980px;
	height:40px;
      clear:both;
      background:url(http://eduspaces.net/mod/template/templates/Default_Template/images/header-bg3.gif) no-repeat bottom; /*#92901C */
}

div#header-inner {
    width:980px;
    margin:0 auto;
}

/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin: 4px;
	float:left;
}

div#header img {
    padding:0;
    margin:0;
    border:none;
}


div#header #logo h1 {
	font-size:30px;
	padding:0;
	margin:0;
}


div#header #logo h2 a{
	color:#ffffff;
	padding:0;
	margin:20px 0 0 15px;
	font-size:1.9em;
      letter-spacing: 16px
}

#global-menu {
   float:right;
   padding:0;
   margin:0 10px 0 0;
   height:18px;
}

#global-menu ul {
   margin:0;
   padding:0;
}

#global-menu ul li {
   display:inline;
   list-style:none;
   font-size:11px;
   padding-left:10px;
   margin:0;
}

#global-menu a {
   color:#555;
}

#global-menu a:hover {
   text-decoration:underline;
}


/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	width:300px;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	right:5px;
}

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:hover {
     text-decoration:underline;
}

/*
	CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
	width:980px;
    margin:30px auto;
    background:#fff url(http://eduspaces.net/mod/template/templates/Default_Template/images/body-top.gif) no-repeat top;
    border:0px solid #000;
    position:relative;
}

div#content-holder a:hover {
	text-decoration:underline;
}

div#content-holder h1 {
	font-size:150%;
       margin-top:10px;
}

div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	font-size:1.1em;
}

#content-holder-inner {
   /* width:980px;
    margin:30px auto;
    background:#fff url(http://eduspaces.net/mod/template/templates/Default_Template/images/body-top.gif) no-repeat top;
    border:0px solid #000;
    position:relative; */
}

/*
	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;
	border:1px solid #eee;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	width:720px;
	text-align: left;
	min-height:500px;
	overflow:hidden;
}

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	width: 220px;
	margin:40px 0 20px 0;
	padding:4px;
	margin:0;
	float: right;
	border:0px solid #ccc;
}

/*
	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 img {
    border:1px solid #eee;
    padding:2px;
}

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-top:1px solid #CCC;
	color:#777;
	font-size:0.9em;
	width:200px;
	background:#E5ECF3;
	padding-left:4px;
}

/*
	FOOTER
*/

div#footer {
	clear:all;
	position: relative;
	/*background:#fff;*/
	padding:10px 0 0 0;
       text-align:right;
	font-size:1em;
	height:150px;
	margin:0 auto;
	width:980px;
}

div#footer p {
   padding:0;
   margin:0;
}

div#footer a {
   color:#777;
}

div#footer h3 {
   color:#999;
}

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 #B2D281;
	background:#E7F1D7;
	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;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
}

.user img {
	border:1px solid #eee;
	padding:2px;
}

#splitpane-content .weblog_keywords p {
	margin:20px 0 0 0;
	padding:5px;
	clear:both;
      font-weight:bold;
     background:#efefef;
}

.weblog-title {
	margin:10px 0 5px 115px;
}

.post {
	margin:10px 0 10px 115px;
}

.info {
	margin:0 0 10px 105px;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
	color:#92901C;
}

.info p a {
	font-size:0.9em;
}

#splitpane-content h2.weblogdateheader {
    margin:30px 0 20px 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: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:0;
	padding:3px;
	background:#E5ECF3;
	border:1px solid #efefef;
       color:#E5ECF3; /*#efefef;*/
}

div#sub-menu a {
    background:url(http://eduspaces.net/mod/template/templates/Default_Template/images/arrow.gif) no-repeat left;
    padding-left:15px;
    margin:0;
}



/* END OF SUB-MENU DIV */



/*

	INFOHOLDER: this holds profile data, account settings and administration content

*/



.infoholder {

	margin:5px 0 10px 0;

}



.infoholder p {

	padding:5px 0 5px 10px;

}



/* the end of INFOHOLDER */



#tagcloud {

	padding: 15px;

	border: solid 1px #eee;

	background: #f5f5f5;

	line-height:2.9em;

}

	

#tagcloud a {

	text-decoration: none;

}



/*

 PROFILE WIDGETS STUFF

*/



img.profile-photo {

   border:1px solid #eee;

   padding:2px;

}

.profile_main p a {
	text-decoration: underline;
}



.profile_main_bottom {

	clear: both;

}



.profile_primary {

	float: left;

	width: 270px;

	margin-top: 10px;

	margin-left: 10px;

}



.profile_secondary {

	float: right;

	width: 400px;

	margin-top: 10px;
}



.profile_bio {

	padding-top: 10px;

	background:#efefef;

}



.profile_widgets {

	clear: both;

    width: 760px;

	/*background: #004995;*/

}



.profile_icon img {

	border:1px solid #eee;

	padding:2px 2px 2px 2px;

}



.profile_widgets_left {

	float: left;

	width: 330px;

}



.profile_widgets_right {

	float: right;

	width: 330px

}



/* profile - widgets */



#profile_widgets {

   position:relative;

}



.profile_bio {

   width:244px;

   padding:2px;

}



.widgets_even {

   float:left;

   width:340px;

   margin:0;

   padding:0;

}



.widgets_odd {

   float:right;

   width:340px;

   margin:0;

   padding:0;

}



.widget {

    border: 1px solid #BBDCE9; /*#95BDCD;*/

    margin-bottom: 15px;

    padding: 0;

}



.widget .widget_content {

    padding: 4px 10px 4px 10px;

}



.widget .widget_content h3 {

    padding:0;

    margin:0;

}



.widget .widget_bottom {

     display: block;

     background-color: #E2F0F6; /*#CBE5EF;*/

     margin: 0px;

     padding-left: 10px;

     border-top: 1px solid #BBDCE9;

     font-size:0.8em;

}



.widget .widget_menu ul {

    margin:0 0 0 5px;

	padding:0;

}



.widget .widget_menu ul li {

     list-style:none;

}



.widget .widget_menu ul li a {

     text-decoration:underline;

}



.widget .widget_admin_menu {

    background-color: #E2F0F6;

    padding:2px 0 0 5px;

}



#hidden3, #hidden2, #hidden4, #hidden5 {

  height:20px;

}



.widget .widget_title {

          border:0;

          border-bottom:1px solid #cdcdcd; /*#BBDCE9;*/

          padding:0 2px 0 2px;

          margin:0 0 10px 0;

	      font-size:1.2em;

	     font-weight:bold;

}



.widget  .widget_content h2 a {

    background:url(http://eduspaces.net/mod/template/images/icons/arrow.gif) no-repeat left;

    padding:0 0 0 10px;

    font-weight:normal;

}

/*
   new classes
*/


/*
  taking from Skype to learn
*/

/* Secondary navigation in footer */

ul#secondary-navigation {
	display: block;
	width: 680px;
	margin: 0;
	padding: 0;
	float:right;
	text-align:right;
}
ul#secondary-navigation li {
	float: right;
	margin: 0 10px 0 10px;
	display: block;
	padding: 0;
	/*width: 200px;*/
}
ul#secondary-navigation li a {
	text-decoration: none;
	color: #a7a9ac;
}
ul#secondary-navigation li a:hover {
	text-decoration: underline;
}
ul#secondary-navigation li.selected a {
	text-decoration: none;
	color: black;
}
ul#secondary-navigation li.selected li a {
	text-decoration: none;
	color: #0083b3;
}
ul#secondary-navigation li.selected li a:hover {
	text-decoration: underline;
}
ul#secondary-navigation li li a {
	text-decoration: none;
	color: #a7a9ac;
}
ul#secondary-navigation li {
	font-size: 1em;
	font-weight: bold;
}
ul#secondary-navigation li ul {
	margin-top: 5px !important;
}
ul#secondary-navigation li li {
	font-size: 0.9em;
	line-height: 1.05em;
	font-weight: normal;
}
ul#secondary-navigation li ul {
	margin: 10px;
	margin: 0;
	padding: 0;
}
ul#secondary-navigation li li {
	float: none;
	display: block;
	margin: 0 0 4px;
	padding: 0;
}
ul#secondary-navigation li:hover a {
	color: black;
}
ul#secondary-navigation li:hover li a {
	color: #0083b3;
}
ul#secondary-navigation li:hover li a:hover {
	text-decoration: underline;
}

ul#secondary-navigation li.hover a {
	color: black;
}
ul#secondary-navigation li.hover li a {
	color: #0083b3;
}
ul#secondary-navigation li.hover li a:hover {
	text-decoration: underline;
}

ul#secondary-navigation li#nav-communities {
   width:100px;
}

/*
  login page communities
*/

.select-communities {
   background:#223333;
   width:240px;
   height:220px;
   padding:5px;
}

.select-communities h3 {
   display:block;
   background:url(http://eduspaces.net//mod/template/templates/Default_Template/images/title-bg.gif) repeat-x;
   color:#fff;
   height:26px;
   padding-left:4px;
}

#select-competition {
   border:1px solid #445555;
   width:237px;
   height:217px;
   margin:0;
}

#select-competition a {
   display:block;
   width:237px;
   height:191px;
   background:#223333 url(http://eduspaces.net//mod/template/templates/Default_Template/images/competition.gif) bottom no-repeat;
}

#select-competition a:hover {
    width:237px;
   height:191px;
 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}

#select-techdev {
   background:#223333;
   border:1px solid #445555;
   width:235px;
   height:215px;
   margin:0;
}

#select-techdev a {
   display:block;
   width:235px;
   height:191px;
   background:#223333 url(http://eduspaces.net//mod/template/templates/Default_Template/images/technical.gif) bottom no-repeat;
}

#select-techdev a:hover {
    width:235px;
   height:191px;
 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}

#select-marketing {
   background:#223333;
  border:1px solid #445555;
   width:235px;
   height:215px;
   margin:0;
}

#select-marketing a {
   display:block;
   width:235px;
   height:191px;
   background:#223333 url(http://eduspaces.net//mod/template/templates/Default_Template/images/marketing.gif) bottom no-repeat;
}

#select-marketing a:hover {
    width:235px;
   height:191px;
 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}

#select-products {
   background:#223333;
  border:1px solid #445555;
   width:235px;
   height:215px;
   margin:0;
}

#select-products a {
   display:block;
   width:235px;
   height:191px;
   background:#223333 url(http://eduspaces.net//mod/template/templates/Default_Template/images/products.gif) bottom no-repeat;
}

#select-products a:hover {
    width:235px;
   height:191px;
 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}

/*
  COMMENT WALL STUFF
*/

#commentwall {
   background:#fff;
   width:98%;
   padding:5px;
   margin:5px 0 10px 0;
}

.commentwall_img {
   float:left;
   margin:3px;
   background:#fff;
   border:1 solid #ccc;
}

#commentwall_form_-1 {
  /* Background:#eee;*/
   margin:0 0 5px 0;
   padding:4px;
}

#commentwall_form_-1 textarea {
   width:98%;
   margin5px 0 5px 0;
}

#commentwall_title {
   background:#E8F6CE;
   border-top:1px solid #ADD469; /*#4E730C;*/
  width:99%;
   height:20px;
   padding:2px;
   font-size:12px;
}
.commentwall_date {
    font-style:italic;
    font-size:0.8em;
    margin:0 0 10px 0;
    background:#efefef;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0;
   padding:0;
   font-size:11px;
}

.commentwall_name {
   font-weight:bold;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ADD469;
   margin-left:70px;
}

.commentwall_name {
   background:#efefef;
}


#commentwall_more {
    text-align:right;
    padding:4px;
    color:#000;
    font-size:10px;
}

#commentwall_more a {
   color:#000;
   text-decoration:underline;
}


.commentwall_replybar {
   border-bottom:1px solid #ccc;
   font-size:11px;
   margin:10px 0 10px 0;
   padding:2px;
   background:#fff;
   text-align:right;
   cursor:pointer;
   color:#b85b5a;
}

.commentwall_replybar p {
   padding:0;
   margin:0 10px 0 0;
}

.commentwall_replybar a {
   padding:0;
   margin:0;
}

/*
  NEW CLASSES
*/

#user-rss {
   padding:0 0 0 20px;
   margin:0;
   background:url(http://eduspaces.net//mod/template/icons/rss.png) left no-repeat;
}

#me #user-rss a {
   margin:0;
   padding:0;
   color:#000;
}

#usermenu a {
   border-bottom:1px solid #eee;
   display:block;
   width:200px;
   margin:2px 0 2px 0;
   padding:0 0 0 4px;
}

#sidebar_user #usermenu a:hover {
   background:#1B5790;
   color:#fff;
   display:block;
   width:200px;
   margin:2px 0 2px 0;
   text-decoration:none;
   padding:0 0 0 4px;
}

/*
  hacks
*/

#sidebar_weblog {
  display:none;
}