/*
** style_event.css
** - single-event.php
** 
*/
@import url("style_normal.css");

#main {
	width: 100%;
	margin: 0px auto;
}

#content {
	width: 100%;
	margin: 0px auto;
	border-top: 4px solid #D03016;
	border-bottom: 4px solid #D03016;
}

#contentbox {
	width: 1000px;
	margin: 0px auto;
}

@media only screen and (max-width: 640px) {
	#contentbox {
		width: 100%;
		padding: 0px;
	}
}

#contentbox
 
#normal_sightseeing_content {
	width: 100%;
	background: white;
	color: black;
	margin-bottom: 90px;
	padding-bottom: 90px;
}

#contentbox
 
#normal_sightseeing_content
 
.wrapper
 
.normal_sightseeing_content_title {
	width: 90%;
	text-align: left;
	margin: 15px 40px;
	border-bottom: 2px solid #016DAE;
}

@media only screen and (max-width: 640px) {
	#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_title
		{
		margin: 8px auto;
	}
}

#contentbox
 
#normal_sightseeing_content
 
.wrapper
 
.normal_sightseeing_content_title
 
h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #016DAE;
	padding: 10px 0px;
}

@media only screen and (max-width: 640px) {
	#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_title h1
		{
		padding: 5px;
	}
}

#contentbox {
	width: 1000px;
	margin: 0px auto;
}

@media only screen and (max-width: 640px) {
	#contentbox {
		width: 100%;
		padding: 0px;
	}
}

#contentbox #normal_sightseeing_content {
	width: 100%;
	background: white;
	color: black;
	margin-bottom: 90px;
	padding-bottom: 90px;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_title
	{
	width: 90%;
	text-align: left;
	margin: 15px 40px;
	border-bottom: 2px solid #016DAE;
}

@media only screen and (max-width: 640px) {
	#contentbox
 
#normal_sightseeing_content
 
.wrapper
 
.normal_sightseeing_content_title {
		margin: 8px auto;
	}
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_title h1
	{
	font-size: 1.75em;
	font-weight: bold;
	color: #016DAE;
	padding: 10px 0px;
}

@media only screen and (max-width: 640px) {
	#contentbox
 
#normal_sightseeing_content
 
.wrapper
 
.normal_sightseeing_content_title
 
h1 {
		padding: 5px;
	}
}

#contentbox #normal_sightseeing_content .wrapper .event_date {
	width: 100%;
	margin: 0px auto;
	color: #016DAE;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block
	{
	width: 90%;
	margin: 0px auto;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block h2
	{
	font-size: 1.5em;
	font-weight: bold;
	background: #EDF8FB;
	border-left: solid 10px #016DAE;
	padding: 15px 30px;
	margin: 30px 0px;
	clear: both;
	color: black !important;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block h2
	{
	font-size: 1.5em;
	font-weight: bold;
	background: #EDF8FB;
	border-left: solid 10px #016DAE;
	padding: 15px 30px;
	margin: 30px 0px;
	clear: both;
	color: black !important;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block h3
	{
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #016DAE;
	padding: 5px 0px;
	margin: 20px 0px;
	clear: both;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block .aligncenter
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-right: auto;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block .alignleft
	{
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block .alignright
	{
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-right: auto;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block p
	{
	margin-bottom: 10px;
	text-indent: 0.5em;
	line-height: 1.5;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ul
	{
	list-style-type: disc;
	-webkit-padding-start: 40px;
	line-height: 1.5;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ol
	{
	list-style-type: decimal;
	-webkit-padding-start: 40px;
	line-height: 1.5;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ul ul,
	#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ol ul
	{
	list-style-type: circle;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ol ol ul,
	#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ol ul ul,
	#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ul ol ul,
	#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block ul ul ul
	{
	list-style-type: square;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block li
	{
	display: list-item;
	text-align: -webkit-match-parent;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_links ol,
	#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_links ul
	{
	list-style: none;
	-webkit-padding-start: 40px;
	margin: 0;
	padding: 0;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block table
	{
	width: 100%;
	text-align: left;
	color: black;
	border: solid 1px #000000;
	border-collapse: collapse;
	margin-bottom: 6px;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block table caption
	{
	padding: 5px 0px;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block th
	{
	width: 35%;
	background: #EDF8FB;
	border: solid 1px #000000;
	border-collapse: collapse;
	padding: 15px 10px;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block td
	{
	background: white;
	border: solid 1px #000000;
	border-collapse: collapse;
	padding: 15px 10px;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block img
	{
	max-width: 100%;
	height: auto;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block a:link
	{
	color: #016DAE;
}

#contentbox #normal_sightseeing_content .wrapper .normal_sightseeing_content_block a:visited
	{
	color: #016DAE;
}

/*
**  4 - Additional CSS
*/
@media only screen and (min-width: 641px) {
	#main {
		min-width: 1000px;
	}
}