/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-12-16 12:00                                                    */
/* Last changed by: Michal Pelech                                                       */
/*                                                                                      */
/****************************************************************************************/
/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/
body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
body {
	font-family: Tahoma, Verdana, Arial;
	background-color: #121315;
	text-align: center;
}
body div {
	text-align: left;
}
a {
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}
a img {
	border: none;
}
.clear {
	height: 0;
	font-size: 0;
	visibility: hidden;
	clear: both;
}
.hide {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}
/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/
#topPanelHolder {
	width: 960px;
	height: 170px;
	overflow: hidden;
}
#page_wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg.gif) no-repeat left top;
}
#container {
	padding: 15px 0;
}
/*======================================================================================*/
/* HEADER                                                                        */
/*======================================================================================*/
#header {
	width: 960px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	background: transparent url(../images/logo-mini.png) no-repeat 10px 20px;
}
#header .blog_title {
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}
#header .blog_title h2.title a {
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 40px;
	color: #fff;
	line-height: 45px;
	display: block;
	padding: 0 0 0 90px;
}
#header .blog_title h2.subtitle {
	font-size: 18px;
	color: #999;
	margin-top: 5px;
	margin-left: 5px;
}
#header #search {
	border: none;
	float: right;
	position: relative;
}
#header #search #searchform {
	position: absolute;
	top: 65px;
	right: 10px;
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
}
#header #search #searchform .searchinput {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #666;
	font-size: 13px;
	width: 165px;
	border: 0;
}
#header #search #searchform .button {
	position: absolute;
	top: 0px;
	left: 175px;
	background: url(../images/mag.gif) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}
