/*
 * Generic comments CSS file
 *//*

*/

/*
	GLOBALS: used to set all the general elements
*/

body {
	background: #fdfafa url(http://www.student-networking.com/mod/template/templates/Default_Template/images/bodygrad.jpg) repeat-x;
	/*background:#fdfcfc;*/ /*url(http://www.student-networking.com/mod/template/templates/Default_Template/images/header.gif) repeat-x;*/ /* #d9e2f2  */
	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;
}

p {
	color:#333;
	margin:0 0 10px 10px;
}

a {
	text-decoration:none;
	color:#8E121A;
}

ol, ul {
	color:#666666;
}

h1 {
	font-size:130%;
	color:#5B000B;
}

h2, h3, h4, h5 {
	font-size:100%;
}

blockquote{
	background: #f7f2f3; /*url(http://www.student-networking.com/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:972px;
	margin:0 auto;
	padding:0;
	/*background: #fdfafa;*/
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	margin:0;
	padding:0;
	text-align:left;
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/mast2.jpg) no-repeat;
	position:relative;
	width:972px;
	height:130px;
}

/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header #logo a{
	margin: 0px;
	padding:10px;
	float:left;
	height:100px;
	width: 381px;
}

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:#174764;
	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:72px;
	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 {
	padding:5px;
	margin:0;
	width:962px;
	background: #fdfafa; /*url(http://www.student-networking.com/mod/template/templates/Default_Template/images/bodygrad.jpg) repeat-x;*/
	min-height:500px;
	position:relative;
	clear:both;
}

div#content-holder a:hover {
	text-decoration:underline;
}

div#content-holder h1 {
	font-size:150%;
	border-bottom:1px solid #ccc;
	margin:34px 0 10px 0;
	padding:0;
}

div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 12px 0;
	color:#666;
	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;
	width:680px;
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:500px;
}
div#splitpane-content img{
	margin: 3px;
}

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	width: 240px;
	margin:0px 5px 20px 0;
	padding: 0px;
	float: right;
	background:#f7f2f3; /*url(http://www.student-networking.com/mod/template/templates/Default_Template/images/sidebar-top.gif) no-repeat top;*/
}

div#sidebar-contents {
    padding:0px;
}

div#sidebar-bottom {
   background:url(http://www.student-networking.com/mod/template/templates/Default_Template/images/sidebar-bottom.gif) no-repeat bottom;
   height:26px;
   width:240px;
   margin:0;
}

/*
	THE SIDEBAR CONTENTS
*/

#video {
	margin: -17px 0 0 16px;
}
div#splitpane-sidebar td {
	width: 200px;
	margin:0 0 0 24px;
}
div#splitpane-sidebar table {
	margin-left: 26px;
}
div#splitpane-sidebar ul {
	margin: 0;
	padding-left:8px;
	list-style: none;
}

div#splitpane-sidebar ul li {
	margin:6px 0;
	padding-left: 16px;
}

div#splitpane-sidebar ul li ul li a {
	padding:0 9px 0 16px;
}
div#splitpane-sidebar p {
	padding:0 9px 0 18px;
}
div#splitpane-sidebar img {
	padding:0 9px 0 18px;
}
div#splitpane-sidebar h2 {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/sidebarhead.gif) no-repeat top;
	background-position: 15px 24px;
	text-align:left;
	/*border-bottom:1px solid #ccc;*/
	color:#fff;
	padding: 29px 0 0 24px;
	font-size:0.9em;
	height: 29px;
	width:220px;
}

/*
   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;
}

/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	font-size:1em;
	height:132px;
	margin:20px 0 0 0;
	color:#174764;
	font-weight:bold;
	width:100%;
	padding:3px 0 0 0;
	background:url(http://www.student-networking.com/mod/template/templates/Default_Template/images/footer.jpg) no-repeat;
}

div#footer img {
   text-align:right;
   padding:3px 0 0 0;
}

div#footer p {
   padding:10px 20px 0 20px;
}

div#footer a {
	color:#fff;
	padding:10 5px 0 5px;
}

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;
}

.info {
	border-top:1px solid #ccc;
	margin:10px 0 10px 115px;
	clear:both;
}

.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:#f7f2f3;
	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 0 6px 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;
	/*background:#efefef;*/
	border:0px solid #ccc;
}

div#sub-menu a {
   padding:3px;
}

/* 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 #f7f2f3; /*#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:#8E121A; /*#CBE5EF;*/
     margin: 0px;
     padding-left: 10px;
     border-top: 1px solid#8E121A;
     font-size:0.8em;
}
.widget .widget_menu ul li {
     list-style:none;
}
.widget .widget_menu {
	background-color:#f7f2f3;
}

.widget .widget_menu ul li {
     list-style:none;
}

.widget .widget_menu ul li a {
     text-decoration:underline;
}

.widget .widget_admin_menu {
    background-color: #8E121A;
    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.student-networking.com/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:#F7F2F3;
   border-top:1px solid #ccc; /*#4E730C;*/
  width:99%;
   height:20px;
   padding:2px;
   font-size:12px;
}
.commentwall_date {
    font-style:normal;
    font-size:0.8em;
    padding-left: 6px;
    margin:0 0 10px 0;
    background:#F7F2F3;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0;
   padding:0 0 0 6px;
   font-size:11px;
}

