@charset "utf-8";
/* CSS Document */

*
{
margin:0;
padding:0;
}

a
{
outline:none;
}

a:link, a:visited
{
color:#ffffff;
text-decoration:none;
}

a:hover, a:focus
{
border-bottom:1px dotted #ffffff;
}

img
{
display:block;
border:none;
}

body, html
{
height: 100%;
margin:0;
padding:0;
color:#ffffff;
background:#000000;
font-family:'Cuprum', Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:normal;
text-decoration:none;
line-height:1.3;
border-bottom:1px solid #000000;
}

#bg_image_wrap
{
margin:0 auto;
max-width:1920px;
}

#bg_image
{
position:absolute;
z-index:0;
max-width:100%;
}

#bg_image img
{
margin:0 auto;
max-width:100%;
-ms-interpolation-mode:bicubic;
position:fixed;
}

#wrap
{
position:relative;
z-index:1;
width:900px;
margin:0 auto;
padding:0 10px 0 10px;
}

#caption
{
position:fixed;
bottom:50px;
right:60px;
z-index:2;
padding:0 0 0 270px;
text-align:right;
font-size:1.6em;
line-height:1;
text-shadow: 0px 1px 1px #000;
}

#copyright
{
position:fixed;
bottom:0;
z-index:2;
width:206px;
background:#000;
padding:3px 17px;
font-size:0.7em;
color:#ccc;
}

#ab_ovo
{
position:fixed;
bottom:10px;
right:10px;
border:none;
}

#left_col
{
position:absolute;
width:206px;
padding:40px 17px 20px 17px;
background:#000000;
}

#left_col h1, #left_col h2
{
font-size:2.1em;
line-height:1;
font-weight:normal;
}

h2 a
{
border:none !important;
}

#nav
{
padding:22px 0 16px 0;
font-size:1.3em;
line-height:1;
}

#nav ul
{
list-style-type:none;
padding:0 0 22px 0;
}

#nav li:first-child
{
padding-bottom:2px;
border-bottom:1px solid #333333;
margin-bottom:2px;
}

#nav li span
{
font-size:0.6em;
}

#nav a
{
font-size:0.8em;font-size:1.1rem;
color:#cccccc;
}

#nav a:hover
{
color:#ffffff;
}

#sub_nav a
{
float:left;
display;block;
margin-right:20px;
color:#cccccc;
border-bottom:1px solid #000000;
font-size:1.1em;
}

#sub_nav a:hover
{
color:#ffffff;
border-bottom:1px dotted #ffffff;
}

.flkr
{
float:right;
margin-top:4px;
padding-bottom:4px;
border-bottom:1px solid #000000;
}

#main_content
{
margin:0 0 40px 280px;
padding:40px 60px 40px 60px;
background:#000;
}

#main_content h1
{
font-weight:normal;
font-size:2em;
line-height:1;
margin:0 0 1em 0;
color:#fff;
border-bottom:1px solid #fff;
}

#main_content p
{
margin-bottom:25px;
}

.thumbs_wrap
{
margin:0 0 0 -25px;
}

.thumbs_wrap img
{border:1px solid #141414;
margin:0 0 25px 25px;
float:left;
}

.thumbs_wrap img:hover
{
border-color:#333;
}

.to_top
{
clear:both;padding:0 0 2em 0;
}

.to_top a
{
position:absolute;
right:70px;
display:block;
height:19px;
width:19px;
background:url(graphics/top.png) no-repeat;
border:none;
}

/*CONTACT FORM*/

form p, form img
{
margin-bottom:15px !important;
}

label
{
display:block;
}

input
{
width:200px;
}

input, textarea
{
border:none;
padding:2px;
font-family:'Cuprum', Arial, Helvetica, sans-serif;
color:#fff;
background:#333;
}

.image_code label
{
display:inline;
}

.image_code input
{
width:4em;
}

.submit input
{
width:auto;
margin-top:3px;
font-weight:900;
color:#000;
background:#ccc;
padding:1px;
}

.submit input:hover
{
background:#fff;
cursor:pointer;
}