/*
Theme Name: Allotments Theme
Theme URI: http://melbourn.org.uk
Version: 1.0
Author: Peter 
*/


/***************** General *****************/

body {
	margin: 0;
	background: #efeff6 url("images/background.gif") repeat-x;
	text-align: justify;
}

a {
	color: #a7c2a5;    /****** this alters the very top text menu *******/
	text-decoration: none;
}

a:hover {
	color: #9D080D;
	text-decoration: none;
}

p {  /* main text */
	font: 13px/18px Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 620px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;			
}

table {  /* main text */
	font: 13px/20px Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 620px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;			
}

address {
	font: italic 10px/12px Arial, Helvetica, Century Gothic, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

sidetext {
	font: 10px/13px Century Gothic, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

.wp-caption { /*images caption*/
	text-align: center;
		margin: 0px 0px 0px 0px;
	color: #666666;    /***** DARK GREY *****/
}


.wpGallery { /*links*/
	font-weight: bold;
	color: #650fb5;    /***** BLUE *****/
}






h1 {
	font: bold 20px/26px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	color: #215203;	    /***** COLOUR MASTER 2 *****/
}

h2 {
	font: bold 18px/22px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 15px 0px 5px 0px;
	color: #215203;
}

h3 {
	font: bold 15px/21px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 8px 0px 0px 0px;
	color: #215203;
}

h4 {
	font: bold 12px/16px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 8px 0px 0px 0px;
	color: #215203;    /*****  COLOUR MASTER 2 *****/
}

h5 {
	border-top: 1px solid #c8dcbe;    /*****  BACKGROUND COLOUR 3 *****/
	font: bold 18px/22px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 8px 0px 0px 0px;
	color: #215203;
}

h6 {
	width: 100%;
	border-top: 1px solid #c8dcbe;    /*****  BACKGROUND COLOUR 3 *****/
	font: bold 15px/21px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	color: #215203;
}

h7 {
	font: bold 18px/20px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 8px 0px 0px 0px;
	color: #215203;
}











img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}



/**************** Page ******************/

#page {
	margin: 0 auto;
	width: 1000px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1000px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1000px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}




/***************** Header *******************/

#header {
	width: 1000px;
	height: 340px;
	position: relative;
}



/***************** Header - Info ******************/
	
	#header #header-info {
		position: absolute;
		top: 0px;
		left: 35px;
	}
	
	#header #header-info h1 {
		float: left;
		color: transparent;
		font: normal 0px Arial;
	}
	
	#header #header-info h1 a {
		color: transparent;
		text-decoration: none;
	}
	
	#header #header-info .description {
		float: left;
		color: #747474;
		font: normal 0px Arial;
		padding-top: 10px;
	}
	



/************** TOP Menu ******************/
	
	#header #header-menu {
		position: absolute;
		top: 23px;
		left: 70px;
		width: 1000px;
		height: 12px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 1000px;
		height: 15px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 46px;
		font: bold 16px Arial;
		color: #ffffff;
		text-transform: uppercase;
	}
	
	#header #header-menu ul li a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		padding: 8px 10px;
	}
	
	#header #header-menu ul li a:hover {
		color: #9D080D;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		color: #ffffff;
		/*** background: url("images/header_menu.gif") repeat-x; ***/
	}



/************* alters the top bar of text ************/

.aligncenter,div.aligncenter{
	color: #ffffff;
	text-align: left;
	font: bold 14px/22px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 7px 0px 0px 0px;
}

	
	
	
/************* Header - Feed *************/
	
	#header #header-feed {
		position: absolute;
		top: 31px;
		left: 821px;
		width: 45px;
		height: 46px;
	}



/***************** Main *****************/

	#main {
		width: 1000px;
			font: 13px/18px Century Gothic, Arial, Helvetica, sans-serif;
			color: #000000;
			padding: 0px 0px 0px 0px;
	}



/* Main - Content */
	
	#content {
		float: left;
		width: 620px;   /* Moves the side bar as well */
		padding: 80px 55px 0 85px;
	}



/******** Main - Content - Post *********/
	
	#content .post {
		float: left;
		margin-bottom: 0px;
		width: 625px;
	}
	


/***************** DATE *****************/
		
		#content .post .post-title {  /* alters date */
			width: 628px;
			color: #575757;
			font: normal 12px Arial;
		}
		
		#content .post .post-title a {
			color: #575757;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			color: #9D080D;
		}
		
		#content .post .post-title .post-date {
			width: 625px;
		/**	background: url("images/post_date.gif") no-repeat; **/
			padding-bottom: 0px;
			line-height: 41px;
		}
		
		#content .post .post-title .post-date span {
			float: left;
			width: 620px;
			text-align: right;
			padding-right: 0px;
		}



/***************** Title *****************/
		
		#content .post .post-title h2 {  /* PAGE title */
			color: #215203;
			font: bold 24px/26px Arial;
			padding: 10px 0px 5px 0px;
		}
		
		#content .post .post-title h2 a {  /* POST title */
			color: #215203;
			font: bold italic 24px/26px Arial;
			padding: 10px 0px 5px 0px;			
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			color: #9D080D;
		}
		


/************** Post - Entry **************/
		
		#content .post .post-entry {  /* main text */
			font: normal 13px/18px Century Gothic, Arial, Helvetica, sans-serif;
			text-align: justify;
			color: #000000;
			margin: 2px 0px 2px 0px;			
			padding: 0px 0px 0px 0px;					
		}
			
		#content .post .post-entry a {
			text-decoration: none;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry a:hover {
			color: #9D080D;
		}
				
		#content .post .post-entry .more-link {
			font-weight: bold;
		}
		
		
		
		
		#content .post .post-entry blockquote {
			width: 580px;		
			border-left: 6px solid #6a804a;
			margin: 0px 20px 0px 20px;
			padding-left: 10px;
			padding-bottom: 0px;
		}
	
	
	
	
	
		#content .post .post-entry2 {  /* main text */
			font: 13px/18px Century Gothic, Arial, Helvetica, sans-serif;
			color: #000000;
			padding: 0px 0px 5px 0px;
			margin: 0px 0px 0px 0px;			
		}
			
		#content .post .post-entry li {
			margin: 0px 0px 5px 0px;
			padding-left: 5px;
			padding-bottom: 0px;					
		}
		
		#content .post .post-entry li li{
			margin: 5px 0px 5px -25px;
			padding-left: 5px;
			padding-bottom: 0px;		
		}

				
				


		


/*************** Post - Info **************/
		
		#content .post .post-info {  /* Posted by etc */
			margin-top: 10px;
			padding-top: 10px;
			width: 620px;
			clear: both;
			font: normal 12px Arial;
			color: #447029;
			border-top: 1px dotted #215203;
		}
		
		#content .post .post-info a {
			color: #447029;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			font-weight: bold;
			color: #9D080D;
		}
		
		#content .post .post-info .post-info-comments {
				color: #447029;
				font-weight: bold;
		}
			
		#content .post .post-info .post-info-comments a {
				color: #447029;
		}
		



/************ Main - Content - Navigation ************/
	
	#content .navigation {
		font: bold 14px Arial;
		color: #000000;
		width: 610px;
	}
	
	#content .navigation a {
		color: #8d9bb2;
		margin-bottom: 25px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		color: #9D080D;
	}
	
	#content .navigation .navigation-previous {
		float: left;
	}
		
	#content .navigation .navigation-next {
		float: right;
	}
	

/***************** Main - Sidebar *****************/
	
	#sidebar {
		float: left;
		margin: 50px 0px 0px 0px;
		width: 220px;
		font: normal 13px/15px Arial;
		color: #215203;
		text-align: left;	
	}
	
	#sidebar a {
		color: #000000;
		text-decoration: none;
		color: #215203;
	}
	
	#sidebar a:hover {
		font-weight: bold;
		color: #9D080D;
	}
	
	#sidebar .sidebar-box {
		width: 220px;
		margin-bottom: 12px;
	}
	

/***************** Sidebar - Titles *****************/
		
	#sidebar h3 {
		font: bold 18px Arial;	
		color: #215203;
		padding-bottom: 0px;
	}
		


/***************** Sidebar - Menus *****************/
		
	#sidebar ul {
		margin: 0;
		padding: 0 0 0 15px;
		list-style-type: none;
	}
		
	#sidebar ul li {
		font: normal 13px/22px Arial;
		color: #000000;
		text-align: left;	
	}
		
	#sidebar ul li a {
		color: #000000;
		text-decoration: none;
	}
		
	#sidebar ul li a:hover {
		font-weight: bold;
		color: #9D080D;
		text-decoration: none;
	}
		
	#sidebar ul li ul {
		padding: 0 0 0 15px;
	}
		


/***************** Sidebar - Forms *****************/
		
	#sidebar #searchform {
		margin: 0;
		padding: 10px 0;
		width: 175px;
		text-align: center;
	}
		
	#sidebar #searchform #s {
		width: 145px;
	}
		


/***************** Sidebar - Tables *****************/
		
		#sidebar #calendar_wrap {
			padding-left: 15px;
			width: 140px;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		


/***************** Sidebar - Texts *****************/
		
		#sidebar .textwidget {
			padding: 0 1px;
		}



/********************* Footer *********************/

#footer {
	width: 1000px;
	height: 121px;
	padding: 0px 0px 0px 60px;
	color: #333333;
	font: normal 12px/114px Arial;
}

#footer a {
	color: #828083;
	text-decoration: none;
}

#footer a:hover {
	color: #9D080D;
}





	


/***************** Search ****************
	
	#header #header-search {
		position: absolute;
		top: 26px;
		left: 720px;
		width: 223px;
		height: 24px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 223px;
		height: 22px;
	}
	
	#header #header-search #s {
		width: 223px;
		height: 22px;
		padding: 2px;
		border: 0px red solid;
		font: normal 15px Arial;
		color: #5f0f3d;
		background: transparent;
		float: left;
	}	
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: 0px blue solid;
		top: 26px;
		left: 620px;
		width: 40px;
		height: 22px;
		padding: 0;
		float: left;
	}
	
	
**************** Post - Comments as it says on the tin ****************
		
		#content .post h3 {
			font: bold 22px/24px Century Gothic, Arial, Helvetica, sans-serif;
			color: #215203;
			margin: 10px 0 5px 0;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #5679b9;
			width: 550px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			color: #9D080D;
		}
		
		#content .post .comments ol li.alt {
			background: #1e2354;
		}
		
		#content .post .comments ol li cite {
			color: #8d9bb2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			color: #9D080D;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			color: #9D080D;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #5679b9;
			width: 555px;
		}
		
		#content .post #commentform a {
			color: #8d9bb2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			color: #9D080D;
		}
	

	
	
	
	
	
*/	

