@charset "utf-8";
/* CSS Document */

html, body	{
		position: relative;
		margin: 0 auto;
		background: #fefefe;
		text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 1.2em;
		}

#header		{
	position: relative;
	margin: 5px auto 0 auto;
	height: 4.5em;
	width: 100%;
	padding: .5em 5%;
	text-align: right;
	z-index: 999;
	background: #cf3b3b;
	background-color: #fff;
	}
		
.header	{
		max-width: 1024px;
		min-width: 320px;
		margin: 0 auto;
		}

/*Navigation Styles begin here*/
#navigation	{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 0;
		}
.logo	{
		float: left;
		margin: 0px auto 20px auto;
		}
/*Navigation Styles end here*/
#content, #adverts, #social	{
	position: relative;
	margin: 20px auto;
	max-width: 900px;
	min-width: 320px;
	height: auto;
	padding: 20px;
	text-align: justify;
	color: #888;
	line-height: 1.4em;
	}
#content ul li	{list-style: url(images/li.png);}
#adverts, #social	{
	background: #ddd;
	max-width: 100%;
	padding: 1.5em 15%;
	text-align: center;
	}
#adverts img	{margin: 1%;}
#social	{background: #fff;}
.social	{
		min-width: 320px;
		maximum-width: 640px;
		margin: 20px;
		}
		
#home, #otherPages	{
		position: relative;
		width: 597px;
		float: left;
		margin: 20px auto 0 auto;
		padding: 20px;
		background: #fff;
		color: #5b5b5b;
		height: auto;
		font-size: 14px;
		line-height: 1.5em;
		}
#otherPages {
		margin-top: 0;
		}
#homeAds 	{
		position: relative;
		float: right;
		width: 237px;
		height: auto;
		}
.homeAds, #ads	{margin-bottom: 5px;}
#ads		{float: right;}
.social-media	{
		float: right;
		}
.social-media img	{margin:2px 5px;}
#projects	{
		border-collapse: collapse;
		}
.th		{
	background: #cf3b3b;
	font-variant: small-caps;
	color: #111;
	font-weight: bold;
	font-size: 20px;
		}
.odd	{background: #cf3b3b;}
#book	{
	position: relative;
	float: right;
	text-align: left;
	margin-top: auto;
	margin-right: 8px;
	margin-bottom: auto;
	margin-left: 8px;
		}
#book ul li img	{size: inherit;}
#book ul	{
		margin-top: 0;
		}
/*#book ul li	{
		background: #111;
		border-radius: 5px;
		padding: 8px 15px;
		width: 146px;
		margin: 3px -60px;
		color: #eee;
		list-style: none;
		text-align: center;
		}*/
#book ul li a	{
	color: #111;
		}
#book ul li a:hover	{
	color: #cf3b3b;
		}

.neighbourhood	{
		border: #ccc 5px solid;
		margin: 5px;
		}
h1		{
	background: #cf3b3b;
	color: #fff;
	font-size: 24px;
	margin-top: auto;
	font-weight: 700;
	line-height: 1.2em;
	width: 100%;
	padding: .2em;
	border-radius: 5px;
	}
h2, h3	{color: #000;
		font-weight: 700;
		}
h3		{
		background: #cf3b3b;
		width: 100%;
		padding: .5em;
		color: #fff;
		}
h4		{margin: 0;}
a img	{border: none;}
#footer	{
		position: relative;
		max-width: 100%;
		min-width: 320px;
		margin: 20px auto;
		padding: 20px 0;
		background:#111;
		text-align: center;
		color: #666;
		font-size: .8em;
		}
#footer a:hover	{color: #cf3b3b;}
#footer a, #footer a:active {
		color: #666;
		text-decoration: none;
		}
#book a, #book a:active	{color: #666;
			}
#book a:hover	{
	color: #cf3b3b;
}
a, a:active, a:visited	{
	color: #cf3b3b;
	text-decoration: none;
		}
a:hover	{
	color: #111;
}
