@charset "utf-8";

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}

html {
		height: 100%; 
}	

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%; 
}

h1 {
	margin: 20px 20px 20px 30px; 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.oneColFixCtrHdr #wrapper {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background:url(/assets/templates/kehoe/images/page-back.jpg) repeat-x;
	height: 100%; 
}

.oneColFixCtrHdr #wrapper2 { /* penrhos pages */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background:url(/assets/templates/kehoe/images/page2-back.jpg) repeat-x;
	height: 100%; 
}
	
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px solid #ff0000;

	/*
Sticky Footer by Ryan Fait http://ryanfait.com/
*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
.oneColFixCtrHdr #header {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	height: 131px;
}

.oneColFixCtrHdr #top-nav {
	margin: 0px; 
	padding: 0px 0px 0px 25px;
	height: 31px;
	background:url(/assets/templates/kehoe/images/nav-back.jpg) repeat-x;
}

.oneColFixCtrHdr #top-nav2 {
	margin: 0px; 
	padding: 0px 0px 0px 25px;
	height: 31px;
	background:url(/assets/templates/kehoe/images/nav-back2.jpg) repeat-x; /* Penrhos Park */
}

.oneColFixCtrHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #ff0000;
	height: 100%;
	vertical-align: top;
}

.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px; 
	padding: 0px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 22px;
	border: 0px solid #ff0000;
	clear: left;
}


.oneColFixCtrHdr #mainContent ul {

	padding: 0px 50px 10px 50px;
}

.oneColFixCtrHdr #mainContent  ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px; 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 14px;
	list-style: square;
	font-size: 100%;
}


.oneColFixCtrHdr #mainContent ul a:link, .oneColFixCtrHdr #mainContent ul a:visited, .oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited  {

	color:  #0a8040;
	font-weight: bold;
	text-decoration: none;
}


.oneColFixCtrHdr #mainContent ul a:hover, .oneColFixCtrHdr #mainContent a:hover   {

	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


.subpagenav  ul {
		list-style: none;
		display: block;
}


.oneColFixCtrHdr #footer {
	margin: 0px; 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/assets/templates/kehoe/images/footer-back.jpg) repeat-x;
	font-size:9px;
	color:#FFFFFF;
	/*
Sticky Footer by Ryan Fait http://ryanfait.com/
*/

	height: 20px; /* .push must be the same height as .footer */
}


.oneColFixCtrHdr #footer2 { /* Penrhos Page */
	margin: 0px; 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/assets/templates/kehoe/images/footer2-back.jpg) repeat-x;
	font-size:9px;
	color:#FFFFFF;
	/*
Sticky Footer by Ryan Fait http://ryanfait.com/
*/

	height: 20px; /* .push must be the same height as .footer */
}

.push {
	/*
Sticky Footer by Ryan Fait http://ryanfait.com/
*/
	height: 20px; /* .push must be the same height as .footer */
}




.oneColFixCtrHdr #footer p, .oneColFixCtrHdr #footer2 p {
	line-height: 22px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


table {
	padding-left: 30px;
}

.oneColFixCtrHdr #mainContent td {
	border: 1px solid #cccccc;
	align: centre;
	padding: 0px 5px;
}


.oneColFixCtrHdr .float-left {
	border: 1px solid #cccccc;
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
}

.col1 {
	width: 100px;
	background-color:#CCCCCC;
	padding: 0px 5px;
	margin: 0px;
	font-weight: bold;
}

.col2 {
	width: 220px;
	background-color:#CCCCCC;
	padding: 0px 5px;
	margin: 0px;
	font-weight: bold;
}

.col3 {
	width: 320px;
	background-color:#CCCCCC;
	padding: 0px 5px;
	margin: 0px;
	font-weight: bold;
}

.col4 {
	width: 75px;
	text-align: center;
	background-color:#CCCCCC;
	padding: 0px 5px;
	margin: 0px;
	font-weight: bold;
}

.col5 {
	width: 125px;
	text-align:right;
	background-color:#CCCCCC;
	padding: 0px 5px;
	margin: 0px;
	font-weight: bold;
}








/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	margin: 0px 0px 20px 30px;
	border: none;
	border: 0px solid #ff0000; 
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

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


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* 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: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#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 #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#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;
}

/* MODx Icons
------------------------------------------------------------------------------- */

 #modxicon { 
height: 32px; 
width: 34px; 
margin: 0 auto; 
text-align: center; 
float: right; 
margin-top: -2em;

}

#modxicon a#modxicon32 {
    margin: 0 auto;
    width: 34px;
    height: 32px;
    display: block; 
text-indent: -2000px; 
text-align: center; 
overflow: hidden;
    background: transparent url(../../images/modx-icon.png) no-repeat 0 0;
	

}

 #modxicon a#modxicon32:hover {
    background: transparent url(../../images/modx-icon.png) no-repeat 0 -32px;
    color: #111;
}

#modxicon a, #modxicon a:visited, #modxicon a:hover { 
background: transparent; 
border: 0;

text-decoration: none; 
}

.stylebox {background-color: #F7F7F7; border: 1px solid #A0A0A0; padding: 5px;}
.hide {display: none;}

/* Search Terms Highlighting
------------------------------------------------------------------------------- */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { color: #eee; background-color:#CCCCCC; border: 1px solid #cccccc;
				height: 48px;	

					 }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888;
border: 1px solid #cccccc; background-color:#CCCCCC }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }