/*
Theme Name: Summa09

*/

/* ***************************
	Wordpress standards
*************************** */
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
/* ***************************
	Startpage
*************************** */
body.home #header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
body.home #header a:link {
	text-decoration: underline;
}
body.home #header a:visited {
	text-decoration: underline;
}
body.home #header a:hover {
	color: #ffffff;
	text-decoration: underline;
}	

/* ***************************
		Pages
*************************** */
html, body {
	margin: 0;
	padding: 0;
	
	color: #333333;
	background-color: #260000;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.altlink a:link {
	text-decoration: underline;
}
.altlink a:visited {
	text-decoration: underline;
}
.altlink a:hover {
	text-decoration: none;
	color: #000000;
}
.altlink a:active {
	text-decoration: none;
	color: #000000;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
}
#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
#foreground {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
#content {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
}
#splashcontent {
	width: 430px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
}
.dots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.solids {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
#header a:link {
	text-decoration: underline;
}
#header a:visited {
	text-decoration: underline;
}
#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#header a:active {
	color: #ffffff;
	text-decoration: underline;
}
.greenevent{
	position: relative;
	margin-top: -100px;
	margin-left: 600px;
}

ul#menu{
	margin-top: 0;
padding-left: 0;
}
ul#menu li{
	display: inline;
}

li.page-active a{
	color: white !important;
}

#contentbody {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 15px;
}
#footer {
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	/* line-height: 15px; */
}
#footer_left {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 340px;
	height: 60px;
}
#footer_right {
	position: absolute;
	top: 60px;
	left: 440px;
	width: 250px;
	height: 60px;
}
#footer_img {
	position: absolute;
	top: 20px;
	left: 580px;
	width: 55px;
	height: 69px;
}
#footer a:link {
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.content_left {
	float: left;
	left: 0px;
	width: 330px;
}
.content_right {
	float: right;
	left: 340px;
	width: 330px;
}
hr {
	border: 0;
	background-color: #cccccc;
	height: 1px;
	clear: both;
	margin: 15px 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    padding: 0px;
	margin: 0px;
}


.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;}
.spiffy3{
  margin-left:1px;
  margin-right:1px;}
.spiffy4{}
.spiffy5{}
.spiffyfg{
  background:#FFFFFF}


.gallery-item {
	border-top: 1px solid #ccc;
}

.wrapper{
	width: 800px;
	margin: auto;
}
.flash{
	position: absolute;
	margin: 100px 0 0 50px;
}

table{
	border-collapse: separate;
	text-align: center;
	margin: auto;
	table-layout: fixed;
	border-spacing: 30px;
	empty-cells: hide;
}
table tr{
	width: 700px;
}
table tr td{
	border-top: 1px solid #ccc;
	width: 330px;
	padding-top: 10px;
	text-align: left;
}


a.lang_sel_sel,
a:hover.lang_sel_sel{
	color: white;
	text-decoration: none;
}


