/*
	Theme Name: www.mikomp.biz
	Theme URI: http://www.mikomp.biz
	Description: Szablon do strony http://www.mikomp.biz
	Version: 1.0
	Author: Usługi Informatyczne MIKOMP Michał Kowalski
	Author URI: http://www.mikomp.biz
*/

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 12px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: black; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited, a:hover {	
	color: #326ea1; 
	background: inherit;
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
}




/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}



h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 170%;	
}

h4 {
	font-size: 130%;	
}


h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */















code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/content.jpg) repeat-y center top;

}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	background: #fff url(images/content-wrap.png) no-repeat; 
}
#header {
	position: relative;
	background: #fff url(images/content.jpg) repeat-y center top;
	height: 100px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}


div#logo {
	float:left;
	height:100px;
	position:absolute;
	padding-left:0;
	width:345px;
}


div#logo h1 {
	margin:0;
	padding-left:0;
	padding-top:0;
}



div#logo a {
	background:transparent url(images/mikomp_male.png) no-repeat scroll left top;
	display:block;
	height:100px;
	width:345px;
}


div#logo h1 a:link, h1 a:hover, h1 a:active, h1 a:visited
{
	text-decoration: none;
}


#show {
	position: relative;
	/* clear: both; */
	margin: 0 auto;
	padding-top:5px;
	padding-bottom: 5px;
	height: 150px;
	width: 850px;
	border-top: 1px solid #DADADA;	
	border-bottom: 1px solid #DADADA;	
}




/* Navigation */

#header_tlo
{
	float:left;
	height:100px;
	position:absolute;
	margin-left:30px;
	width:860px;
	background: #FFF url(images/content-wrap.png) no-repeat scroll 0 -405px;
}



#nav {
	clear: both;	
	padding: 0;
	padding-right:8px;
}
#nav ul {
	float: right;
	list-style: none;
	width: 485px;		
	padding: 0;	margin: 0 0 0 0;
	height: 100px;
	display: inline;
	text-transform: uppercase;

}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;

}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 8px;	
	border-left: 1px dashed #DADADA;	
	border-bottom: none;
	color: #555;
	font: bold 14px/100px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
	border-top: 3px solid #DADADA;
}
#nav ul li#current a {
	border-top: 3px solid #330033;
}

#nav ul li.current_page_item a {
	border-top: 3px solid #330033;

}


/* Main Column */
.three-col #main {
	margin: 10px 1px 0 0px;
}
.two-col #main {
	margin: 10px 5px 0 0px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 1px;	
	margin-top: 10px;	
}	
/* right column */
#rightcolumn {
	float: right;
	width: 1px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	color: #666666;
	font-weight: bold;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 0 auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #FFFFFF url(images/content-wrap.png) no-repeat scroll 0 -370px;
	border-top: 1px solid #DADADA;	

}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}



/* Iconize 0.5 */

/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_film.gif) no-repeat top left;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_pic.gif) no-repeat top left;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_doc.gif) no-repeat top left;
}

a[href$='.txt'] {
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_txt.gif) no-repeat top left;
}

a[href$='.xls'] {
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_xls.gif) no-repeat top left;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_feed.gif) no-repeat top left;
}

a[href$='.opml'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_opml.gif) no-repeat top left;
}

a[href$='.phps'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_phps.gif) no-repeat top left;
}

a[href$='.phps'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_phps.gif) no-repeat top left;
}

a[href$='.torrent'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_torrent.gif) no-repeat top left;
}

a[href$='.vcard'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_vcard.gif) no-repeat top left;
}

a[href$='.exe'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_exe.gif) no-repeat top left;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_dmg.gif) no-repeat top left;
}

a[href$='.pps'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_pps.gif) no-repeat top left;
}

a[href$='.pdf'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_pdf.gif) no-repeat top left;
}

a[href$='.xpi'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_plugin.gif) no-repeat top left;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_flash.gif) no-repeat top left;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_archive.gif) no-repeat top left;
}

a[href$='.ical'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_ical.gif) no-repeat top left;
}

a[href$='.css'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_css.gif) no-repeat top left;
}

a[href$='.ttf'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_ttf.gif) no-repeat top left;
}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_film.gif) no-repeat top left;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_music.gif) no-repeat top left;
}

/* messenger */
a[href ^="aim:"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_aim.gif) no-repeat top left;
}

a[href ^="msnim:"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_msn.gif) no-repeat top left;
}

a[href ^="xmpp:"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_jabber.gif) no-repeat top left;
}

a[href *="icq.com"] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_icq.gif) no-repeat top left;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 0px 0px 5px 20px;
	background: transparent url(images/icons/icon_yim.gif) no-repeat top left;
}

a[href ^="callto:"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_call.gif) no-repeat top left;
}

a[href ^="skype:"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_skype.gif) no-repeat top left;
}

a[href ^="gg:"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_gadugadu.gif) no-repeat top left;
}

/* email */
a[href ^="mailto:"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_mailto.gif) no-repeat top left;
}

/* email */
a[target ^="_blank"] {
	padding: 0px 0px 5px 20px;
    background: transparent url(images/icons/icon_outside.gif) no-repeat top left;
}


/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



#breadCrumb {
border-bottom: 1px solid #DADADA;
color:black;
font-size:10px;
margin:0 auto;
padding-bottom:0px;
padding-left: 10px;
text-align:left;
width:839px;
margin-bottom:5px;
}

#breadCrumb a {
color:black;
font-weight:bold;
padding-right:0;
text-decoration:none;
}

hr {
border: 1px solid #DADADA;
width:100%;
margin-bottom: 10px;
clear:both;
}
