﻿/* 
 * Fenwick Towers
 * Main Stylesheet
 *
 */

body {
	background-color: #2b97c8;
	color: white;
	font-family: 'PT Sans', sans-serif;
}

#title {
	/*background-color: #c37a44;*/
	margin: auto;
	text-align: center;
	/*width: 475px;*/
	border-radius: 1em;
	/*background-image: url("i/logo-new.png");
	background-repeat: none;*/
}

#menu {
	margin: .5em auto .5em auto;
	background-color: #21759B;
	border-radius: 1em;
	box-shadow: .2em .2em .1em #000000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0 .2em 0 .2em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #E6DB55;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.current {
	text-decoration: overline;
}

#menu a.current:hover {
	text-decoration: underline;
}

#content {
	background-color: #21759B;
	margin: auto;
	color: white;
	border-radius: 1em;
	box-shadow: .2em .2em .1em #000000;
}

#content hr {
	display: block;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#content p {
	margin-top: 0;
}

img {
	border-radius: 1em;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #E6DB55;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
	padding-bottom: .2em;
	margin-right: 1em;
}

.right {
	float: right;
	padding-bottom: .2em;
	margin-left: 1em;
}

.center {
	margin: auto;
	text-align: center;
}

.justify {
	text-align: justify;
}

.sc {
	font-variant: small-caps;
}

#footer {
	background-color: #21759B;
	margin: auto;
	margin-top: 2em;
	font-variant: italic;
	text-align: center;
	border-radius: 1em;
	box-shadow: .2em .2em .1em #000000;
}
