/*
Theme Name: River Mel Restoration
Theme URI: http://melbourn.org.uk
Version: 1.0
Author: Peter 
*/


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

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

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

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

p {  /* main text */
}

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

address {
	font: italic 14px/19px Century Gothic, Helvetica, Arial, Tahoma, Verdena, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #333;
}

sidetext {
	font:  14px/19px Century Gothic, Helvetica, Arial, Tahoma, Verdena, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #333;
}

.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: #46381a;	    /***** 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: #46381a;
}

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

h4 {
	font: bold 12px/16px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 8px 0px 0px 0px;
	color: #46381a;    /*****  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: #46381a;
}

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

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











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





/************** TOP Menu ******************/
	
	#header #header-menu {
		position: absolute;
		top: 8px;
		left: 0px;
		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: center;
	font: bold 16px/22px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 0px 0px 0px 0px;
}

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



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

	#main {
		width: 1000px;
			font:  14px/19px Century Gothic, Helvetica, Arial, Tahoma, Verdena, sans-serif;
			color: #000000;
			padding: 0px 0px 0px 0px;
	}



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



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


/***************** DATE *****************/
		
		#content .post .post-titles {  /* alters date */
			width: 628px;
			color: #46381a;
			font: normal 10px Arial, Helvetica, Century Gothic, sans-serif;
			margin: 0px 0px -10px 0px;
			padding: 0px 0px 0px 0px;
		}
		
		#content .post .post-titles a {
			text-decoration: none;
		}
		
		#content .post .post-titles a:hover {
			color: #9D080D;
		}
		
		#content .post .post-titles .post-date {
			width: 625px;
		/**	background: url("images/post_date.gif") no-repeat; **/
			padding-bottom: 0px;
			line-height: 41px;
		}
		
		#content .post .post-titles .post-date span {
			float: left;
			width: 620px;
			text-align: right;
			padding-right: 0px;
			margin: 10px 0px -10px 0px;
			padding: 0px 0px 0px 0px;
		}



/***************** Title *****************/

		#content .post .page-title h2 {  /* PAGE title */
			color: #46381a;
			font: bold 20px Arial, Helvetica, Century Gothic, sans-serif;
			padding: 0px 0px 0px 0px;
			margin: 20px 0px -8px 0px;
		}
		
		#content .post .post-titles h2 {  /* POST title */
			color: #46381a;
			font: bold italic 20px Arial, Helvetica, Century Gothic, sans-serif;
			padding: 0px 0px 0px 0px;
			margin: 20px 0px -8px 0px;			
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			color: #9D080D;
		}
		
		
		
		
	/*	#content .post .post-title h2 {   PAGE title 
			color: #46381a;
			font: bold 24px/26px Arial;
			padding: 10px 0px 5px 0px;
		}*/
		
/************** Post - Entry **************/
		
		#content .post .post-entry {  /* main text */
			font: normal 14px/19px Century Gothic, Helvetica, Arial, Tahoma, Verdena, 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;
		}


		blockquote p {
			width: 500px;		
			border-left: 6px solid #978955;
			margin: 0px 0px 0px 0px;
			padding-left: 10px;
			padding-bottom: 0px;
		}
	
	
	
		#content .post .post-entry2 {  /* main text */
			font: 13px/18px 14px/19px Century Gothic, Helvetica, Arial, Tahoma, Verdena, 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 11px Arial;
			color: #333;
			border-top: 1px dotted #215203;
		}
		
		#content .post .post-info a {
			font-weight: bold;
			color: #333;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			font-weight: bold;
			color: #9D080D;
		}
		
		#content .post .post-info .post-info-comments {
			color: #333;
				font-weight: bold;
		}
			
		#content .post .post-info .post-info-comments a {
			color: #333;
		}
		



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

