
/* TURKU AGILE DAY 010 */
/* Stylesheet by:      */
/*    Janne Ala-Äijälä */
/* janne@underdude.org */


html {
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #001b24;
}

/* HEADER */

#header {
	background: url(../layout_img/header_bg.png) repeat-x bottom;
	height: 240px;
	width: 100%;
	background-color: #f5f7f8;
}

#header h1 {
   width: 960px;
	margin: 0 auto;
	background: url(../layout_img/header.png) no-repeat left bottom;
	height: 240px;
}


#header h1, #header h2 {
	text-indent: -9999px;
}

/* MENU */

#menu {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-left: 150px;
  margin-top: -50px;
}



#menu li {
  display: inline;
  font-family: Verdana, Ariala, Helvetica, sans;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 20px;
  text-shadow: 1px 1px 5px #001b24;

}

#menu li a, #menu li a:visited, #menu li a:active{
	text-decoration: none;
	color: #fff;
}

#menu li a:hover {
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}

/* SUBMENU */

#submenu {
  width: 80%;
  margin: 7px auto 7px auto;
  padding: 1px;
  line-height: 7px;
  background-color: #001b24;
  height: 30px;
  text-align: center;

  -moz-border-radius: 10px  0 10px 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 0 10px 0; /* future proofing */
	-khtml-border-radius: 10px 0 10px 0; /* for old Konqueror browsers */
}



#submenu li {
margin: 5px 20px 5px 0px;
display: inline;
  font-family: Verdana, Ariala, Helvetica, sans;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;

}

#submenu li a, #submenu li a:visited {
	text-decoration: none;
	color: #fff;
}

#submenu li a:active {
	color: #f4bc19;
}

#submenu li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* CONTENT */

#container {
	margin-top: -2px;
	width: 100%;
	position: relative;
	background: #f5f7f8 url(../layout_img/footer_bg.png) repeat-x bottom;
}

#content {
  width: 740px;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 64px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #595959;
  line-height: 18px;
}

#content img {
	margin-right: 25px;
	border: 0;
}

#introduction {
	float: right;
	width: 280px;
	background-color: #EAEBEC;
	padding: 5px 15px 10px 15px;
	margin-top: 10px;
	margin-left: 25px;
	border: 1px solid #dddede;

	-moz-border-radius: 10px 0 10px 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 0 10px 0; /* future proofing */
	-khtml-border-radius: 10px 0 10px 0; /* for old Konqueror browsers */
}

.news_item {
	margin: 0 0 25px 0;

}

.news_item h3 {
	
}

.news_writer {
	background-color: #eaebec;
	margin: 16px 8px -10px 0;
	font-size: 9px;
	float: left;
	padding: 5px 8px 5px 8px;
	color: #001b24;
	
	-moz-border-radius: 5px 0 5px 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
	border-radius: 5px 0 5px 0; /* future proofing */
	-khtml-border-radius: 5px 0 5px 0; /* for old Konqueror browsers */
}

/* TEXT */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 18px;
	margin-bottom: -2px;
	color: #001b24;
	line-height: 28px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: -6px;
	color: #595959;
	line-height: 18px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited, a:hover {
	color: #595959;
}

/* FOOTER */

#footer {
  width: 740px;
  margin: 0 auto;
  position: relative;
 font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
}

#footer a, #footer a:visited, #footer a:hover, .footerbox ul span  {
	color: #fff;
}

#footer img {
  border: 3px solid White;
  border-bottom: 7px solid White;
  border-top: 6px solid White;
}

#footer div {
	display: block;
}

#footer h4 {
	font-size: 11px;
	margin-bottom: 0;
}

.footerbox {
  vertical-align: top;
  margin-right: 25px;
  float: left;
  padding-bottom: 20px;
}

.footerbox ul {
  text-align: left;
  margin-top: -1px;
  color: #f4bc19;
  list-style-position: inside;
}

.footerbox ul li {
	margin-left: -35px;
}

/* TABLE */
table {
	margin-top: 20px;
	width: 100%;
	border-spacing: 5px;
}

th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #001b24;
	color: #fff;
	-moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0; /* future proofing */
	-khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
}


td {
	color: #001b24;
	padding: 5px;
	background-color: #DDDEDE;

	-moz-border-radius: 10px 0 10px 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 0 10px 0; /* future proofing */
	-khtml-border-radius: 10px 0 10px 0; /* for old Konqueror browsers */

}

td a, td a:visited {
	color: #001b24;
}
.keynote { text-align: center; }
 .break {
	border: 0;
	text-align: center;
	font-weight: bold;
	background-color: #EAEBEC;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; /* future proofing */
	-khtml-border-radius: 0px; /* for old Konqueror browsers */
}

 .time {
	text-align: right;
	background-color: #f5f7f8;
	vertical-align: top;
}

.social {
	background-color: #f4bc19;
	text-align: center;
	font-weight: bold;
}

#content .social a, #content .social a:visited, #content .social a:hover {
	color: #001b24;
}

/* FORM */
/* this is just a little add for registration-css */

select {
	border: 1px solid #001b24;
}

/* ZEBRA-STRIPES FOR ABSTRACTS */

.odd {
	margin-top: 15px;
	padding: 1px 10px 5px 10px;
	background-color: #DDDEDE;
	-moz-border-radius: 10px 0 10px 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 0 10px 0; /* future proofing */
	-khtml-border-radius: 10px 0 10px 0; /* for old Konqueror browsers */
}

.even {
	margin-top: 15px;
	padding: 1px 10px 5px 10px;
	background-color: #EAEBEC;
	-moz-border-radius: 10px 0 10px 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 0 10px 0; /* future proofing */
	-khtml-border-radius: 10px 0 10px 0; /* for old Konqueror browsers */
}