.commentwall_name {
   font-weight:bold;
   padding-left: 6px;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ccc;
   margin-left:70px;
}

.commentwall_name {
   background:#F7F2F3;
}


#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;
}

/* ------------- FRONTPAGE BOXES ----------------- */

#boxes {
	position: relative;
	clear: both;
	height: 260px;
	width: 670px;
	margin-bottom: 45px;
}

#boxes a {
	color: #000;
}

#box1 {
	height: 260px;
	width: 185px;
	margin-top: 16px;
	position: absolute;
	left: 6px;
	top: 0px;
}
#box2 {
	height: 260px;
	width: 185px;
	margin-top: 15px;
	position: absolute;
	left: 218px;
	top: 0px;
}
#box3 {
	height: 260px;
	width: 185px;
	margin-top: 15px;
	position: absolute;
	left: 430px;
	top: 0px;
}
#boxhead1 {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/boxhead1.gif) no-repeat;
	height: 29px;
	padding-top: 6px;
	padding-left: 6px;

}
#box1lower {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/key.jpg) no-repeat;
	height: 228px;
	margin-top:-7px;
}
#boxhead2 {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/boxhead2.gif) no-repeat;
	height: 29px;
	padding-top: 6px;
	padding-left: 6px;

}
#box2lower {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/topic.jpg) no-repeat;
	height: 228px;
	margin-top:-7px;
	overflow: hidden;
}
#boxhead3 {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/boxhead3.gif) no-repeat;
	height: 29px;
	padding-top: 6px;
	padding-left: 6px;

}
#box3lower {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/comm.jpg) no-repeat;
	height: 228px;
	margin-top:-7px;
}

#boxes #box1 h2.boxhead, #boxes #box2 h2.boxhead, #boxes #box3 h2.boxhead, #random h2.boxhead {
	color: #ffffff;
	padding-top: 0px;
	margin-left: 8px;
	margin-top: -2px;
	border: 0;
}
#boxes #box1 ul, #boxes #box2 ul, #boxes #box3 ul {
	list-style-type: none;
	list-style-position: outside;
	color: #000000;
	font-size:1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-left: -2px;
	padding: 12px 4px 4px 16px;
	border: 0;
}
#boxes #box2 ul {
	font-weight: normal;
}
#adblock {
	width: 538px;
	height: 80px;
	margin: 12px 0 16px 0px;
	border: 1px solid #eee;
	padding: 10px 0 0 70px;
	background-color: #FFF;
}
#randomhead {
	background: url(http://www.student-networking.com/mod/template/templates/Default_Template/images/members.gif) no-repeat;
	height: 29px;
	padding-top: 6px;
	padding-left: 6px;

}
#random {
	width: 608px;
	margin: 24px 0 16px 0;
}
#randomcontent {
	border: 1px solid #DDD;
	margin-top: -6px;
	background-color: white;
}

#randomcontent img {
	margin: 4px;
	border: 1px solid #DDDDDD;
}
/* ------------- CUSTOM FOOTER ----------------- */

#footcol1 {
	width: 300px;
}
#footcol2 {
	position: absolute;
	left: 360px;
	top:4px;
	width: 300px;
}
#footcol3 {
	position: absolute;
	left: 660px;
	top:4px;
	width: 350px;
}
#footcol1 p, #footcol2 p, #footcol3 p {
	color: #fff;
	font-size:0.9em;
	font-weight: normal;
	line-height: 1.3em;
	margin: -6px 0 0 8px;
}
#footcol1 h2, #footcol2 h2, #footcol3 h2 {
	padding: 0 0 0 28px;
	margin: 14px 0 0 0;
	color: #fff;
	font-size:1em;
	font-weight: bold;
}

/* --------------------------- CUSTOM EXTRAS ----------------------------*/

#icon img {
	padding: 2px;
	margin: 0 0 0 6px;
}

a.subscribe {
	margin-right: -4px;
	text-decoration: none;
	font-size:100%;
	font-weight: bold;
	color:#FFF;
	background:url(http://www.student-networking.com/mod/template/templates/Default_Template/images/subscribe.gif) no-repeat;
	padding:4px 14px 4px 14px;
}
p.usermenu {
	padding:0;
	margin: 0 18px 0 18px;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
}
#search_table img {
	padding: 1px;
	border: 1px solid #DDDDDD;
}

#calendar td {
	padding: 4px 6px 4px 6px;
	border: 1px solid #ddd;
}
#calendar span.style1 {
	color: #FFF;
	font-weight: bold;
}
#eventimg {
	margin: -18px 0 0 -3px;
}

.sixoeight {
	width: 628px;
}


/* --------------------------- COLOURS ----------------------------
Dark Red: #5B000B
Button Background: #990114
Sidebar Background: #f7f2f3
----------------------------------------------------------------------------*//* profile - widgets */

#profile_widgets {
	position:relative;
}

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

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

.widget {
	border: 1px solid #666; /*#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: #f7f2f3; /*#CBE5EF;*/
	margin: 0px;
	padding-left: 10px;
	font-size:0.8em;
}

.widget h2 {
	border:0;
	border-bottom:1px solid #BBDCE9;
	padding:0;
	margin:0 0 10px 0;
	color:#999999;
	background-color: #FFF;
	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;
}