/*
Theme Name: portfolio
Theme URI: http://www.andreasmuxel.com
Description: WordPress Theme for Online Portfolio of Andreas Muxel
Version: 1.0
Author: Andreas Muxel
*/
/* CSS Document */
/*--------------*/
/*--------------*/
/*--*/

/*--------------------general--------------------*/
body { 
  	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #555;
	font-size: 75%; /* 12 px */
	line-height: 18px;
	/*height:100%;width:100%;*/
	/*background-attachment: fixed;*/
}
.float-left {
	float: left;
}
.clear-left {
	clear: left;
}
.clear-both {
	clear: both;
}
.markup {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	/*letter-spacing: -0.3px;*/
	color: #555;
}
.bg {
	/*background-color: #f6f6f6;*/
	/*background-color: #ff0000;*/
	background-image: url(images/background.gif);
}

/*--------------------blueprint-------------------*/

/* Use this class on any div.span / container to see the grid. */
.show-grid { 
  /*background: url(images/grid.png);*/
}
.container {
	margin: 0;
}
.info {
	padding: 0;
	margin-bottom: 0;
	border: none;
	background: none;
	color: #555;	
}
.half-prepend-top {
	margin-top: 0.75em;
}
.half-append-bottom {
	margin-bottom: 0.75em;
}
ul {
	margin: 0;
	padding: 0;
}
/*--------------------paragraphs (to display style in WYSWIG)--------------------*/
p {
	margin: 0;
}

/*--------------------headers--------------------*/
h1, h2, h3, h4 {
	color: #000;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
}
h1 {
	font-size: 1.182em;
	letter-spacing: 2px;
}
h2 {
	font-size: 1em;
	letter-spacing: 1.5px;
}
h3 {
	margin-top: 0.75em;
	font-size: 1em;
	letter-spacing: 1.5px;
}
h4 {
	color: #555;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	/*letter-spacing: -0.3px;*/
	/*font-size:1.5em;*/
}
/*--------------------link design--------------------*/
a {
	color: #555;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus{
	color: #555;
}
h1 a{
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
#sidebar a {
	text-decoration: none;
	padding-bottom: 2px;
	color: #000;
}
#sub-navi a {
	text-decoration: none;
}
#sub-navi a:hover {
	border-bottom: 1px solid #000;
}
#login a {
	text-decoration: none;
	padding-bottom: 2px;
	color: #000;
}
.markup a {
	color: #555;
	white-space: nowrap;
	text-decoration: none;
}
.markup a:hover {
	color: #000;
}
#tag-cloud a.current_tag {
	color: #000;
	border-bottom: 1px solid #000;
}
#tag-cloud a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.text a {
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.text a:hover {
	
}
.text h2 a{
	font-size: 11px;
	letter-spacing: 1.5px;
}
/*--------------------colors post type--------------*/
.recent a {
	/*border-bottom: 1px solid #000;*/
}
.recent a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.rollover-recent a:hover {
	border-bottom: 1px solid #000;
}

.artresearch a {
	border-bottom: 1px solid #009ee0;
}
.artresearch a:hover {
	color: #009ee0;
}
.rollover-artresearch a:hover {
	border-bottom: 1px solid #009ee0;
}

.commerce a {
	border-bottom: 1px solid #e2007a;
}
.commerce a:hover {
	color: #e2007a;
}
.rollover-commerce a:hover {
	border-bottom: 1px solid #e2007a;
}

.teaching a {
	border-bottom: 1px solid #1cff85;
}
.teaching a:hover {
	color: #1cff85;
}
.rollover-teaching a:hover {
	border-bottom: 1px solid #1cff85;
}

.presspublications a {
	border-bottom: 1px solid #ffd800;
}
.presspublications a:hover {
	color: #ffd800;
}
.rollover-presspublications a:hover {
	border-bottom: 1px solid #ffd800;
}

.info a {
	color: #555;
	border-bottom: 1px solid #888;
}

.rollover-info a:hover {
	border-bottom: 1px solid #888;
}

.thumbnails a{
	border-style: none;
}

/*--------------------image design--------------*/
img { 
	background-color: #000;
}
/*--------------------edit design--------------*/
.editPage {
	margin-top: 8px;
}
.editArticle {
	margin-top: 8px;
}

/*--------------------sidebar--------------------*/
#sidebar {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 48px;
	padding: 36px 0 4px 0;
	font-size: 1.182em;
	letter-spacing: 2px;
	line-height:24px;
	color: #000;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	float: left;
	padding: 0 24px 0 0;
}
/*--------------------sub navi--------------------*/
#sub-navi {
	position: absolute;
	z-index: 3;
	top: 126px;
	left: 48px;
}
#sub-navi ul li{
	list-style-type: none;
	float: left;
	padding: 0 24px 0 0;
}
/*--------------------column stuff--------------------*/
.second-column {
	margin-left: 320px;
}
/*--------------------floating grid--------------------*/
#floating-grid {
	/*min-width:640px;*/
}
/*--------------------main container--------------------*/
#main-container {
	padding: 180px 0px 48px 48px;
	/*padding-top: 180px;*/
	position: relative;
	min-width: 960px;
	/*max-width: 1600px;*/
}
.more {
	padding-left: 8px;
}
.block{
	/*background-color: #009ee0;*/
	margin-bottom: 36px;
	display: none;
}
.teaser{
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1.5px;
}
.media-big {
	padding-bottom: 1.5em;
}
.video-making-of {
	padding: 1.5em 0 1.5em 0;
}
.media-container {
	/*background-color: #C2C2C2;*/
	background-image: url(images/background-image.gif);
}
.gallery-container {
	
}
.thumbnail {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.multiple-video {
	float: left;
	margin: 0 1em 1em 0;
}
/*--------------------media--------------------*/
#media {
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 368px;
}
/*--------------------footer--------------------*/
#footer {
	padding: 0 0 16px 48px;
}

/*--------------------gallery--------------------*/
#gallery-wrapper {
	display:none;
	position: absolute;	
	z-index:90;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}
#gallery-wrapper a:hover {
	text-decoration: none;
}
#gallery-wrapper #overlay {
	position: absolute;
	z-index:91;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: url(images/background.png);
}
#gallery-wrapper #image-container {
	position: absolute;	
	overflow: hidden;
	z-index:95;
	width: 100px;
	height: 100px;
	top:0;
	left:0;
	cursor: pointer;
}
#gallery-wrapper a {
	font-size: 1.182em;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
	padding-bottom: 2px;
	color: #fff;
}
#gallery-wrapper a:hover {
	border-bottom: 1px solid #fff;
}
#gallery-wrapper #caption {
	position: absolute;
	top: 16px;
	left: 8px;
	z-index: 99;
	padding: 2px;
	color: #fff;
	background-color: #000;
}
#gallery-wrapper #close {
	position: absolute;
	top: 16px;
	right: 8px;
	z-index: 95;
	padding: 4px 4px 6px 4px;
	background-color: #000;
	cursor: pointer;
}

#gallery-wrapper .prevNext {
	position: absolute;
	top: 0;
	z-index: 95;
	display: none;
	padding: 4px 4px 6px 4px;
	background-color: #000;
	cursor: pointer;
}
#gallery-wrapper #prev {
	left: 8px;
}
#gallery-wrapper #next {
	right: 8px;
}

.loading {
	background: url(images/loading.gif) no-repeat center center;
}

.error {
	text-align: center;
}
