/*
	GLOBALS: used to set all the general elements
*/

body {
	background: #236F3D url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg-site.gif) repeat-x top left;
	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;
}

/*
div {
	border: 1px solid red;
}
*/

p {
	color:#333;
	margin:0 0 10px 0;
}

#minisites_page_content p {
	margin:0 0 1px 0;
}

a {
	text-decoration:none;
	color:#336699;
}

a img {
	border:none;
}

ol, ul {
	color:#333;
}

h1 {
	font-size:130%;
	margin-top: 5px;
}

h2, h3, h4, h5 {
	font-size:100%;
}

blockquote{
	font-style: italic;
	padding-left:10px;
	border-left: 5px solid green;
	margin: 1em;
	
}

textarea {
	font-family:sans-serif;
}

/*
	TABLES IN ELGG
*/

td {
	border:1px solid #eee;
	padding:0;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

.l0 {
	background: #F8F8F8;
}

.l1 {
	background: white;
}

/*
	CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	width:990px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #fff;
}

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

div#header {
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
}

/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin: 0px;
	padding: 0px;
	height: 56px;
	text-align: center;
}

div#header #logo a {
	margin: 0px;
	padding: 0px;
}

div#header #logo a img{
	border:0px;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 234px;
}


/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	float:right;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left top;
	width:330px;
	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:#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:0px 0 0 0;
	margin:0;
	width:100%;
	overflow:hidden;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg.gif) repeat-y;
}

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:10px 0 5px 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: 0;
	width:705px;
	text-align: left;
	color:#000;
	clear: none;
	float:left;
}

div.colonne
{
	/*height: 906px;
		background-image: url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg_colonnes.gif);
		background-position:top left;
		background-repeat:repeat-x;
		background-color:#236F3D;*/
	background:none;
}

/*
	SUBMENU : THIS IS ONLY PRESENT WHEN SPLITPANE-SUBMENU IS IN USE
*/

div#splitpane-submenu {
	float:left;
	width: 120px;
	margin:0 10px 0 0;
	padding : 0;
	padding-top : 20px;
	padding-bottom : 20px;
}
/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	float:right;
	width: 142px;
	margin:0;
	padding:0;
}

/*
	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;
}

li#invite, li#search {
	margin:3px 0 0 0;
	padding-left: 5px;
	color:#234615;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg-sidebar.gif) no-repeat;
	height:58px;
}

li#invite {
	text-align:center;
	padding:7px 0 0 0;
}

li#invite h2{
	display:none;
}

li#invite a {
	color:white;
	font-weight:bold;
	font-size:14px;
}

li#search {
	padding:4px 0 0 5px;
}

li#search h2 {
	display:none;
}

#searchTitle
{
	color:#335645;
	padding:0px 0 0 20px;
	margin:0;
}

#searchform {
	margin:0;
	padding:0;
}

#searchform a {
	padding:0;
	margin-left:4px;
	text-indent:1000px;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/btn-search.gif) no-repeat;
	height:19px;
	width:18px;
	position:absolute;
	overflow:hidden;
}

#searchform input {
	margin:0 0 0 5px;
}

/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	text-align: center;
	padding:10px 0 0 0;
	font-size:1em;
	height:40px;
	margin:0;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/footer-bg.png) repeat-x;
	color:#fff;
	width:100%;
}

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

/* 
    ADDED
 */
    border-bottom: 2px solid #ddd;
}

.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 0;
}

.weblog-title_no_icon {
	margin:10px 0 10px 0;
}

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

.post_no_icon {
	margin:10px 0 10px 0;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y;
}

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

.info_no_icon {
	border:1px solid #ccc;
	margin:10px 0 10px 0;
	clear:both;
}

.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
*/


div#sub-menu {
	padding : 0;
	margin : 0;
}

div.sub-menu-item a {
	font-size:12px;
	text-align:center;
	display: block;
	color: #2C4C3C;
	margin: 3px 0 0 2px;
	padding: 3px 6px 0 1px;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg-menu-top.gif) no-repeat;
}

div.sub-menu-item div.sub-menu-item-bottom
{
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg-menu-bottom.gif) no-repeat;
	height:7px;
	margin:0 0 0 2px;
	padding:0;
}

#subMenuLabel {
	padding-left:10px;
}

div#sub-menu a:hover {
	text-decoration:none;
}

div.sub-menu-item:hover a {
	color:#487F53;
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg-menu-top-hover.gif) no-repeat;
}

div.sub-menu-item:hover div.sub-menu-item-bottom {
	background:url(http://www.finlink.net/mod/template/templates/Default_Template/images/bg-menu-bottom-hover.gif) no-repeat;
}

div#sub-menu a.current {
	color: #386F43;
	font-weight: bold;
}

div.subsub-menu {
	padding : 0;
	margin : 0;
}

div.subsub-menu a {
	border-top: solid 2px #dceeee;
	display: block;
}

div.subsub-menu a:hover {
	text-decoration: none;
	background-color: #dceeee;
}


/*
 * TOOLTIPS
 */

div#tooltips div {
	margin: 12px 3px 3px 3px;
	border: solid 2px #E2FDDF;
	color: #2D504A;
	font-size : 12px; 
	line-height: 12px;
	background-color: #D0FCCE;
	letter-spacing:-0.5px;
}

div#tooltips div.sub-menu-item {
	background:none;
	border:none;
	margin:0;
}

div#tooltips div h1 {
	margin:0 0 5px 0;
	font-size:12px;
	color:#31461E;
	text-align:center;
	letter-spacing:0;
}

/*
 	FLAGS
*/

div#flag {
	color:#336699;
	border-top: solid 2px #dceeee;
}

div#flag a {
	display:inline;
}

div#flag a:hover {
	background-color:#ffffff;
}

div#flag a img {
	width : 15px;
	height : 15px;
	border : 0px;
}

/* END OF SUB-MENU DIV */

/*
	INFOHOLDER: this holds profile data, account settings and administration content
*/

#profiledetails__addr__, #profiledetails__city__, #profiledetails__country__, #profiledetails__workphone__, #profiledetails__mobphone__, #profiledetails__faxnumber__, #profiledetails__emailaddress__, #profiledetails__skype__, #profiledetails__persoblog__, #profiledetails__persoweb__{
	float:right;
	margin-right:10px;
}

#profiledetails__keywords__, #profiledetails__offer__, #profiledetails__looking__for__
{
	display:block;
}

.infoholder {
	margin:5px 0 10px 0;
}

.infoholder p {
	padding:5px 0 5px 10px;
	clear:both;
}

.infoholderhorizontal td {
	width:50%;
	border:0px;
}

.infoholderhorizontal {
	width:100%;
}

.fieldname {
	font-weight: bold;
	color: black;
}

/* 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: 400px;
	margin-top: 10px;
	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;
}

/* FORM SEARCH*/

form#search {
	width : 80%;
}

form#search button{
}


