/*  

Theme Name: Original Premium News

Theme URI: http://www.woothemes.com/

Description: Original Premium News by WooThemes, tlumaczenie <a target="_blank" href="http://wpdaddy.pl/" title="wpdaddy szablony wordpress">wpDaddy.pl</a>

Version: 1.2.3

Author: WooThemes

Author URI: http://www.woothemes.com/

*/



/*========= SETUP =========*/



*{

	border: 0;

	margin: 0;

	padding: 0;

}

body{
	background: #dad7d2 url(images/background.png) repeat-x center 50px;
	color: #000000;
	font: 0.8em Arial,Helvetica,Sans-Serif;
}

a{

	color: #ff7800;

	text-decoration: none;

}

a:hover{

	text-decoration: underline;

}

h1,h2,h3,h4 {font-family: 'Times New Roman', serif; font-weight: normal; color: #0091ae; text-shadow: 1px 1px 1px white}

input,select,textarea{

	border: #999999 1px solid;

	font-size: 12px;

	padding: 2px;

}

select{

	padding: 0;

}

li{

	list-style: none;

}



/*========= LAYOUT =========*/

#page{

	margin: 0 auto;
	width: 970px;
        padding: 10px;
}

/*--- Main Columns ---*/

#columns{
	margin: 0;
	padding: 0;
}

.col1{
	float: left;
	width: 610px;
}

.col2{
	float: right;
	width: 350px;
}

/*--- Sub Columns ---*/

.subcol{
	width: 170px;
        height: 955px;
        overflow: hidden;
        margin: 0 0 10px 0;
}

.subcol h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 0 10px;
}



/*========= HEADER =========*/



/*- Page Navigation -*/
#navwrapper {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
}
#navshadow {        background: white url(images/menuShadow.png) repeat-x left top; position: relative; height: 12px;}
#nav{    
        width: 990px;
	height: 50px;
	padding: 4px 0 0;
        margin: 0 auto -9px;
        
}

#nav-left {
	float:left;
	display:inline;
	}

#nav ul {
	position: relative;
	height: 50px;
	overflow: hidden;
	padding-left:10px;
}

#nav ul  li {
	float: left;
	list-style: none;
	font-size:20px;
        font-family: "times new roman", serif;
        width: 163px;
        line-height: 38px;
        text-align: center;
}

#nav ul  li.back {
    color: #0091ae;
    background: #0091ae;
    width: 9px;
    height: 4px;
    z-index: 8;
    top: 38px;
    position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	color: #555;
	z-index: 10;
	display: block;
	position: relative;
}

#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {

	border: none;

}      

/*- Category Navigation -*/

.nav2, .nav2 * {
	margin:0;
	padding:0;

}

.nav2 {
	height: 35px;
	font-size:15px;	
	position:relative;
        background: #111;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.nav2 ul {
	background:#fff; /*IE6 needs this*/
	position:relative;
}

.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}

.nav2 li.current ul {
	z-index: 999;	
}

.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}

.nav2 li li {

}

.nav2 a {
	color: white;
	display: block;
	padding: 0 13px;
}

.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}

.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #B3B3B3;
}

.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}

.nav2 li li.current a {
	font-weight: bold;
}

.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}

.nav2 li li:hover ul, /* pure CSS hover is removed below */

ul.nav2 li li.sfHover ul {

	top:2.5em;

}

/*following rule negates pure CSS hovers

so submenu remains hidden and JS controls

when and how it appears*/

.superfish li:hover ul,

.superfish li li:hover ul {

	top: -999em;

}

/*- Search -*/
#searchform {
background: transparent url(images/toolBar.png) no-repeat center bottom;
width: 350px;height: 35px;
padding: 20px 10px 10px;
float: right;

}

#search{
	background: #f0f0f0;
	border: 2px solid #e5e5e5;
	height: 25px;
	margin: 0;
	padding: 1px;
	width:310px;overflow: hidden;
        float: left;
}

* html #search{
	margin-right: 8px;
}

#search input{
	background: transparent;
	color: #777;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	width:280px;
	border: 0;
        border-top: 1px solid white;
        border-left: 1px solid white;
}

#search .btn{
	margin: 0;
	padding: 0;
	width: 24px;
}

/*- Header -*/
#headerwrapper {
background: white;
}
#header{
        width: 990px;
        margin: 0 auto;
	height: 90px;
}

/*- Logo -*/

#logo {
	float: left;
	display:block;
        margin: 20px 0;
        width: 340px;
        height: 50px;
}

#logo a{
	width: 340px;
        height: 50px;
}

#logo img {
    width: 340px;
    height: 63px;
} 

/*- RSS -*/

#rss{
	float: left;
	font-size: 10px;
	width: 34px;
        margin: 0;
}

#rss a{
	color: #0091ae;
}



