@charset "UTF-8";
/* CSS Document */

/* Start - Global Settings */
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	background-color: #3A4028;
}
/* End - Global Settings */

/* Start - Structural Content  */

header {
	background-color: #747F51;
	width: 100%;
	height: 75px;
}

#content {
	margin: 25px auto;
	width: 960px;
	border: 5px solid #D1E591;
	background-color: white;
	border-radius: 10px;
}

#downtown {
	background-image: url(../img/Pripyat.jpg);
	background-repeat:  no-repeat;
	height: 166px;
}

nav {
	background-color: #D1E591;
	height: 50px;
	width: 100%;
}

footer {
	height: 150px;
	width: 100%;
	background-color: #747F51;
}

figure {
	border: 1px solid #747F51;
	background-color: #747F51;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin: 10px;
}

figcaption {
	font-size: 0.85em;
	color: 	#FFFFFF;
	text-align: center;
	
}

/* Structural Content - End */

/* Navigation - Start */

nav ul {
	list-style-type: none;
	float: right;
}

nav li {
	display: inline;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

nav li a:link {
	color: #3A4028;
	padding: 0 10px;
	text-decoration: none;
	border: none;
	font-size: 1.5em;
	font-weight: 700;
}

nav li a:hover {
	background-color: #AEBF79;
	color: #ffffff;
	border-radius: 5px;
}

/* Navigation - End */

/* Start - Fonts */

h1 {
	font-family: 'Cabin Sketch', cursive;
	margin: 5px 8px;
	font-size: 2.0em;
	border-bottom: 2px solid #AEBF79;
	color: #9B8244;
}

h2 {
	font-family: 'Cabin Sketch', cursive;
	margin: 3px 8px;
	font-size: 1.75em;
	font-weight: 700;	
}

h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin: 3px 8px;
	font-size: 1.2em;
}
p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.0em;
	margin: 4px 10px;
	line-height: 1.75em;
}

ul, ol {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin-left: 65px;
}

a:link {
	color: #3A4028;
	text-decoration: none;
	border-bottom: 1px solid #3A4028;
}

a:visited {
	color: #3A4028;
	text-decoration: none;
	border: none;
}

a:hover {
    color: #FFFFFF;
    background-color: #3A4028;
    text-decoration: none;
}

a:active {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
	border-bottom: 1px solid #3A4028;
}

#downtown h1 {
	color: white;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding-top: 120px;
	padding-left: 10px;
}

/* End - Fonts */


/* Start - Classes */

.logo {
	font-family: 'Cabin Sketch', cursive;
	line-height: 75px;
	margin-left: 20px;
	font-size: 2.5em;
	color: #E8FFA1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.imgfloat {
	padding: 4px;
	display: inline-block;
}

.price {
	text-align: center;
	color: #FFFFFF;
	border: none;
	background-color: #9B8244;
}

.download, a {
	text-align: center;
	color: rgba(139, 6, 9, 1.0);
}


.events li {
	margin: 0 15px 5px 0; 
	padding: 5px;
	list-style-type: none;
	background-color: #9B8244;
	border-radius: 3px;
}

.events li a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

/* End - Classes */

/* Start - Table */

table {
	margin: 5px 30px 5px 30px;
	width: 900px;	
	margin-bottom: 35px;
}

th {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	width: 300px;
	border: 1px solid rgb(68,68,68);
	border-radius: 3px;
	padding: 10px;
	line-height: 28px;
	color: rgb(250,250,250);
	background-color: #35292b;
}

td {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	width: 300px;
	border: 1px solid rgb(68,68,68);
	border-radius: 3px;
	line-height: 28px;
	color: rgb(68,68,68);
	padding: 5px;
	vertical-align: top;
}
