/* ------------------------------------------------------------------------------------ *
| CONTENT CSS FILE :: For RANZ site content												|
| css/content.css																		|
| 																						|
| PROJECT :: www.ranz.ch v2.0															|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
+ ------------------------------------------------------------------------------------- +
| Author: Julian Querido + Nathan Querido												|
* ------------------------------------------------------------------------------------- */

/* @group CONTENT :: jsaq007 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.content_container {
	width: 483px;
	/*height: 505px;*/
	background: none;
	padding: 0 0 0 0;
	float: left;
	display: block;
	left: 448px;
	position: relative;
}

.home,
.tag {
	font-size: 60px;
	line-height: 72px;
	color: #000;
	overflow: hidden;
	width: 968px;
	left: 0;
	padding: 0 0 0 68px;
}

.left_text {
	font-weight: bold;
	float: left;
	width: 145px;
}

.right_text {
	float: left;
	margin-left: 145px;
	width: 100%;
}

.left.network {
	font-weight: bold;
	width: 240px;
	float: left;
	margin: 0 0 10px 0;
	display: block;
}

.left.network em {
	font-weight: normal;
	display: block;
}

/*.gallery {
	width: 1073px;
	height: 505px;
	background: none;
}
*/

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group SHOWCASE GALLERIES :: jsaq007 ::::::::::::::::::::::::::::::::::::::::::::::: */

.gallery {
	width: 1073px;
	height: 505px;
	left: 0;
	padding: 0 0 0 68px;
}

.gallery .gallery_content {
	float: left;
	position: relative;
	left: -23px;
}

.gallery .gallery_content.team {
	margin-left: 23px;
}

.gallery .gallery_content div {
	overflow: hidden;
	width: 760px;
	height: 505px;
	position: relative;
}

.gallery .gallery_content ul {
	width: 100%;
}

.gallery .gallery_content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gallery .gallery_content li {
	list-style: none;
	position: relative;
	display: block;
	float: left;
	margin-left: 0;
}

.gallery .gallery_content li img {
	display: block;
}

.gallery a.previous,
.gallery a.next {
	height: 23px;
	width: 23px;
	/*background: yellow;*/
	padding: 241px 0;
	float: left;
	position: relative;
	left: -23px;
	cursor: pointer;
}

.gallery a.previous {
	background-image: url(../images/globals/gallery_previous.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}

.gallery a:hover.previous {
	background-position: -23px center;
}

.gallery a.next {
	background-image: url(../images/globals/gallery_next.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-right: 17px;
}

.gallery a:hover.next {
	background-position: -23px center;
	margin-right: 17px;
}

.gallery .gallery_details {
	width: 250px;
	height: 505px;
	position: relative;
	left: -23px;
	/*margin-left: 760px;*/
	float: left;
	background: none;
	margin: -5px 0 0 0;
/*	-moz-opacity: 0;
	opacity: 0;*/
}

.gallery .gallery_content .gallery_details {
	display: none;
}

.gallery_details.team {
	margin: -5px 0 0 40px;
}

.gallery .loading {
	float: left;
	width: 100%;
}

.gallery .loading .progression,
.gallery .loading .pagination {
	float: left;
	margin: 10px 0 0 0;
}

.gallery .loading .pagination {
	margin-right:  5px;
}

#navkeys {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 505px;
	z-index: 10000;
	background: url(../images/globals/nav_keys_bg.png) no-repeat;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */
