/*
COLORS FOR USE IN CSS
#0f3a16 - Dark Green
#56802a - Bright Green
#99843c - Brown
#aa9679 - Light Brown
#b1bfc0 - Slate Grey
*/
*
{
	margin: 0;
	padding:0;
}
html
{
	height: 100%;
}
body
{
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
p,.text
{
	font-size: .8em;
}
.small
{
	font-size: .5em;
}
/* ie 5+ png hotfix */
img
{ 
	behavior: url(iepngfix.htc); 
}
#holder
{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#header
{
	width: 800px;
	height: 161px;
	position: relative;
	border-left: 2px solid #0f3a16;
	border-right: 2px solid #0f3a16;
	border-bottom: 2px solid #0f3a16;
	background-image: url(../images/irish_coast.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#titleForward
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .05em;
	color: #56802a;
	position: absolute;
	left: 50px;
	top: 20px;
	z-index: 3;
}
#titleBack
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .05em;
	color: #000000;
	position: absolute;
	left: 51px;
	top: 21px;
	z-index: 2;
}
/* menu items */
#menu
{
	width: 486px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px dotted #ffffff;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li
{
	float: left;
}
#nav-menu li a
{
	background-color: #0f3a16;
	height: 24px;
	line-height: 2.45em;
	float: left;
	width: 80px;
	display: block;
	border-right: 1px dotted #ffffff;
	color: #ffffff;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: .07em;
	text-decoration: none;
	text-align: center;
}
#nav-menu a:hover
{
	text-decoration: underline;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}
/* End hide */

#nav-menu
{
	width:486px;
}
/* end menu items */
#breadcrumbs
{
	width: 804px;
	height: 20px;
	background-color: #aa9679;
	position: relative;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: .7em;
	line-height: 1.6em;
	text-align: left;
	text-indent: .5em;
	color: #0f3a16;
}
#breadcrumbs a
{
	color: #0f3a16;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	color: #56802a;
	text-decoration: underline;
}
#archive
{
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 2;
    text-align: right;
    width: 98%;
}
/* body elements */
#contentZone
{
	width: 804px;
	background-image: url(../images/corner_art.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 400px;
}
#contentZone p
{
	color: #56802a;
	font-size: .77em;
	margin-left: .3em;
	margin-bottom: 1em;
}
#contentZone a
{
	color: #0f3a16;
	font-weight: bold;
	text-decoration: none;
}
#contentZone a:hover
{
	color: #56802a;
	font-weight: bold;
	text-decoration: underline;
}
#contentZone h2
{
	color: #0f3a16;
	font-size: .9em;
	margin-left: .3em;
	margin-bottom: .5em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentLeft
{
	width: 450px;
	margin-right: 8px;
	vertical-align: top;
	text-align: left;
	float: left;	
	min-height: 200px;
	position: relative;
}
#contentRight
{
	width: 346px;
	text-align: left;
	vertical-align: top;
	float: left;
	min-height: 200px;
	position: relative;
}
#photoZone
{
	width: 344px;
	height: 135px;
	border: 1px solid #0f3a16;
	position: relative;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}
.clr
{
	clear: both;
}
.clrPush
{
	clear: both;
	margin-bottom: .3em;
}
/* blog area */
#blogLegend
{
	width: 100px;
	height: 20px;
	border-left: 1px solid #0f3a16;
	border-right: 1px solid #0f3a16;
	border-top: 1px solid #0f3a16;
	background-color: #b1bfc0;
	color: #0f3a16;
	text-align: center;
	text-transform: uppercase;
	font-size: .77em;
	line-height: 1.6em;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
}
#blogLand
{
	width: 100%;
	height: 360px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #0f3a16;
	background: url(../images/blog_back.jpg) fixed no-repeat center;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 0px;
}
#blogLand h3
{
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: .5em;
	color: #99843c;
}
#blogLand p
{
	font-size: .7em;
	margin-left: .5em;
	color: #0f3a16;
}
#blogLand a
{
	color: #0f3a16;
	text-decoration: none;
	font-weight: bold;
}
#blogLand a:hover
{
	color: #56802a;
	text-decoration: underline;
	font-weight: bold;
}
#blogArc
{
	width: 100%;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	position: relative;
}
#blogArc h3
{
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: .5em;
	color: #99843c;
}
#blogArc p
{
	font-size: .7em;
	margin-left: .5em;
	color: #0f3a16;
}
#blogArc a
{
	color: #0f3a16;
	text-decoration: none;
	font-weight: bold;
}
#blogArc a:hover
{
	color: #56802a;
	text-decoration: underline;
	font-weight: bold;
}
/* footer */
#footer
{
	width: 804px;
	height: 20px;
	background-color: #b1bfc0;
	position: relative;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: .54em;
	line-height: 2.2em;
	text-align: left;
	text-indent: .5em;
	color: #0f3a16;
}
#footer a
{
	color: #0f3a16;
	text-decoration: none;
}
#footer a:hover
{
	color: #56802a;
	text-decoration: underline;
}
#footNav
{
	position: absolute;
	right: 5px;
	top:0px;
}
#footNav a
{
	color: #0f3a16;
	text-decoration: none;
}
#footNav a:hover
{
	color: #0f3a16;
	text-decoration: underline;
}
/* form elements */
.formField
{
    border: 1px solid #0f3a16;
    font-size: 1em;
    color: #0f3a16;
    margin-bottom: 2px;
}
.btn
{
    border: 1px solid #0f3a16;
    background-color: #c9c9c9;
    color: #0f3a16;
    font-weight: bold;
    font-size: .9em;
    margin-top: 2px;
}
/* layout elements */
.row
{
    width: 100%;
    margin-bottom: 2px;
    font-size: .8em;
    color: #56802a;
    text-align: left;
    padding: 3px;
}
.fullCol
{
    width: 100%;
    text-align: left;
}
.colLeft
{
    width: 150px;
    text-align: right;
    margin-right: 2px;
    vertical-align: text-top;
    float: left;
}
.colRight
{
    width: 550px;
    text-align: left;
    margin-left: 2px;
    vertical-align: text-top;
    float: left;
}
.half
{
    width: 48%;
    margin-right: 1px;
    text-align: left;
    float: left;
}
/* table elements */
.tableHead
{
    border: 1px solid #c9c9c9;
    background-color: #a79c8b;
    color: #0f3a16;
    font-size: .85em;
    font-weight: bold;
}
.row1
{
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    color: #56802a;
    font-size: .75em;
}
.row2
{
    border: 1px solid #c9c9c9;
    background-color: #dfe3cf;
    color: #56802a;
    font-size: .75em;
}
.gridder th,td
{
    padding: 2px;
}
.gridder
{
    border: 1px solid #c9c9c9;
}
.tfoot
{
    border: 1px solid #c9c9c9;
    background-color: #a79c8b;
    color: #56802a;
    font-size: .75em;
}
/* images */
.imgRight
{
    float: right;
    margin: 4px;
    border: 1px solid #0f3a16;
}
.imgleft
{
    float: left;
    margin: 4px;
    border: 1px solid #0f3a16;
}