#rss img{
        width: 30px;
}



.welcomeText {margin: 10px 0; padding: 5px 0 5px 10px; height: 85px; border-left: 3px solid #0091ae; font-size: 1.1em; line-height: 1.8em; }
.welcomeText h1 {font-size: 1.6em; font-weight: normal; margin: 0 0 10px 0; color: #0091ae}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/



.featured{
        position: relative;
	background: transparent url(images/panelBackgroundWhite.png) repeat-x left -150px;
	overflow: hidden;
        padding: 10px;
        height: 250px ;
}

.featured h2{
        font-family: arial, sans;
        text-transform: uppercase;
	font-size: 10px;
        color: #aaa;
        margin-bottom: 10px;
	

}

.featured h2 a {color: #777}

.featured h3{
        top: 20px; 
        left: 0px;
        font-family: arial;
	font-size: 1.4em;
        font-weight: normal;
        position: absolute;
	padding: 10px 10px 10px 20px;
        background-color: #222;
        opacity: 0.8;
        filter: alpha(opacity=80);
        border-left: 3px solid #0091ae;
        text-shadow: none;
}

.featured h3 a {
	color: white;
}

.featured h3 a:hover {

	color: white !important;
        text-decoration: underline;

}

.featured p {
        color: #333;
	margin: 0 0 10px;    
        line-height: 140%;

}

.featured-img{
	width:425px;
        margin: 0 10px 0 0;
	height:250px;

	float:left;

	display:inline;

}

.featured .continue {position: absolute; left: 445px; bottom: 13px;}
.featured .continue a:hover {background: #0091ae; color: white; }


#ribbon{

	width:138px;

	height:138px;

	float:right;

}

#featured-th{

	height: 1px;

	margin: 0 0 10px;

}

#featured-th img{

	margin: 0;

	border:none;

}

#featured-th .idTabs {

	list-style:none;

	}

#featured-th .idTabs li {

	float:left;

	display:inline;

	margin-right:12px;

	}

#featured-th .idTabs li.last {

	margin-right:0px !important;

	}



/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/



#video-frame {
	background: #aaa url(images/panelBackgroundDark.png) repeat-x left top;
	float:left;
	width:590px;
        padding: 10px;
	height:auto;
	margin-bottom:10px;
	}

.video-left {
	float:left;
	width:425px !important;
	display:block;
	}

.video-left p {
	padding:0px !important;
	margin:0px !important;
	}

.video-left h2 {
	display:none;
	}

.video-right {
	float:right;
	width:155px;
	display:inline;
	}



.video-right .idTabs {



	list-style:none;

	margin: 0;

	padding:0px;

	}

.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #0091ae;
	}

.video-right .idTabs li a {
        height: 30px;
        padding: 6px 5px 7px 5px;
	color: white;
	font-size:12px;
	text-decoration:none;
	display:block;	
	}

.video-right .idTabs li a:hover {

	background:#0091ae !important;

	}

.video-right .selected {

	background:#0091ae !important;

	}



/*========= BLOG POST STYLING =========*/



/*=== Small Box Post ===*/

.post{
        position: relative;
	margin: 0;

}

.post .header {
    position: relative;
}

.post h2{
        color: #999;
	font-size: 0.75em;
	padding: 0 0 5px;
        font-weight: normal;
        text-transform: uppercase;
        font-family: Arial;
}

.post h2 a{color: #999}

.post h3{
	font-size: 1.4em;
        font-weight: normal;
        margin:  0 0 10px;

}

.post h3 a{

	color: #0091ae;

}

.post p{

	padding: 0 0 15px;

}

.post p.posted{
        padding: 5px 0;
	color: #c0c0c0;
        font-size: 0.8em;

}

.post .th {margin: 0 0 10px; border: 0;padding: 0; float: none; float: left;}
.post .comments {position: absolute; right: 10px; bottom: 15px;}
.post .continue {position: absolute; left: 10px; bottom: 15px;}
/*- Box -*/



.box{
	clear: both;
	height: 1%;
	margin: 10px 0;
}

.box .post{
        background: url(images/panelBackgroundWhite.png) repeat-x center -100px;
	width: 280px;
        height: 360px;
        margin: 0 0 10px;
        padding: 10px;
}

.box.gallery .post {height: 180px!important}


/*=== Traditional Blog Post ===*/

.post-alt{

	margin: 0 0 15px 0;
	padding-bottom:15px;
}

.post-alt h2{
	font-size: 11px;
	padding: 0 0 5px;
        text-transform: uppercase;
        font-weight: normal;
        font-family: arial;
}

.post-alt h3{
        color: #0091ae;
	font-size: 2.3em;
        font-weight: normal;

}

.post-alt h3 a{

	color: #0091ae;

}

.post-alt p{

	padding: 0 0 15px;

}

.post-alt p.posted{

	color: #c0c0c0;

}

.post-list .entry {margin-left: 120px;}
.post-list .comments {margin-left: 120px;}

/*=== Buttons ===*/

.continue, .comments{
        display: block;
       
        font-size: 0.8em;
        text-transform: uppercase;
        background: none !important;
       

}



.comments {
	padding-bottom:0px !important;

}

.comments a, .continue a {color: #a0a0a0; background:white; -moz-border-radius: 3px;-webkit-border-radius: 3px; border-radius: 3px;padding: 5px 15px; }
.continue a:hover, .comments a:hover {background: #0091ae; color: white; text-decoration: none;-moz-border-radius: 3px;-webkit-border-radius: 3px; border-radius: 3px;}

a.more-link {}
a.more-link span.continue {display: inline;}

a.more{

	
	color: #555;

	font-size: 1.2em;

	font-weight: bold;

	padding: 0 20px 0 0;

}

/*=== Traditional Blog Post ===*/

.navigation {

}

.navigation a {

	color: #c0c0c0;

	font-size: 1.2em;

	font-weight: bold;

}

.alignleft{

	display:inline;

	float:left;

}

.alignright{

	display:inline;

	float:right;

}



/*========= ARCHIVE SPECIFIC =========*/



#archivebox {
	margin-bottom:10px;
}

#archivebox h2 {
        font-size: 11px;
	color:#000;
        font-weight: normal;
        font-family: arial;
        text-transform: uppercase;
}

#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}

.archivefeed {
	margin:5px 0 20px 0;
}

.archivefeed a {
	color:#000;
        font-size: 11px;
        text-transform: uppercase;
}

.arclist{

	border-top: 3px solid #c0c0c0;

	border-bottom: 3px solid #c0c0c0;

	margin: 0 0 15px;

	padding: 10px 0 10px;

	width: 260px;

}

.arclist h2{

	color: #000;

	font-size: 18px;

	padding: 0 0 10px 0 !important;

}



.arclist ul li{

	padding:0 0 7px 10px;

	color:#c0c0c0;

	font-size:14px;

	font-weight:bold;

}



/*========= SINGLE POST SPECIFIC =========*/



.singletags {
	color:#C0C0C0;
        text-transform: uppercase;
        font-size: 11px;
}

.entry p{
	text-align:left;
	font-size:1.1em;
	line-height:1.6em;
	}

.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}

.entry blockquote p {

	font-size:12px;

	padding: 5px 0px;

	margin: 5px 0px;

	line-height: 20px;

	}

.entry img { 
	padding: 10px;
	background: url(images/panelBackgroundWhite.png) repeat-x left -100px;
        border: none!important;
        margin: 10px!important;
	}

.entry ul, .entry ol {

	margin-bottom:15px;

	font-size:12px;

	line-height:20px;

	}

.entry ul li ul, .entry ol li ol{

	margin-bottom:0px;

	padding-top:3px;

	}

.entry ul li {

	list-style:circle inside !important;

	margin-left:15px;

	padding:3px 0px;

	}

.entry ul li ul li {

	list-style:disc inside !important;

	}

.entry ol li {

	list-style:decimal inside !important;

	font-size:12px;

	padding:3px 0px;

	}

.entry ol li ol li {

	list-style:decimal-leading-zero inside !important;

	}



/*========= COMMENTS =========*/



h2.commh2{

	font-size: 1.4em;

	padding: 0 0 5px;

	font-weight:bold !important;

}

ol.commentlist{

	margin: 10px 0 20px;

	padding: 0;

	list-style: none;

	font-size: 12px;

	line-height: 20px;

}

ol.commentlist p{

	margin-bottom:10px;

	line-height: 20px;

}

ol.commentlist cite{

	font-style: normal;

	font-weight: bold;

}

ol.commentlist li{

	padding: 20px 10px 10px 10px;

}

ol.commentlist li.alt{

	padding: 10px 10px 0 10px !important;

	background:#DDD;

	border:1px solid #C0C0C0;	

}



/*========= SIDEBAR =========*/



/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	height:30px;
	width:350px;
	float:left;
	display:block;
	}

.sideTabs .idTabs{
	height: 30px;
}

.sideTabs .idTabs li{
	float: left;
	font-size: 11px;
	line-height: 30px;

}

.sideTabs .idTabs li a{
        background: white;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
        border-bottom:3px solid #aaa;

}

.sideTabs .idTabs li a:hover,

.sideTabs .idTabs .selected{
	background: #FFFFFF;
        border-bottom:3px solid #0091ae;
	color: #373737;
	text-decoration: none;

}

.navbox{

	background: #FFFFFF;
	border-top: 0;
	margin: 2px 0 10px;
	padding: 10px 10px 10px;
	position: relative;
}


