/*
Theme Name: Planet Creative
Theme URI: http://www.planetcreative.com
Description: The default Planet Creative theme.
Version: 2.0
Author: Alex Kerber
Author URI: http://www.alexkerber.com/

Planet Creative v2.0
http://www.planetcreative.com

This theme was built by Alex Kerber,
http://www.alexkerber.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

p {
	margin: 0 0 1px;
}

.clear {
	clear: both;
}

body {
	background: url(images/bg.png) repeat-x left top #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: 100;
	color: #363636;
	font-style: italic;
	text-rendering: optimizeLegibility;
}

.single {
	background: url(images/bg.png) repeat-x left top #000;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: 100;
	color: #363636;
	font-style: italic;
	text-rendering: optimizeLegibility;
	overflow: hidden;
}

p {
	margin: 30px 0 0;
}

/* Links */
a {
	text-decoration: none;
	font-weight: 400;
}

a:link,a:active {
	color: #aa790f;
}

a:visited {
	color: #aa790f;
}

a:link:hover,a:active:hover,a:visited:hover {
	color: #714f06;
	text-decoration: none;
	-webkit-transition: color .3s ease-out;
}

/* Header */
#header {
	width: 100%;
	height: 51px;
	position: relative;
	margin: 0 auto;
	z-index: 200;
	background: #000;
	z-index: 20;
	opacity: .90;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#header #content {
	width: 960px;
	position: relative;
	top: 0;
	margin: 0 auto;
}

#header h1#logo a {
	font-size: 15px;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: normal;
	position: relative;
	top: 0;
	text-indent: -10000px;
	background: url(images/logo.png) no-repeat;
	width: 230px;
	height: 51px;
	display: block;
	float: left;
	border: 0;
}

/* Menu */
/* SV */
.menu-menu-container {
	position: absolute;
	top: 16px;
	right: 0;
	color: #505050;
	font-size: 12px;
}

#menu-menu {
	list-style: none;
	display: inline;
	background: aqua;
}

#menu-menu li {
	list-style: none;
	display: inline;
	margin: 0 10px;
	float: left;
}

#menu-menu li a {
	font-family: Arial;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

#menu-menu li.current-menu-item a {
	color: #aa790f;
}

#menu-menu li.current_page_parent a {
	color: #aa790f;
}

#menu-menu li.menu-item-type-custom a {
	color: #aa790f;
	margin-left: 10px;
}

#menu-menu li.separator a {
	color: #3d3d3d;
	margin: 0;
	cursor: default;
}


/* EN */
.menu-menu-en-container {
	position: absolute;
	top: 15px;
	right: 0;
	color: #505050;
	font-size: 12px;
}

#menu-menu-en {
	list-style: none;
	display: inline;
	background: aqua;
}

#menu-menu-en li {
	list-style: none;
	display: inline;
	margin: 0 10px;
	float: left;
}

#menu-menu-en li a {
	font-family: Arial;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

#menu-menu-en li.current-menu-item a {
	color: #aa790f;
}

#menu-menu-en li.current_page_parent a {
	color: #aa790f;
}

#menu-menu-en li.menu-item-type-custom a {
	color: #aa790f;
	margin-left: 10px;
}

#menu-menu-en li.separator a {
	color: #3d3d3d;
	margin: 0;
}


/* Global */
#page {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 200px;
}

#page_fullscreen {
}

#content {
	width: 960px;
	position: relative;
	top: 75px;
	margin: auto 0;
}

#content_fullscreen {
overflow: hidden;
}

/* Start */
.start {
	position: relative;
	left: 0;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 635px;
}

.start p {
	margin: 20px 0 0 5px;
}

.start .new {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 10px;
	top: 0;
	width: 620px;
	height: 388px;
}

.start .intro {
	position: absolute;
	right: 10px;
	top: 0;
	width: 280px;
	height: 388px;
	padding: 0 20px 0 0;
	color: #363636;
}

.start .random {
	position: absolute;
	left: 0px;
	top: 408px;
}

/* News */
.news {
	padding: 0;
	margin: 0;
	width: 967px;
	height: 610px;
	font-size: 18px;
	line-height: 24px;
}

.news h4 {
	color: #aa790f;
	font-size: 18px;
}

.news p {
	margin: 0;
	width: 620px;
}

.news .lesswide {
	width: 620px;
}

/* About */
.about {
	padding: 0;
	margin: 0;
	width: 967px;
	font-size: 18px;
	line-height: 24px;
}

.about h4 {
	color: #aa790f;
	text-transform: none;
	font-size: 18px;
}

.about p {
	margin: 24px 0 0 0px;
}

.about .lesswide {
	width: 780px;
}


/* News */
.news {
	padding: 0;
	margin: 0;
	width: 967px;
	height: 610px;
	font-size: 18px;
	line-height: 24px;
}

.news h4 {
	color: #aa790f;
	font-size: 18px;
}

.news p {
	margin: 0;
}

.news .lesswide {
	width: 460px;
}

.news {
	padding: 0;
	margin: 0;
	width: 967px;
	height: 610px;
	font-size: 18px;
	line-height: 24px;
}

.news h4 {
	color: #aa790f;
	font-size: 18px;
}

.news p {
	margin: 0;
}

.news .lesswide {
	width: 460px;
}

/* Portfolio */
.portfolio {
	padding: 0;
	margin: 0;
	width: 967px;
	min-height: 1050px;
}

/* Contact */
.contact {
	padding: 0;
	margin: 0;
	width: 967px;
	height: 610px;
	font-size: 18px;
	line-height: 24px;
}

.contact h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 18px;	
}

.contact h4 {
	color: #aa790f;
	font-size: 18px;
	margin: 2px 0 5px 0;
	padding: 0;
	line-height: 18px;	
}

.contact p {
	margin: 0;
}

.contact .lesswide {
	width: 460px;
}

.contact .sthlm {
	position: absolute;
	top: 59px;
	left: 350px;
	width: 270px;
	overflow: hidden;
}

.contact .are {
	position: absolute;
	top: 59px;
	left: 700px;
	width: 270px;
	overflow: hidden;
}

.contact .col1row1 {
	position: absolute;
	top: 220px;
	left: 0;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col1row2 {
	position: absolute;
	top: 330px;
	left: 0;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col1row3 {
	position: absolute;
	top: 440px;
	left: 0;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col2row1 {
	position: absolute;
	left: 350px;
	top: 220px;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col2row2 {
	position: absolute;
	left: 350px;
	top: 330px;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col2row3 {
	position: absolute;
	left: 350px;
	top: 440px;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col3row1 {
	position: absolute;
	left: 700px;
	top: 220px;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col3row2 {
	position: absolute;
	left: 700px;
	top: 330px;
	width: 270px;
	height: 95px;
	overflow: hidden;
}

.contact .col3row3 {
	position: absolute;
	left: 700px;
	top: 440px;
	width: 270px;
	height: 95px;
	overflow: hidden;
}


#slidebg {
	position:absolute;
	height: 45px;
	width: 100px;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: 0;
	padding: 0;
	background:#000;
	opacity: .85;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}


#like {
	position:absolute;
	height: 25px;
	width: 100px;
	right: 100px;
	bottom: 10px;
	z-index: 3;
	margin: 0;
	padding: 0;
	opacity: .85;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

#close {
	position:absolute;
	height: 25px;
	width: 25px;
	right: 0px;
	top: 51px;
	z-index: 3;
	margin: 0;
	padding: 0;
	opacity: .85;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

#pauseplay {
	position: absolute;
	height: 25px;
	width: 25px;
	right: 25px;
	top: 51px;
	z-index: 3;
	margin: 0;
	padding: 0;
}

#slidecounter {
	overflow: hidden;
	float: left;
	color: #fff;
	font: 25px Arial, sans-serif;
	font-weight:bold;
	margin: 8px 0 0 25px;
}

#back {
	height: 100%;
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: 20;
}

#forward {
	height: 100%;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 20;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersize{
	position: absolute;
	top: 0;
	
}
#supersize img, #supersize a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	cursor: default;
	-ms-interpolation-mode: bicubic;
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

#footer {
	height: 15px;
}

#columns {
	column-count: 2;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}

#3columns {
	column-count: 2;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	font-weight: 325;
	display: inherit;
	margin: 0;
	padding: 0;
	display: compact;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 46px;
	word-spacing: 5px;
	letter-spacing: -1px;
	line-height: 40px;
}

h2 {
	font-size: 29px;
	line-height: 33px;
	margin-bottom: 27px;
}

h3 {
	font-size: 21px;
	line-height: 27px;
}

h4 {
	font-size: 21px;
	line-height: 27px;
	letter-spacing: -1px;
}

.entry_view {
	position: absolute;
	left: 0;
	top: 0;
}


/* Begin Structure */
.post {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

.navigation {
	position: relative;
	top: 0;
	z-index: 5;
	display: block;
}

.navigation .right {
	position: absolute;
	right: -95px;
	height: 610px;
	width: 90px;
}

.navigation .left {
	position: absolute;
	left: -95px;
	height: 610px;
	width: 90px;
}

/* Client box thumbnails */
.boxgrid {
	width: 300px;
	height: 188px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	left: 10px;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption {
	position: absolute;
	background: #000;
	top: 0;
	height: 188px;
	width: 100%;
	opacity: .8;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.captionfull .boxcaption {
	width: 300px;
	height: 188px;
	top: 188px;
	left: 0;
}

.captionfull .clickArea {
	position: absolute;
	width: 620px;
	height: 417px;
	left: 0;
	top: 0;
	z-index: 1;
}

.captionfull p {
	margin: 0 0 15px;
}

.captionfull .content {
	position: absolute;
	color: #fff;
	width: 270px;
	left: 15px;
	top: 49px;
	margin: 0;
	z-index: 1;
}

.captionfull .content a {
	color: #e8e8e8;
	font-size: 12px;
	line-height: 18px;
}

.captionfull .headline a {
	position: absolute;
	top: 11px;
	left: 16px;
}

.captionfull .tags a {
	font: Arial;
	position: absolute;
	top: 113px;
	font-size: 10px;
	color: #aa790f;
	font-weight: 700;
}

/* Client box big */
.boxgrid-big {
	width: 620px;
	height: 388px;
	position: relative;
	overflow: hidden;
}

.boxgrid-big img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption-big {
	position: absolute;
	background: #000;
	top: 0;
	height: 388px;
	width: 100%;
	opacity: .8;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.captionfull-big .boxcaption-big {
	width: 620px;
	height: 388px;
	top: 388px;
	left: 0;
}

.captionfull-big .clickArea {
	position: absolute;
	width: 620px;
	height: 417px;
	left: 0;
	top: 0;
	z-index: 1;
}

.captionfull-big .content {
	position: absolute;
	color: #fff;
	width: 470px;
	left: 30px;
	top: 53px;
	margin: 0;
	z-index: 1;
}

.captionfull-big .content a {
	color: #e8e8e8;
}

.captionfull-big .case a {
	position: absolute;
	top: 30px;
	font-size: 14px;
	left: 30px;
	color: #aa790f;
}

.captionfull-big .headline a {
	position: absolute;
	top: 23px;
	left: 73px;
}

.captionfull-big .date a {
	position: absolute;
	top: 26px;
	right: 31px;
	color: #aa790f;
	font-size: 21px;
}

.captionfull-big .tags a {
	font: Arial;
	position: absolute;
	top: 292px;
	font-size: 10px;
	color: #aa790f;
	font-weight: 700;
}