/*********************************************************************************************
	
																		DJ ESEF CSS
	
*********************************************************************************************/

/****************************************
	Redefine Tags
****************************************/
body {
	position: relative;
	margin: 0 auto;
	padding: 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url(../images/lion_001_50x350.gif) repeat-x fixed;*/
	background-color: black;
}
form {
	margin: 0;
	padding: 0;
}

/****************************************
	Template Styles
****************************************/
#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: black;
	}
#header {
	float: left;
	position: relative;
	width: 800px;
	/*height: 243px;
	height: 250px;*/
	height: 415px;
	/*background-image: url(../images/logo_graff.jpg);*/
	background-image: url(../images/LOGO_esef_onek.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: black;
}
#buttons {
	float: left;
	position: relative;
	width: 800px;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #666666;
}
#buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#buttons li {
	float: left;
	margin: 0 0.5em 0 1em;
}
#buttons a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
#buttons a:hover {
	float: left;
	color: #000000;
}
#footer {
	width: 800px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
	background-color: #666666;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	/*border-bottom: solid 1px #FFFFFF;*/
}

/****************************************
	General Styles
****************************************/
.heading {
	display: block;
	position: relative;
	width: 80%;
	margin: 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
}
.button {
	background-color: #EFEFEF;
	border: solid 1px #999999;
	height: 1.5em;
}
.button:hover {
	background-color: #CCCCCC;
}
.input_field {
	border: solid 1px #999999;
}
.input_field:focus {
	background-color: #CCCCCC;
}
.input_textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	border: solid 1px #999999;
}
.input_textarea:focus {
	background-color: #CCCCCC;
}
.views {
	font-size: 0.8em;
}
#middle {
	float: left;
	position: relative;
	width: 800px;
	background: url(../images/background_001.jpg);
	background-repeat: repeat-y;
	color: #CCCCCC;
}
#middle a {

}
#middle a:hover {

}
#message {
	float: left;
	position: relative;
	width: 100%;
	margin: 5px 0 10px;
	color: #FFFFFF;
}

/****************************************
	First Page Styles
****************************************/
#front_left {
	float: left;
	position: relative;
	width: 350px;
}
#front_right {
	float: left;
	position: relative;
	width: 450px;
}
.front_sub_section {
	float: left;
	position: relative;
	margin: 5px 15px;
	color: #CCCCCC;
}
.front_sub_section p {
	font-size: 0.8em;
}
.front_sub_section a {
	text-decoration: none;
	color: #CCCCCC;
}
.front_sub_section a:hover {
	border-bottom: solid 1px #CCCCCC;
	color: #FFFFFF;
}
.front_photos {
	float: left;
	position: relative;
	margin: 5px 15px;
	color: #CCCCCC;
}
.front_photos img {
	border: solid 1px #000000;
}
.front_photos img:hover {
	border: solid 1px #999999;
}

/****************************************
	View Photo Styles
****************************************/
#photo_content {
	position: relative;
	text-align: center;
	color: #CCCCCC;
}
#photo_content img {
	border: solid 1px #000000;
}
#info_bar_count {
	margin-right: 30px;
	text-align: right;
	color: #CCCCCC;
}
#info_bar_count a {
	color: #CCCCCC;
	text-decoration: none;
}
#info_bar_count a:hover {
	color: #CCCCCC;
}

/****************************************
	View Gallery Styles
****************************************/
#event_content {
	position: relative;
	color: #CCCCCC;
	text-align: center;
}
#event_content img {
	border: solid 1px #000000;
}
#event_content img:hover {
	border: solid 1px #999999;
}

/****************************************
	Contact Styles
****************************************/
#mail {
	position: relative;
	margin-left: 50px;
	width: 750px;
	color: #CCCCCC;
}

/****************************************
	Guestlist Styles
****************************************/
#guestlist {
	position: relative;
	margin-left: 50px;
	width: 750px;
	color: #CCCCCC;
}
#guestlist a {
	text-decoration: none;
	color: #CCCCCC;
}
#guestlist a:hover {
	border-bottom: solid 1px #CCCCCC;
	color: #FFFFFF;
}

/****************************************
	Event Blog Styles
****************************************/
#blog_entry {
	float: left;
	position: relative;
	width: 780px;
	margin-top: 5px;
	padding: 10px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
.title {
	display: block;
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.datetime {
	display: block;
	float: right;
	position: relative;
	text-align: right;
	vertical-align: text-bottom;
	font-size: 0.8em;
}
.text {
	display: block;
	float: left;
	position: relative;
	width: 780px;
}
