/*  
Theme Name: Kadas
Theme URI: http://www.justskins.com/
Description: Silicon Wordpress theme by <a href="http://www.justskins.com">Just Skins</a>.
Version: 1.0
Author: Ho.B
Author URI: http://www.justskins.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body{
	margin:0px;
	background-image:url(images/bgbody.png);
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	}
	
a{
	border:none;
	}
	
img{
	border:none;
	}
	
ul{
	list-style:none;
	margin:0;
	padding:0;
	}

td img {
	display: block;
	}
	
.header{	
	border-left:1px solid #FFFFFF;	
	border-right:1px solid #FFFFFF;
	width:800px;
	height:220px;
	}
	
.topbar{
	background-color:#006AB2;
	/*background-color:#B1B2B4;*/
	width:800px;
	height:39px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
.buttons ul{
	height:25px;
	padding:8px 0;
	}
	
.buttons li{
	float:left;
	}

.buttons li a{
	display:inline;
	height:17px;
	padding:4px 22px 4px 20px;
	background-image:url(images/breaklines.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline;
	}
	
.searchfield{
	height:25px;
	padding:1px 19px;
	}
	
input.text{
	color:#006AB2;
	padding:1px 2px;
	width:138px;
	border:none;
	}
	
input.submit{
	width:16px;
	height:18px;
	margin-left:4px;
	background-image:url(images/magnifier.png);
	border:none;
	}
	
.page{
	background-color:#FFFFFF;
	background-image:url(images/bgpage.png);
	background-repeat:no-repeat;
	width:800px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
.content{
	float:left;
	margin:20px 10px 20px 21px;
	width:480px;
	background-color:#FFFFFF;
	background-image:url(images/bgcontent.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	padding:15px;
	display:inline;
	}
	
.post h2{
	padding:0px 0px 10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.post-content ul{
	padding:0px 20px;
	}

.post-content li{
	padding:5px 10px;
	list-style-position:outside;
	list-style-type:disc;
	}
	
.navigation{
	float:left;
	margin:20px 21px 20px 10px;
	width:228px;
	background-color:#FFFFFF;
	display:inline;
	}
	
.navtitle{
	background-color:#B1B2B4;
	height:16px;
	width:204px;
	border-top:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	padding:9px 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#FFFFFF;
	}
	
.navbox li a{
	height:16px;
	width:176px;
	display:block;
	padding:7px 10px 7px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	color:#666666;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #B1B2B4 dotted;
	}
	
.navbox li a:link, .navbox li a:visited{
	background:url(images/bgnavbox.png);
	}

.navbox li a:hover, .navbox li a:active{
	background:url(images/bgnavbox.png) 0 -30px;
	}

.footer{
	background-color:#006AB2;
	width:760px;
	height:13px;
	padding:8px 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
	}

