/*  
Theme Name: vpminimal
Theme URI: 
Description: empty WP Theme without design but full with html comments to exlain the wp template tags
Version: 1.6
Author: MTS von webdesign-in.de und texto.de
Author URI: http://www.texto.de 

	
 */
.submenu {
	list-style: none;
}
.submenu li {
	display: inline;
	padding: 2px;
}

@font-face {
    font-family: 'Motor Oil';
    src: url('fonts/motor_oil.eot');
    src: url('fonts/motor_oil.eot?#iefix') format('embedded-opentype'),
         url('fonts/motor_oil.woff') format('woff'),
         url('fonts/motor_oil.ttf') format('truetype'),
         url('fonts/motor_oil.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prism';
    src: url('fonts/prism.eot');
    src: url('fonts/prism.eot?#iefix') format('embedded-opentype'),
         url('fonts/prism.woff') format('woff'),
         url('fonts/prism.ttf') format('truetype'),
         url('fonts/prism.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
#name {
	font-family: Motor Oil;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}
#description {
	font-family: Prism;
	font-size: 20px;
	text-transform: lowercase;
	text-align: center;
	margin-top: 30px;
}
#left_right_links{
	display: none;
}
.project {
	float: left;
	padding: 10px;
}
.vertlines {
	padding: 0 20px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.news {
	margin-top: -15px;
	margin-bottom: 50px;
}
.complete {
	display: none;
}
.gallery {
	height: 655px;
}
.close_video a {
	color: #666 !important;
}

#grid-container-wrapper {
z-index: 1000;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
#random-container {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	z-index: 10000;
	margin-top: -250px;
	padding-top: 325px;
}
#random {
width: 800px;
margin: 0 auto;
text-align: center;
}
.work-item-wrap {
	height: 210px;
	width: 200px;
	float: left;
	margin: 10px;
}
.work-item-wrap:hover > div {
	visibility: visible;
}
.work-title {
padding-top: 5px;
text-align: center;
visibility: hidden;
}
.work-item {
	width: 200px;
	height: 200px;

	text-align: center;
}
#grid-container {
	width: 600px;
	margin: 50px auto;
}

.isotope-item {
	position: relative;
	margin-bottom: -5px; 
/*	padding-top: 20px; */
	background-color: #fff;
}
.isotope-item:hover > div {
	visibility: visible;
}
.isotope-item > div {
    background: url('images/80white.png');
    color: #000;
    display: block;
    padding: 0 2px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 236px;
    height: 100%;
    padding-bottom: 20px;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

#grid-container-bg-wrapper {
	width: 600px;
	height: 1000px;
	margin: 0 auto;
	padding-left: 200px;
}
#grid-container-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 800px;
	margin-left: 200px;
	padding-bottom: 200px;
	background-color: #000;
}

/* @group HOVER ZOOM EFFECT */
/* --- Container configuration ---------------------------------------------------------- */
.viewport {
    border: 1px solid #666;
    float: left;
    width: 220px;
    height: 150px;
    margin: 0 9px 9px 0;
    overflow: hidden;
    position: relative;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
    display: block;
    position: relative;
}

.viewport a img {
    width: 270px;
    height: 150px;
    left: 0;
	top: 0;
    position: relative;
}

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
    display: none;
    font-size: 1.2em;
    font-weight: bold;
    height: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 5px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    width: 255px;
    z-index: 100;
}
    .viewport a span em {
        display: block;
        font-size: 0.8em;
        font-weight: normal;
        margin-top: 5px;
        font-style: normal;
    }

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background: url('images/black50.png');
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}
    .dark-background em {
        color: #ccc;
    }

/* @end */

/* @group VIDEO */