.list1 li,.list3 li,.list4 li{

	background: url(images/ico-star.gif) no-repeat left center;

	padding: 6px 0 6px 25px;

	border-bottom:1px dashed #C0C0C0;

}

.list1 li a,.list3 li a,.list4 li a{

	color: #000000;

}

.list3 li {

	background: url(images/ico-mostcomm.gif) no-repeat left center !important;

	}

.list4 li {

	background: url(images/ico-feat.gif) no-repeat left center !important;

	}

/*- Ads -*/

.ads{

	border: 0px solid #eeeeee;

	height: 125px;

	margin: 0 0 5px;

	padding: 1px;
}

.ads img{

	float: left;

	margin: 0 5px 0 0;

}

.ads img.last{

	margin: 0 !important;

}






.ads2{
	margin: 0;
        border: 10px solid white;
        height: 70px;
        overflow: hidden;
        background: white;
}
h1.ads2  {font-size: 10px; text-align: center; color: #bbb; text-transform: uppercase; letter-spacing: 10px; font-family: arial; width: 330px;height: 10px; border: none}
.ads2 ul {width: 1000px;}
.ads2 ul li {position: relative; float: left; display: block; width: 110px; text-align: center; line-height: 80px; height: 80px;}

.ads2 img{
height: 70px;
}

.ads2 img.last{

	margin: 0 !important;

}





/*- Flickr -*/

.flickr{

	background: #fafafa;

	border: 1px solid #c0c0c0;

	margin: 0 0 25px;

	padding: 10px 0px;

}

.flickr .flickr_badge_image img {

	float:left;

	display:inline;

	padding-left:10px;

	padding-bottom:5px;	

}

.flickr h2{

	color: #ff7800;

	font-size: 14px;

	height: 21px;

	margin: 0 0 10px 0px;

	padding-left:10px;

}

.flickr h2 span{

	float: left;

}

.flickr h2 img{

	float: right;

	margin: 0 2px;

}

.flickr h2 em{

	color: #848382;

	float: right;

	font-style: normal;

}

.flickr-ar {

	margin:10px 10px 0px 0px !important;

	padding:0px !important;

	text-align:right;

}



/*=== DropDown Lists ===*/

.catlist{
	margin: 0 0 10px;
	background: url(images/panelBackgroundWhite.png) repeat-x center -100px;
        padding: 10px;
}

.catlist h1{
	color: white;
        background: #0091ae;
        font-size: 1.2em;
        padding: 5px;
        font-weight: normal;
        text-shadow: none;
}

.list-alt {

	padding-top:10px;

	}

.list-alt li{

	margin: 0 0 7px;

}

.list-alt li a{

	color: #000000;

}

/*=== Styling Widget Lists ===*/

.widget{
	margin: 0 0 10px;
	background: url(images/panelBackgroundWhite.png) repeat-x center -100px;
        padding: 10px;
}

.widget h2{
	color: white !important;
        background: #0091ae;
        font-size: 1.2em;
        padding: 5px;
        font-weight: normal;
        text-shadow: none;
}

.widget h2 a {color: white}

.widget ul {

	margin: 0px;

	padding: 0;

}

.widget ul li{

	margin: 5px 0 0 0;

}

.widget ul li a{

	color: #000000;

}

.widget ul li img {width: 150px}



/*========= FOOTER =========*/


#footwrapper {
	background: white;
    	clear: both;
        border-top: 1px solid #aaa;
        padding: 10px 0;
}

#footer{
        margin: 0 auto;
        width: 990px;
	color: #b3b3b3;
        font-size: 0.8em;
}

#footer a{

	color: #b3b3b3;

}

#footer img {

	vertical-align:middle;

}



/*========= MISC =========*/



.fix{

	clear: both;

	height: 1px;

	margin: 0 0 -1px;

	overflow: hidden;

}

.hl{

	background: url(images/hl-dot.gif) repeat-x bottom;

}

.hl-full{

	background: url(images/hl-dot-full.gif) repeat-x bottom;

	float:left;

	clear:both;

	height:2px;

	width:100%;

	margin:20px 0 25px !important;

	margin:10px 0 15px;	

	padding:0 !important;

}

.hl2{

	border-bottom: 3px solid #c0c0c0;

}

.hl3{

	border-top: 3px solid #c0c0c0;

	padding: 10px 0 0;

}

.blog{

	width:100% !important;

	float:left;

}

.between{

	height:2px;

	margin-bottom:15px;

	}

.fl{

	float: left;

}

.fr{

	float: right;

}

.ac{

	text-align: center;

}

.ar{

	text-align: right;

}

.th{

	border: 1px solid #c0c0c0;
        background: white;
	float: left;

	margin: 0 10px 0 0;

	padding: 3px;

}

.gravatar {

	float:left;

	border: 1px solid #000;

	margin-right: 10px;

}
