/*
NOT LOGGED IN
*/

/*
	GLOBALS: used to set all the general elements
*/
  
body {
	  
	color:#000;
	font-family:Georgia,times,serif;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 80%;
	//*line-height:1.6em;*//
}

p {
	color:#555;
	margin: 0 0 10px 0;
}

p.underline {
	text-decoration:underline;
    font-size:20px;
}

p.feature-underline {
	text-decoration:underline;
	font-size:10px;
}

a {
	text-decoration:none;
	color:#729930;
}

ol, ul, li {
	color:#000;
margin:0px;
}

h1 {
	font-size:130%;
}

h2, h3, h4, h5 {
	font-size:100%;
	
}

blockquote{
	background: #EEE url(http://www.bywynyrardd.net/elgg/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:960px;
	margin:0 auto;
	padding:0;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	background:transparent;
	width:100%;
	
}

div#welcome {
float:left;
width:590px;
background-color:#dff3a4;
padding:10px;
	
}

div#welcome a {
color:#5B7A00;
}
/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin: 0px;
		padding:10px;
	float:left;
}

div#header #logo h1 {
	font-size:30px;
	padding:0;
	margin:10px 0 6px 0;
}

div#header #logo h1 a{
	color:#000;
	font-family:serif;
}

div#header #logo h2{
	color:#000;
	padding:0;
	margin:0;
	font-size:1.2em;
}

/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	float:right;
	width:230px;
	margin:0;
	padding:0;
	margin-left:30px;
}

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 {
	margin:0;
	width:960px;
	min-height:500px;
	position:relative;
	float:left;
	clear:both;
	margin-bottom:10px;
}
div#bigwrapper {
background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/psd-tile-grass.jpg); 
width:100%;
float:left;
}
div#content-holder a:hover {
	text-decoration:underline;
}

div#content-holder h1 {
	font-size:150%;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
}

div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 10px 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-holder {
float:left;

width:634px;

margin-left:10px;
}

div#splitpane-content-top {
	float:left;
    width:634px;
	height:10px;
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/top_content.png) no-repeat ;
    font-size:8px;
    margin:0px;
}

* html body div#splitpane-content-top
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/top_content8.png);
  }

div#splitpane-content {
	
	margin: 0px;
	padding: 10px;
	float:left;
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:500px;
	width:614px;
	background:#fff;
	
	
}


div#splitpane-content-bottom {
	width:634px;
	float:left;
	height:10px;
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/bottom_content.png) no-repeat bottom;
	margin:0;
    font-size:8px;
    margin:0px;
}

* html body div#splitpane-content-bottom	
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/bottom_content8.png);
  }

/*
	BYYA RHAGLENNI
*/

div#rhaglenni-mainpicture {
	width:542px;
	float:left;
	height:305px;
	margin:0;
}

div#rhaglenni-mainpicture {
	width:542px;
	float:left;
	height:305px;
	margin:0;
}

div#rhaglenni-sidebox {
	width:174px;
	float:left;
	margin:0;
}

div#rhaglenni-middlebox {
	width:174px;
	float:left;
	margin-left:10px;
    margin-right:10px;
}

div#rhaglenni-smallimage {
	width:174px;
    height:93px;
	float:left;
}

div#rhaglenni-feature-box {
	width:744px;
	float:left;
    border-top: thin solid #e6f3be;
    
}

div#rhaglenni-feature-text {
	float:left;
}

div#rhaglenni-feature-picture	 {
	width:147px;
	float:left;
}


/*
	END RHAGLENNI
*/

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#loggedoffsidebar-holder {
	float:left;
	width: 125px;
	margin-left:10px;
	padding:0px;
	margin-bottom:10px;
	}
	
div#loggedoffsplitpane-sidebar {
	float:left;
	font-size:8px;
	margin:0;
	height:10px;
	width:120px;
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-top.png) no-repeat;
}

* html div#loggedoffsplitpane-sidebar 
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-top8.png);
  }

div#loggedoffsidebar-contents {
    float:left;
   width:120px;
    background:#fff;
}

div#loggedoffsidebar-contents p {
	font-size:8pt;
	padding-left:5px;
	padding-right:5px;
margin-bottom:0px;
line-height:1.2em;
	}

div#loggedoffsidebar-bottom {
   float:left;
   background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-bottom.png) no-repeat bottom;
   width:120px;
   height:10px;
   margin:0px;
   font-size:8px;
   padding:0px;
}

* html div#loggedoffsidebar-bottom
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-bottom8.png);
  }

div#signup-holder {
	float:right;
	width: 125px;
	margin-left:10px;
	padding:0;
	margin-bottom:10px;
	}
	
div#signup-sidebar {
	float:left;
	margin:0;
	height:10px;
	width:120px;
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-top.png) no-repeat;
	font-size:6pt;
}

* html div#signup-sidebar 
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-top8.png);
  }


div#signup-contents {
    float:left;
   width:120px;
    background:#fff;
line-height:1.1em;
}

div#signup-contents p {
	font-size:8pt;
    padding-left:7px;
    padding-right:7px;

	}
div#signup-contents ul {

list-style:inner square;
font-size:8pt;
padding-left:15px;
padding-right:15px;

}

div#signup-contents li {

margin-bottom:10px;
}

div#signup-bottom {
   float:left;
   background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-bottom.png) no-repeat bottom;
   width:120px;
   height:10px;
   margin:0;
font-size:6pt;
}

* html div#signup-bottom 
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-bottom8.png);
  }
	
div#sidebar-holder {
	float:left;
	width: 120px;
	margin-left:10px;
	padding:0
	}
	

div#splitpane-sidebar {
	float:left;
	margin:0;
	height:10px;
	width:120px;
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-top.png) no-repeat;
}

div#sidebar-contents {
    float:left;
   width:120px;
    background:#fff;

}

div#sidebar-bottom {
   float:left;
   background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/sidebar-bottom.png) no-repeat bottom;
   width:120px;
   height:10px;
   margin:0;
}

/*
	THE SIDEBAR CONTENTS
*/

div#sidebar-contents td {
	width: 100px;
	margin:0 0 0 20px;
}

div#sidebar-contents ul {
	margin: 0;
	padding:0;
	list-style: none;
}

div#sidebar-contents ul li {
	margin:10px 0;
	padding-left: 5px;
}

div#sidebar-contents ul li ul li a {
	padding:0 0 0 5px;
}

div#sidebar-contents h2 {
	text-align:left;
	/*border-bottom:1px solid #ccc;*/
	color:#000;
	font-size:0.9em;
	width:100px;
}

/*
   NEW CSS FOR THE TOOLBAR THAT LIVES IN THE MAIN CONTENT AREA
*/

#content-holder-toolbar {
   float:right;
   margin:0;
   background:#fff;
   border:1px solid #ccc;
   width:150px;
}



div#s4chead {
clear: both;
	position: relative;
	font-size:1em;
	
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	font-weight:bold;
	//*height:90px;*//
	
	background:#fff;
}


/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	font-size:1em;
	width: 100%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	
	
	float:left;
	padding:0 0 0 0;
	background:#fff;
	
}




div#footer img {
   text-align:right;
   padding:3px 0 0 0;
}

div#footer p {
   padding:0 20px 0 20px;
   colour:#000;
}

div#footer a {
	color:#000;
	padding:0 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:#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: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 #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.bywynyrardd.net/elgg/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}

/*
  COMMENT WALL STUFF
*/

#commentwall {
   
   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:#efefef;
   border-top:1px solid #ccc; /*#4E730C;*/
  width:99%;
   height:20px;
   padding:2px;
   font-size:12px;
}
.commentwall_date {
    font-style:italic;
    font-size:0.8em;
    margin:0 0 10px 0;
    background:#efefef;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0;
   padding:0;
   font-size:11px;
}

.commentwall_name {
   font-weight:bold;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ccc;
   margin-left:70px;
}

.commentwall_name {
   background:#efefef;
}


#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;
}

/* Plant Identifier */


div#plantidentifier {

width:181px;
height:351px;
float: left;
margin-bottom:100px;


background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/menu-icon-png-24.png);



}

div#plantidentifier ul {
	margin:100px 0 0 0;
	padding:0 0 0 0;
	}
div#plantidentifier li {
width: 160px;

margin-left:10px;
border-bottom:1px solid #000;
list-style: none;

}
* html body div#plantidentifier	
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/menuicon.png);
  }


div#leftcolholder {
/*padding-left:30px;*/
width:181px;
float:left;

}

div#frontpage_feeds {
float:left;
padding-left:10px;
padding-top:10px;
border-top: 1px solid #99cd00;
border-bottom: 1px solid #99cd00;
width:599px;
margin-bottom:10px;
}

div#calendar_all {
float:left;
padding-left:10px;
border: 1px solid #ddd;
width:275px;
margin-left:10px;
height:180px;
overflow:auto;
}

.sitemembers_holder {
float:left;
padding-left:10px;
text-align:center;
width:64px;
}

div#sitemembers_box {
height: 100px;
}

div#sitemembers_all {
float:left;
border: 1px solid #ddd;
width:310px;
height:180px;
overflow:auto;
}

/* 
	USER TOOLBAR: IN DEFAULT ELGG, THIS SITS
	AT THE VERY TOP OF THE PAGE.
*/

div#elggtoolbar {
	height:30px;
	font-family:Georgia, Times,serif;
	width:955px;
	
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/toolbar-back.png) no-repeat;
	color:#000;
	margin:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 4px 0;
}

* html body div#elggtoolbar	
  {
  background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/toolbar-back8.png) no-repeat;
  }

div#elggtoolbar p {
	margin:0;
	padding:6px 0 0 5px;
	color:#91B6C0;
}

div#elggtoolbar span a {
	color:#ccc;
	/*border:1px solid #777;*/
	padding:2px 4px 2px 0px;
}

div#elggtoolbar span a:hover {
	text-decoration:none;
}

div#elggtoolbar img {
	padding:0;
	margin:0 5px 0 0;
	border:0;
}

/* 
	GLOBAL USER OPTIONS: LOGOUT AND ACCOUNT SETTINGS, TOP RIGHT
*/

div#elggtoolbar #global-menuoptions{
	float:right;
	text-align:right;
	/*width:300px;*/
	margin:4px 10px 0 0;
	/*font-size:0.9em;*/
	font-size: 80%;
}

div#elggtoolbar #global-menuoptions ul {
	margin:0;
	padding:0;
}

div#elggtoolbar #global-menuoptions li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	border: none;
}

div#elggtoolbar #global-menuoptions li a{
	text-decoration:underline;
	padding:0 10px 0 0;
	margin:20px 0 0 0;
	color:#000;
	background:transparent;
}

div#elggtoolbar #global-menuoptions p {
	padding:0 10px 0 0;
}

div#elggtoolbar #global-menuoptions img {
	padding:0;
	margin:0 10px 0 0;
}

/* 
	USER NAVIGATION: THIS STYLES THE USERS MAIN NAV IN THE TOOLBAR,
	IN DEFAULT ELGG IT SITS OVER ON THE LEFT HAND SIDE
*/

div#elggtoolbar #navigation {
	height: 19px;
	margin: 3px 0 0 4px;
	padding:0;
	text-align:left;
	float:left;
}

div#elggtoolbar #navigation li {
	margin: 0; 
	padding: 3px;
	display: inline;
	list-style-type: none;
	float: left;
	}

div#elggtoolbar #navigation a {
	margin: 0 2px 0 0;
	text-decoration: none;
	font-size:90%;
	color:#000;
	/*background:#efefef;*/
	/*border:1px solid #ccc;*/
	padding:2px 15px 2px 0px;
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/slash.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:right;
	}

div#elggtoolbar #navigation a:hover {
	background:#E0EEFC;
}

div#elggtoolbar #navigation a.s4c {
	margin: 0 2px 0 0;
	text-decoration: none;
	font-size:90%;
	color:#000;
	/*background:#efefef;*/
	/*border:1px solid #ccc;*/
	padding-right:15px;
	background:url(http://www.bywynyrardd.net/elgg/mod/template/templates/Default_Template/images/slash.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:right;
	}
div#elggtoolbar #navigation a.s4c:hover {
	background:none;
}

div#elggtoolbar #navigation a.selected {
	/*background:#E0EEFC;*/
	border:1px solid #ccc;
}

div#elggtoolbar form {
	margin: 4px 0 0 4px;
	width: 995px;
	float: left;
}

div#elggtoolbar #powered-by-elgg {
	margin: 7px 4px 0 0;
	float: right;
}
div#container {
	margin-top: 1px;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-bottom:0;
}

p.MsoNormal{
margin:5px;
}