/*  
Theme Name: markowy
Theme URI: http://www.markowy.net/text
Version: 1.0
Author: markowy
Author URI: http://www.markowy.net

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


body {
	background: #FFF;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a {color: #7C94A5; text-decoration: none; }
a:hover { background-color: #B22222; color: #fff; text-decoration: none;}

input {
	border: 1px solid #000;
	font-size: 13px;
	color: #000;
	background: #fff;
}

textarea {
	border: 1px solid #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	vertical-align : top;
	color : #000;
	background : #fff;
}

img {
	border: 0;
	}

/* ==================== header ========================== */

#navigation  {
	background: #7C94A5;
	border-bottom: 5px solid #B22222;
	height: 50px;
	padding: 0 0 0 10px;
	margin-bottom: 30px;
}

.logo {
   float: left;
	clear: left;
	width: 240px;
	margin-top: 5px;
	margin-left: 40px;
	font-size: 18px;
	color: #000;
}

#menu {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
}

ul#menu  { margin: 0;}

#menu li  /* Main nav list items */
{
	font-size: 14px;
	float: left;
	list-style: none;
	text-align: center
}

#menu li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 10px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 20px; /* height of the tab */
	text-decoration: none;
	background-color: #B22222;
	font-weight: bold;
}
	 
#menu a:link, #nav a:visited  { color: #7C94A5;}

#menu a:hover, #nav a:active {color: #fff;}


/* ==================== content ========================== */


#content {
	background: #fff;
	padding: 0;
	margin: 30px 10px 30px 10px;
	width: 90%;
	margin-left: 50px;
	text-align: justify;
}

.left  {
	float: left;
	clear: left;
	width:65%;
	margin-right: 20px;
	}

.right {
	float:right;
	clear: right;
	width:30%;
	}

/* contetnt footer */

#footer {
	font-size: 10px;
	text-align: center;
	margin: 20px 10px 30px 10px;
}

#artykul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#artykul li {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background: #fafafa;
	height: 90px;
	margin: 10px 0 10px 0;
	padding: 0 20px;
}