/*
 FM Connection CSS built by Michael Andrewartha
 */
 
/************
  Misc Styles and defaults 
*/
 
* { 
	margin: 0; 
	padding: 0;
	}

html {
	background: #c9dd88 url(../images/background2.gif) repeat;
}

body { 
 	font-size: 62.5%; 
 	/* reset font-sizes to 1em == 10px */
	font-family: Verdana, Lucida, sans-serif; 
}

a img{
	border:0;
}
.clear{
	clear:both;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 830px;  
	margin: 0 auto;
	background: url(../images/home.jpg) no-repeat;
}
#Layout { 
	width: 770px;
	background: #edffe4;
	overflow: auto;
	padding: 17px 35px 0px 25px;
}
#Content {
	width: 535px;	
	margin: 0;
	padding: 0;
}
#RightContent {
	float: right;
	width: 200px;
	margin-bottom: 4em;
}
	#RightContent h4 {
		font-weight: bold;
	}
	#RightContent ul {
		margin: 0;
		padding: 0;
	}
		#RightContent ul li {
			list-style: none;
			margin: 10px 0px;
		}
		#RightContent ul li .contentFirst {
			margin: 5px 0px;
		}
/** Header **/
#Header {
	position: relative;
	margin-top: 16px;
	padding-top: 100px;
}
	#Header .cnr {
		position: absolute;
		top: 0;
		left: 0;
	}
 	#Header h1 { 
	  font-family: Georgia, Arial, sans-serif;
	  font-size: 30px;
	  color: #fff;
	  padding: 10px 0 0 14px;
	  width: 284px;
	background: transparent url(../images/menu_background.png);
	}
	#Header p {
		margin: 0px 0px 0px 24px;
	}
	#Header p,
	#Header p a {
		font-family: Georgia, Arial, sans-serif;
		font-size: 20px;
		color: #fff;
		text-decoration: none;
	}
	#Header p a:hover {
		text-decoration: underline;
	}

/*** Main Nav ***/
#NavHolder {
	background: transparent url(../images/menu_background.png);
}
  ul#Nav {
  	margin: 0px 0px 0px 15px;
		padding: 4px 0px 4px 0px;
  }
		
		ul#Nav li {
			display: inline;
		 	list-style: none; 
			font-family: Arial, sans-serif;
			text-transform: lowercase;
			margin: 0px 9px;
			font-size: 1.8em;
			line-height: 36px;
			z-index: 100;
		}
			ul#Nav li a { 
				text-decoration: none; 
				color: #fff;
				text-align: center;
			}
				ul#Nav li a:hover,
				ul#Nav li a.current,
				ul#Nav li a.section,
	    	ul#Nav li a.section:hover,
				ul#Nav li a.current:hover {
					color: #222222;
				}
				
/* dl > dt > dd */
#RightContent dl {
	margin-top: 4em;
}
	#RightContent dl dt {
		border-bottom:1px solid #E2E2E2;
		font-weight:bold;
		padding-bottom:0.5em;
		font-size: 1.4em;
		color: #2b181f;
		font-family: Georgia, Verdana, sans-serif;
	}
	#RightContent dl dd {
		border-bottom:1px solid #E2E2E2;
		padding:1em 0pt 1em 1em;
	}
	#RightContent dl dd a {
		display: block;
		line-height:1.7em;
		color: #666666;
	}
	#RightContent dl dd #flickrwidget a {
		float: left;
		padding: 0 3px;
	}
		#RightContent dl dd a.current,
		#RightContent dl dd a.section,
	    #RightContent dl dd a.section:hover,
		#RightContent dl dd a.current:hover {
			color: #000000;
			font-weight: bold;
		}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}
	
/** Flickr **/
#flickr a {
	display: block;
	float: left;
	padding: 0 10px 7px 0;
}

/*** Message Boxes 

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}
p.info {
	font-size: 1em;
	color: #999;
	margin: 2px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
p.comment { font-size: 1em;}  ***/

	
/* Comments
*****************************************/
#PageComments_holder {
	margin-top: 4em;
}
	#PageComments_holder h4 {
		border-bottom:1px solid #E2E2E2;
		color:#2B181F;
		font-family:Georgia,Verdana,sans-serif;
		font-size:1.4em;
		font-weight:bold;
		padding-bottom:0.5em;
	}
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
form#PageCommentInterface_Form_PostCommentForm {
	margin-bottom: 4em;
}

ul#PageComments li {
	margin: 5px 0;
	padding: 1px;
	font-size: 10px;
}
ul#PageComments li.odd {
	padding-left: 20px;
	padding-right: 10px;
	border-bottom:1px solid #E2E2E2;
}

ul#PageComments li.even {
	
	padding-right: 20px;
	padding-left: 10px;
}

ul#PageComments li.odd p.info {
	
}
ul#PageComments li p.comment {
	font-weight: bold;
	margin-bottom: 3px;
}
/* Search Results *

dl#SearchResults {
	margin: 15px 0;
}
dl#SearchResults dt {
	color: #2b181f;
	font-size: 1.3em;
	font-family: Georgia, Verdana, sans-serif;
	border-bottom:1px solid #E2E2E2;
	padding-bottom:0.5em;
}
dl#SearchResults dd {
	list-style: none;
	border-bottom:1px solid #E2E2E2;
	padding:1em 0pt 1em 1em;
}
dl#SearchResults dd a {
	display: block;
	line-height:1.7em;
	font-size:1.3em;
	color: #666666;
}

/* Footer 
*****************************************/

#Footer { 
 	clear: both;
	background: transparent url(../images/footer.gif) no-repeat;
	padding: 35px 20px 5px 0px;
	color: #4e444b;
	font-size: 1em;
}
  #Footer p { 
		line-height: 20px;
		text-transform: uppercase;
		text-align: right;
	}
  	#Footer a { 
	   	text-decoration: none;
	   	color: #4e444b;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
  