/** events.css
 * style for events section of CLGE website
 */

h4 {
    font-style: italic;
    padding: 10px 0;
}

#wrapper {
	min-height: 1000px;
}

#calendar_box {
	float: left;
	margin-left: 40px;
	width: 610px;
}

#article {
	position: relative;
	top: auto;
	left: 50px;
	width: 600px;
	padding: 5px;
}

#article div {
	/*margin-left: 20px;*/
}

#article h1 {
	margin-bottom: 30px;
}

#article h3 {
	margin: 10px 0px 5px 0px;
	font-size: 150%;
	/*font-family: Times, Serif;*/
}

#event_name {
	margin-top: 20px;
	color: #34669b;
	/*font-family: Times, Serif;*/
}

#description p {
	margin-left: 20px;
}

#docs ul {
	list-style-type: circle;
}

#docs li {
	margin-left: 20px;
    margin-bottom: 7px;
}

/** right column restyle
*/
#right_col {
	float: none;
	position: absolute;
	top: 130px;
	left: 710px;
	margin: 0;
	padding: 0;
}

#map_box {
	position: relative;
}

#map_header {
	position: absolute;
	top: 5px;
	left: 10px;
	color: white;
	font-size: 110%;
	font-weight: bold;
}

pre {
	font-family: Verdana, sans-serif;
    font-size: 82%;
	white-space: pre-wrap;
}

#description h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0px;
}

#description p {
	margin: 0;
	padding: 0;
}

#description ul, ol {
	margin: 5px 0 5px 50px;
}

#description .italics {
	font-style: italic;
}

#mapa_velka {
	position: absolute;
	top: 10px;
	left: -640px;
}
