/*
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 {
	background: white;
	/* url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/wrap.gif) repeat-y; */
	color:#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;
	behavior:url(http://www.college-cram.com/study/mod/template/templates/Default_Template/csshover.htc);
}

/*
div {
	border: 1px solid red;
}
*/
span {font-weight: bold;}

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://www.college-cram.com/study/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
	width:940px;
*/

div#container {
	width: 100%;
	min-width: 1024px;
	margin:0 auto;
	padding:0;
	background:#fff;
	border-top:1px solid #fff;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

/* Smartacus */
#headernot img{
	margin: 9px 0 0 50px; 
	}


/* Smartacus */

/*#headernot2 {float: left; height: 75px; width: 170px; margin: 0 0 0 5px;}
#headernot img{float: left; margin: 2px 0 0 50px;}
#headernot h2 {clear: both; color: black; font-size: 110%; padding: 0; margin: 0; text-align: center;}
#headernot2 img{float: left; margin: 10px 0 0 5px;}
#headernot2 h2 {clear: both; color: black; font-size: 110%; padding: 0; margin: 0; text-align: center;}
	background: #9ECDA9 url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/topgreentablft.gif) top left no-repeat;
	background: #9ECDA9 url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/topgreentabrt.gif) top right no-repeat;

*/

div#header {
	margin: 0 0 0 0;
	padding:0;
	text-align:left;
	position:relative;
	width:98%;
	min-width: 990px;
	height:85px;
}
div#headerB {
	width:100%;
	height:90px;
	position:relative;
	border-top: 1px solid #999;
}

/*
	LOGO: LOCATED WITHIN HEADER
*/
div#adtop {
	width: 100%;
	min-width: 1000px;
	margin: 0 0 0 0;
	height: 105px;

	}

div#script {
	padding: 10px 0 0 0;
	text-align: center;
	}
	
div#header #logo{
	width: 228px; 
	height: 70px; 
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	float:left;
}

div#header #logo #cclogo {
	margin: 0 0 0 0;
	}

div#header #logo h1 {
	display: none;
	font-size:30px;
	padding:0;
	margin:10px 0 6px 0;
}

#done {
	display: none;	
	color:#fff;
	font-family:Helvetica, "Myriad Web", Arial, sans-serif;
}

div#header #logo h2{
	display: none;
	color:#f17d00;
	padding:0;
	margin:0;
	font-size:1.2em;
}

/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {

	float:right;
	background:url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left top;
	width:230px;
	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: black;
}

/*
	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-width: 1024px;
	min-height:850px;
	overflow:hidden;
	position:relative;
}
div#content-holder a {
	color: #000066;
	font-weight: bold;
}

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: black;
	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;
	border:1px solid #eee;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 61%;
	min-width: 500px;
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:850px;
	float: left;



}
div#contents p{

}
div#contents a{

}

div#splitpane-content ul li a {
	font-weight: bold;
	
	}
/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE #4E985F
	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/sidebarside.gif) top right repeat-y;
	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/sidebartoptabA.gif) top right no-repeat;
	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/sidebartoptabABC.gif) top right no-repeat;
	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/sidebartoptabAB.gif) top right repeat-y;
	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/sidebarbottabA.gif) bottom right no-repeat;


*/

div#splitpane-sidebar {
	width: 180px;
	padding: 10px 0 0 0;
	margin: 10px 0 30px 5px ;
	float: left;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #F5F5F5;
}
div#sidebar_user {
}
div#sideborder {
	margin: 0 0 0 0;
	
}
div#bottomside {
	height: 20px;
	padding: 0;

}

div#bottomad {
	height: 25px;
	padding: 0;

}
/*	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/adbarbottab.gif) bottom right no-repeat;
	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/adbartoptab.gif) top right no-repeat;
	background: url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/adbarside.gif) top right repeat-y;
*/
div#adcolumn {
	width: 180px;
	height: 811px;
	text-align: center;
	margin: 10px 5px 0 0;
	padding: 10px 0 0 0;
	float: right;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	}
div#adborder {
	margin: 0 0 0 0;
}
div#adborder p i a{
	padding: 0;
	}
/*
	THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
	width: 160px;
	margin:0 20px 0 0;
	border: none;
}
div#splitpane-sidebar td label{
	color: black;
	}

div#splitpane-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#splitpane-sidebar ul li {
	width: 170px;
	margin:10px 0 10px 2px;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
}
div#splitpane-sidebar ul li ul li {
	border-bottom: none;
}

div#splitpane-sidebar ul li ul li a {
	padding:0 0 0 5px;
	border-bottom: none;
}

div#splitpane-sidebar h2 {
	text-align:left;

	border-bottom:2px solid #999999;
	color:black;
	font-size:0.9em;
	width:160px;
	text-transform: capitalize;
}

/*
	FOOTER url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/logbackB.gif) top left repeat-x;
*/

div#footer {
	clear: both;
	position: relative;
	background: #4C4C54;
	text-align: center;
	padding:10px 0 0 0;
	font-size:1em;
	height:120px;
	margin:0;
	color: #999;
	width:100%;
}

