/**
 @file: master.css
 @update: 08/06/2008 Or 08/06 only
 @author: cssbit.com
*/

body {
	margin: 0;
	padding: 0;
	color:#807E83;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 2px;
	padding: 2px;
}

#wrap {
	width: 800px;
	margin: 05px auto;
	
}

#header {
	border-top: 1px solid #bbb;
	margin-top:50px;
	padding-top:5px;
}
	#logo{
		padding-left:280px;
		height:85px;
	}

#sidebar {
	width: 240px;
	float: left;
	border-top: 1px dotted #999;
	clear:both;
}

#content {
	width: 530px;
	float: right;
	border-top: 1px dotted #999;
	padding-bottom:30px;
}

#footer {
	clear: both;
	border-top: 1px solid #bbb;
	
}

#navigation{
	list-style-type:none;
	margin-left:-20px;
}
	#navigation li a{
		display:block;
		width:200px;
		border-bottom: 1px solid #999;
		padding:4px 0 4px 5px;
	}
	#navigation li a.selected{
		display:block;
		width:200px;
		border-bottom:1px solid #EE5F00;
		padding:4px 0 4px 5px;
		color:#333;
	}
	#navigation li a:hover{
		background-color:#edeeef;
	}
	
#foot{
	list-style-type:none;
	overflow: auto;
	margin:5px 0 0 -40px;
	font-size:0.80em;
}
	#foot li a:hover{
		color:#333;
	}
	#foot li {
		display:inline-block;
		list-style-type:none;
		text-align:center;
		padding:0px 10px;
		border-right: 1px solid #999;
	}
	#foot li.last {
		border-right:0px;
	}
	
#forms{
	margin:10px;	
}

#single{
	border-bottom: 1px dotted #999;
	margin: 10px 0px;
	padding: 10px 0px;
}

#pagination ul {
   border: 0px solid #ddd;
   list-style: none;
   padding: .5em;
}
 
#pagination ul li {
   display: inline;
   padding: 0em
}
#pagination ul li a {
  border: 1px solid #ddd;
  padding: .1em .4em;
  text-decoration: none;
  background: #eee;
  color:#333
}
 
#pagination ul li a:hover {
  border: 1px solid #F90;
  padding: .1em .4em;
  text-decoration: none;
  background: #EE5F00;
  color:#FFF;
}

/* Start texting */
a{
	text-decoration:none;
	color:#807E83;
}
p{
	font-size:0.85em;
	padding-left:10px;
}
ul{
	font-size:0.85em;	
}
a.button{
	background-color:#EE5F00;
	display:block;
	color:#fff;
	font-weight:bold;
	width:120px;
	height:18px;
	text-align:center;
	margin:10px 5px 5px 5px;
	padding:.3em 1em;
}
.logo{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
}
.linkaya{
	color:#EE5F00;
	text-decoration:underline;
	font-weight:bold;
}

/* forms */
form p {
	clear: both;
}
form input,
form select,
form textarea {
	border:1px solid #ccc;
	padding:.3em;
	margin: 05px 0 0
}

form input:focus, 
form select:focus, 
form textarea:focus, 
form input.submit:hover {
	border-color:#EE5F00;
}
form label, form input.submit {
    text-transform: capitalize;	
}
form input.submit {
	background: transparent
}