/*======================================================================================*/
/* NAVIGATION                                                                        */
/*======================================================================================*/
#main_navi {
	background: url(../images/navi.gif) no-repeat;
	float: left;
	margin-top: 30px;
	height: 37px;
	width: 960px;
	position: absolute;
	left: 0;
	top: 100px;
}
#main_navi ul.left {
	float: left;
	list-style-type: none;
	padding: 2px 0 0 10px;
	width: 750px;
}
#main_navi ul li {
	position: relative;
	float: left;
	text-transform: uppercase;
}
#main_navi ul.left li a {
	float: left;
	overflow: hidden;
	color: #ccc;
	font-size: 13px;
	line-height: 16px;
	margin: 0 15px 0 15px;
	padding: 7px 4px;
}
#main_navi ul.left li a:hover {
	color: #ff5a00;
}
#main_navi ul.left li.current_page_item a {
	color: #ff5a00;
}
#main_navi ul.left li ul {
	display: none;
	position: absolute;
	left: 0;
	width: 125px;
	margin-top: 33px;
	padding: 0 3px;
	height: auto;
	background-color: #111;
	border: 1px solid #2d2c2c;
	border-top: 0;
}
#main_navi ul.left li ul li {
	width: 125px;
	overflow: hidden;
}
#main_navi ul.left li ul li a {
	font-size: 12px;
	padding: 3px 6px;
	margin: 0 2px;
}
#main_navi ul.right {
	float: right;
	list-style-type: none;
	padding: 8px 10px 0 0;
}
#main_navi ul.right li a {
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
#main_navi ul.right li.twitter a {
	background: url(../images/twitter.gif) no-repeat 0 3px;
	padding-left: 21px;
}
#main_navi ul.right li.twitter a:hover {
	color: #0af;
}
#main_navi ul.right li.feed a {
	background: url(../images/feed.gif) no-repeat 0 5px;
	padding-left: 15px;
}
#main_navi ul.right li.feed a:hover {
	color: #ff5a00;
}
/*======================================================================================*/
/* MAIN                                                                        */
/*======================================================================================*/
#main {
	width: 660px;
	float: left;
	display: inline;
}
#main.long {
	width: 944px;
	padding: 0 0 0 17px;
}
#main.middle, #main.detail, #main.page {
	width: 740px;
	padding: 0 0 0 17px;
}
#main .post, #main .postHeader {
	height: 200px;
	background-color: #131313;
	border: 1px solid #1f2223;
	color: #ccc;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 0 10px 10px 0;
	position: relative;
}
#main .auto {
	height: auto;
}
#main .postHeader {
	height: auto;
	line-height: auto;
	margin-bottom: 10px;
	padding: 10px;
}
#main.long .home {
	/*margin: 10px 0 10px 0;
*/
	clear: both;
}
#main.long .postHeader {
	width: 904px;
}
#main .detail {
	height: auto !important;
}
#main .detail h1 {
	margin: 0 0 0 20px;
	font-size: 24px;
}
#main .detail .postmeta {
	margin: 0 0 0 20px;
	font-size: 11px;
}
#main .detail .postmeta a {
	color: #ff5a00;
	text-decoration: none;
}
#main .detail .postmeta a:hover {
	text-decoration: underline;
}
#main.long .post, #main.middle .post {
	width: 175px;
	margin: 10px 10px 10px 0;
	padding: 0;
	float: left;
}
#main.page .post {
	width: 738px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	float: none;
}
#container #main .longer {
	width: 924px;
	margin: 10px 0;
}
#container #main .noWrap {
	margin: 10px 0 10px 0;
}
#main .post #breadcrumbs {
	margin: 10px 0 10px 20px;
	font-size: 10px;
}
#main .post #breadcrumbs a {
	color: #666666;
}
#main .post #breadcrumbs a:hover {
	color: #ff5a00;
	text-decoration: underline;
}
#main .post .entry {
	height: 190px;
	padding: 10px 8px 0 8px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	position: relative;
}
#main.page .post .entry {
	height: auto;
	padding: 10px 0 20px 10px;
	text-align: left;
}
#main .post .entry .post-ratings {
	width: 80px;
	height: 20px;
	position: absolute;
	left: 10px;
	bottom: 7px;
	overflow: hidden;
}
#main .post .detail .post-ratings {
	margin: 10px 0 0 20px;
	position: static;
	float: left;
}
#main .post .detail .otherItem .post-ratings {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 12px;
}
#main .post .entry .info {
	width: 70px;
	height: 25px;
	position: absolute;
	right: 10px;
	bottom: 3px;
	font-size: 10px;
	text-align: right;
}
#main .post .entry .otherItem .info {
	right: 5px;
	bottom: 8px;
	text-align: right;
}
#main .post .entry .info span {
	margin: 0;
	float: right;
	display: block;
	line-height: 10px;
}
#main .post .entry h2 {
	margin: 5px 0 0 0;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	font-weight: normal;
}
#main .post .detail h2 {
	margin: 5px 0 0 10px;
	font-size: 18px;
}
#main .post .entry h2 a {
	color: #ffffff;
}
#main .post .entry h2 a:hover {
	color: #ff5a00;
}
#main .post .entry .stats {
	width: 100%;
	margin: 10px 0 30px 0;
	clear: both;
}
#main .post .entry .stats p {
	margin: 0 0 0 20px;
}
#main .post .detail span {
	margin: 7px 10px 0 10px;
	float: left;
}
#main .post .detail .stats p {
	margin: 7px 0 0 0;
	float: left;
}
#main .post .detail .stats p.views {
	margin: 7px 15px 0 0;
}
#main .post .detail .stats p a {
	color: #ff5a00;
	text-decoration: none;
}
#main .post .detail .stats p a:hover {
	text-decoration: underline;
}
div#main div.navigation {
	font-size: 13px;
}
div#main div.navigation a {
	display: block;
	color: #ccc;
	border: 1px solid #1f2223;
	padding: 0 5px;
	background-color: #101010;
	line-height: 28px;
}
div#main div.navigation .left a:hover, div#main div.navigation .right a:hover {
	color: #ff5a00;
	background-color: #000;
}
div#main div.navigation .left {
	float: left;
}
div#main div.navigation .right {
	float: right;
}
div#footer {
	color: #666;
	font-size: 12px;
	background: url(../images/footer_bg.gif) repeat-x;
}
div#footer div.footer_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0;
	text-align: center;
}
div#footer div.footer_left {
	float: left;
}
div#footer div.footer_left a {
	color: #ccc;
	text-decoration: none;
}
div#footer div.footer_left a:hover {
	color: #fff;
}
#sidebar {
	width: 180px;
	float: right;
	color: #aaa;
	font-size: 12px;
	background-color: #131313;
	border: 1px solid #1f2223;
	overflow: hidden;
}
div#sidebar ul {
	background-color: #131313;
}
div#sidebar ul li h2 {
	background: url(../images/sidebar_title_bg.gif) no-repeat;
	background-position: left bottom;
	font-size: 16px;
	line-height: 30px;
	color: #ccc;
	background-color: #101010;
	padding: 5px 10px;
	font-weight: normal;
}
div#sidebar ul li ul {
	list-style-type: none;
	color: #eee;
	line-height: 20px;
}
div#sidebar ul li ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 26px;
	padding-right: 10px;
	background: url(../images/sidebar_list_bg.gif) no-repeat;
	background-position: left bottom;
}
div#sidebar ul li ul li:hover {
	background-color: #0d0d0d;
}
div#sidebar ul li ul li a {
	background: none;
	display: inline;
	color: #ccc;
	line-height: 26px;
	text-decoration: none;
}
div#sidebar ul li ul li a:hover {
	color: #ff5a00;
}
.video {
	margin: 20px 0 30px 0;
	clear: both;
	text-align: center;
}
.video h2 {
	text-align: left;
}
div#sidebar ul li ul li.rc a {
	display: inline;
}
div#sidebar ul li.widget, div#sidebar ul li.widget_archive, div#sidebar ul li.widget_categories, div#sidebar ul li.widget_search, div#sidebar ul li.widget_tag_cloud div, div#sidebar ul li.widget_text {
	background: url(../images/sidebar_list_bg.gif) no-repeat left bottom;
}
div#sidebar ul li.widget h2 a {
	color: #ccc;
}
div#sidebar ul li.widget_archive select, div#sidebar ul li.widget_categories select {
	margin: 15px 26px;
}
div#sidebar ul li ul li ul li, div#sidebar ul li ul li ul.children li {
	background: none;
}
div#sidebar ul li ul li ul li:hover, div#sidebar ul li ul li ul.children li:hover {
	background: none;
}
.widget_rss a {
	color: #ccc;
}
li.widget_search #search {
	padding: 10px 30px;
}
li.widget_search form#searchform {
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
	position: relative;
}
li.widget_search form#searchform .searchinput {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #666;
	font-size: 13px;
	width: 165px;
	border: 0;
}
li.widget_search form#searchform .button {
	position: absolute;
	top: 0px;
	left: 175px;
	background: url(../images/mag.gif) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}
