/* the clearfix : ------------------ */
* {
	margin:0;
	padding:0;
}

.cf {
	display: inline-block;
}
.cf[class] {
	display: block;
	overflow: hidden;
}

html {
	overflow-y:scroll;
}

body {
	font-family: "Times";
	font-size: 95%;
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 0;
	color:#000;
	background:#fff url('images/bg-body.png') repeat 1000px 0;
}

a {
	color:#000;
	text-decoration:none;
}

#content .post a {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

#navigation li.current_page_item a {
	color:#999;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	margin:0px;
	padding:0;
	font-weight:normal;
	background:black;
	color:#fff;
	text-transform:uppercase;
}

h1 span {
	display:none;
}


h2 {
	font-size:96px;
	margin:0 0 20px 0;
	padding:4px 0;
	line-height:60px;
	text-transform:uppercase;
	letter-spacing:-2pt;
	display:inline-block;
	
	/** IE Hack, because inline-blocks works only on real inline-elements **/
	zoom:1;
	*display:inline;
}

h3 {
	display:inline-block;
	margin:10px 0 10px 0;
	padding:2px 0 0 1px;
	font-weight:normal;
	font-size: 16px;
	line-height:16px;
	background:black;
	color:#fff;
	text-transform:uppercase;
	width:310px;
	letter-spacing:0;
	
	/** IE Hack, because inline-blocks works only on real inline-elements **/
	zoom:1;
	*display:inline;
	
}

.page-id-5 h3 {
	width:260px;
}

h4 {
	font-size:84px;
	line-height:70px;
}

h4.slogan {
	position:absolute;
	bottom:40px;
	text-transform:uppercase;
	font-size:72px;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}


/* Begin Structure */

#page {
	position:relative;
	width: 940px;
	height: 600px;
	height: auto !important;
	min-height:600px;
	background-color: white;
	margin: 0 0 0 42px;
	padding: 0;
}

#header {
	position:relative;
	padding:20px 0 60px 20px;
}

#header h1 {
	position:absolute;
	top:20px;
	right:0;
}

#header h1 a {
	color: white;
}

#header #ps3-teaser {
	position:absolute;
	right:215px;
	top:44px;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
}

#navigation {
	position:absolute;
	list-style:none;
	top:18px;
	left:20px;
	width:660px;
	overflow:hidden;
	border-bottom:solid 1px #000;
}

#old #navigation li {
	padding:0;
	margin:0 0 2px 0;
	font-size:15px;
	line-height:16px;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}

#navigation li {
	padding:0;
	margin:0 10px 2px 0;
	font-size:15px;
	line-height:16px;
	text-align:left;
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
}



#navigation a {
	color:#000;	
}


#content {
	margin:0 260px 0 20px;
	padding-bottom:20px;
}

body.home #content {
	margin:0 0 0 20px;
}



.post {
	margin: 0 0 10px;
	text-align: justify;
	font-size:13px;
}

#post-5 .entry,
#post-20 .entry {
	margin-left:10px;
}

#post-9 .entry  {
	margin-left:6px;
}

.post p {
	margin:0 0 10px 0;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
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;
}

/* End Images */ /* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before,#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p,#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul,#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */ /* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */ 


/* Begin Various Tags & Classes */
acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	text-align:left;
	display:block;
	border:0px;
	line-height:20px;
	height:20px;
	background:#000;
	margin-bottom:10px;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/ /* Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */



/* Carousel */

#work-filter {
	position:absolute;
	top:50px;
	left:150px;
	overflow:hidden;
	list-style:none;
	margin:0;
	display:none;
}

#work-filter li {
	float:left;
	padding:0 10px 0 0;
	border-right:solid 1px #000;
	margin:0 10px 0 0;
	text-transform:uppercase;
	line-height:10px;
	font-size:11px;
	font-weight:bold;
}

#work-filter li a {
}

#work-filter li a.active {
	color:#999;
}

#work-select {
	margin:0;
	padding:0;
}

#work-select li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:0;
}


#work {
	position:relative;
	width:660px;
	overflow:hidden;
	margin-top:10px;
	display:none;
	background:white url('images/bg-loading.gif') no-repeat center center;
}

#work-nav {
	position:absolute;
	top:0px;
	width:100%;
	height:24px;
	left:0;
	z-Index:255;
}

#work-nav #work-prev {
	position:absolute;
	left:0px;
	cursor:pointer;
	width:17px;
	height:17px;
	background:white url('images/arrow-prev-small.png') no-repeat;
	text-indent:-1000px;
}

#work-nav #work-next {
	position:absolute;
	right:0px;
	cursor:pointer;
	width:17px;
	height:17px;
	background:white url('images/arrow-next-small.png') no-repeat;
	text-indent:-1000px;
}

#work-content {
	position:relative;
	z-Index:1;
	padding-top:30px;
	height:480px;
	height:auto !important;
	min-height:480px;
}

#work-content .media {
	height:395px;
}

#work-content .description {
	margin-top:15px;
}
