@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background-color: #740C00;
	font-family: 'Quattrocento', serif;
}

body {

}

#big{
	font-size: 120%;
}

#normal{
	font-size: 100%;
}

#small{
	font-size: 80%;
}

p {
}

h3 {
	font-family: 'Voltaire', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 1.6em;
}

/*Layout*/
#container {
	width: 950px;
	margin: 0px auto;
}

#container #east-side {
	left: 66%;
	position: fixed;
	width: 280px;
	height: 100%;
	z-index: 1000;
	padding: 20px 10px 0px 10px;
	  -moz-box-shadow: 0px 0px 30px #111;
 	 -webkit-box-shadow: 0px 0px 30px #111;
 	 box-shadow: 0px 0px 30px #111;
	 min-height: 600px;
	 	background-color: #FAFFBD;

}

#container #content {
	width: 66%;
	padding: 20px 0px 0px 0px;
	font-size: 100%;
	color: #fff;

}

#container #right-contact {
	position: absolute;
	bottom: 30px;
	left: 10px;
	text-align: center;
	width: 280px;
	border-top: 1px solid black;
	padding: 5px 0px 0px 0px;
	font-size: 0.9em;
}

#right-contact a{
	color: #000;
}

#accessibility{
	position: absolute;
	bottom: 100px;
	right: 10px;
}

#accessibility a{
	color: #000;
}

#colour-picker{
	position: absolute;
	bottom: 100px;
	left: 10px;
}

#colour-picker img{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 12px;
	width: 12px;
}

#colour-picker a{
	text-decoration: none;
}

#container #footer {
	font-size: 100%;
}
/*Header*/
#header {
	font-family: 'Voltaire', sans-serif;
}

#intro{
	width: 280px;
	margin: 20px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px 0px;
}

/*Navigation*/
#navigation ul{
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

#navigation ul li{
	list-style-image: url('../images/marker.png');
	padding: 10px 0px;
	margin: 0px 0px;
	list-style-image: url("../images/marker.png");
}

#navigation ul li.selected{
	margin-left: 31px;
	list-style-image: url("../images/selected.png");
}
#navigation ul li.selected:hover{
	margin-left: 0px;
	list-style-image: url("../images/marker-red.png");
}

#navigation ul li:hover .selected{
	margin-left: 0px;
	list-style-image: url("../images/marker-red.png");

}

#navigation ul li:hover{
	list-style-image: url('../images/selected-yellow.png');
	margin-left: 31px;
	list-style-image: url("../images/selected-yellow.png");
}

#navigation li a{
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'Voltaire', sans-serif;
}

/*Content*/
#content p{
	margin-bottom: 15px;
	text-align: justify;
	font-weight: normal;
	color: #ddd;
}

#content a{
	color: #ddd;
}

.caption{
	position: absolute;
	z-index: 2000;
	background: url('../images/caption.png') top left repeat-x;
	width: 610px;
	padding: 10px;
	font-size: 1.2em;
	top: 0px;
	left: 0px;
}


#div-cycle{
	height: 350px;
	width: 630px;
	margin-bottom: 20px;
	position: relative;
}

.div-slide{
	height: 350px;
	width: 630px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
}

.div-slide img{
	height: 350px;
	width: 630px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content p#signature{
	font-family: 'Marck Script', serif;
	font-size: 1.8em;
	margin-left: 30px;
}

#quotes{
	height: 50px;
	width: 630px;
	text-align: center;
	margin-top: 15px;
}

#quotes blockquote{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 630px;
	font-family: 'Marck Script', serif;
	font-size: 1.3em;
	margin:0px;
	padding: 0px;	
	background-color: #740C00;
}

/*Footer*/
#footer{
	width: 66%;
	margin-top: 10px;
	font-size: 0.9em;
	color: #ddd;
}

#footer #email{
	margin-bottom: 20px;
}

#footer a{
	color: #ddd;
}

#credit{
	font-family: 'Voltaire', sans-serif;
	font-size: 0.8em;
	color: #000;
	margin-top: 10px;
	text-align: center;
}

#credit a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}

