/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

/* ----------------------------------- General */

body {
   background-color: #f0f0f0;
   font-family:  Segoe UI,Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #000000;
   margin: 0; 
   padding: 0; 
   text-align: center; 
}

#wrap { 
   background-color: #FFFFFF;
   margin: 0 auto; 
   padding: 0; 
   width: 880px; 
   text-align: left; 
} 

a:link {
   color: #4d89c7;
   text-decoration: none;
} 

a:visited {
   color: #4d89c7;
   text-decoration: none;
}

a:hover {
   color: #4d89c7;
   text-decoration: underline;
}

a:active {
   color: #4d89c7;
   text-decoration: none;
}

a.gray:link {
   color: #444444;
   text-decoration: underline;
}

a.gray:visited {
   color: #444444;
   text-decoration: underline;
}

a.gray:hover {
   color: #444444;
   text-decoration: none;
}

a.gray:active {
   color: #444444;
   text-decoration: underline;
}

p.foot {
   color: #444444;
   font-family:  Segoe UI,Arial, Helvetica, sans-serif;
}

img {
border: 0px solid #FFFFFF;
} 




/* ----------------------------------- Header */

#header {
   height: 81px;
   background-image: url('images/headbg.png');
   background-color: #095ab0;
   background-repeat: repeat-x;
   border-bottom: 1px solid #608ebe;
}

.headlogo {
	padding-left: 30px;
	width: 50%;
	float:left;
}

.headsearch {
	float: left;
	padding-top: 39px;
	padding-left: 220px;
}

#search_box {
    width: 163px;
    height: 20px;
    background: url(images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #262626;
    font-size: 10px;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 6px;
    border: 0;
    width: 120px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 6px 0 0;
}

#menu ul {
   margin: 0;
   padding: 0;
   float: left;
   width: 100%;
   font-family: Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   background-color: #000000;
   background-image: url('images/menubg.png');
   background-repeat: repeat-x;
   border-bottom: 1px solid #525252;
   border-top: 1px solid #4b4b4b;
   height: 27px;
}

* html #menu ul {
   width: 100%;
}

#menu ul li{
   display: inline;
}

#menu ul li a{
   float: left;
   color: #FFFFFF;
   padding: 6px 24px;
   text-decoration: none;
   background: url(images/menuline.png) center right no-repeat;
}

#menu ul li a:visited{
   color: #FFFFFF;
}

#menu ul li a:hover{
   color: #FFFFFF;
   background-color: #383b3f;
   background-image: url('images/menuhove.png');
   background-repeat: repeat-x;
}

#twitrss {
   border-bottom: 1px solid #d9d9d9;
   text-align: right;
}

/* ----------------------------------- Content */

#content {
	width: 570px;
	float: left;
	margin-left: 18px;
	margin-top: 12px;
	font-family:  Segoe UI,Arial, Helvetica, sans-serif;
}

#cboxup {
	width: 570px;
	height: 14px;
      background-image:url('images/contboxup.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#cboxbg {
	width: 570px;
      background-image:url('images/contboxbg.png');
	background-repeat: repeat-y;
}

#cboxdown {
	width: 570px;
	height: 14px;
      background-image:url('images/contboxdown.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.inboxtxt {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.inboxtxt h2 {
	font-family: Segoe UI,Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
}



/* ----------------------------------- Sidebar */

#sidebar {
	width: 260px;
	font-family:  Segoe UI,Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 12px;
}

#sideboxmenuup {
	width: 260px;
	height: 13px;
      background-image:url('images/topsidebx.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#sideboxmenubg {
	width: 260px;
      background-image:url('images/bgsidebx.png');
	background-repeat: repeat-xy;
}

#sideboxmenudown {
	width: 260px;
	height: 13px;
      background-image:url('images/downsidebx.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
}

#sideboxmenubg ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sideboxmenubg ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #9d9d9d;
}

#sideboxmenubg ul li a {
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #FFFFFF;
}

#sideboxmenubg ul li a:hover, #xboxcontent ul li a:focus {
	color: #FFFFFF;
	background-color: #b5b3b4;
}

.sidep {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebarbox {
	width: 260px;
	height: 3px;
      background-image:url('images/boxup.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebarcontent {
	width: 260px;
      background-image:url('images/boxbg.png');
	background-repeat: repeat-xy;
}

#sidebarbox2 {
	width: 260px;
	height: 9px;
      background-image:url('images/boxdown.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
}

/* ----------------------------------- Footer */

#footer {
	clear: both;
	width: 880px;
	border-top: 1px solid #d9d9d9;
	height: 54px;
	padding-top: 19px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
}

p.foot {
	color: #444444;
	font-family:  Segoe UI,Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.contact{
	float:left;
	width:248px;
	height:98px;
	background:transparent url(images/pozatel1.png) no-repeat scroll 0 0 ;
	padding-top: 5px; 
	padding-bottom: 5px;
	border:0 solid #FFFFFF;
	
}