/*
Theme Name: Talent
Author: Piotr Kwieciński
Author URI: http://adbrand.pl
Version: 1.0
Description: Talent
*/

/* =Defaults
-----------------------------------------------------*/




html,
body,
h1,
h2,
h3,
ul,
li {
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

/* =Structure
----------------------------------------------------*/
html,
body,
#header,
#topnav,
#footer {
    width: 100%;
}

#container,
#header-wrapper,
#topnav .menu,
#submenubar,
#first,
#widget-area-container {
    width: 960px;
}

#content {
    width: 730px;
    float: right;
}

#sidebar-left,
#second .widget {
    width: 220px;
    margin-right: 10px;
}

#slideshow {
    width: 730px;
    height: 338px;
    float: right;
    overflow: hidden;
}

/* =Typography
----------------------------------------------------*/
body {
    color: #444;
    font: normal normal normal 9pt/14pt Arial;
}

#social-icons a {
    font-size: 8pt;
    text-decoration: none;
    color: #999a99;
}

#social-icons {
    text-align: center;    
}

#footer {
    color: #7d7d7d;
}

.widget h3,
#topnav li,
.widget_nav_menu a {
    text-transform: uppercase;
    font-size: 10pt;
    line-height: 11pt;
}

#topnav li,
#footer {
    text-align: center;
}

#slideshow h2 a,
#breadcrumb,
#breadcrumb a,
#topnav li a {
    text-decoration: none;
    line-height: 35px;
}

#breadcrumb {
    font-size: 8pt;
}

#topnav li a {
	color: #c2c2c2;
	font-weight: bold;
	font-size: 9pt;
}

#slideshow,
#slideshow h2 a,
#breadcrumb,
#breadcrumb a,
#topnav li a:hover,
#topnav .current_page_item a,
#topnav .current_post_item a,
#searchform {
    color: #fff;
}

.widget h3 {
    line-height: 30px;
}

.widget h3,
#widget-area-container {
    color: #696969;
}

.widget_nav_menu a,
h1 a {
    color: #76777a;
    text-decoration: none;
}

.widget_nav_menu a:before {
    content: "› ";
}

#slideshow h2,
#slideshow h2 a {
    vertical-align: middle;
    display: table;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

#slideshow .active h2 a {
    color: #484b48
}


#slideshow p {
    line-height: 11pt;
}
/* =Sections
----------------------------------------------------*/
#header {
    border-top: 4px solid #61859f;
    background: #fff;
    box-shadow: inset 0 0 60px #d4d4d4;
    -moz-box-shadow: inset 0 0 60px #d4d4d4;    
    -webkit-box-shadow: inset 0 0 60px #d4d4d4;
    height: 142px;
}

#header-wrapper,
#topnav .menu,
#container,
#first,
#widget-area-container {
    margin: 0 auto;
}

#logo {
    margin-top: 40px;
    display: block;
    float: left;
}

#social-icons {
    margin-top: 25px;
    float: right;
}

#social-icons li {
    list-style: none;
    float: left;
    margin: 25px 15px 0;
}

#social-icons a {
    height: 10px;
    display: block;
    padding-top:40px;
    background-image: url('img/social-icons.jpg');
    background-repeat: no-repeat;    
}

#send-page a {
    background-position: 15px 0;
}

#facebook a {
    background-position: -75px 0;
}

#youtube a {
    background-position: -155px 0;
}

#newsletter a {
    background-position: -225px 0;
}

#footer {
    border-top: 1px solid #fff;
    background: #d0d0d0;
    padding: 5px 0;
}

#topnav {
	margin-bottom: 35px;
    background: #5e635f;
}

#topnav li {
    float: left;
    list-style: none;
    background: #353734;
    border-left: 1px solid #5e635f;
}

#topnav li:first-child {
    border: 0;
    width: 192px;
}

#topnav a {
    width: 191px;
    height: 35px;
    display: block;
}

#searchform {
    float: right;
    padding: 5px 10px 0;
}

#searchform #s {
    border: 0;
    padding: 5px;
    height: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 0 20px #d4d4d4;
    -moz-box-shadow: inset 0 0 20px #d4d4d4;    
    -webkit-box-shadow: inset 0 0 20px #d4d4d4;
}

#searchsubmit {
    border: 0;
    width: 24px;
    height: 22px;
    display: inline-block;
    background: #6880a6 url('img/search.png') no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#submenubar {
	top: 181px;
	position: absolute;
	z-index: 1000;
    border-radius: 0 0 10px 10px;
    background: #687fa8;
    background-image: linear-gradient(bottom, rgb(93,117,161) 25%, rgb(128,147,177) 63%);
    background-image: -o-linear-gradient(bottom, rgb(93,117,161) 25%, rgb(128,147,177) 63%);
    background-image: -moz-linear-gradient(bottom, rgb(93,117,161) 25%, rgb(128,147,177) 63%);
    background-image: -webkit-linear-gradient(bottom, rgb(93,117,161) 25%, rgb(128,147,177) 63%);
    background-image: -ms-linear-gradient(bottom, rgb(93,117,161) 25%, rgb(128,147,177) 63%);

    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, rgb(93,117,161)),
	color-stop(0.63, rgb(128,147,177))
    );  
    height: 35px;
}

/* =Menu
-------------------------------------------------------------- */

#topnav {
	clear: both;
	display: block;
	float: left;
}
#topnav ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#topnav li {
	float: left;
	position: relative;
}
#topnav a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	text-decoration: none;
	width: 191px;
}
#topnav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 0;
	width: 163px;
	z-index: 999999;
}
#topnav ul ul ul {
	left: 100%;
	top: 0;
}
#topnav ul ul a {
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 169px;
}

#topnav ul li:hover > ul {
	display: block;
}
#topnav .current_page_item > a,
#topnav .current_page_ancestor > a {
	font-weight: bold;
}

#container {
    overflow: hidden;
}

#breadcrumb {
    float: left;
    padding: 0 10px;
}

#slideshow li {
	color: #c2c2c2;
    background: #5d5f5d;
}

#second {
    margin-top: 20px;
    border-top: 2px solid #afc3ce;
    background: #e7eaf1;
}

.widget {
    border: 1px solid #c8c9cd;
    margin-top: 10px;
}

.widget h3 {
    padding-left: 10px;
    height: 30px;
    border-bottom: 2px solid #A5B8C4;
    background: #fff;
    box-shadow: inset 0 0 20px #d4d4d4;
    -moz-box-shadow: inset 0 0 20px #d4d4d4;    
    -webkit-box-shadow: inset 0 0 20px #d4d4d4;
}

#second {
    overflow: hidden;
}

#second .widget {
    float: left;
}

.textwidget p {
    padding: 0 10px;
}

#second .widget,
#second .widget h3 {
    border: 0;
}

#second .widget h3 {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#slideshow {
    clear: both;
}

#slideshow .slide {
    float: left;
    margin-top: 1px;
}

#slideshow .slide-navigation {
    position: absolute;
    margin-left: 510px;
}

#slideshow ul {
	background: #5d5f5d;
	padding-top: 10px;
	margin-top: -10px;
}

#slideshow li {
    list-style: none;
    height: 111px;
    width: 220px;
    display: block;
	border-top: 1px solid #747674;
}

#slideshow li:first-child {
	border-top: 1px solid #5d5f5d;	
}

#slideshow p {
    display: block;
    padding: 10px;
    width: 200px;
    margin-top: 0;
    font-style: italic;
}

#slideshow .active {
        background: #8d9bbb;
	color: #fff;
}

#slideshow .active h2 {
    background: #cacaca;
}

#slideshow h2:first-line {
    
}

#slideshow h2 a {
    display: block;
    padding: 0 0 0 10px;
}

#slideshow .active h2 a {
    margin-left: -18px;
    width: 210px;
    padding-left: 28px;
    background: url('img/arrow.png') no-repeat left center;    
}

.widget_nav_menu {
    background: #eceff5;
}

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.widget_nav_menu .sub-menu li {
    list-style: none;
}

.widget_nav_menu .menu {
	padding-top: 15px;
}

.widget_nav_menu a {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    display: block;    
}

.widget_talent_facebook {
    border: 0;
}

input,
textarea {
    1border: 1px solid #ccc;
}

.post {
    margin-top: 10px;
    clear: both;
}

div.page li,
div.post li {
    margin-left: 20px;
}

.entry-title {
    margin: 10px 0;
    font-size: 16pt;
    line-height: 30px;
}

#content .post h2,
#content .page h2 {
    font-size: 13pt;
}

.widget_widget_partner_manager {
    text-align: center;
}

.widget_widget_partner_manager h3 {
    text-align: left;
}

.widget_widget_partner_manager a {
    margin: 5px 15px;
}

#footer-widget-area {
    clear: both;
}

#homepage {
    overflow: hidden;
    display: block;
    width:  730px;
    float: left;
   clear: both;
}

.widget_widget_wp_news {
    overflow: hidden;
}

.show-more-btn {
    color: #444;
    font-weight: bold;
    float: right;
    margin: 5px;
}

#news-list {
    margin: 0 10px;
    list-style: none;
}

#news-list {
    line-height: 11pt;
}

#news-list li {
    clear: both;
}

#news-list .read-more {
    margin-top: 10px;
    clear: both;
    float: right;
}

#news-list a {
    color: #444;
    text-decoration: none;
}

#news-list img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#widget-area-container .widget {
    line-height: 11pt;
    font-size: 9pt;
}

#widget-area-container h3 {
	line-height: 12px;
}

#widget-area-container .widget_nav_menu {
    background: none;
}

#widget-area-container .widget_nav_menu ul {
    list-style: none;
}

label.assistive-text {
	position: absolute;
	text-indent: -9999px;
}

th {
	padding: 5px 0;
	color: #000;
	background: #8093b1;
	font-size: 14px;
	text-transform: uppercase;
}

.category-aktualnosci #content {
	border: 1px solid #C8C9CD;
	margin-top: 10px;
	padding: 0 10px 10px;
	width: 710px;
	line-height: 11pt;
}

.category-aktualnosci #content .entry-title {
	font-size: 9pt;
	margin-top: 0;
	line-height: 11pt;
}

.category-aktualnosci #content .entry-title a  {
	color: #444;
}
