﻿/*
File Name: style.css
This file creaded by Tolga Can
23.10.2009
*/
/* body */
	body {
		margin:0px auto;
		padding:0px;
	}
	p{
	font: 100% Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 80%;
}
/* headings*/
	h1,h2,h3,h4,h5,h6{
		letter-spacing:1px;
	}
	h1,h2{ 
		clear:both;
		color:#af6b00;
	}
	h3,h4,h5,h6 { 
		font-weight:normal;
		clear:both;
		color:#af6b00;
	}

	h1{
		font-size: 22px;
		margin: 5px 0px 10px;
	}
	h2{
	font-size: 22px;
	line-height: 50px;
}
	h3{
		font-size: 20px;
		margin: 15px 0px 10px;
	}
	h4{
		font-size: 18px;
		margin: 10px 0px 10px;
	}
	h5{
		font-size: 16px;
		margin: 5px 0px 10px;
		}
	h6{
		font-size: 14px; 
		margin: 5px 0px 10px;
		}
		
		
	/*Lists */
	ul, li,ol{
	margin: 10px 0;
	list-style-type: inherit;
	list-style-image: url('../images/bullet.gif');
	list-style-position: outside;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 80%;
	line-height: 17px;
	font-family: Verdana;
	font-weight: normal;
}

/* image alignments */
	img.aligncenter{
		display:block;
		text-align:center;
		display: block;
		border-top:1px solid #ededed;
		border-bottom:1px solid #ededed;
		padding:5px 0 5px 0;
	}
	img.alignleft{
		float:left;
		margin: 0 7px 2px 0;
		display: inline;
		border:1px solid #ededed;
		padding:5px;
	}
	img.alignright{
		float:right;
		margin: 0 0px 2px 7px;
		border:0px;
		border:1px solid #ededed;
		padding:5px;
	}

	/* links */
	a{	
	}
	a:hover{
	}
/* page navigation */
	 #sub_nav{
		padding-top:15px;
		margin-bottom:6px;
		font-size:11px;
		color:#C0C0C0;
	 }
	#sub_nav  a{	
		margin-left:0px;
		text-decoration:none;
		background:transparent;
		background-position: left;	
		background-repeat: repeat-y;	
		color:#6E6E6E;
	}
	#sub_nav a:hover{
		text-decoration:none;
		background:transparent;
		color:#C0C0C0;
	}
/* sub navigation */
	#sub_menu{	
	}
	#sub_menu  li{	
		background:url(../images/sub_back.png) top repeat-x ;
		line-height:35px;
	}
	#sub_menu  li a{	
		margin-left:0px;
		text-decoration:none;
		padding-left:5px;
		background:transparent;
		background-position: left;	
		background-repeat: repeat-y;	
	}
	#sub_menu  li a:hover{
		text-decoration:none;
		background:transparent;
		background:url(../images/sq.png);
		background-position: left;	
		background-repeat: no-repeat;	
		padding-left:12px;
	}
/* tables */
	table{
	}
	table caption strong{
		text-align:left;
		font-size: 14px;
		font-weight: normal;
		line-height:20px;
		font-weight:bold;
	}
	table caption{
		text-align:left;
		padding-bottom: 10px;
		padding-top: 5px;
	}
	table th {
		padding: 13px;
		font-size: 12px;
		background: transparent url(../images/sub_back.png) top center repeat-x;	
	}
	table td {
		padding: 10px;
		text-align: left;
	}
/* text elements */
	blockquote {
		font-family:'Georgia','Tahoma', san-serif;
		letter-spacing:0px;
		font-size:15px;
		background:transparent url(../images/blockquote.png);
		background-position: left top;	
		background-repeat: no-repeat;	
		line-height: 24px;
		padding-left:70px;
		padding-top:10px;
		padding-bottom:10px;
		margin:0px;
		font-style:italic;
	}

	blockquote em, blockquote i, blockquote cite {
		font-style:normal;
	}
	pre {
		font:11px Monaco, monospace;
		line-height:18px;
		margin-bottom:18px;
	}
	code {
		font:11px Monaco, monospace;
	}
	ins {
		text-decoration:none;
	}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}
	}