/***************** Sidebar *****************/
		
	#sidebar h3 {
		font: bold 18px Arial;	
		color: #215203;
		padding-bottom: 0px;
	}		
	
	#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;
	}
	
	#sidebar a:hover {
		font-weight: bold;
		color: #9D080D;
	}
	
	#sidebar .sidebar-box {
		width: 220px;
		margin-bottom: 12px;
	}
	

/***************** 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 :hover {
		font-weight: bold;
		color: #9D080D;
		text-decoration: none;
	}
		



#sidebar ul li a {
	text-decoration: none;
	font: bold 12px/18px Arial, Helvetica, Century Gothic, sans-serif;
	color: #000000;
	margin: 0px 10px 0px -16px;
	padding: 0px 10px 0px 16px;
	background: url('images/subarrow_t.png') no-repeat 0px 2px;				
}

#sidebar ul li a:hover {
	text-decoration: none;
	font: bold 12px/18px Arial, Helvetica, Century Gothic, sans-serif;
	color: #9D080D;
	background: url('images/subarrow_b.png') no-repeat 0px 2px;
}



#sidebar ul li ul {
		padding: 0 0 0 15px;
}
		





/************************** Sidebar SUB HEAD **************************/

#sidebar ul ul li a {
	position: relative;
	list-style-type: none;
	color:#000000;
	font: normal 12px/18px Arial, Helvetica, Century Gothic, sans-serif;
	margin: 0px 0px 0px -16px; 
	padding: 0px 0px 0px 0px;
	background: url('images/subarrow_t.jpg') no-repeat 0px 3px;  
}

#sidebar ul ul li a:hover {
	position: relative;
	list-style-type: none;
	background: url('images/subarrow_b.jpg') no-repeat 0px 3px; 
}





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




	
	
/**************** Post - Comments as it says on the tin ****************/
		
		#content .post h3 {
			font: bold 15px/24px Arial, Helvetica, Century Gothic, sans-serif;
			color: #46381a;
			margin: 20px 0 0px 0;
		}
		
		#content .post .comments {   /* Peter Says & Date */ 
			font: bold 14px/20px Arial;
			color: #333;
			width: 550px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
			color: #907c35;
		}
		
		#content .post .comments ol li {
			font: 13px/18px Century Gothic, Arial, Helvetica, sans-serif;
			color: #333;
			padding: 0px 5px 0px 5px;
			margin: 0px 0px 0px 5px;
			width: 580px;
		}
		
		#content .post .comments ol li a {
			color: #333;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			color: #9D080D;
		}
		
		#content .post .comments ol li.alt {
			background: none;
		}
		
		#content .post .comments ol li cite {
			color: #333;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #333;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			color: #9D080D;
		}
		
		#content .post .comments ol li .commentmetadata a {  /* COMMENT DATE */
			color: #46381a;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			color: #9D080D;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 12px/20px Arial;
			color: #46381a;
			width: 600px;
		}
		
		#content .post #commentform a {
			color: #46381a;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			color: #9D080D;
		}
	
	


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

#footer {
	width: 1000px;
	height: 50px;
	padding-top: 55px;
	color: #000000;
	font: normal 12px Arial;
	text-align: left;
}
#footer_text{
	font: bold 11px Century Gothic, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: right;
	padding-top: 0px;
	padding-right: 60px;
}

/****** INFO@ ******/

#footer_textsm a{
	font: normal 16px Century Gothic, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left;
	line-height: 0px;
	padding-left: 70px;	
}

#footer_textsm {
	color: #725857;
}

#footer_textsm a:hover{
	color: #9D080D;	
	font-weight: normal;
}

#footer_text a{
	font: normal 12px Century Gothic, Helvetica, Arial, sans-serif;
	color: #725857;	
	text-align: right;	
}

#footer_text span a{
	color: #725857;	
}


#footer_text a:hover{
	color: #9D080D;	
	font-weight: bold;
}
/***************** 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;
	}
	
	/***************** Header *******************/

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



/***************** Header - Info ******************/
	
	#header #header-info {
		position: absolute;
		top: 80px;
		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;
	}
	




