/* @override http://elearningnetwork.new/sites/all/themes/acquia_prosper/css/local.css */

/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */


/* Titles */

h1.title {
	font-size: 1.8em;
}

h2.title {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

/* General */

div.terms {
	display: none;
}

/* Tidy the user registration form */

div#edit-private-profile-address1-wrapper, div#edit-private-profile-address2-wrapper, div#edit-private-profile-address3-wrapper, div#edit-private-profile-town-wrapper, div#edit-private-profile-postcode-wrapper, div#edit-private-profile-phone-office-wrapper, div#edit-private-profile-phone-mobile-wrapper, div#edit-private-profile-fax-wrapper {
	margin: 4px;
}

input#edit-profile-address1, input#edit-profile-address2, input#edit-profile-address3, input#edit-profile-town, input#edit-profile-county, input#edit-profile-postcode, input#edit-profile-phone-office, input#edit-profile-phone-mobile, input#edit-profile-fax {
	float: left;
}

/* Adjust display of the events block on the front page */

div#block-views-eln_events-block_1 .view-content {
	font-size: 18px;
}

/* Tidy the eLearning News block */

div.view-eLearning-News div.view-content {
	padding: 0 5px;
}

/* Organise the Board listing */

div#view-id-the_board-page_1 .views-row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div#view-id-the_board-page_1 .views-field-realname {
	font-weight: bold;
}

div#view-id-the_board-page_1 .views-field-value-3 {
	font-style: italic;
}

/* Sort the events listing */

div#view-id-eln_events-page_1 li {
	list-style-type: none;
	list-style-image: none;
}

div#view-id-eln_events-page_1 .views-field-title {
	font-size: 1.6em;
	padding: 0 0 10px 0;
}

div#view-id-eln_events-page_1 .views-row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
}

/* Misc groups related changes */

div.view-og-members-block .views-row {
	height:60px;
	float: left;
	width: 60px;
}

li.node_read_more.last a, .node_read_more a {
	background: #fff;
}

.node_read_more.last a:link, .node_read_more.last a:visted, .node_read_more.last a:link {
	background: #fff;!important
}

/* Marketplace */

div#view-id-marketplace-page_1 div.views-row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 20px;
}

div#view-id-marketplace-page_1 .views-field-title {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
}

div#view-id-marketplace-page_1 .field-content {
	padding: 10px 0;
}

/* User Profile Page */

.page-user h1.title {
	display: none;
} 

div#profile-pic {
	border: 2px solid #ccc;
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	width:96px;
	height:96px;
}

div#profile-pic img {
	max-height:100px;
	max-width:100px;
}

body#pid-about-eln-board .picture {
	height:100px;
	width:100px;
}


body#pid-about-eln-board .picture img {
	max-height:100px;
	max-width:100px;
}

p#profile-name {
	font-size: 1.8em;
	font-weight: bold;
	padding: 10px 0 0 0;
}

p#profile-organisation {
	font-size: 1.6em;
}



div#profile-about {
	clear: both;
}

div#profile-about h3, div#profile-interests h3, div#profile-contact h3 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
}

/* Comments */

div.comment h3.title {
	margin-top:10px;
}





