/*
Theme Name: net everest portfolio
Theme URI: http://neteverest.pl

Author: Waldek Zajaczkowski
Author URI: http://neteverest.pl
*/



/* Begin Typography & Colors */
* {
	padding:0;
	margin:0;
	}
	
body {
	text-align:center; /*centrowanie strony dla IE*/
	background:#060608 url(img/tlo_body2.jpg) no-repeat fixed center top;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f7f7f7;
	}	
	
img {
	border:0;
	}	
	
.end { /* div ten bardzo ladnie zamyka wszystkie otwarte floaty*/
	clear:both;
	}	
	
#page {
	width:900px;
	text-align:left;
	margin:0 auto; /*centrowanie zawartosc strony dla wszystkich przegladarek procz IE*/
	}	

#head {
	height:150px;
	}


#logo {
	height:55px;
	width:110px;
	float:left;
	/*background:url(img/logo.jpg) no-repeat;*/
	position:relative;
	top:10px;
	left:10px;
	}	
	
#logo a {
	display:block;
	width:110px;
	height:55px;
	position:absolute;
	top:10px;
	left:10px;
	}

#menu {
	width:607px;
	float:right;
	position:relative;
	top:0;
	right:30px;
	}
	
#menu ul {
	list-style-type:none;
	position:absolute;
	top:25px;
	right:0;
	}	
	
#menu ul li {
	display:inline;
	margin:0 0 0 10px;
	}		
	
#menu ul li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	height:33px;	
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
		
#menu ul li a:hover {
	color:#060608;
	background: url(img/li_lewo.jpg) no-repeat;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
		
#menu ul li span {
	padding:7px 10px 5px 10px;
	display:block;
}
	
#menu ul li a:hover span {
	background: url(img/li_prawo.jpg) no-repeat 100% 0;	
}			

#main {
	width:900px;
	padding:20px 0;
	}
	
.wpis_main {
	width:900px;
	/*background:#26400b; /*3C6111;*/
	/*opacity:.90;*/
	border-bottom:1px dashed #232323;
	padding:10px;
	margin: 10px auto;
	}	
	
.wpis_main .img {
	width:550px;
	float:left;
	}	
	
.wpis_main .img img {
	padding:5px;
	background:#fff/*343434*/;
	border: 1px solid #ccc;
	}	
	
.wpis_main .tresc {
	float:right;
	width:350px;
	}	

.tresc p {
margin: 0 0 7px 0;
color:#ccc; /*#162C43;*/
font-size:110%;
font-weight:bold;
}

.wpis_sub .tresc p {
margin: 0 0 7px 0;
color:#666; /*#162C43;*/
font-size:110%;
font-weight:bold;
}


.dane p {
margin: 0 0 7px 0;
color: #333;
font-weight:bold;
}

.tresc h2 {
	font:20px Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
	color:#f7f7f7;
	font-weight: bold;
	}	
	
.tresc h2 a {
	text-decoration:none;
	color:#fff;
	}	
	
.wpis_sub .tresc h2 a {
	text-decoration:none;
	color:#060608;
	}	

	
.wpis_main .entry {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	}	
	
h2.more {
	text-align:right;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	}	
	
h2.more a {
	padding:3px 5px 3px 15px;
	background:#c70000;
	text-decoration:none;
	color:#000;
	}		
	
#footer {
	text-align:center;
	background:#060608;
	border-top:1px solid #232323;
	padding:10px 0;
	}	
	
#footer_content {
	width:900px;
	text-align:left;
	margin:0 auto;
	}

#footer_content p {
	color: #666;
	text-align: right;
}	
	
#komentarze, #przyjaciele, #archiwum {
	width:270px;
	float:left;
	}	
	
#komentarze, #archiwum {
	margin:0 45px 0 0; 
	}	
	
#komentarze h2, #przyjaciele h2, #archiwum h2 {
	width:270px;
	height:25px;
	margin:0 0 10px 0;
	}
	
#komentarze h2 {
	background:url(img/h2_komentarze.jpg) no-repeat;
	}	
	
#przyjaciele h2 {
	background:url(img/h2_przyjaciele.jpg) no-repeat;
	}
	
#archiwum h2 {
	background:url(img/h2_archiwum.jpg) no-repeat;
	}		
	
#footer_content ul {
	list-style-type:none;
	}	
	
#footer_content li {
	margin:0 0 3px 0;
	line-height:1px;
	}	
	
#footer_content li a {
	display:block;
	background:#333;
	/*border:1px solid #fff;*/
	padding:4px;
	text-decoration:none;
	color:#666;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;	
	}		
	
#footer_content li a:hover {
	/*border:1px solid #494949;*/
	text-decoration:none;
	color:#fff;
	font-weight: bold;
	}	
	
h2.rights {
	text-align:left;
	float:left;
	width:600px;
	color:#9a9a9a;
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	font:11px Arial, Helvetica, sans-serif; 
	}	
	
h2.rights a {
	text-decoration:none;
	font-weight:bold;
	color:#9a9a9a;
	}
	
h2.rights a:hover {
	color:#bbbbbb;	
	}		
	
h2.rss {
	float:right;
	margin:25px 0 0 0;
	width:32px;
	height:32px;
	/*background:url(img/rss.png) no-repeat;*/
	position:relative;
	top:0;
	right:0;	
	}
	
h2.rss a {
	position:absolute;
	width:32px;
	height:32px;
	}	
	
#sub {
	width:610px;
	float:left;
	}	

#sub .navigation a {
text-decoration:none;
color:#fff;
}

#sub a {
text-decoration:underline;
color:#060608;
}
	
#sidebar {
	float:right;
	width:230px;
	margin:0 0 20px 0;
	}	
	
#sidebar h2 {
	text-align:right;
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0;
	color:#fff;
	}	
	
#sidebar ul {
	list-style-type:none;
	width:230px;	
	}	
	
#sidebar ul li {
	display:block;
	margin:0 0 1px 0;
	display:block;
	background:#ffcc00;
	border:1px solid #ffcc00;
	padding:5px;
	color:#5b5b5b;
	font-weight:bold;	
	}	
	
#sidebar ul li a {
	text-decoration:none;
	color:#5b5b5b;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	}	
	
#sidebar ul li a:hover {
	text-decoration:none;
	color:#fff;
	}		
	
.wpis_sub {
	width:610px;
	padding:10px;
	background:#fff; /*3C6111;*/
	/*opacity:.70;
	filter: alpha(opacity=70);*/
	border-bottom:1px dashed #232323;
	margin: 10px auto;	
	}	

	
.wpis_sub .entry {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	}

.wpis_sub .entry .size-full {
	float:left;
	margin-right: 15px;
	}

.wpis_sub .entry h3{
	margin: auto auto 15px auto;
	font-size: 17px;
	color:#060608;
	}

.wpis_sub .entry h4 {
	margin: auto auto 15px auto;
	font-size:15px;
	color:#060608;
	}
	
ul#kontakt {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

ul#kontakt li {
	float:left;
	height:26px;
	line-height:26px;
	margin:0 0 10px;
	padding-left:30px;
	width:360px;
	}

.vcard {
	margin-bottom: 15px;
	color:#060608;
}
	
/*
.email {
	background:transparent url(http://neteverest.pl/wp-content/themes/portfolio/img/email.png) no-repeat scroll left center; padding-left:40px; height:30px;
}
*/

.skype {
	background:transparent url(http://neteverest.pl/wp-content/themes/portfolio/img/skype.png) no-repeat scroll left center;
}

.wpis_sub .entry ul {
	margin: 10px auto 10px 20px;
	}

.wpis_sub .entry li {
	color:#666;
	font-weight:bold;
	margin:5px auto auto 10px;
	}
	
.wpis_sub .left {
	float:left;
	width: 190px;
	}		
	
.entry a:link, .entry a:visited {
	/*border-bottom:1px dashed #fff;*/
	/*background:transparent url(img/dots-alink.gif) repeat-x 0 100%;*/
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
	}

.wpis_sub .entry a:link, .wpis_sub .entry a:link {
	/*border-bottom:1px dashed #060608;*/
	/*background:transparent url(img/dots-alink.gif) repeat-x 0 100%;*/
	color:#060608;
	text-decoration:underline;
	font-weight: bold;
	}

.wpis_sub .entry a:hover{
	/*border-bottom:1px dashed #060608;*/
	/*background:transparent url(img/dots-hoverlink.gif) repeat-x 0 100%;*/
	color:#060608;
	text-decoration:underline;
	font-weight: bold;
	}	
	
.entry a:hover {
	/*background:transparent url(img/dots-hoverlink.gif) repeat-x 0 100%;*/
	text-decoration:underline;
	}	 	

a:link.more-link, a:visited.more-link {
	display:block;
	width:60px;
	padding:3px;
	background:#ffcc00;
	text-decoration:none;
	color:#060608;
	text-align:center;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	border-bottom:0px;	
	}

a:hover.more-link {
	/*background:transparent url(img/dots-hoverlink.gif) repeat-x 0 100%;*/
	background:#ffcc00;
	color:#060608;
	text-decoration:underline;
	}

	
.wpis_sub .img img {
	padding:5px;
	background:#fff/*343434*/;
	border: 1px solid #ccc;
	opacity:none;
	}	
	
.wpis_sub .img {
	margin:10px 0;
	text-align:right;
	}			
	
.dane {
	margin:5px 0;
	color:#5f5f5f;
	font-weight:bold;
	}
	
.dane a {
	font-weight:normal;
	color:#333;
	text-decoration:none;
	}			

#comments, #respond {
	margin:15px 0 10px 0;
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;	
	}
	
.commentlist {
	list-style-type:none;
	}	
	
.commentlist li {
	margin:0 0 10px 0;
	border-bottom:1px dashed #424242;
	padding:4px 0;
	}	
	
.autor_dane {
	width:120px;
	float:left;
	text-align:center;
	}	
		
.autor_dane cite, .autor_dane cite a {
	font-size:12px;
	color:#cccccc;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}		

.autor_dane small {
display:block;
margin:3px 0;
}
	
.autor_dane small a, .komentarze a {
	color:#484848;
	text-decoration:none;
	font-size:11px;
	}	
	
.autor_dane img {
	border:2px solid #484848; 
	margin:0 0 5px 0;
	}	
	
.autor_text {
	color:#adadad;
	}	
	
.komentarze {
	margin:0 0 15px 0;
	}	
	
.komentarze form {
	margin:10px;
	}	
	
.komentarze form input {
	width:150px;
	}
	
.komentarze form input.ok {
	width:auto;
	padding:4px 8px;
	font-weight:bold;
	}	
	
.komentarze form textarea {
	width:400px;
	}	

.komentarze form input, .komentarze form textarea {
	vertical-align:middle;
	margin:0 0 4px 0;
	border:1px dashed #242424;
	padding:2px;
	background:#202020;
	color:#CCCCCC;
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	}	
	
.komentarze form small {
	font-size:11px;
	color:#d3d3d3;
	padding:0 0 0 5px;
	}	
	
/*.navigation {
	margin:10px 0;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#1d1d1d;
	border:1px solid #202020;
	width:180px;
	text-align:center;
	padding:5px;	
	}		*/
	
.alignleft a {
	float:left;
	display:block;
	/*width:150px;*/
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#1d1d1d;
	border:1px solid #202020;	
	text-align:center;
	padding:5px;
	margin:10px 0;	
	list-style-type:none;	
	}	
	
.alignright a {
	float:right;
	display:block;
	/*width:150px;*/
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#1d1d1d;
	border:1px solid #202020;	
	text-align:center;
	padding:5px;
	margin:10px 0;
	list-style-type:none;	
	}		

.alignright a, .alignleft a {
	color:#e9e9e9;
	text-decoration:none;
	}	
	
..alignright a:hover, .alignleft a:hover {
	color:#ababab;
	}	
	
.navigation {
	width:620px;
	}	