/*  
Theme Name: Jakomex Theme
Theme URI: jakomex.com.pl
Author: Dawid Ślaski-Sawicki
*/

* {
	padding: 0; 
	margin: 0;
}
body {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	text-align: center;
	min-width: 960px;
	background-color: #000;	
}
a:link, a:visited {
	text-decoration: none;
	color: #eee;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	margin: 50px auto;
	width: 960px;
	text-align: left;
	float: center;
	background-image: url(images/#cnbg.jpg);
	background-color: #FFCB6A;
}
#header {
	margin: 0 auto;
	width: 960px;
	height: 200px;
	float: center;
	background-color: #FFCB6A;
	clear: both;
	display: block;
}
#bgbox {
	margin: 0 auto;
	background-image: url(images/hstrip.jpg);
	background-repeat: repeat-y;
	width: 960px;
	float: center;
	background-color: #FFCB6A;
	clear: both;
	display: block;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
	background-color: #FFE6AA;
	color: #aaa;
	float: left;
	width: 100%;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial";
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #FFE6AA;
	color: #770104;
	text-decoration: none;
	float: left;
	border-right: 1px solid #770104;
}

#navcontainer ul li a:hover {
	background-color: #FEF0CB;
	color: #770104;
	text-decoration: underline;
}
#banner {
	background-color: #FEF0CB;
	width: 960px;
	height: 160px;
	float: center;
	clear: both;
}
#content {
	padding: 10px 0 0 20px;
	text-align: justify;
	background-color: #FFCB6A;
	width: 920px;
	min-height: 300px;
	color: #444;
	font-size: 12px;
	float: left;
	clear: left;
	display: block;
	margin-bottom: 20px;
}
#leftcol {
	width: 460px;
	float: left;
	display: block;
	padding-right: 30px;
	border-right: 1px solid #770104;
}
#rightcol {
	width: 400px;
	float: right;
	display: block;
}
.newspic a img {
	float: left;
	display: block;
	background: none;
	padding: 1px;
	border: 1px solid #444;
	width: 70px;
	height: 70px;
	margin-right: 5px;
}
.newsbox {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 2px solid #FFE6AA;
	padding-bottom: 4px;
}
.newsbox p {
	display: inline;
	width: 315px;
	margin: 0;
	font-size: 10px;
}
.newsbox a.title {
	font-size: 12px;
	color: #770104;
	text-decoration: none;
	display: inline;
	margin:0;
	font-variant: small-caps;
}
.newsbox a.newsex {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	display: inline;
	margin:0;
	font-variant: small-caps;
}
#content p a {
	color: #770104;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#content a[href^="mailto"] {
	background-image: url(images/mailto.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 3px 18px 0 0;
}
/* #content a[href^="mailto"]:hover:after {
	content: " - " attr(title);
}
#content a[href $='.pdf'] {
	padding: 2px 18px 0 0;
	background: url(images/icon_pdf.gif) no-repeat top right;
}*/
#content h3, #content h3 a {
	font-size: 18px;
	font-weight: normal;
	color: #770104;
	margin-bottom: 15px;
}
#content h4 {
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #770104;
}
#content ul {
	list-style-position: inside;
	list-style-type: square;
}
#content ul li {
	margin-top: 5px;
}
#content ul blockquote {
	margin-top: 5px;
	margin-left: 20px;
	list-style-type: none;
}
#footer {
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-image: url(images/ftbg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 30px;
	width: 960px;
	text-align: center;
	float: center;
	display: block;
	clear: both;
}
#footer p {
	color: #950104;
	text-decoration: none;
	margin-bottom: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.klientbox {
	width: 143px;
	padding: 0;
	float: left;
	background: #FFE6AA;
	display: block;
	margin: 20px;
}
.klientbox a img {
	text-align: left;
	margin: 5px;
	border: 0;
}
.klientbox p {
	text-align: center;
	font-size: 10px;
	color: #950104;
	font-weight: bold;
	margin-bottom: 5px;
}
.margin-33 {
	margin-top: -33px;
}
.gazetkabox {
	width: 110px;
	padding: 0;
	float: left;
	background: #FFE6AA;
	display: block;
	margin: 10px;
}
.gazetkabox a img {
	text-align: left;
	margin: 5px;
	border: none;
}
.gazetkabox p {
	text-align: center;
	font-size: 10px;
	color: #950104;
	font-weight: bold;
	margin-bottom: 5px;
}
.gazetkabox p a:hover {
	text-decoration: none;
}
.kontaktbox {
	display: block;
	text-align: center;
	width: 270px;
	height: 70px;
	padding: 5px;
	background: #FFE6AA;
}
.kontaktbox p {
	text-align: center;
	font-size: 10px;
	color: #950104;
	font-weight: normal;
	margin: 5px;
}
.kontaktbox a {
	color: #950104;
	text-align: center;
}
.archivebox {
	float: left;
	display: block;
	clear: left;
	margin-top: 20px;
	width: 100%;
	color: #444;
	padding-bottom: 4px;
	border-bottom: 1px dashed #444;
}
.italic {
	font-style: italic;
}
#content form {
	display: block;
	width: 100%;
	margin: 10px 0 20px 0;
}
.promo {
	display: block;
	width: 100%;
	margin: 10px 0 10px 15px;
	text-align: center;
}
.promo img {
	border: 0;
	margin: 0;
	padding: 0;
}
input {
	padding: 2px;
}
.onebox {
	clear: both;
	margin: 10px auto;
}
.oneboxin {
	margin: 10px 0 0 316px;
}
.kontaktpage {
	text-align: center;
}
.morebox {
	float: left;
	margin: 10px 12px 0;
}
.twobox {
	float: left;
	margin: 10px 0px 0 115px;
}
.dzial {
	display: block;
	float: left;
	width: 100%;
	padding: 4px 4px 10px 4px;
	clear: both;
	background: url('images/bgdzial.gif');
}
.top10 {
	margin-top: 10px;
}
.dziallabel {
	display: block;
	font-style: italic;
	color: #950104;
	float: left;
	width: 90%;
	text-align: left;
	margin: 3px 10px 0px 10px;
	clear: both;
}
.pageback {
	display: block;
	float: left;
	width: 100%;
}
