/*   
Theme Name: Nasrai
Theme URI: 
Description: Šūnų sporto ir dresūros klubas "Nasrai"
Version: 1.0
Author: Ksaveras Šakys
Author URI: http://xawiers.esu.as/
*/

/* Reset browser defaults */
@import url('css/reset.css');
/* Apply basic typography styles */
@import url('css/typography.css');
/* Apply basic image styles */
@import url('css/images.css');

html {overflow-y: scroll;}
body {
	background: #303554;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	color: #222;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: url('images/wrapper_bg.jpg');
	text-align: left;
}

#header {
	background: url('images/header_bg.jpg') no-repeat top right;
	text-align: left;
}
#header_image {
	margin: 0 10px;
	/*border: 1px solid red;*/
}

#footer {
	height: 30px;
	padding: 8px 10px;
	font-size: 12px;
	color: #909090;
	clear: both;
}

div#contentWrapper {
	margin: 0 10px;
	padding: 0;
	background-color: #D8DDFF;
	float: left;
	position: relative;
	width: 960px;
	/*border: 1px solid red;*/
	/*text-align: left;*/
}

div#content {
	margin: 0;
	padding: 20px;
	background: none;
 	float: left;
 	display: inline;
 	position: relative;
 	width: 920px;
	/*border: 1px solid green;*/
}
div#content.narrow {
 	width: 605px;
	/*margin: 0 310px 0 0;*/
}

div#sidebar {
	padding: 10px 10px 0 0;
	margin: 0;
	width: 300px;
	float: right;
	position:relative;
	background: none;
	/*border: 1px solid blue;*/
}
div#sidebar, div#sidebar p {
	font-size: 14px;
}
div#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#sidebar li h2 {
	font-size: 18px;
}

.widget {
	/*border: 1px solid red;*/
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.clearFloat {
	clear: both;
	display: block;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #070763; font-family: Georgia, Arial, Helvetica, sans-serif; }
h1 { font-size: 26px; margin-bottom: 0.5em; }
h2 { font-size: 22px; margin-bottom: 0.5em; }
h3 { font-size: 20px; margin-bottom: 0.5em; }
h4 { font-size: 18px; margin-bottom: 0.75em; }
h5 { font-size: 16px; margin-bottom: 0.75em; }
h6 { font-size: 14px; margin-bottom: 0.75em; }

h2, h2 a, h2 a:hover {
	color: #070763;
}
h2 a {
	text-decoration: none;
}

.index-items {
	border-bottom: 1px solid #fb9f26;
}

.post {
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.entry p {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 10px;
}
.entry li {
	font-size: 14px;
	line-height: 150%;
}
.entry td {
	font-size: 14px;
	line-height: 150%;
}
/*
.entry:after {
	content: '';
	display: block;
	clear: both;
}
*/

.postmeta, .postmeta a {
	color: #606060;
	font-size: 12px;
	font-family: Verdana;
}

.postmeta {
	margin: 0 0 10px 0;
}

.navigation {
	font-size: 16px;
	margin: 0 0 2em 0;
}

.commentlist {
	border-bottom: 1px solid #fb9f26;
}
.comment a {
	text-decoration: none;
	color: #070763;
}
.comment {
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #fb9f26;
}
.comment-author, .comment-meta, .reply {
	margin-right: 10px;
	font-family: Verdana;
}
.comment-author {
	color: #070763;
	font-size: 16px;
	margin-bottom: 4px;
}
.comment-meta, .reply {
	font-size: 12px;
	float: left;
}
.comment-text {
	margin-top: 10px;
}
.depth-1 { padding-left: 10px; }
.depth-2 { padding-left: 10px; }
.commentlist .even {
	background-color: #CAD0FF;
}
.wp-caption {
	border: 1px solid #B3BCFF;
	text-align: center;
	background-color: #CAD0FF;
	padding-top: 4px;
	margin: 6px;
/*	margin: 10px;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*
navigacija
-----------------*/

#menu {
	margin: 10px;
	width: 958px;
	background: url("images/menu_bg.jpg") repeat-x;
	height: 28px;
	position:relative;
  z-index: 10;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	position: relative;
	display: inline;
	float: left;
}
#menu ul li a {
	display: block;
	width: 118px; /*Width of top level menu link items*/
	padding: 6px 0;
	text-align: center;
	border: 1px solid #FFF;
	border-left-width: 0;
	text-decoration: none;
	background: url("images/menu_bg.jpg") repeat-x;
	color: #070763;
	font-size: 14px;
	font-weight: bold;
}
#menu ul.nav li.first_item a {
	padding-right: 5px;
	border-left: 1px solid #FFF;
}

/*Sub level menu*/
#menu ul li ul {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	margin-top: 28px;
	margin-left: -1px;
}
/*Sub level menu list items*/
#menu ul li ul li {
	display: inline;
	float: none;
	text-align: left;
	line-height: 28px;
	border: none;
}
/* Sub level menu links style */
#menu ul li ul li a {
	width: 190px; /*width of sub menu levels*/
	padding: 2px 5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	background: #fb9f26;
	border-width: 0 1px 1px 1px;
	color: #070763;
}
#menu .nav a:hover {
	color: #070763;
}
#menu .nav ul li a:hover {
	background-color: #070763;
	color: #fb9f26;
}
#menu .nav ul {
	background-color: #fb9f26;
}

.widget_minimeta {
	margin-left: 20px;
}
.widget_minimeta p {
	margin: 0;
}

div#dev_message {
	position: fixed;
	bottom: 0px;
	left: 0px;
	/*height: 20px;*/
	padding: 4px;
	line-height: 14px;
	background: #D6D6D6;
	color: #444444;
	font-size: 10px;
	font-family: Verdana;
}

.member_list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.member_photo {
    float: left;
}

.member_info {
    margin-left: 150px;
}