/*
Theme Name: WordPress LAPNET
Theme URI: http://wordpress.org/
Description: LAPNET
Version: 1.6
Author: T.Kapusta
Author URI: http://wordpress.org/
Tags: blue, custom header, fixed width, two columns, widgets

A theme

*/

a
{	
	color: #FF6600;
}
p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry
{
	font-size: 12px;
	line-height: 18px;
}

#page
{
	width: 980px;
	margin:0 auto;
	background: #EFEFEF;
}
#content
{
	background: #FFFFFF;
}

#header
{
	background-image: url(images/headerBg.jpg);
	height: 165px;
	position: relative;
}

body
{
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	background: #4D4D4D;
}
/* logo gradient */
#logoText
{	
	position: relative;
	z-index: 0;
	height: 150px;
}
#logoText h1
{
	position: relative;
	z-index: 1;
	display: block;
	color: white;
	font-family: Tahoma;
	font-size: 38px;
	padding: 0;
}
#logoText h1:first-letter
{
	font-size: 200%;
	vertical-align: middle;
	margin-right: -18px;
}
#logoText span
{
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	color: #CECECE;
	display: block;
}
#logoText span span
{
	height: 35px;
	color: #DEDEDE;
	left: 0px;
}
#logoText span span span
{
	height: 30px;
	color: #EEEEEE;
	left: 0px;
}
#logoText span span span span
{
	height: 25px;
	color: #FAFAFA;
	left: 0px;
}
#logoText span span span span span
{
	height: 20px;
	color: #FFFFFF;
	left: 0px;
}
#logoText h1 b
{
	color: #FF8C3A;
}
/* logo end */
#headerimg
{
	position: absolute;
	left: 150px;
	top: 40px;
}

img
{
	border: 0;
}

#menu1
{
	background-image: url(images/navBg.gif);
	height: 38px;
	position: relative;
}

#menu1 a
{
	color: white;
}

#menu1 ul
{
	padding-left: 7px;
	list-style-type: none;
	margin: 0;	
}


#menu1 li
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 11px;
	padding-left: 0;
	background: transparent url(images/navBgLi.gif) no-repeat scroll right center;
	position: relative;
}

#menu1 li a
{
	padding-right: 14px;
	padding-left: 8px;  
	text-decoration: none;
}

.mini-search
{
	position: absolute;
	right: 0;
	width: 355px;
	top: 5px;
}

.mini-search #search
{
	background-image: url(images/searchBg.gif);
	border: none;
	height: 19px;
	width: 170px;
	margin-right: 10px;
	padding: 3px;
}

.mini-search input
{
	vertical-align: middle;
}

#sidebar
{
	width: 222px;
	background: #EFEFEF;
	float: left;
	margin: 0px;
	padding: 15px;
	height: 100%;
}

#sidebar h2
{
	background-image: url(images/sidebarBg.png);
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	padding-left: 15px;
	position: relative;
	top: -5px;
}

#sidebar li
{
	border: 1px solid #DDDDDD;
	border-top: 0;
	background: #F6F6F6;
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#sidebar li li
{
	border: 0;
	list-style-type: circle;
	padding: 1px;
	padding-bottom: 2px;
	margin-bottom: 0;	
}

#sidebar li ul
{
	padding-left: 20px;	
}

#sidebar li li *
{
	color: #FF6600;
}

#content h2 
{
	color: black;
	font-size: 24px; 
	text-align: left;
	margin-bottom: 5px;
}

#content h2 a
{
	text-decoration: none;
	color: black;
}

#footer
{
	clear: both;
	background: black;
	padding: 10px;
	color: white;
}

#footer h3
{
	color: #FF6600;
}

#content
{
	width: 710px;
	float: right;
	padding: 7px;
}

.post small
{
	font-weight: bold;
	font-size: 11px;
}

.widget_tag_cloud .widBody
{
	padding: 10px;
}

/* WP styles*/


p img {
	padding: 0;
	max-width: 100%;
	}

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
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}

textarea
{
	max-width: 100%;
}	

.commcount
{
	position: absolute; 
	width: 100px; 
	top:0; 
	padding:3px; 
	text-align:center; 
	right: 0; 
	background-color: black; 
	color: white;
	font-weight: bold;
}

.commcount a
{
	color: white;
	text-decoration: none;
}

.post
{
	border-bottom: 5px solid #DBDBDA;
	padding-bottom: 15px;
}

a.more-link
{
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	display: block;
	text-align: right;
	text-decoration: none;
}