/*
Design by Free CSS Templates
http://www..freecsstemplates..org
Released for free under a Creative Commons Attribution 2..5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #C1A14A url(../images/img1.jpg) repeat-y center top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:C5A657;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	padding: 20px;
}

/* Logo */

#logo {
	float: left;
	width: 410px;
	padding: 0 0 0 60px;
	background: url(../images/img2.jpg) no-repeat left center;
}

#logo h1 {
	font-size: 2.5em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	border: none;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 13px;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 470px;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li ul {
	padding: 1em 0;
}

#colTwo li a {
	padding-left: 15px;
	background: url(../images/img5.jpg) no-repeat left center;
	border: none;
}

#colTwo .current  a  {
	padding-left: 15px;
	background: url(../images/img5a.jpg) no-repeat left center;
	border: none;
}

#colTwo .reflect_archive_list li a{     /*Only needed on IE*/
	padding-left: 15px;
	padding-bottom:0;
	background: url(../images/img5.jpg) no-repeat left center;
	border: none;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#colTwo .recent {font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;}

#colTwo h2 {
	Padding-top: 15px;
	}
/* Latest Post */

#latest-post {
	padding: 25px 0 0 0;
	background: url(../images/img3.jpg) no-repeat center top;
}

#latest-post .title {
	padding: 0 0 0 30px;
	background: url(../images/img4.jpg) no-repeat left center;
	font-size: 1.5em;
}

#latest-post .title a {
}

#latest-post .image {
	float: left;
	margin: ..3em 1em 1em 0;
}


/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 5em 0;
	font-size: xx-small;
}

/* MODx Search box styles  */
#search {
	padding: 30px 0 20px 0;
	border:0;
	}

#ajaxSearch_input{
height:18px;
width:110px;
margin:5px;
}
#ajaxSearch_submit {
background:transparent url(../images/img4.jpg) no-repeat scroll center top;
border:0 none !important;
cursor:pointer;
height:26px !important;
margin:5px !important;
width:30px !important;
color:#910000;
font-weight:bolder;
font-size:12px;


}
#search fieldset {
	border:0;
	border-collapse:collapse;
	}
	
	/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #900000;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #990000;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    /*background-color: #;*/ 
    color: #900000;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #c7a249; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #900000;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/*Manleynet.co.uk site specific stuff*/

.arrow {
	background: url("../images/design/link_arrow_dark.png") no-repeat 5px 50%;
	padding-left:1.5em;
	font-weight:bold;
	}