/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

html { background-color: white; color: black; overflow-y: scroll;}
h1, h2, h3, h4 { font-weight: normal; line-height: 150%;}

h2 a { color: inherit !important; text-decoration: none !important; border: 0 dotted black; border-bottom-width: 1px;}
h3 { margin: 0;}

address, blockquote, cite, em, i, q, p, li, body { font-family: 'Georgia', 'Times New Roman', 'serif';}
hr { background-color: #EEE; color: #EEE; border-color: #EEE;}
a, a:link, a:visited { color: #06C; outline: none;}
a:hover, a:active, a:focus { color: red;}

ul li { list-style-type: none; margin-left: 0; list-style-image: url('/img/bullet.png');}
ul { margin-left: 2ex;}
.large { line-height: 1.4em;}
.small { font-size: 11px;}
.coll li { list-style-type: none; margin: 0; padding: 0; list-style-image: none; display: block;}
.coll { margin: 0; padding: 0;}
.coll.sep li { padding-bottom: 1em; margin-bottom: 1em; border: 0 dotted silver; border-bottom-width: 1px;}
.coll.sep { margin: 1em 0;}
.coll.sep li:last-child { border-bottom-width: 0; padding-bottom: 0; margin-bottom: 0;}

.error, .notice {
	border: none;
	padding: 5px;
	display: inline-block;
	width: auto !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
}
.error { background-color: red; color: white;}
.notice { background-color: #FFC; color: black;}

span.error { display: none;}
span.error + input, span.error + textarea { border-color: red !important;}

.error.list { display: block; width: 100%;}

/* forms */
input[type=text], input[type=password], select, textarea {
	font-family: 'Helvetica', 'Arial', 'sans-serif' !important;
	font-size: 13px !important;
	padding: 5px;
	border: 2px solid #e8e8e8 !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type=submit] {
	background-color: black; color: white;
	font-weight: bold;
	border: 3px solid black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type=text]:focus, select:focus, textarea:focus { outline: none !important; background-color: #FFC; border-width: 1px !important; border-color: black !important;}


/**************************************/
/*              HEADER                */
/**************************************/
html, body { margin-top: 0;}

#name {
	margin-top: 3em;
	padding-left: 70px;
	margin-bottom: 4em;
	background: transparent url('/img/jacek-ludwikowski-kancelaria-adwokacka-logo.gif') no-repeat 0 center;
}

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

#name h1 { font-family: 'Georgia', 'Times New Roman', 'serif'; font-size: 40px; letter-spacing: -2px; line-height: 85%; margin: 0 0 2px 0;}
#name div { float: left; padding-right: 10px;}
#name h6 {
	display: inline-block; margin: 0;
	letter-spacing: 6px; word-spacing: 6px; font-size: 10px; text-transform: uppercase;
	font-weight: normal;
	border: 0 solid #e0e0e0; border-top-width: 1px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

#navi { float: right; margin: 0; padding: 0; font-size: 16px;}
#navi li { float: left; margin: 0; padding: 0; list-style-image: none;}
#navi a {
	display: block; margin-right: 10px; padding: 100px 10px 10px 10px;
	border: 0 solid #e8e8e8; border-right-width: 1px;
	color: black; text-decoration: none;
}
#navi .sel a { background-color: black; color: white;}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#spl { margin-top: 2em; margin-bottom: 2em; height: 250px; background: transparent none no-repeat center center;}
/* #doc-kancelaria		#spl	{ background: transparent url('/img/photos/windykacja-naleznosci-bankowych.png') no-repeat 90% top; height: 325px;} */
#doc-kancelaria		#spl	{ background-image: url('/img/photos/kancelaria.jpg'); background-position: 90% center;}
#doc-uslugi			#spl	{ background-image: url('/img/photos/uslugi.jpg');}
#doc-nasi-klienci	#spl	{ background-image: url('/img/photos/nasi-klienci.jpg');}
#doc-kariera		#spl	{ background-image: url('/img/photos/kariera.jpg');}
#doc-kontakt		#spl	{ background-image: url('/img/photos/kontakt.jpg');}

#slogan, #body { margin-top: 0em;}

#address label { display: inline-block; width: 75px;}
#address address { display: inline-block; width: 150px; vertical-align: top;}
#address p { margin: 0; vertical-align: top;}

#doc-kancelaria #slogan { margin-top: 1em;}
#doc-kancelaria #services h4 { margin-bottom: 0;}
#doc-kontakt #form input.text { width: 100%;}
#doc-kontakt #form textarea { width: 100%; height: 8em;}

/**************************************/
/*               FOOTER               */
/**************************************/

#ft a { text-decoration: none !important;}