@charset "utf-8";
/* CSS Document */

@import url('reset.css');

@import url('global.css');


body,
html {
	height:100%;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#fff;
	background:url('../images/background.jpg') repeat;
}

.wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -100px; /* the bottom margin is the negative value of the footer's height */
	z-index:10;
	background:url('../images/background_top.jpg') repeat-x;
}

.box {
	margin:0 auto;
	width:960px;
}

.branding {
	display:block;
	width:160px; height:90px;
	text-indent:-9999px;
	background:url('../images/branding_mck.png') no-repeat;
}

.menu {margin:50px 0 0 0;}
*+html .menu { margin:50px 0 10px 0; }
.menu li { float:left; background:url('../images/menu_bg.png') repeat-x; }
	.menu li.border-left, .menu li.border-right {
		display:block;
		width:20px; height:40px;
		text-indent:-9999px;
	}
	.menu li.border-left { background:url('../images/menu_border_left.png') no-repeat; }
	.menu li.border-right { background:url('../images/menu_border_right.png') no-repeat; }
	
.menu a {
	display:block;
	height:40px;
	padding:0px 10px;
	text-indent:-9999px;
	background:url('../images/menu_items.png') no-repeat;
}
	.menu a.portfolio { width:64px; margin-left:10px; background-position:-0px 0px;}
	.menu a.portfolio:hover {background-position:-0px -40px;}
	.menu a.about_me { width:70px; background-position:-100px 0px;}
	.menu a.about_me:hover {background-position:-100px -40px;}
	.menu a.contact { width:58px; background-position:-200px 0px;}
	.menu a.contact:hover {background-position:-200px -40px;}
	.menu a.blog { width:34px;  background-position:-300px 0px;}
	.menu a.blog:hover {background-position:-300px -40px;}

.slogan {
	display:block;
	width:960px; height:80px;
	margin-top:10px;
	text-indent:-9999px;
	background:url('../images/slogan.png') no-repeat;
}
*+html .slogan { margin-top:10px; }

.container {
	width:940px;
	background:url('../images/background_gallery.png') no-repeat;
	padding:10px; 
}

a.prev {
	display:block;
	width:40px;
	height:480px;
	border-top:5px solid #fff;
	border-bottom:10px solid #fff;
	border-left:0; border-right:0;
	text-indent:-9999px;
	background:url('../images/gallery_left.jpg') no-repeat #fff;
}

a.next {
	display:block;
	width:40px;
	height:480px;
	border-top:5px solid #fff;
	border-bottom:10px solid #fff;
	border-left:0; border-right:0;
	text-indent:-9999px;
	background:url('../images/gallery_right.jpg') no-repeat #fff;
}

.categories { width:520px; margin:0 auto; }
.categories li { float:left; }
.categories a {
	display:block;
	width:100px; height:20px;
	margin:0 10px 20px;
	text-indent:-9999px;
	background:url('../images/categories.png') no-repeat;
}

	.categories a.music { width:54px; background-position:-500px 0px; }
	.categories a.music:hover { background-position:-500px -20px; }
	.music .categories a.music { background-position:-500px -40px; }
	
	.categories a.portraits { width:68px; margin-left:0px; background-position:-200px -0px; }
	.categories a.portraits:hover { width:68px; background-position:-200px -20px; }
	.portraits .categories a.portraits { width:68px; background-position:-200px -40px; }
	
	.categories a.reportage { width:84px; background-position:-0px -0px; }
	.categories a.reportage:hover { width:84px; background-position:-0px -20px; }
	.reportage .categories a.reportage { width:84px; background-position:-0px -40px; }
	
	.categories a.concert { width:66px; background-position:-100px -0px; }
	.categories a.concert:hover { width:66px; background-position:-100px -20px; }
	.concert .categories a.concert { width:66px; background-position:-100px -40px; }
	
	.categories a.lingerie { width:66px; background-position:-300px -0px; }
	.categories a.lingerie:hover { width:66px; background-position:-300px -20px; }
	.lingerie .categories a.lingerie { width:66px; background-position:-300px -40px; }
	
	.categories a.fashion { width:64px; background-position:-400px -0px; }
	.categories a.fashion:hover { width:64px; background-position:-400px -20px; }
	.fashion .categories a.fashion { width:64px; background-position:-400px -40px; }


.thumbs { width: 860px; background:#fff; padding:0px 40px; }
.thumbs li { float:left; background:#fff;}
.thumbs li a {
	display:block;
	width:20px; height:20px;
	text-indent:-9999px;
	margin:5px 2px 0 2px;
	background:#ccc;
}
.thumbs li a:hover { background:#a0a0a0; }
.thumbs li a.selcted {background:#f00; }
	

.gallery {
	overflow: hidden;
    position: relative;
    height: 590px;
    width: 860px;
}

	.gallery ul {
		position: absolute;
		list-style: none;
		overflow: none;
		white-space: nowrap;
		background:#fff;
		padding:0; margin:0;
		border:0;
		height:495px;
	}

	.gallery ul li { display:inline; margin:0; padding:0; }
	
		.gallery ul li img { border:5px solid #fff; cursor:pointer; }
		.gallery ul li:first img { border-left:0; }
		.gallery ul li:last img { border-right:0; }

img.left { margin-right:20px; } 

h2 {
	margin:30px 20px 10px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#fff;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding:20px 20px 10px;
	color:#fff;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#fff;
	text-decoration:none;
}
a:hover { color:#ccc; }

fieldset p { padding:10px 0px 5px; }

fieldset label {
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding:0px;
	color:#fff;
}

fieldset input, textarea {
	width:300px; height:18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	background:url('../images/background_input.png') repeat-x #fff;
	border:1px solid #8D9095;
	padding:5px 5px 3px;
	margin:0;
	color:#a0a0a0;
}

fieldset textarea { height:200px; }

fieldset .btn-send {
	display:block;
	width:60px; height:32px;
	text-indent:-9999px;
	background:url('../images/btn-send.png') no-repeat;
	border:0;
	cursor:pointer;
}

.ul-partner { width:960px; list-style:none; }
.ul-partner li { float:left; margin:10px 30px; }
.ul-partner a {
	display:block;
	width:180px; height:120px;
	text-indent:-9999px;
}

	.ul-partner a.fuze { background:url('../public/partner/fuze.png') no-repeat; }
	.ul-partner a.slam { background:url('../public/partner/slam.png') no-repeat; }
	.ul-partner a.verdammt { background:url('../public/partner/verdammt.png') no-repeat; }
	.ul-partner a.sideonedummy { background:url('../public/partner/sideonedummy.png') no-repeat; }
	.ul-partner a.dchris { background:url('../public/partner/dchris.png') no-repeat; }
	.ul-partner a.arena { background:url('../public/partner/arena.png') no-repeat; }
	.ul-partner a.oida { background:url('../public/partner/oida.png') no-repeat; }
	.ul-partner a.brutal-knack { background:url('../public/partner/brutal-knack.png') no-repeat; }
	.ul-partner a.season { background:url('../public/partner/season.png') no-repeat; }
	.ul-partner a.elopedthought { background:url('../public/partner/elopedthought.png') no-repeat; }
	.ul-partner a.hearingthevoice { background:url('../public/partner/hearingthevoice.png') no-repeat; }
	.ul-partner a.brutal-amenity { background:url('../public/partner/brutal-amenity.png') no-repeat; }
	.ul-partner a.rattlesnake { background:url('../public/partner/rattlesnake.png') no-repeat; }

/* BLOG */

.ul-blog { width:960px; }
.ul-blog li {
	width:940px; height:240px;
	margin:0px 0 20px;
	padding:10px;
	background:url('../images/background_blog_entry.png') no-repeat;
}
.ul-blog li .info {
	position:relative;
	width:290px; height:230px;
	padding:5px 10px;
	background:#252525;
}
.ul-blog li .info .date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.2px;
	line-height: 1.5em;
	color:#252525;
	margin:10px 0px;
	padding:0 0 0 8px;
	background:url('../images/background_blog_date.png') no-repeat;
}
.ul-blog li .info h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#b2b2b2;
	margin:0 0 10px 5px;
}
.ul-blog li .info p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#a1a0a0;
	margin:0 0 0 5px; padding:0;
}
.ul-blog li .info a.btn-mehr {
	display:block;
	position:absolute;
	bottom:10px; left:10px;
	width:64px; height:24px;
	text-indent:-9999px;
	background:url('../images/btn-mehr.png') no-repeat;
}

.blog-border-top {
	display:block;
	width:960px; height:10px;
	background:url('../images/background_blog_entry.png') no-repeat;
}

.blog-border-bottom {
	display:block;
	width:960px; height:10px;
	background:url('../images/background_blog_entry.png') no-repeat 0px -250px;
}

.blog-view {
	width:880px;
	padding:10px 40px 30px;
	background:url('../images/background_blog_view.png') repeat-y;
}
	
	.blog-view h2 { margin:0; padding:20px 0 10px 0; }

	
	.blog-view p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		margin:5px 0 20px; padding:0;
	}
	
	.blog-view h3 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 18px;
		font-style: italic;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		margin:20px 0 20px;
		color:#ccc;
	}
	
	.blog-view .ul-img { list-style:none; }
	.blog-view .ul-img li { margin:10px 0; }
	.blog-view .ul-img li img { padding:2px; border:1px solid #666; }
	
	.blog-view .teaser {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-transform: normal;
		letter-spacing: 0.2px;
		line-height: 1.5em;
		color:#a1a0a0;
		margin:0; padding:0;
	}

.footer, .push { 
	background:url('../images/background.jpg') repeat-x;
	height:100px; 
	margin:0; padding:0;
}