div#footer a {
	color: #CCC;
}
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;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
}

.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 115px;
}

.post {
	margin:10px 0 10px 115px;
	background:url(http://www.college-cram.com/study/mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y;
}

.info {
	border:1px solid #ccc;
	margin:10px 0 10px 115px;
	clear:both;
	height: 50px;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
	color:#990000;
}

.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:10px 0 10px 0;
	padding:3px;
	background:#efefef;
	border:1px solid #ccc;
}

/* 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: 310px;
	margin-top: 10px;
	color:#000;
	padding: 0 0 10px 20px;
	
}

.profile_bio {
	padding-top: 10px;
	background:#efefef;
}

.profile_widgets {
	clear: both;
    width: 580px;
	/*background: #004995;*/
}

.profile_icon img {
	border:1px solid #eee;
	padding:2px 2px 2px 2px;
}

.profile_widgets_left {
	float: left;
	width: 285px;
}

.profile_widgets_right {
	float: right;
	width: 285px
}

/* profile - widgets */

#profile_widgets {
   position:relative;
}

.profile_bio {
   width:244px;
   padding:2px;
}

.widgets_even {
   float:left;
   width: 285px
   margin:0;
   padding:0;
}

.widgets_odd {
   float:right;
   width: 285px
   margin:0;
   padding:0;
   background-color: white;
   z-index: 100;
}

.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.college-cram.com/study/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}
#three {width: 100%; height: 140px; padding: 10px;}
#three ul { padding: 0; margin: 0;}
#three li{width: 33%; height: 140px; float: left; list-style-type: none; color: black;}
.ccIcon {float: left;}
.ccIcon a img {border:none;}
span {font-weight: bold;}

#tag {margin: 5px 0 0  10px; float: left;}
#tag a {margin: 0 5px 0 3px; font-size: 100%;}
/*width: 550px; height: 830px; overflow: auto;  */

#FAQ {margin: 20px 0 0 10px; padding: 0 10px 0 0; }
.FAQheading {margin: 10px 0 5px 0; padding: 0; font-weight: bold; color: #990000; border-bottom: 2px solid #990000;}
.FAQsub {margin: 5px 0 3px 0; font-weight: bold; list-style-type: none;}
#FAQcolumn1 {width: 49%; float: left; height: 600px}
#FAQcolumn2 {width: 49%; float: left; height: 600px}
#help {float: right; margin: 43px 120px 0 0;}
/*
#jump {height: 400px;}
#jump ul {margin: 0 0 3px 20px; list-style-type: none;}
#jump li {width: 300px; font-size: 110%;}
#jump span {font: bold 110% verdana, arial, sans-serif;}
#quotes p {font-style: italic;} */

.blockad-lft {float: left; width: 310px; height: 265px; padding: 5px, 15px, 0, 0;}
.blockad-rt {float: right; width: 310px; height: 265px; padding: 5px, 15px, 0, 0;}

.searchbox {width: 100%; min-height: 80px; margin: 0 0 10px 0;}
.searchbox span a{font-size: 110%; text-transform: uppercase;}
.iconsearch {float: left; height: 67px; width: 67px;}
ul.identify { padding: 0 0 0 100px;}
.createlog {padding: 0 0 20px 0;}
.createlog img {width: 110px; float: left; margin: 5px 5px;}
.createlog ul {padding: 0 0 0 140px; color: black; min-width: 140px;}
#student {float: right;}
div#tagcloud a {color: #000066;}
div#splitpane-content a {color: #000066;}
div#splitpane-content {color: black;}
div#icon img{	border: 1px solid #ccc;}
/* Subject heading navigation */
#AZsubject {float: right; width: 165px;  font-size: .8em; margin-top: 20px; z-index: 1000000;}
#AZsubject ul {margin: 0; padding: 0;}
#AZsubject li {width: 100%; background-color: #FFA; position: relative; list-style-type: none; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;}
#AZsubject a {text-decoration: none; color: red; padding: 0 6px 0 6px; display: inline-block;}
#AZsubject a {text-decoration: none; color: red; padding: 0 6px 0 6px; display: block;}
#AZsubject a:hover {color: black;}
#AZsubject li:hover {Background-color: #ccc;}
#AZsubject ul li ul {margin: 0 ; width: 165px; position: absolute; left: -1px;}
#AZsubject ul li ul li {width: 165px; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; border-top: none;}
body div#AZsubject ul li ul {display: none;}
body div#AZsubject ul li:hover ul, div#AZsubject ul li ul:hover {display: block;}
div#AZsubject li:first-child {border-left: 1px solid black;}
* html div#AZsubject ul {border-left: 1px solid black;}
* html div#AZsubject ul li ul {border-top: 1px solid black; border-left: 0px;}
/* Hide this from IE-Mac \*/ 
* html div#AZsubject {margin: 0 0 0 0;}
* html div#AZsubject-li li { 
    height: 1px; 
    } 
/* End the hiding */ 
/* html #AZsubject a {display: block;}
