/* -------------------------------------------------------------- 

   * Layout CSS.
   
-------------------------------------------------------------- */
 
/* Misc Styles and defaults 
-------------------------------------------- */

html {
	
}

body {
	background: url(../images/grass.jpg) repeat top center;
}

.clear {
	clear:both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.file {
	padding-left: 20px !important;
}

/* CONTAINER
----------------------------------------- */
.container { 
 	text-align: center;
}
.inner {
	width: 940px;
	clear: both;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}
#Content {
	width: 685px;
	padding: 10px 5px 30px 20px;
	float: right;
	background: transparent url(../images/text-bg.png);
    -moz-box-shadow: 1px 0px 8px black; /* FF3.5+ */
  	-webkit-box-shadow: 1px 0px 8px black; /* Saf3.0+, Chrome */
    box-shadow: 1px 0px 8px black; /* Opera 10.5, IE 9.0 */
    margin-bottom: 60px;
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	border-radius: 10px;
}
	#Content h1 {
		display: none;
	}
  
/* HEADER
----------------------------------------- */
#Header { 
	height: 170px;
	background: url(../images/header-bg.png) no-repeat top center;
}
 	#Header #Logo { 	  	
		display: block;
		width: 385px;
		height: 119px;
		margin-left: 280px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(../images/logo.gif) no-repeat top left;
	}
	#Header p {
		display: none;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	
}
	#Navigation ul { 
 		
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 1em;
			display: block;
			padding-bottom: 10px;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block;
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				color: #e2e9f0;
				font-weight: bold;
				text-transform: uppercase;
				text-shadow: black 0px -1px 2px;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
	        		display: block;
					padding-right: 10px;
					padding-top: 5px;
					padding-bottom: 5px;
					height: 15px;
					overflow: hidden;
				}
					#Navigation ul li a:hover { 
			 			
						color: #white;
						cursor: pointer;
						
					}
					#Navigation ul li a:hover span {						
						color: white;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
					text-shadow: none;				 	
				 	color: #f36f21;
				 	background: url(../images/text-bg.png);
				 	-moz-border-radius: 10px;
				 	-webkit-border-radius: 10px;
				 	border-radius: 10px;
				}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {	 
					text-shadow: none;				
					color: #f36f21;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
	font-size: 0.9em;
}

#Breadcrumbs p {
	margin: 0;
	color: gray;	
}

#Breadcrumbs a { 			 		
	color: gray;

}

#Breadcrumbs p a:hover { 			 		
	color: #FF9900;	
}

    
/* TABLES
-------------------------------------------- */	
table {

}
table tr td {
	vertical-align: top;
	border-bottom: 1px solid rgb(63,130,27);
	border-bottom: 1px solid rgba(63,130,27,0.5);
}	


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 220px; 
	float: left;
}
	#Sidebar .sidebarBox {
		padding: 7px 0 7px 0;
		background: #e2e9f0;
	 	-moz-border-radius: 10px;
	 	-webkit-border-radius: 10px;
	 	border-radius: 10px;
	 	margin-bottom: 15px;
	    -moz-box-shadow: 1px 0px 8px black; /* FF3.5+ */
	  	-webkit-box-shadow: 1px 0px 8px black; /* Saf3.0+, Chrome */
	    box-shadow: 1px 0px 8px black; /* Opera 10.5, IE 9.0 */
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 0px 2px;
			list-style: none;
			
		}
	#Sidebar h3 { 
		clear: both; 
		color: #FF9900;	
		margin: 0 0 10px 0;
		padding: 10px 0 0 14px;
	}
	#Sidebar h3 a {
		color: #FF9900;
	}
	#Sidebar h3 a.current {
		text-decoration: none;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;		
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-weight: bold;
            color: black;
            line-height: 1em;
            padding: 4px 0;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
		ul#Menu2 li a.current {
			background: #444 url(../images/arrow-right.gif) no-repeat top right;
			color: white;
			text-decoration: none;
		}

/* GALLERY IMAGES
---------------------------------------- */
#GalleryImages {
	padding-top: 25px;
	padding-left: 5px;
}
#GalleryImages a {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	position: absolute;
	margin-left: 30px;
}
#GalleryImages a.image1 {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}
#GalleryImages a.image2 {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	margin-top: 190px;
}
#GalleryImages a.image3 {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	margin-top: 380px;
}
#GalleryImages a.image4 {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	margin-top: 570px;
}
#GalleryImages a.image5 {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	margin-top: 760px;
}
#GalleryImages a.image6 {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	margin-top: 950px;
}
#GalleryImages a img {
	margin-right: 10px;
	margin-bottom: 10px;
    -moz-box-shadow: 1px 0px 8px black; /* FF3.5+ */
  	-webkit-box-shadow: 1px 0px 8px black; /* Saf3.0+, Chrome */
    box-shadow: 1px 0px 8px black; /* Opera 10.5, IE 9.0 */
    border: 6px solid #e7e7e7;
}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
	
}



#PageComments li.odd {
	
	padding-left: 10px;
	padding-right: 10px;
	
}
	
#PageComments li.even {
	background: #fff  99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {

}

.actionLinks li {
   display: inline;
   border-right: 1px solid;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 1.2em;
}

.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {

}

.spamlink {
	font-size: 2em;
}

#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;		
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 2px 5px 0 0;
	padding: 1px;
	background-color: #ff9900;
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.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#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* HOME
----------------------------------------- */
.home table tr td,
.save-the-date table tr td {
	background: none;
	background: none;
	border-bottom: none;
	border-bottom: none;
}
.home table tr td img,
.save-the-date table tr td img {
	border: none;
}


hr {
	border:none;
	height:1px;
	background: rgb(63,130,27);
	background: rgba(63,130,27,0.5);
}

/* FOOTER
----------------------------------------------- */
#Footer {
	text-align: right;
}
#Footer p {
	color: #c2ceda;
	padding: 30px 0;
	text-align: right;
	clear: both;
}
#Footer a {
	color: white;
}
	
	#Logos {
		padding: 7px 14px 7px 0;
		display: inline-block;
	 	-moz-border-radius: 10px;
	 	-webkit-border-radius: 10px;
	 	border-radius: 10px;
	 	margin-bottom: 15px;
	    -moz-box-shadow: 1px 0px 8px black; /* FF3.5+ */
	  	-webkit-box-shadow: 1px 0px 8px black; /* Saf3.0+, Chrome */
	    box-shadow: 1px 0px 8px black; /* Opera 10.5, IE 9.0 */
		background: white;
		margin-left: 230px;
		float: right;
		clear: both;
	}
	#Logos img {
		margin-left: 14px;
	}
