/*
THEME NAME: Unitedsky Corporate Website Theme
THEME URI: http://unitedsky.eu/
DESCRIPTION: Unitedsky made out of the Sandbox Theme (http://www.plaintxt.org/themes/sandbox/)
VERSION: 1.0
AUTHOR: bahari.biz
AUTHOR URI: http://bahari.biz/
TAGS: less is more
*/

@import url('base.css');
@import url('sandbox.css');
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}


h1,
h2, h2 a,
h3, h3 a,
h4, h4 a {
	color: #2f4f4f;
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Georgia, Times, Arial, Verdana;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: url('images/bg2.png');
	background-repeat: repeat-x;
}
#wrapper {
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	background: #ffffff;
}
#header {
	height: 121px;
	background: #dcdcdc;
}
#header img {
	margin-top: 20px;
	border : none;
}

/* header search */
#header_search {
	float: right;
	margin-top: 10px;
}
#header_search #s {
	width: 210px;
	padding: 5px;
	color: gray;
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
/* menu */
div#menu {
	height: 34px;
	background: #dcdcdc;
	border-bottom: 1px solid transparent; /* ie7 inaczej przesuwa */
}
div#menu > ul > li > a {
	padding: .5em;
	color: white;
	background: #a9a9a9;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	font-family: Arial, Helvetica;
}
div#menu > ul > li {
}
div#menu > ul > li.current_page_item > a {
	color: #c0c0c0;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	background: #ffffff;
}
div#menu > ul > li > a:hover {
	text-decoration: none;
	/*background: #ffffff;*/
	color: #2F4F4F;
}
div#menu li {
	margin-right: .25em;
}
div#menu li ul > li a {
	padding: .5em;
	text-decoration: none;
}
div#menu a {
	color: #00526A;
}

/* posts */
.navigation a {
	font-size: 80%;
	color: gray;
}
.navigation a:hover {
	color: black;
	text-decoration: none;
}
a.more-link {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 80%;
	color: gray;
	display: block;
	margin-top: .25em;
}
div.entry-content span.edit-link a {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 80%;
	color: gray;
	display: block;
}

.entry-date {
	padding-bottom: .25em;
}
div.entry-meta {
	font-size: 80%;
	color: gray;
}
div.entry-meta a {
	color: gray;
}
.entry-content img.avatar {
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
}
.entry-content {
	font-family: Georgia, Times, Arial, Verdana;
	line-height: 1.4;
	margin-bottom: 1em;
}
a.link {
	color: gray;
}
/* sticky post on frontpage */
#post-325 .entry-meta,
#post-325 .entry-date,
#post-325 img.avatar {
	display: none;
}
/* bio image */
.bio {
	float: left;
/*	border: 5px solid #DCDCDC;*/
	margin-top: .25em;
	margin-right: 1em;
	margin-bottom: .5em;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* comments */
#respond {
	margin-bottom: 1em;
}
#respond,
#respond input,
#comments-list {
	font-size: 85%;
	color: gray;
}
#comments-list a {
	color: gray;
}
/* widgets */
.sidebar_image {
	text-align: center;
}
.sidebar_image img {
	margin-top: 7px;
	margin-bottom: 7px;
}
.sidebar a {
	color: gray;
	font-size: 80%;
}
.sidebar a img {
	border: none;
}
.sidebar a:hover {
	color: black;
	text-decoration: none;
}
h3.widgettitle {
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: gray;
}
li.widget {
	padding: 0.25em;
}
div.sidebar ul ul li {
	list-style-image: url(images/ul-bullet.gif);
	padding: 3px;
}
#tag_cloud-3 a {
	padding: .3em;
}
.recent_comments a {
	font-size: 100%;
}
.recent_comments li {
	color: gray;
	font-size: 80%;
}
/* szkolenia */
ul#szkolenia {
	font-family:Georgia,Times,Arial,Verdana;
	list-style-type: square;
	color: #2F4F4F;
	/*margin-left: 180px;*/
}
ul#szkolenia li {
	padding: 4px;
}
/* kontakt */
#post-252 p {
	padding-bottom: .25em;
}

/* contact form */
#contact-form-252 input {
	width: 250px;
	padding: 5px;
}
#contact-form-252 textarea {
	width: 640px;
}
#footer {
	border-top: 1px solid gray;
	height: 35px;
	font-size: 70%;
	color: gray;
	text-transform: uppercase;
}
#footer a {
	color: gray;
	text-decoration: none;
}
#footer ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0px;
}
#footer li {
	float: left;
	padding-right: 2em;
}
#footer #generator-link {
	float: right;
}

