/*
 * Generic comments CSS file
 *//*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.blog_bluesquare {
	margin:0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:45px;
	float:right;
	height:60px;
	width:60px;
	background:url('http://www.qualileo.org/mod/blog/starrater/images/bluesquare.gif');
	text-align:center;
}
.blog_greensquare {
	margin:0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:45px;
	float:right;
	height:60px;
	width:60px;
	background:url('http://www.qualileo.org/mod/blog/starrater/images/greensquare.gif');
	text-align:center;
}

.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	float:right;
}

.loading {
	height: 30px;
	background: url('http://www.qualileo.org/mod/blog/starrater/images/working.gif') 50% 50% no-repeat;
}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('http://www.qualileo.org/mod/blog/starrater/images/starrating.gif') top left repeat-x;
	margin-right:0px;
	margin-left:auto;	
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.unit-rating li a:hover{
	background: url('http://www.qualileo.org/mod/blog/starrater/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('http://www.qualileo.org/mod/blog/starrater/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}/*
	GLOBALS: used to set all the general elements
*/

body {

	color:#333;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 80%;
	line-height:1.6em;
        background:#FFF;
}

img { border: none; }

div.clear {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	visibility:hidden;
}

p {
	color:#555;
	margin:0 0 10px 0;
}

a {
	color:#EB6D08;
}

ol, ul {
	color:#333;
}

h2, h3, h4, h5 {
	font-size:100%;
}

blockquote{
	background: #EEE url(http://www.qualileo.org/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:970px;
	margin:0 auto;
	padding:0;
background: #fff url(http://www.qualileo.org/mod/template/templates/Default_Template/img/container-bg.jpg) repeat-x left 137px;
}

/*
	HEADER AND FOOTER
*/

div#header {
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	width:970px;
}

div#footer {
	background:#fff url(http://www.qualileo.org/mod/template/templates/Default_Template/img/footer-bg.gif) repeat-x left top;
	clear: both;
	margin-top: 2em;
	margin-bottom: 1em;
}

div#footer div.links {
        float: left;
        font-size: 90%;
        padding: 10px;
}
div#footer div.afnor {
        float: right;
}


div#splitpane-content {
	margin: 10px;
	padding: 10px;
	width:660px;
	float: left;
	color:#000;
	min-height:500px;
	background-color:#fff;
}

div#splitpane-sidebar {
	width: 230px;
	padding:10px;
	margin:10px;
	float: right;
	background-color:#fff;
        font-size:0.9em;
}

div#splitpane-content h1 {
     	background:#8BB503 url(http://www.qualileo.org/mod/template/templates/Default_Template/img/inner-h1.gif) repeat-x left top;
	color:#fff;
	font-size:110%;
	line-height:28px;
	padding: 0 8px;   
}

div#splitpane-sidebar .sidebar-block {
     	background:#fff url(http://www.qualileo.org/mod/template/templates/Default_Template/img/sidebar-block.jpg) repeat-x left bottom;
        margin-bottom: 12px;
        padding-bottom: 10px;
}


#sidebar-contents #sidebar-holder h2 {
     	background:#fff url(http://www.qualileo.org/mod/template/templates/Default_Template/img/sidebar-h2-left.gif) no-repeat left top;
        margin: 0;
        margin-top: 6px;
        padding-left:4px;
        color: #fff;
        line-height:24px;
        float: left;
        border-bottom: 1px solid #E7934A;
}

#sidebar-holder h2 span {
     	background:#E7934A url(http://www.qualileo.org/mod/template/templates/Default_Template/img/sidebar-h2-right.gif) no-repeat right top;
        padding-right:4px;
        display: block;
}

#sidebar-holder div.title-border {
        border-top: 1px solid #E7934A;
        clear: both;
        margin-bottom: 8px;
}

#sidebar-profile div#icon {
        width: 70px;
        height: 70px;
        float: left;
}

#sidebar-profile li {
        list-style: none;
        background: #fff url(http://www.qualileo.org/mod/template/templates/Default_Template/img/msg.gif) no-repeat left center;
        padding: 3px 0 3px 23px;
}

#sidebar-profile p {
        line-height: 1.2em;
}

