/* basic styles */
body {
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
background-image: url(images/bg-bg.png);
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

a:link {
color: #2A4551;
text-decoration: underline;
}

a:visited {
color: #345563;
text-decoration: underline;
}

a:hover {
color: #4B788B;
text-decoration: underline;
}

a:active {
color: #4B788B;
text-decoration: underline;
}

#header {
background-image: url(images/village-header.png);
height: 240px;


}


#universal-navigation {
margin: 0 0 0 41px;
padding: 5px 0 0 0;
background: url(images/bg-bg.png) no-repeat;
}


	#universal-navigation li {
	display: inline;
	margin: 0;
	font-size: 12px;
	color: #fff;
	}


		#universal-navigation a {
		color: #fff;
		padding: 0;
		text-decoration: none;
                
		}	
	
		
		#universal-navigation a:link {
		color: #fff;
		}
		
		#universal-navigation a:visited {
		
		}
		
		#universal-navigation a:hover {
		text-decoration: underline;
		}
		
		#universal-navigation a:active {
		
		}


#logo {
text-indent: -9999px;
display: block;
width: 500px;
margin: 0 0 0 30px;
}
	
	#logo a {
	display: block;
        height: 184px;
	width: 500px;
	}


#primary-navigation {
margin: 0 0 0 45px;
display: block;
height: 30px;

}

	#primary-navigation li {
        float: left;
        margin: 0 0 0 5px;
	
	text-transform: uppercase;
	font-size: 13px;
	}
	
		#primary-navigation a {
		color: #fff;
		padding: 5px;


		}	
	
		
		#primary-navigation a:link {
		color: #fff;
		text-decoration: none !important;
		}
		
		#primary-navigation a:visited {
		text-decoration: none !important;
		}
		
		#primary-navigation a:hover {
		text-decoration: none !important;
		}
		
		#primary-navigation a:active {
		text-decoration: none !important;
		}
		
		.primary-nav-selected {
		background-color: #d0002e;
		font-weight: bold;
		cursor: default; 
		text-decoration: none !important;
                padding: 5px;
                position: relative;
                top: -5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;

		}

                .primary-nav-selected a:hover {
                text-decoration: none !important;
                font-weight: bold;
                padding: 0px 5px !important;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                cursor: default;
                }
                
#main {
float: left;
width: 550px;
margin: 0 0 0 45px;
padding: 15px;
background-color: #fff;
}


#sidebar {
float: left;
width: 312px;
margin: 0 0 0 10px;
}

	#sidebar p {
	font-size: 13px;
        margin: 0 0 7px 0;
        line-height: 16px;
        }

	#sidebar h1 {
	font-size: 20px;
        
        }
        
        #sidebar a {

        }

	#sidebar h2 {
	color: #fff;
	background-color: #436f82;
	display: block;
	padding: 5px;
        margin: 0 0 2px 0;
	text-transform: uppercase;
	font-size: 12px;
      
	}
 
        #sidebar h3 {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        }

        #home-page-h2 a:link, #home-page-h2 a:visited, #home-page-h2 a:hover, #home-page-h2 a:active {
        text-decoration: none !important;
        color: white !important;
        
        }
      
        #sidebar li {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 5px 0;
        }
        
#home-page-sidebar ul {
list-style-type:none;
padding:0px;
margin:0px;
}
        

#home-page-sidebar li {
background-image:url(images/red-arrow-bullet.png);
background-repeat:no-repeat;
background-position: 0 3px;
padding: 0 7px 5px 20px;
}    

.textwidget {
font-size: 13px;
line-height: 18px;
}

	.textwidget h3 {
	margin: 7px 0 0 0;
	}

    

#footer-bg {
clear: both;
display: block;
background: url(images/bg-bottom.png) no-repeat;
width: 1000px;
height: 45px;
}

#footer {
background-image: none !important;
width: 1000px;
font-size: 12px;
margin: 0 auto;
}

#socialmedia {
text-align: center; 
float: right; 
margin: 0 45px 0 0;
}

