/*   Author		: Florian Nagel
	Author URI	: http://www.floriannagel.com
*/

/* Reset */
*
{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    color: #444;
    list-style: none;
    text-decoration: none;
}
/* Remove px below img in IE */
img
{
	display:block;
}


/*************************************
    Inhalt:

    1. Seitenaufbau
    2. Typographie & Links
	3. Content
*************************************/


/*************************************
    1. Seitenaufbau
*************************************/
body
{
	background: url(../images/bg.jpg) #222 top center;

}
div#site
{
	width: 881px;
	margin: 0px auto;
        padding: 40px 0px 0px 0px;
	position: relative;
        background: url(../images/bg_head.jpg) top center no-repeat;
}
h1#logo
{
	margin: 0 0 0 -50px;
	text-indent: -10000px;
        background: url(../images/logo.png) no-repeat;
	width: 505px;
	height: 117px;
}
div#contact
{
	position: absolute;
	right: 0px;
	top: 35px;
	text-align: right;
}
div#content
{
	margin: 35px 0px 0px 0px;
	padding: 20px;
        background: #ebebeb;
}
div#footer
{
	margin: 0px 0px 60px 0px;
	padding: 5px 20px;
}


/*************************************
    2. Typographie & Links
*************************************/
body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #fff;
}
a
{
	color: #f70;
	text-decoration: none;
}
	a:hover
	{
		color: #e00;
	}
div#content a
{
	color: #000;
}
	div#content a:hover
	{
		color: #e00;
	}


p
{
	margin: 0 0 0.8em 0;
}

div#contact h2,
div#contact p,
div#footer
{
	color: #f70;
}

h1,
h2,
h3,
h4
{
	font-weight: bold;
}

h3
{
	color: #e00;
	text-transform: uppercase;
	border-bottom: 1px solid #e00;
	margin: 0 0 1em 0;
}
h3
{
	text-transform: uppercase;
}

strong
{
	font-weight: bold;
}


/*************************************
    3. Content
*************************************/
div#news,
div#connect
{
	width: 400px;
	float: left;
	margin: 0 0 2em 0;
}
div#connect
{
	margin-left: 40px !important;
}
div#connect ul li
{
   float: left;
}
div#connect ul li a
{
   display: block;
   height: 40px;
   width: 120px;
   margin: 0 7px 0 0;
   text-indent: -10000px;
   background: url(../images/logos_connect.gif) no-repeat;
}

div#connect ul li.flickr a      {   width: 70px;   background-position: 0px 0px;    }
div#connect ul li.photocase a   {   width: 108px;  background-position: 0px -40px;  }
div#connect ul li.facebook a    {   width: 97px;   background-position: 0px -80px;  }
div#connect ul li.twitter a     {   width: 97px;   background-position: 0px -120px; }




div#works
{
	clear: both;
	margin: 0 0 2em 0;
}

div#works ul li
{
	float: left;
	width: 265px;
	height: 120px;
	margin: 10px 20px 10px 0;
	border: 1px solid #000;
	background: #222;
	position: relative;
	overflow: hidden;
}
div#works ul li a
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 265px;
	height: 120px;
	display: block;
	text-indent: -10000px;
	z-index: 30;
}
div#works ul li img
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
div#works ul li img.over
{
	top: -120px;
	z-index: 11;
}
div#works ul li h4
{
	position: absolute;
	left: 0px;
	bottom: -42px;
	width: 250px;
	height: 34px;
	background: #000;
	color: #fff;
	line-height: 1.4em;
	padding: 4px 8px;
	z-index: 20;
}

div#works ul li h4
{
        font-weight: normal;
	color: #fff;
}
div#works ul li h4 strong
{
	color: #fff;
        font-weight: bold;
}
#fancybox-title
{
	text-align: left;
	color: #888;
	line-height: 1.4em;
}
#fancybox-title strong
{
	color: #000;
	font-size: 16px;
}
#fancybox-title span
{
	color: #000;
	display: block;
	padding: 0px 0 10px 0;
}

div#clients ul
{
    margin: -5px 0px 0px 0px;
}
div#clients ul li
{
    float: left;
    width: 265px;
    margin: 10px 20px 10px 0;
}
div#clients ul li ul
{
    margin: 0;
}
div#clients ul li ul li
{
    float: none;
    margin: 0px;
}
div#clients a
{
    padding: 1px 0px;
}





li.last_column
{
	margin-right: 0 !important;
}
li.clear
{
	float: none !important;
	clear: both;
	visibility: hidden;
	height: 1px !important;
	width: 1px !important;
	margin: 0px !important;
	border: 0;
}

.hide
{
    display: none !important;
    visibility: hidden !important;
}
