/*
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: url(http://www.houseofvegans.com/mod/template/templates/Default_Template/images/wallpaper.gif) repeat;
	color:#33460D;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin:15px auto 15px auto;
	padding:0;
	font-size: 80%;
	line-height:1.6em;
}

/*
div {
	border: 1px solid red;
}
*/

p {
	color:#33460D;
	margin:0 0 10px 0;
}

a {
	text-decoration:none;
	color:#002616;
}

p a {
	background-color: #E1E0C8;
	padding: 2px 5px 2px 5px;
}

p a:hover {
	background-color: #C5C4AF;
	text-decoration: none;
}

ol, ul {
	color:#697C83;
}

input, select {
	border: #33460D 1px solid;
	background:#F5F5EC;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	font-size:260%;
	color: #3C0208;
	font-weight: normal;
	font-family: Gergia, "Times New Roman", Serif;
	line-height: 1.2em;
	margin: 25px 0 15px 0;
	padding: 0;
}

h2, h3, h4, h5 {
	font-size:1.2em;
	font-family: Gergia, "Times New Roman", Serif;
	color: #3C0208;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3, h4 {
	font-size: 1.2em;
}

img {
	border: 10px solid #E1E0C8;
}

blockquote{
	background: #EEE url(http://www.houseofvegans.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: none;
	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:940px;
	margin:0 auto 0 auto;
	padding:0;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	margin:0;
	padding:0;
	text-align:left;
	background: url(http://www.houseofvegans.com/mod/template/templates/Default_Template/images/header.gif) repeat-y 0 0;
	width:940px;
	float: left;
	clear: both;
}

/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header img {
	border: none;
}

div#header #logo{
	margin: 0px;
	padding: 22px 0 22px 25px;
	float:left;
}

div#header #logo a img {
	float:left;
	display: inline;
	clear: none;
}

div#header #logo #titles {
	float:left;
	display: inline;
	clear: none;
	padding: 55px 0 0 20px;
}

div#header #logo h1 {
	padding:0;
	margin:0;
	width: 227px;
	height: 41px;
	background: url(http://www.houseofvegans.com/mod/template/templates/Default_Template/images/title.gif) no-repeat;
	position: relative;
	overflow: hidden;
}

div#header #logo h1 span {
	position: absolute;
	top: -1000px;
	left: 0;
	width:1px;
	height:1px;
	overflow:hidden;
}

div#header #logo h2{
	color:#33460D;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	float:right;
	margin:0;
	padding:25px 5px 0 0;
}

div#header #search-header img {
	margin:0 0 0 10px;
}

div#header #search-header p {
	padding:0;
	margin:0;
	width: auto;
}

div#header #search-header p input {
	padding:0;
	margin:0;
}

div#header #search-header span a {
	background: transparent;
	color:#33460D;
	font-weight: normal;
}

/*
	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:10px 0 10px 0;
	width:930px;
	float: left;
	clear: both;
	background:#F5F5EC;
}

div#content-holder a:hover {
	text-decoration:underline;
}

/*
	VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
	
	THE NAVIGATION
	
*/

ul#hov_nav {
	background: #3C0208;
	padding: 0px;
	width: 930px;
	height: auto;
	margin: 0 0 5px 0;
	clear: both;
	float: left;
}

ul#hov_nav li {
	list-style-type: none;
	display: inline;
}

ul#hov_nav li a {
	color: #F5F5EC;
	font-family: Gergia, "Times New Roman", Serif;
	font-size: 125%;
	padding: 10px 12px 10px 12px;
	border-right: 2px #F5F5EC solid;
	margin: 0;
	display: block;
	float: left;
	width: auto;
}

ul#hov_nav li a:hover {
	background: #5D0004;
	text-decoration: none;
}

ul#hov_nav li.hov_nav_left a {
	padding: 10px 12px 10px 37px;
}

ul#hov_nav li.hov_nav_left a:hover {
	background: url(http://www.houseofvegans.com/mod/template/templates/Default_Template/images/hov_nav_left.jpg) repeat-y left #5D0004;
}

ul#hov_nav li.hov_nav_right a {
	border-right: none;
	padding: 10px 37px 10px 12px;
}

ul#hov_nav li.hov_nav_right a:hover {
	background: url(http://www.houseofvegans.com/mod/template/templates/Default_Template/images/hov_nav_right.jpg) repeat-y right #5D0004;
}

/*
	THE MAIN CONTENT AREA CONTAINER BACKGROUND - ALLOWS FLUID HEIGHT
*/

#content-holder-inner {
	background: url(http://www.houseofvegans.com/mod/template/templates/Default_Template/images/content_background.jpg) repeat-y #E1E0C8;
	margin: 0;
	float: left;
	width: 930px;
}

/*
	THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
	margin: 0;
	padding: 0 15px 0 0;
	width:915px;
	text-align: left;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0;
	padding: 0 100px 50px 30px;
	width:510px;
	text-align: left;
	min-height:450px;
	background: #F5F5EC;
	float: left;
	height: auto;
}

/*\*/
* html div#splitpane-content {
	height:450px;
}
/**/

div#splitpane-content p a:hover {
	text-decoration: none;
}

div#splitpane-content p {
	width: 510px;
	padding: 0;
	margin: 0 0 10px 0;
}

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	width: 290px;
	margin:0;
	padding:0;
	background:#E1E0C8;
	margin: 0 0 5px 0;
	float: right;
}

/*
	THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
	margin:0;
	border: none;
	padding: 0;
	float: left;
}

div#splitpane-sidebar p {
	padding: 0 0 0 15px;
}

div#splitpane-sidebar td p {
	font-size: 80%;
	width: 275px;
	margin: 0;
}

div#splitpane-sidebar td p small {
	float: left;
	clear: both;
	padding: 0;
	text-align: left;
	font-size: 110%;
	margin: 5px 0 10px 0;
}

div#splitpane-sidebar td p small a {
	padding: 0;
}

div#splitpane-sidebar td p small a:hover {
	background-color: #C5C4AF;
	text-decoration: none;
}

div#splitpane-sidebar td label {
	clear: both;
	text-align: left;
	float: left;
	font-size: 130%;
}

div#splitpane-sidebar td label input#username, div#splitpane-sidebar td label input#password {
	float: left;
	clear: both;
	margin: 2px 0 5px 0;
	width: 200px;
}

div#splitpane-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#splitpane-sidebar ul li {
	margin:10px 0;
	padding-left: 0;
}

div#splitpane-sidebar h2 {
	text-align:left;
	border-bottom:5px solid #F5F5EC;
	padding: 0 0 10px 15px;
	font-size: 165%;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

div#splitpane-sidebar ul li#sidebar_weblog ul li, div#splitpane-sidebar ul li#sidebar_files ul li {
	padding: 0 0 0 15px;
}

/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	background: url(http://www.houseofvegans.com/mod/template/templates/Default_Template/images/footer.gif) repeat-y bottom;
	text-align: center;
	padding:10px 0 10px 0;
	font-size:1em;
	margin:0;
	color:#fff;
	width:100%;
}

div#footer p {
	font-size: 85%;
	margin: 0 0 5px 0;
}

div#footer p a {
	background: transparent;
}

div#footer img {
	border: none;
	margin: 0 0 5px 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;
	width: 510px;
	overflow: hidden;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
}

.user img {
	border:10px solid #E1E0C8;
	padding:3px;
}

.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 {
	margin:10px 0 10px 0;
	clear:both;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
}

.info p a {
	font-size:0.9em;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
	height:1px;
	background:#ccc;
}

.comment-owner {
	border:1px dotted #E1E0C8;
	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: 0;
	background:transparent;
	border:none;
}

div#sub-menu img {
	border: none;
}

/* 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 0;
}

.infoholder h2 {
	font-size: 1.2em;
}

/* the end of INFOHOLDER */

#tagcloud {
	line-height:2.9em;
}
	
#tagcloud a {
	text-decoration: none;
}

/*
 PROFILE WIDGETS STUFF
*/

img.profile-photo {
}

.profile_main p {
}

.profile_main p a {
	text-decoration: underline;
}

.profile_main_bottom {
	clear: both;
}

.profile_primary {
	float: left !important;
	width: 100% !important;
	margin-top: 10px 0 0 0 !important;
	clear: both !important;
}

.profile_secondary {
	float: left !important;
	width: 400px !important;
	margin: 10px 0 0 10px !important;
	clear: both !important;
}

.profile_bio {
	padding-top: 10px;
	background:#efefef;
}

.profile_widgets {
	clear: both;
    width: 760px;
	/*background: #004995;*/
}

.profile_icon img {
}

.profile_widgets_left {
	float: left;
	width: 330px;
}

.profile_widgets_right {
	float: right;
	width: 330px
}

/* profile - widgets */

#profile_widgets {
}

.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 {
    margin-bottom: 15px;
    padding: 0;
}

.widget .widget_content {
    padding: 4px 0 4px 0;
}

.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.houseofvegans.com/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}

/*
	MISC
*/

li#search {
	padding: 15px 0 0 0;
}

/*
	STYLING FOR BROWSE & TAG CLOUD LINKS AT TOP
*/

form#searchform {
	padding: 0 0 0 15px;
	margin: 0;
}

form#searchform span a b {
	font-weight: normal;
}

form#searchform span a:hover {
	text-decoration: underline;
}

/*
	STYLING FOR SEARCH TABLE
*/

#search_table td {
	border: none;
	cellpadding: 3px;
	cellspacing: 5px;
	font-size: 1em;
	padding: 5px;
}

#search_table img {
	width: 60px;
	height: 60px;
	margin: 0;
}

#sub-menu img {
	border: none;
}

#sub-menu p {
	line-height: 2em;
}

p span.userdetails {
	text-decoration: none;
	font-size: 160%;
	padding: 0;
	marging: 0;
}

p span.userdetails a {
	background-color: none;
	text-decoration: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}

p span.userdetails a:hover {
	text-decoration: none;
}

#icon a img {
	border: 10px solid #C5C4AF;
	clear: both;
	margin: 15px;
	display: relative;
}

li#sidebar_friends, li#sidebar_files, li#sidebar_weblog, li#community_owned, li#recent_activity {
	padding: 15px 0 0 0;
}

li#sidebar_friends ul li a, li#recent_activity  ul li a, li#community_owned  ul li a, li#community_membership  ul li a {
	padding: 0 0 0 15px;
}

li#sidebar_friends ul li p a, li#recent_activity  ul li p a, li#sidebar_friends p a {
	padding: 0;
}

li#sidebar_friends ul li p a:hover, li#recent_activity  ul li p a:hover, li#sidebar_friends p a:hover {
	text-decoration: none;
}

p.usermenu a {
	padding: 0;
}

p.usermenu a:hover {
	text-decoration: none;
}

.networktable p a {
	background: transparent;
	padding: 0;
}

.networktable p a:hover {
	background: transparent;
}

.networktable table {
	margin: 20px 0 0 0;
}

.networktable table td {
	clear: both;
}

.networktable p span.userdetails a:hover {
	text-decoration: underline;
}

#maincontent_display h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 10px 0 5px 0;
}

h2.weblog_dateheader {
	font-size: 1.8em;
	clear: both;
	position: relative;
	padding: 30px 0 20px 0;
}

.tabbertab {
	margin-bottom: 10px;
}

#comments {
	float: left;
	clear: both;
}

#comments div {
	float: left;
	clear: both;
}

#comments ol {
	clear: both;
}

#comments ol li div.comment-owner {
	clear: both;
	float: left;
	height: auto;
	width: 420px;
}

#comments ol li div.comment-owner p {
	width: 400px;
}

#comments ol li div.comment-owner p a {
	background-color: transparent;
}

#comments ol li div.comment-owner p a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#system-message {
	margin: 0;
	width: 400px;
}

#system-message p {
	width: 300px !important;
}