/*
Theme Name: gardentheme
Theme URI: http://www.sags.org.uk
Description: Theme for the SAGS community diary
Version: 1.0
Author: Barbara De La Rue

*/

*
{
	padding:0;
	margin:0;
}

body
{
  font-size:   14px;
  line-height: 18px;
  font-family: "garamond", "Times New Roman", Times, serif;
  margin:      20px;
  background-image:
		url('http://www.sags.org.uk/images/Cloud.gif');

}
#menubar
{
	font-size: 0.9em;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	width: 95%;
	background-color:#036;
	height: 25px;
	
}

 ul#menulist
{
	padding-left:0;
	margin-left:0;
	white-space:nowrap;
}


#menulist li
{
	display:inline;
	list-style-type:none;
	
}

#menulist a {padding: 2px 5px;}

#menulist a:link, #menulist a:visited
{
color: #fff;
background-color: #036;
text-decoration:none;
}

#menulist a:hover
{
	 color: #fff;
	background-color: #369;
	text-decoration: none;
}

#wrapper
{
	margin-top:20px;
}

#sidebar
{
	margin-top:30px;
	width: 190px;
	float: left;
	
}

#sidebar ul
{
	list-style: none;
	margin-bottom: 10px;
}

#sidebar ul ul
{
	list-style:circle;
	margin-left:20px;
}

#sidebar ul h2
{
  
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
}

#sidebar ul a
{
	text-decoration:none;
}

#footer
{
	clear: both;
}



#content
{
	margin-top:30px;
	
	margin-left: 195px;
	margin-right: 3%;
	
}

#wrapper
{
  width: 95%;
  /*margin: 2px auto;*/
  overflow: hidden;
}	

#container
{
	position: absolute;
	width: 100%;
}

#top
{
	width: 100%;
	height: 125px;
	padding-top:5px;
}

#logo
{	float:left;
	width:150px;
	height: 125px;
	background-color=white;
}


	
#header
{
	margin-left: 155px;
	text-align: center;
	background-image: 
		url('http://www.sags.org.uk/images/AllotmentFlowers.jpg');
	height: 125px;
}

.post
{
	margin-bottom : 20px;
	margin-top : 5px;
 	padding-left: 5px;
	font-size: 1.1em;
}

.post p
{
	line-height:1.4em;
	margin-bottom: 1em;
}

.entry
{
	background-color:white;
	margin-bottom:5px;
	margin-top:5px;
}

.navigation
{
  display: block;
  margin-top: 10px;
  padding-bottom: 40px;

}

 
.alignleft
{
  float: left;
  text-align: left;

  width: 50%;
}

.alignright
{
  float: right;

  text-align: right;
  width: 50%;
}

h1
{
	padding-top:25px;
	font-size: 3em;
	font-family: arial;
	color:white;
}

h2
{
	font-size:1.6em;
	line-height:1.8em;
	margin-bottom:0.5em;
}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;

	}


h3.header
{
	
	font-family:ariel;
	color:white;
	padding-top: 10px;
}

p.footerleft
{
	font-size : 12px;
	font-style:italic;
	text-align:left;
	float:left;
	width:33%;
}
p.footercenter
{
	font-size : 12px;
	font-style:italic;
	text-align:center;
}
p.footerright
{
	font-size : 12px;
	font-style:italic;
	text-align:right;
	float:right;
	padding-right:10px;
	width:33%
}

/*this is stuff from the original */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




#sidebar form {
	margin: 0;
	}
/* End Sidebar */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}


			