div.videobox {	
	float: left;
	margin: 20px 30px 20px 0;
}
div.videobox img {	
	border: none;
}
div.videobox img:hover {
	
}
div.video-overlay_background{
	z-index: 11000;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.video-overlay {
	z-index: 12000;
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: #000;
}

div.player_container{
	display:table-cell;
	vertical-align: middle;
}
div.player {
	z-index: 300;
	margin:0px auto;
	overflow:hidden;
	display:table;
}
div.player > div{
	z-index: 310;
}
div.close_video a {
	color: #999;
}

/* @end */

#wrapper {
	position: relative;
	width: 800px;
	margin: 50px auto 0 auto;
}
#header {
	width: 800px;
	height: 85px;
	margin: 50px auto 0;
}
.news-post {
	padding-bottom: 50px;
}

#logo {
	font-size: 18px;
	width: 200px;
	margin-left: -5px;
	padding-top: 20px;
}
#logo2 {
	position: absolute;
	right: 0;
	top: 0;
}
#credit {
	color: #999;
	margin-top: 2px;
}

html{
     }

body{
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000;
	color: #fff;
     }

#login {
	position: absolute;
	bottom: 40px;
	left: 20px;
}

#gallery {
	width: 800px;
}

#home {
	position: absolute;
	width: 650px;
	margin-left: -250px;
	margin-top: -250px;
	top: 50%;
	left: 50%;
}

#news {
	width: 170px;
	margin-top: 50px;
	font-size: 8pt;
}

.news-heading {
	font-weight: bold;
	color: #333;
}

.news-date {
	color: #999;
	font-size: 7pt;
}

.current_page_item, .current_page_item a, .current_page_item a:active, .current_page_item a:visited, .current_page_item a:link {
	color: #66ccf8;
}

#page-menu, #nav_menu-3 {
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	width: 200px;
}

#menu-custom-menu {
	padding: 0;
}

.current_page_item a {
	color: #66ccf8;
}
#sidebar {
	width: 130px;
	z-index: 2000;
	position: absolute;
	left: 0;
}
#sidebar li li {
	border-top: 1px dotted #fff;
}
#sidebar li a {
	display: block;
	padding: 2px 0;
	color: #fff;
}
#sidebar li a:hover {
	color: #fff;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-custom-menu {
	padding: 0;
	margin: 0;
}
#sidebar li {
	list-style: none;
	padding: 2px 0;
	font-size: 16px;
	border-bottom: 1px solid #666;
}

#sidebar ul ul {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}

#sidebar a:hover {
	text-decoration: none;
	color: #66ccf8;
}

.alignleft, .float-left {
	float: left;
	margin-right: 10px;
}
.alignright, .float-right {
	float: right;
	margin-left: 10px;
}
.narrow {
	width: 600px !important;
}
#content {
	width: 560px;
	position: absolute;
	left: 170px;
	padding: 20px;
	border: 1px dotted #999;
}

/*
#content {
	position: absolute;
	width: 800px;
	margin-left: -300px;
	margin-top: -400px;
	top: 50%;
	left: 50%;
}
*/

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*--------------------for your text--------------------*/

input {
	background-color: transparent;
	border: 1px solid #AAA;
	color: #fff;
}
input:hover, textarea:hover {
	border: 1px solid #fff;
}
.wpcf7-submit:hover {
	cursor: pointer;
}
textarea {
	background-color: transparent;
	border: 1px solid #999;
	color: #fff;
}
input.wpcf7-text{ width:280px;}
div.wpcf7 {
}


p{
     }

#content p {
	margin-top: 0;
	padding-top: 0;
	line-height: 1.5em;
	color: #CCC;
}

h1,h2,h3,h4,h5,h6{
     }

#content h3 {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#content h4 {
background-color: #CCC;
margin: 25px 0 5px 0;
padding: 5px 5px;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------for links--------------------*/


a {
	color: #FFF;
	text-decoration: none;
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
color: #66ccf8;
    }
a:link:active, 
a:visited:active {
     }

/*--------------------iamges as a link--------------------*/
a img{
	border: none;
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies --------------------*/

body img.wp-smiley{
     }



/*--------------------read more link--------------------*/

.more-link{
     }

/*--------------------pages with pagination--------------------*/
p.serif{
     }

/*--------------------search--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------comments--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------calendar--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id in relationsship to the id of the widget*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------categories--------------------*/

li#categories{
     }

.widget_categories{
     }

