@charset "utf-8";
/* CSS Document */
.ac { text-align:center; }
body {
	text-align: left;
	background: #E6DFCC url(../../../images/bkgd_rpt-1.jpg) repeat-x top;
	color: #666666;
	font: normal 14px Georgia, "Palatino Linotype", "Book Antiqua", serif;
	margin: 0px;	
}
a, a img {
	text-decoration: none;
	border-style: none;
}

p {
	text-align: left;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	background: url(../../../images/bkgd_shadow-1.jpg) no-repeat center 431px;
	padding: 0px;
}

#header {
	height: 74px;
	width: 760px;
	margin: 0px auto 10px;
	text-align: left;
	color: #E6DFCC;
}
#headerlogo {float: left; text-align: right; font-size: xx-large; font-weight: normal; width: 218px; padding-top: 10px; background-image: url(../../../images/BreaLogo.jpg); height: 75px; background-repeat: no-repeat; background-position: center center; padding-left: 20px;
}
#headerlogo span {
	font-size: large;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px;
}
#hdrblogmenu {
	float: right;
	width: 380px;
	margin-top: 10px;
	margin-right: 30px;
	text-align: right;
}
#navbar {
	margin: 25px 29px 0px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	padding: 0px;
	float: right;
	width: 420px;
}
#navbar li {
	float: right;
	margin-left: 12px;
	width: auto;
}

#navbar li a,#hdrblogmenu a  {
	color: #E6DFCC;
	border-top: 2px solid #E6DFCC;
	border-bottom: 2px solid #E6DFCC;
	width: auto;
}

#navbar a:hover,#hdrblogmenu a:hover {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}


#centre {
	background: #ECE7EB;
	width: 748px;
	margin: 0px auto;
	clear: both;
	padding: 6px;
	border: 1px solid #CCCCCC;
	height: auto;	/* container for all blog content */
	text-align: left;
}
/* for archive list */
#centre .archive { width: 500px; }
#content h1.article-list { padding-top: 20px; }
#content a h1.article-list { text-decoration: underline; }

#bodyinnerbox {
	border: 4px solid #f1f1f1;
	height: auto;
	width: auto;
	padding: 10px;
}

#content {
	/*	width: 430px;   */
	width: 100%;
/*	float: left;   */
}

#content p {
	color: #666666;
	line-height: 130%;
	padding-left: 20px;
	padding-top: 10px;
	margin-right: auto;
}


	#content h1
	{
	border-bottom: 2px solid #FFFFFF;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 18px;		/* defines generic h1 element */
	}

	#content h2
	{
		margin: 5px 0px;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #728C40;

		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		color: #728C40;

		/* defines generic h3 element */
	}

	#content a
	{
		color: #688398;
		text-decoration: underline;
	}

	#content a:hover
	{
		color: #666666;
		text-decoration: none;
	}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #4F5F34;
		text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#subcontent
{
	width: 200px;
	margin: 5px 0px;
	float: right;
	height: auto;
	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 5px 0px;
		padding: 0px;
		font-weight: normal;
		font-size: 20px;
		text-align: left;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
	padding: 5px 0px 0px 20px;
	text-decoration: underline;
	color: #688398;
	display: block;
		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #666666;

		/* defines generic link hover state */
	}

#calender
{
	margin: 35px 0px 10px;
	font-size: 11px;	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 1px solid #C0C57F;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #C0C57F;
		font-weight: bold;
		color: #FFFFFF;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #CBD6AD;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #DEE6CC;

		/* style day columns */
	}

	#calender table .days a
	{
	color: #728C40;
	text-decoration: none;
		/* style day links */
	}

	#calender table .days a:hover
	{
	color: #728C40;
	text-decoration: underline;
		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #E4E4E4;

		/* style empty cells */
	}

	#calender table td.article
	{
	background: #666666;
		/* style article cells */
	}

	#calender table td.article_event
	{
	background: #666666;

		/* style article cells */
	}

	#calender table td.event
	{
	background: #666666;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
	color: #FFFFFF;
	text-decoration: none;
		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
		/* style item links */
	}

#pages
{
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

	#pages h1
	{
		margin: 0px;
		padding: 5px 10px;
	}

	#pages ul
	{
		padding: 0px 10px 10px 10px;
	}

#categories
{
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

	#categories h1
	{
		margin: 0px;
		padding: 5px 10px;
	}

	#categories ul
	{
		padding: 0px 10px 10px 10px;
	}

#archives
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1 	{

	}

	#archives ul 	{
		margin-bottom: 10px;
	}

	#archives ul li a 	{
		padding-left: 20px;
	}

#links
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for links element */
}

	#links h1 	{
	}

	#links ul 	{
		margin-bottom: 10px;
	}

	#links ul li a 	{
		padding-left: 20px;
	}

#feeds
{
	width: 160px;
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1 	{
	}

	#feeds ul 	{
		margin-bottom: 10px;
	}

	#feeds ul li a 	{
		padding-left: 20px;
	}

#login
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for login element */
}

#login h1 	{
	padding-left: 10px;
	}

#login ul 	{
		margin-bottom: 10px;
	}

#login ul li a 	{
	}

#notification
{
	background-color: #FFFDFB;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #728c40;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #4F5F34;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #4F5F34;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

#footer
{
	height: 40px;
	padding: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: right;

	color: #666666;
	text-align: center;
	padding-top: 10px;
	font-size: x-small;
	height: auto;
	line-height: 140%;

	/* style footer element */
}

	#footer a
	{
		color: #4F5F34;
		text-decoration: underline;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #4F5F34;
		text-decoration: none;

		/* style footer links */
	}


#copyright {
	visibility: visible;
	padding-top: 10px;

	/* style copyright element */
}

/* begin article style definitions */
.article {

	/* container for each individual article */
}

	.article .details 	{
		margin: 0;
		padding: 0;
		list-style: none;

		/* defines the container for the article details */
	}

	.article .details li 	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction 	{
		border-bottom: 1px solid #E4E4E4;

		/* defines the article introduction container */
	}

	.article .link 	{
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery 	{
		/* defines the container for article gallery */
	}

	.article .gallery img 	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments {
	margin-bottom: 20px;
}

	#comments .details 	{
		margin-bottom: 10px;
	}

	#comments .details dt 	{
		/*background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;  */
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;
	}

	#comments .details dd 	{
		margin: 0;
	}

	.comment 	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper 	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form 	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment 	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper 	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords 	{
		width: 32%;
	}

	form #date 	{
		width: 32%;
	}

	form #category 	{
		width: 32%;
	}

#paging {
	text-align: right;

	/* container for paging controls */
}

	#paging a 	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}


.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

.formfeild {   /*  honeypot field - notice formfeild is misspelled intentionally */
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 220px;
	display: none;
}


/*Footer Menu*/
#footer p a { font-size: 14px; color: #688398; text-decoration:underline; }
#footbar {
	margin: 5px auto 15px auto;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	padding: 0px;
	width: 560px;
}
#footbar ul { width: 550px; margin: 0 auto; padding: 0 0 0 10px;}
#footbar li {
	list-style: none;
	float: left;
	margin-left: 0px;
	width: auto;
	padding: 0 10px;
	font-size:14px;
}

#footbar li a  {
	color: #688398;
	text-decoration: underline; 
	border-top: 2px solid #E6DFCC;
	border-bottom: 2px solid #E6DFCC;
	width: auto;
}

#footbar a:hover {
	color:#688398;
	text-decoration: none;
}