#footer p {
margin: 0 0 15px 36px;
}

/* home template */

#wrapper {
margin: 0 auto;
width: 1000px;
background: url(images/bg-middle.png) repeat-y;
}

#content-wrapper {
width: 1000px;
}

	#content {
	float: left;
	width: 560px;
	margin: 0 0 0 45px;
        padding: 10px;
        background-color: #fff;

	}

        #content p, #content li {
        font-size: 13px;
        margin: 0 0 7px 0;
        line-height: 16px;
        text-align: justify;
        }
  
        #content ul, #content ol {
        list-style: disc inside;
        padding: 0 35px;
        }
    

        #content h1 {
        font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
        }

        #content h1 a {
        text-decoration: none !important;
        font-color: #000 !important;
        }


        #content h2 {
	color: #fff;
	background-color: #436f82;
	display: block;
	padding: 5px;
        margin: 0 0 2px 0;
	text-transform: uppercase;
	font-size: 12px;
        }
              
            #content h2 a {
            text-decoration: none;
            }
		
        #content h3 {
		margin: 10px 0 5px 0;
		font-size: 20px;
		font-weight: bold;
                color: #436f82;
		}

        #content h4 {
        font-size: 14px;
        font-weight: bold;
        margin: 7px 0 0 0;
        }
        
		#content-inside p, ol {
		margin: 0 0 10px 0;
		font-size: 13px;
		line-height: 16px;
		text-align: justify;
		}

        #content-inside p:first-child:first-letter {
        float: left;
        font-size: 24px;
        }

#spotlight-name {
display: block;
position: relative;
font-size: 12px;
top: -75px;
text-transform: uppercase;
width: 75px;
color: #fff;
background-color: #436f82;
padding: 4px;
}

#spotlight-caption {
display: block;
position: relative;
font-size: 20px;
top: -70px;
left: 0;
width: 500px;
background-color: #436f82 !important;
color: #fff;
padding: 5px;
}

/* rigged gallery on home page to display rotating images */
.gallery {
}



/* inside pages */

.breadcrumb {
font-size: 12px;
margin: 0 0 5px 0;
}

.content-full {
width: 882px !important;
display: block !important;
background-color: #fff !important;
}


	



.pagenav {
list-style-type: none;
list-style-position: outside;
}



.post-meta-key {
display: none;
}

/* travel pages */
#travel-info {
background-color: #ccc;
padding: 5px;
display: block;
margin: 5px 0;
}

.expsugarcreek {
position: relative;
top: 0;
z-index: 2;
width: 200px;
height: 135px;

}

.expsugarcreekimg {
position: relative;
top: -130px;
z-index: 1;

}

/* wp styles */
.alignright {
float: right;
margin: 0 0 0 10px;

}

.alignleft {
float: left;
margin: 0 5px 0 0;
}


.size-full {
border: 1px solid #666;
}

.wp-caption-text  {
font-style: italic;
color: #5d5d5d;
text-align: left !important;
margin: 0 0 10px 0;
}

/* link icon types */
a.pdf { /*The background image*/
	background: url(images/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}
 
a.txt { /*The background image*/
	background: url(images/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.zip { /*The background image*/
	background: url(images/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.email {
	background: url(images/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.external {
	background: url(images/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.jpg {
	background: url(images/image.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

/* blog */
.entry-title {
font-weight: bold;

}

.postinfo {
font-size: 12px;
margin: 0 0 7px 0;
}

h1.head {
font-size: 18px;
margin: 0;
}

.aboutauthor {
display: block;

background-color: #eaeaea;
padding: 7px;
font-size: 13px;
line-height: 16px;
}

/* visit */
#visit-header {
background-image: url(images/visit-sugarcreek2.png);
height: 240px;
}

#visit-header #logo {
text-indent: -9999px;
display: block;
width: 500px;
margin: 0 0 0 30px;
}
	
        #visit-header #logo a {
	display: block;
        height: 184px;
	width: 500px;
	}