div#sidebar ul li.widget_tag_cloud div {
	padding: 10px 16px;
}
div#sidebar ul li.widget_tag_cloud div a {
	color: #ccc;
}
div#sidebar ul li.widget_tag_cloud div a:hover {
	color: #ff5a00;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin-bottom: 2px;
	margin-right: 10px;
	padding: 3px;
}
img.alignright {
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
}
h1.strong, h2.strong {
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
div#main div.postHeader h1.strong, div#main div.postHeader h2.strong {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
h1.strong .keyword, h2.strong .keyword, h2.title .keyword {
	color: #ff5a00;
}
body div#main div.post div.entry div#otherPosts {
	width: 700px;
	margin: 0 0 0 10px;
}
body div#main div.post div.entry div#otherPosts h2 {
	margin: 5px 0 0 0;
}
body div#main div.post div.entry div#otherPosts ul, body div#main div.post div.entry div#viewed ul {
	margin-left: 15px;
	margin-right: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	list-style-type: none;
}
body div#main div.post div.entry div#viewed ul {
	width: auto;
	height: auto;
	overflow: visible;
}
body div#main div.post div.entry div#otherPosts ul li, body div#main div.post div.entry div#viewed ul li {
	margin: 0 10px 0 0;
	float: left;
	list-style-type: none;
}
#otherPosts ul li .otherItem, #viewed ul li .otherItem {
	width: 160px;
	height: 190px;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}
#viewed ul li .otherItem {
	height: 180px;
}
#otherPosts ul li .otherItem .img, #viewed ul li .otherItem .img {
	margin: 0 auto 5px auto;
	text-align: center;
}
#otherPosts ul li .otherItem .img img.alignleft, #viewed ul li .otherItem .img img {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
div#main div.post div.entry #otherPosts ul li .otherItem h3.link, div#main div.post div.entry #viewed ul li .otherItem h2.link {
	width: 160px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
div#main div.post div.entry #otherPosts ul li .otherItem h3 a, div#main div.post div.entry #viewed ul li .otherItem h2 a {
	color: #ffffff;
}
div#main div.post div.entry #otherPosts ul li .otherItem h3 a:hover, div#main div.post div.entry #viewed ul li .otherItem h2 a:hover {
	color: #ff5a00;
	text-decoration: none;
}
.thumb img {
	width: 160px;
}
.partners a {
	color: #666666;
	font-size: 10px;
}
.wpcf7-form p {
	margin: 0 0 5px 0;
}
span.wpcf7-not-valid-tip {
	color: #000000;
}
.homeBanner {
	width: 923px;
	padding: 10px 0;
	float: left;
	background: #131313;
	border: 1px solid #1F2223;
	text-align: center;
}
#readfiletext {
	color: #fff;
	padding: 0 1em 2em;
	font-size: 12px;
	text-align: center;
}
#readfiletext a {
	color: #fff;
	font-weight: bold;
}
#readfiletext a:hover {
	color: #fff;
	font-weight: bold;
  text-decoration: underline;
}
