/**
 * CSS Document
 *
 * @category   calendar
 * @author     nandor.sperl@icloud.com
 * @for        Uzsoki Utcai Hospital
 * @copyright  2015 Nandor Sperl
 * @version    0.1
*/

body {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 83.33%;
	background-color: #f3e4d6;
}

h1 {
	padding: 0.5em;
	font-size: 1.9em;
	float: left;
	margin-top: 30px;
	font-weight: bold;
} 

h2 {
	margin: 0.5em 0;
	font-size: 1.4em;	
}

p {
	margin: 0.5em;	
}

.clearfix:before,.clearfix:after {
content:".";
display:block;
height:0;
overflow:hidden;
}

.clearfix:after {
clear:both;
}

.clearfix {
zoom:1;
}

#title {
	width: 425px;
	margin: 0 auto;
	text-align: center;
	color: #006633;
	height: 100px;
}

#mano {
	float: left;
	width: 125px;
	height: 100px;
}

#back {
	position: absolute;
	top: 40px;
	left: 1em;
	color: #006633;
	font-size: 1.3em;
}
#back a:visited {
	color: #006633;
}
#back a:hover {
	text-decoration: underline;
	color: #006633;
}

.ui-widget {
	font-size: 1em;	
}

#event_edit_container, #about {
	display: none;
}

#about_button_container {
	position: absolute;
	top: 0;
	right: 0;	
	padding: 0.5em 2em;
	background: #ddf;
	border: 1px solid #bbd;
	width: 25em;
	text-align: center;
}

#event_edit_container label {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

form ul {
	padding: 0.3em;
}

select, input[type='text'], textarea {
	width: 250px;
	padding: 3px;
}

input[type='text'] {
	width: 245px;
}

ul.formatted,ol.formatted {
	display: block;
	margin: 1em 0.5em;
}

ul.formatted li,ol.formatted li {
	margin: 5px 30px;
	display: auto;
}

ul.formatted li {
	list-style-type: disc;
}

ol.formatted li {
	list-style-type: decimal;
}
#switcher {
	float: left;
}

#calendar_selection {
	font-size: 1em;
	position: absolute;
	top: 25px;
	right: 1em;
	padding: 1em;
	background: #ffc;
	border: 1px solid #dda;
	width: 270px;
}
