body	{
	background-color: #ddd;
	font-family: Verdana;
	font-size: 10pt;
}

.clear	{
	clear: both;
}

p	{
	margin: 0;
	font-family: Verdana;
	font-size: 9pt;
	color: #444;
}

a 	{
	color: #f7b733;
}

a:hover	{
	color: #444;
}

ul	{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 	{
	padding: 0;
	margin:0;
	font-family: Verdana, Serif;
	font-weight: normal;
}

h2	{
	font-size: 18pt;
	color: #444;
}

#container	{
	background-color: #fff;
	margin: 0 auto;
	width: 960px;
}

#logo	{
	float: left;
}

#contact_details	{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#contact_details p	{
	text-align: right;
	color: #231f20;
}

#contact_details p#owner_name	{
	color: #f7b733;
	font-size: 14pt;
	margin-bottom: 10px;

}

#contact_details span#fb_logo img	{
	margin-top: 5px;
	float: right;
}

#navigation	{
	background-color: #f7b733;
	padding: 0;
}

#navigation ul li	{
	list-style-type: none;
	float: left;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
}

#navigation ul li:first-of-type	{
	border-left: none;
}

#navigation ul li:last-of-type	{
	box-shadow: 1px 0 0 #666;
}

#navigation ul li a 	{
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	color: #231f20;
	display: block;
}

#navigation ul li a:hover	{
	background-color: #D79309;	
}

#navigation ul li a#current_nav	{
	background-color: #D79309;
}

#homepage_image	{
	background-image: url('images/homepage960x400.jpg');
	height: 380px;
	padding-top:20px;
}

#homepage_image h1	{
	font-family: Verdana, Serif;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	opacity: 0.8;
	margin-left: 20px;
	padding: 10px;
	width: 43%;
	font-size: 22pt;
}

#homepage_image h1 span	{
	font-size: 9pt;
}

#copy	{
	padding: 20px;
}

#copy h2	{
	padding: 10px 0;
}

#copy p 	{
	padding: 10px 0;
}

#copy ul 	{
	margin-left: 20px;
	padding: 10px 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 9pt;
	color: #444;
}

#copy ul li:before 	{
	content: "\25AA"; 
	color: #f7b733;
	display: inline-block; 
	width: 1.5em;
  	margin-left: -1em;
}

#copy img#about_page_image 	{
	float: right;
	margin-left: 20px;
}








.galleryImage	{
	float: left;
	width: 215px;
	padding: 10px 10px;
	margin: auto 0;
	text-align: center;
}

.galleryLeft	{
	padding: 10px 10px 10px 0;
}

.galleryRight	{
	padding: 10px 0 10px 10px;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: auto;
    max-height: 200px;
    vertical-align: middle;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 350px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* The Next Button */
.next {
    position: absolute;
    top: 300px;
    right: 25%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #666;
    padding: 5px 5px 10px 5px;
}

.next:hover,
.next:focus	{
	color: #bbb;
    text-decoration: none;
    cursor: pointer;
    background-color: #333;
}

/* The Next Button */
.previous {
    position: absolute;
    top: 300px;
    right: 75%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #666;
    padding: 5px 5px 10px 5px;
}

.previous:hover,
.previous:focus	{
	color: #bbb;
    text-decoration: none;
    cursor: pointer;
    background-color: #333;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}










.fb-like	{
	margin-top: 20px;
}

#footer	{
	background-color: #666;
}

#footer .three_col	{
	width: 280px;
	float: left;
	padding: 20px;
}

#footer .three_col h3	{
	color:	#fff;
	font-size: 10pt;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#footer .three_col p 	{
	color: #fff;
	margin-top: 10px;
}

#footer .three_col ul 	{
	color: #fff;
	list-style-type: none;
	margin-top: 5px;
}

#footer a 	{
	font-size: 9pt;
	color: #fff;
	text-decoration: underline;
}

#footer .three_col ul li a 	{
	padding: 5px 0;
	display: block;
}

#footer a:hover	{
	color: #f7b733;
	cursor: pointer;
}

#footer .three_col img#cityguilds 	{
	height: 50px;
	margin-top: 10px;
}

img#cityguildsqul	{
	height: 70px;
	display: block;
}