#sidebar-friends li a img,
#sidebar-communities li a img {
        width: 28px;
        margin-right: 6px;
        float: left;
}
#sidebar-friends li,
#sidebar-communities li {
        float: none;
        clear: both;
        padding-bottom: 6px;
        line-height: 1.2em;
        min-height: 34px;
}


/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header div.links { position: absolute; top: 60px; right: 20px; color: #fff; }

div#header div.links a { color: #fff; font-size:90%; text-decoration: none; }

div#header div.links a:hover { text-decoration: underline; }

div#header div.searchbox { position: absolute; top: 20px; right: 20px; }


/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	float:right;
	width:330px;
	margin:0;
	padding:0;
	position:absolute;
	top:12px;
	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:#fff;
}

/*
	CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
	min-height:500px;
}

div#content-holder a:hover {
	text-decoration:underline;
}


div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 10px 0;
	color:#8bb503;
	font-size:1.1em;
}

div#single-page {
	margin: 0;
	padding: 0 15px 0 0;
	width:940px;
	text-align: left;
	border:1px solid #eee;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/



div#splitpane-content div.boxleft, div#splitpane-content div.boxright {
	float: left;
	width: 310px;
	background:#fff url(http://www.qualileo.org/exospace/box.gif) no-repeat left top;
	min-height:200px;
        padding: 12px;
        border-bottom: 1px solid #ccc;
}

div#splitpane-content div.boxright {
	float: right;
}

div#splitpane-content .2columns {
	text-align: justify;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	column-count: 2;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
}

div#splitpane-content .3columns {
	text-align: justify;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	column-count: 3;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
}

/*
	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;
}

div#splitpane-sidebar ul li ul li a {
	padding:0 0 0 5px;
}

/*
   NEW CSS FOR THE TOOLBAR THAT LIVES IN THE MAIN CONTENT AREA
*/

#content-holder-toolbar {
   float:left;
   margin:0;
   background:#fff;
   border:1px solid #ccc;
   width:150px;
}




/*
	SYSTEM MESSAGES
*/

div#system-message{
/*
	border:1px solid #9FACBC;
	background:#DCE9F5;
	color:#000;
	padding:3px 50px;
	margin:20px 0;
*/
}

div#system-message p{
	margin-left: 10px;
	margin-bottom: 8px;
        color:#f30;
}

/*
	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;
border-bottom: 1px solid #9facbc;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
font-size:90%;
}

.user img {
	border:1px solid #eee;
	padding:2px;
}


.weblog_keywords p {
	font-size: 80%;
	background-image: url(http://www.qualileo.org/exospace/Keywords.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
color: #f60;
}
.weblog-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.weblog-title {
	margin:10px 0 10px 115px;
text-transform: uppercase;
}

.post {
	margin:10px 0 10px 115px;
}

.info {
	border-top:1px solid #fff;
	margin:10px 0 10px 115px;
	clear:both;
font-size: 90%;
font-family: Arial, Verdana, sans-serif;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
}

.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 {
	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 0 10px 0;
	padding:0;
	color: #ddd;
}

div#sub-menu a {
text-decoration: underline;
}
div#sub-menu a:hover {
   color: #f60;
}

/* 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 {
   color:#000;
}

.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: 360px;
	margin: 10px 0 0 0;
	color:#000;
}

.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;
          color:#000;
	      font-size:1.2em;
	     font-weight:bold;
}

.widget  .widget_content h2 a {
    background:url(http://www.qualileo.org/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}

/*
  COMMENT WALL STUFF
*/

#commentwall {
   background:#fff;
   width:98%;
   padding:5px;
   margin:5px 0 10px 0;
}

.commentwall_img {
   float:left;
   margin:3px;
   background:#fff;
   border:1px solid #ccc;
}

#commentwall_form_-1 {
  /* Background:#eee;*/
   margin:0 0 5px 0;
   padding:4px;
}

#commentwall_form_-1 textarea {
   width:98%;
   margin:5px 0 5px 0;
}

#commentwall_title {
   background:#efefef;
   border-top:1px solid #ccc; /*#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 #ccc;
   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;
}

#confirm-form {
	width: 70%;
	margin: 30px auto;
	text-align: center;
	font-size: 1.2em;
	border: 1px #eee solid;
	background: #f8f8f8;
}

#confirm-form h3 {
	font-size: 1.2em;
	padding: 10px;
	padding-top: 20px;
}


div#content-holder div#sidebar-holder p {color: #333; }

#splitpane-content div.userdisplay {
	width: 130px;
	float: left;
	height: 200px;
}
    #splitpane-content div.userdisplay div.user p {
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
    #splitpane-content div.userdisplay div.user a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#splitpane-content #networktable table td {
	padding-bottom: 10px;
	border-collapse:collapse;
	margin: 0px;
	margin-bottom: 10px;
        vertical-align: top;
}

#networktable .member_info a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#splitpane-content table.workstream_table, #splitpane-content table.group_activity_table {
        border: none;
        border-collapse: collapse;
        border-bottom: 1px dotted #ddd;
}

#splitpane-content table.group_activity_table td {
        border-bottom: 1px dotted #ddd;
        vertical-align: top;
        padding: 5px;
}

#splitpane-content table.group_activity_table td.date {
        width: 40px;
        font-size: 80%;
        color: #666;
}
#splitpane-content table.group_activity_table td.user {
        width: 40px;
        float: none;
}
#splitpane-content table.group_activity_table td.icon {
        padding-top: 6px;
}

/* NETWORKTABLE */

#networktable table,
#networktable td {
	border-collapse: collapse;
 	border: 0px;
        vertical-align: top;
}

#networktable div.rbroundbox {
	background: #fff url(http://www.qualileo.org/mod/template/templates/Default_Template/img/roundbox-top.gif) no-repeat left top;
}

#networktable div.rbcontent {
	background: transparent url(http://www.qualileo.org/mod/template/templates/Default_Template/img/roundbox-bottom.gif) no-repeat right bottom;
	padding: 6px;
}

#networktable div.rbcontent table table td {
        font-size: 90%;
        padding: 3px;
        border-bottom: 1px solid #ddd;
        margin: 0;
}

#networktable.community {
	margin-top: 2em;
}
#networktable.community div.item {
	margin-top: 1em;
	margin-bottom: 2em;
}
#networktable.community div.thumb {
	width: 100px;
	float: left;
}
#networktable.community ul.tools {
	width: 20px;
	float: left;
	padding: 0;
	margin: 0;
}
#networktable.community ul.tools img {
	margin-bottom: 4px;
}
#networktable.community div.community {
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #333;
}
#networktable.community div.community h3 {
	font-size: 150%;
	color: #EB6D08;
}
#networktable.community p.members a {
	font-size: 90%;
	color: #666;
}
#networktable.community div.activity ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#networktable.community div.activity ul li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.3em 0;
	border-bottom: 1px dotted #ddd;
}
#networktable.community div.author-icon {
	width: 40px;
	float: left;
}
#networktable.community div.content {
	width: 590px;
	float: left;
}
#networktable.community div.content p {
	margin: 0;
}
#networktable.community div.content p.author-name {
	color: #000;
}
#networktable.community div.content p span.date {
	padding-right: 10px;
	font-size: 90%;
	color: #666;
}
div#networktable.friends {
	margin-top: 2em;
}

div#networktable.friends div.item {
	margin: 1em 0;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 0.5em;
	clear: both;
}

div#networktable.friends div.item div.thumb {
	float: left;
	width: 100px;
}

div#networktable.friends div.item div.thumb img {
	margin-right: 8px;
}

div#networktable.friends div.item div.member {
	float: left;
	width: 550px;
	margin: 0;
}

div#networktable.friends div.item p.name, 
div#networktable.friends div.item ul.activity {
	margin: 0 0 0.5em 0;
	padding: 0;
}

div#networktable.friends div.item p.name a {
	color: #000;
	text-decoration: none;
}

div#networktable.friends div.item p.name a:hover {
	text-decoration: underline;
}


div#networktable.friends div.item span.date {
	padding-right: 10px;
	color: #999;
	font-size: 90%;
}


/* SEARCH RESULTS */

#splitpane-content ol.result li {
        padding-bottom: 4px;
        margin-bottom: 4px;
        border-bottom: 1px dotted #ddd;
        color: #666;
}

#splitpane-content ol.result li div.auteur {
        font-size: 80%;
        color: #333;
}

#splitpane-content ol.result li div.auteur a {
        color: #666;
}
/* 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;
}