/***************************************************
     AUTHOR: Liliana Demir ( enteringeternity.de )
   TEMPLATE: Entering Eternity 2009
       DATE: Oct. 2009
  COPYRIGHT: yes
 ***************************************************/


/***************************************************
   Basic Element Styles
 ***************************************************/

body 
	{
	background-color:#fff;
	}

#title
	{
	height:34px;
	padding:5px;
	border-bottom:1px solid #585858;
	margin-bottom:20px;
	}

#left
	{
	float:left;
	width:14%;
	line-height: 1.5em;
	overflow:hidden;
	}

#right
	{
	float:right;
	width:14%;
	line-height: 1.5em;
	overflow:hidden;
	}

#content
	{
	float:left;
	width:66%;
	padding-left:3%;
	border-left: 1px solid #bf2f0c;
	}

#icontent
	{
	height:300px;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:center;
	}

#ifooter
	{
	padding:5px;
	border-top:1px solid #bf2f0c;
	margin-bottom:20px;
	}

/***************************************************
   Text Element Styles
 ***************************************************/

h1
	{
	font-family: georgia, "times new roman", serif;
	font-size: 130%;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: .2em;
	padding: 0.25em;
	color: #bf2f0c;
	}
h2
	{
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	font-size: 110%;
	text-transform: lowercase;
	letter-spacing: .3em;
	padding: 0.25em;
	color: #bf2f0c;
	}
h3
	{
	font-family: georgia, "times new roman", serif;
	font-size: 100%;
	font-style: italic;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	color: #585858;
	}
p
	{
	font-size: 90%;
	line-height: 1.6em;
	}
p:first-letter
	{
	font-family: georgia, "times new roman", serif;
	font-size: 110%;
	font-weight: bold;
	color: #bf2f0c;
	}

ul
	{
	font-size: 90%;
	list-style-image: url(bullet.gif);
	}
ul ul { font-size: 80%; }
a:link { color: #bf2f0c; }
a:visited { color: #000000; }
a:hover, a:active
	{
	color: #fff;
	background-color: #bf2f0c;
	}

/***************************************************
   Navbar Element Styles
 ***************************************************/

#mainnav
	{
	margin-left: 5px;
	margin-bottom:20px;
	background-color: #ffffff;
	}

#mainnav ul
	{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #bf2f0c;
	}
	
#mainnav ul li
	{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #bf2f0c;
	}
	
#mainnav ul li a
	{
	text-decoration: none;
	color: #000000;
	}
	
#mainnav ul li a:hover
	{
	text-decoration: none;
	color: #fff;
	background-color: #bf2f0c;
	}

/***************************************************
   Profil Links & Index
 ***************************************************/

#right img, #right a, #right a:hover, #right a:visited,
#icontent img, #icontent a, #icontent a:hover, #icontent a:visited
	{
	border: none;
	text-decoration: none;
	background: #fff;
	}
