/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#container {
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
	letter-spacing: .4em;
}

/* ++++++++++++++++++++++++++++++++++ Form elements  +++++++++++++++++++++++++++++++++++ */

	.form_yazi {
		letter-spacing: .0em;
		font-family: Verdana, Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
	}
	
	.form_onemsiz {
		letter-spacing: .0em;
		font-family: Verdana, Georgia, "Times New Roman", Times, serif;
		font-size: 9px;
	}
	
	.form_baslik {
		letter-spacing: .0em;
		font-family: Verdana, Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		font-weight: bold;
	}

/* ---------------------------------- Form elements  ----------------------------------- */

#header_left {
	float: left;
	width: 526px;
	height: 206px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;
}

#right {
	margin-left: 365px;
	margin-top: 70px;
	margin-right: 40px;
}

#footer {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	clear: both;
	margin-left: 340px;
	margin-right: 40px;
	margin-top: 10px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

.mega {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: normal;
	color:	#800000;
	letter-spacing: 0.7em;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 10px;
   margin-top: 10px;
   letter-spacing: 0.1em;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87A448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 6.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 00px; 
	font-size: 2.4em;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #87A448;
	border-bottom: 1px #CCCCCC;
}

h4 {

	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 0 5 5 5 px;
	font-size: 1.1em;
	font-weight: bold;
	color:	#87A448; /* #006A35  */
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */  
a:hover {color: #008200; text-decoration: none; }   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}

#navcontainer a:link, #navlist a:visited
{
	color:	#87A448;	 /* #93B26E */
	text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color:	#93B26E;	/* #562930 */
}