@charset "utf-8";
/*
Theme Name: Alexa Design
Theme URI: http://www.neveo.pl/
Description: The default Alexa Design theme
Version: 1.0
Author: Krzysztof Kwiatkowski
Author URI: http://www.neveo.pl/
*/

/* CSS Document */

/* Global RESET
///////////////////////////////////////////////////////////////////////////////////////////// */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body {
    line-height: 1em;
    color: black;
    background: white;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/* Globals
///////////////////////////////////////////////////////////////////////////////////////////// */

.left, .alignleft { float:left; }

.right, .alignright { float:right; }

.clearfix {
    clear:both; line-height: 0;
}

.bckgoff {
	background: none;
}

img { border:none; }

.hidden { display: none; }

acronym {
    border-bottom:1px dotted #808080;
    cursor:help;
}

/* Typo
///////////////////////////////////////////////////////////////////////////////////////////// */

applet, object, p, blockquote, pre, code, ol, ul, form, table, dl { margin-bottom: 18px; }


h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
    font-family: arial,sans-serif;
    line-height: 1.2em;
    font-weight: normal;
    color: #ffffff;
}
h2 {
    font-size: 24px;
    line-height: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

small {
    font-size: 80%;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

span.green {
	color: #80ab00;
}

span.white {
	color: #b3b3b3;
}

#content ul li {
    background: url(images/list-bullet.gif) no-repeat 0 6px;
    padding-left: 16px;
}

#content a {
	color: #d3d3d3;
}

#content a:hover {
	color: #ffffff;
}

/* Linki
///////////////////////////////////////////////////////////////////////////////////////////// */

#footer a {
	color: #686868;
}

#footer a:hover {
	color: #b8b8b8;
}

/* Button
///////////////////////////////////////////////////////////////////////////////////////////// */

#content span.bbutton {
	background: url(images/button-cls.gif) no-repeat center right;
	line-height: 23px;
	float: left;
}

#content span.bbutton a {
	background: url(images/button-opn.gif) no-repeat center left;
	text-decoration: none;
	line-height: 23px;
	float: left;
	padding: 0 8px;
}

#content span.bbutton a:hover {}

/* Table
///////////////////////////////////////////////////////////////////////////////////////////// */

table {
    margin-bottom: 18px;
    border-bottom: 1px dotted #a0a0a0;
    border-left: 1px dotted #a0a0a0;
}
td,th {
    padding: 4px 12px;
    border-top: 1px dotted #a0a0a0;
    border-right: 1px dotted #a0a0a0;
}

th {
    font-weight: bold;
}

/* Layout
///////////////////////////////////////////////////////////////////////////////////////////// */

body {
    background: #000 url(images/body-bg.gif) repeat-x top center;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #a0a0a0;
}

#bg-wrapper {
    background: url(images/bg-wrapper.jpg) no-repeat top center;
    width: 100%;
    overflow: hidden;
}

#container {
    width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

#header-top {
    height: 138px;
    background: url(images/h-sep.gif) no-repeat bottom center;
}

h1#logo a {
    width: 300px;
    height: 60px;
    margin: 50px 0 0;
    display: block;
    text-indent: -9999px;
    background: url(images/logotype.gif) no-repeat top left;
    float: left;
}

#header-slideshow {
    padding: 39px 0 40px;
    background: url(images/h-mid-sep.gif) no-repeat bottom center;
}

#slideshow {
    float: left;
    width: 600px;
    height: 330px;
}

#header-photo {
    float: right;
    width: 320px;
    height: 330px;
    background: url(images/portrait.jpg) no-repeat top left;
}

#header-photo2 {
    float: right;
    width: 320px;
    height: 330px;
    background: url(images/portrait2.jpg) no-repeat top left;
}

#content {
    padding: 40px 0 40px;
    background: url(images/h-sep.gif) no-repeat bottom center;
}

#footer {
    color: #686868;
    font-size: 12px;
	padding: 6px 0 80px;
}

.col3 {
    float: left;
    width: 280px;
    padding-right: 40px;
}

.col2 {
    float: left;
    width: 600px;
    padding-right: 40px;
}

.col3l {
    float: right;
    width: 280px;
    padding: 0;
}

.widget {
	margin-bottom: 40px;
}

/* Main nav
///////////////////////////////////////////////////////////////////////////////////////////// */

ul#nav {
    text-transform: uppercase;
    font: normal 16px Arial, Helvetica, sans-serif;
    float: right;
    margin-top: 10px;
}

ul#nav li {
    float: left;
    border-right: #505050 1px solid;
}

ul#nav li.page-item-18 {
    border-right: none;
}

ul#nav li a {
    display: block;
    text-decoration: none;
    margin: 55px 16px 0;
    color: #c0c0c0;
    padding-bottom: 12px;
}

ul#nav li a:hover, ul#nav li.current_page_item a, ul#nav li.current_page_ancestor a { background: url(images/nav-act.gif) no-repeat bottom center; color: #ffffff;}

/* H list
///////////////////////////////////////////////////////////////////////////////////////////// */

ul.hlist li {
    float: left;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    border-right: solid 1px;
}

ul.hlist li.hlist_last {
    border-right: none;
    margin: 0;
    padding: 0;
}

/* Slideshow
///////////////////////////////////////////////////////////////////////////////////////////// */

#slideshow {
    position:relative;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/* Gallery
///////////////////////////////////////////////////////////////////////////////////////////// */

div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #606060;
	text-decoration: none;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	border-color: #303030;
	color: #fff;
}

#thumbs a img {
	padding: 2px;
	border: #606060 1px solid;
}

#thumbs a:hover img {
	padding: 2px;
	border: #b7f300 1px solid;
}

#content #thumbs ul li {
	background: none;
	padding:0;
	margin: 0 6px 6px 0;
	float: left;
}

#gallery {
	width: 600px;
}

#slideshow-gal {
	text-align: center;
}

#slideshow-gal img {
	padding: 5px;
	background: #000;
	border: #606060 1px solid;
}

.post img {
	margin: 0 38px 0 0;
}

.post a img {
	padding: 5px;
	background: #000;
	border: #606060 1px solid;
}

.post a:hover img {
	padding: 5px;
	background: #000;
	border: #b7f300 1px solid;
}

/* Contact form
///////////////////////////////////////////////////////////////////////////////////////////// */

.submit input {
	padding: 2px 6px;
	background: #000;
	color: #c0c0c0;
	border: #606060 1px solid;
}
