/*
Theme Name: Pascal Poffet v1
Description: Template for Portfolio Website
Version: 1.0
Author: Pascal Poffet
Author URI: http://www.pascalpoffet.ch
Licensed under GPL. 
*/


body {
       margin: 0px; 
       padding: 0px;
       line-height: 1.4em;
       background: url(img/bg.gif) repeat-x #e6e6e6;
       font: normal 12px Verdana, Arial, Sans-Serif;
       line-height: 1.4em;
}


/* Links */

a:link, a:visited, a:active { 
       color: #333333; 
       text-decoration: underline; 
       cursor: pointer;
}

a:hover { 
       color: #000000;
}



/* Typography */

h1 { 
        font-size: 1.3em;
}

h2 { 
        font-size: 1.2em;
}

h3 { 
        font-size: 1.1em;
}

ul { 
        line-height: 1.8em; 
        list-style-type: circle; 
        color: #333333; 
}

ol { 
        line-height: 1.8em; 
        color: #333333;
}

input{
	padding: 6px;
	border: 1px solid #999999;
	width: 248px;
}

textarea{
	padding: 6px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

select{
	padding: 6px;
	border: 1px solid #999999;
	width: 263px;
}

.clear{
	clear: both;
}

.float_left{
 float:left;
}


code {  
        font-family: Consolas, Verdana, Arial, "Courier New"; 	
        color: #555555;
        font-weight: bold;
	padding: 5px 10px; 
	margin: 10px 20px;
}

abbr, acronym { 
        font-style: normal; 
        border-bottom: 1px dotted #333333; 
        cursor: help;
}

strong { 
        font-weight: bold;
}



/* Content */

.404{
        margin-top: 350px;
        padding-top: 350px;
        height: 350px;
}

.senden_btn{ 
        background: url(img/submit_btn_kontakt.png);
        height: 38px;
        width: 101px;
        border: none;
        float: right;
        cursor: pointer;
}

.senden_btn:hover{ 
        background: url(img/submit_btn_kontakt_hover.png);
        height: 38px;
        width: 101px;
        border: none;
        float: right;
        cursor: pointer;
}

#wrapper_top{
	height: 250px;
        width: 990px;
}

#content_top_home{
	margin-top: 5px;
}


#content_top_home2{
	margin-top: 5px;
}


#content_top_portfolio{
	margin: 17px 100px 0 0;
}


img {
       border: none;
}

.floater_right {
	float: right;
}

.floater_left {
	float: left;
}


#container{
	width: 1000px;
	height: auto;
	margin: 0px auto;
}


#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}

.commentbox {
	color: #333333;
	background-color: #c4c4c4;
	padding: 2px 5px 2px 5px;
	border: solid #333333 1px;
	font-size: 11px;
        margin-bottom: 10px;
        width: 520px;
}
#comments {
	color: #4A4A4A;
	padding: 0px;
}
#comments .comment {
        padding: 10px;
        background-color: #F6F6F6;
}
#comments .comment cite {
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
}

.ok{
	padding: 7px;
        margin: 15px 0 15px 0;
	background: #CDFFD6;
	border: 1px solid #360;
	text-align: center;
	width: 100%;
}

.error{
	padding: 7px;
        margin: 15px 0 15px 0;
	background: #FFC2BF;;
	border: 1px solid #F00;
	text-align: center;
	width: 100%;
}




/* Single Post */

#post_content-wrapper
{
	padding: 10px 0 20px 0;
	margin: 5px 0 0 80px;
}

#post_content
{
        float: left;
	padding: 27px;
	line-height: 1.6em;
	text-align: left;
}

#post_content .commentbox {
	color: #333333;
	background-color: #c4c4c4;
	padding: 2px 5px 2px 5px;
	border: solid #333333 1px;
	font-size: 11px;
        margin-bottom: 10px;
        width: 575px;
}



/* Navigation */


#menu{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 58px;
}


#home{
	float: left;
	padding: 5px 0 0 0;
	margin-top: 1px;
	background: url("img/menu/home.png") no-repeat;
	width: 112px;
	height:58px;
	cursor: pointer;
}

#home:hover{
	background: url("img/menu/home_hover.png") no-repeat;
}


#portfolio{
	float: left;
	padding: 5px 0 0 0;
	margin-top: 1px;
	background: url("img/menu/portfolio.png") no-repeat;
	width: 126px;
	height:58px;
	cursor: pointer;
}

#portfolio:hover{
	background: url("img/menu/portfolio_hover.png") no-repeat;
}


#services{
	float: left;
	padding: 5px 0 0 0;
	margin-top: 1px;
	background: url("img/menu/services.png") no-repeat;
	width: 155px;
	height:76px;
	cursor: pointer;
}

#services:hover{
	background: url("img/menu/services_hover.png") no-repeat;
}


#kontakt{
	float: left;
	padding: 5px 0 0 0;
	margin-top: 1px;
	background: url("img/menu/kontakt.png") no-repeat;
	width: 134px;
	height:58px;
	cursor: pointer;
}

#kontakt:hover{
	background: url("img/menu/kontakt_hover.png") no-repeat;
}



/* Content */

.date {	
        font-family: Verdana, Arial, Sans-Serif;	
        font-weight: normal;
	font-size: 11px;
	margin-left: 3px;
	padding: 0;
	color: #999999;
	letter-spacing: -1px;
	display: inline;
}

h3.post-title {
        display: inline;
}

h3.post-title a {	
        font-family: Verdana, Arial, Sans-Serif;	
        font-weight: bold;
	font-size: 13px;	
	color: #333333;
	letter-spacing: -1px;
	border-bottom: none;
}

h3.post-title a:hover {
	text-decoration: none;
	color: #000000;
	background: transparent;
}




/* Comments */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #333333;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #666666;
	padding: 4px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {

	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}


.commentlist p {

	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.alt {
	background-color: #c2c2c2;
	border: 1px solid #333333;
	}

/* Images */
.aligncenter,div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}


/* Forms */
#searchform input {width: 145px;}

#searchsubmit {width: 130px;}

textarea {width: 400px;}

#content_main1{
	margin-top: 40px;
	color: #003333;
	float: left;
	width: 300px;
}


#content_main2{
	margin-top: 40px;
	color: #003333;
	float: left;
	width: 250px;
	margin-left: 80px;
}

#content_main2 ul{
       margin: 0 0 0 20px;
       padding: 0px;
}

#content_main2 li{
       list-style: url("img/lister.png");
       padding: 3px;
}


#content_main3{
	margin-top: 40px;
	color: #003333;
	float: left;
	width: 300px;
	margin-left: 65px;
}

#content_kontakt{
	margin-top: 40px;
	color: #003333;
	float: left;
}

#services_rechts{
	width: 400px;
	margin-left: 100px;
}

.partner li{
	list-style: url("img/pfeil.png");
	padding: 3px;
}

#boxen{
	margin-top: 7px;
	margin-bottom: 40px;
}

#boxen ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#boxen li{
	float: left;
}


#kontakt_rechts{
	width: 300px;
	margin-left: 100px;
}

.abstand_kontakt{
	padding-right: 10px;
        vertical-align: middle;
}

.valign{
       vertical-align: middle;
}

#services_txt_content{
	width: 440px;
}

.submit_btn_kontakt{
	border: none;
	width: 95px;
	height: 42px;
}

#kontakt_rechts ul{
	margin-top: 40px;
	list-style: none;
}


#kontakt_rechts ul li{
	margin-top: 20px;
	height: 32px;
}

#content_top_kontakt{
	margin-top: 200px;
}

/* Portfolio */



#content_portfolio{
	margin-top: 40px;
	color: #003333;
	float: left;
	
}

.portfolio_status_online{
       color:#006600;
}

.portfolio_status_offline{
       color:red;
}

.portfolio_status_inbearbeitung{
       color:#FF9900;
}

.strike{
       text-decoration: line-through;
}





/********************************* LiveValidation *************************************/
	    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
	background: #CEFFC4;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
	background: #FFCBCB;
}









/********************************* Portfolio *************************************/
	

	div#portfolio-list div.post {
		float:left;
		width: 288px;
		height: 180px;
		margin: 30px 15px 0 15px;
	}


	div#portfolio-list div.post h2  {
		font-size:13px;
		margin-bottom:4px;
		padding: 0;
	}
	
	div#portfolio-list div.post h2 img  {
		border: none;
	}

	div#portfolio-list div.post p.thumb img {
		width:275px;
		height:151px;
		overflow:hidden;
		margin: 6px 0 0 6px;
	}
	
	.thumb{
		background: url(img/portfolio_background.gif) no-repeat;
		height:170px;
		width:288px;
		margin:0px;
		padding:0px;
	}
			
.post{
  padding-bottom: 75px;
}
	
	

.boxgrid{ 
  width: 288px; 
  height: 170px; 
  margin:10px 10px 35px 10px; 
  float:left; 
  overflow: hidden; 
  position: relative; 
  background: url(img/portfolio_background.gif) no-repeat;
}

.boxgrid img{ 
  position: absolute; 
  top: 5px; 
  left: 6px; 
  border: 0; 
}

.boxgrid p, .boxgrid h3{ 
  padding: 10px 10px 10px 20px;
}



#sidebar-wrapper{
 float: left;
 width: 190px;
 margin-top:30px;
}

#sidebar ul{
 margin: 0 0 20px 0;
 padding: 7px 0 0 0;
 background: #FFFFFF;
 border: 1px solid #CCCCCC;
}

#sidebar li{
 list-style: none;
}

#sidebar a{
 height:40px;
 width:190px;
 padding: 7px;
 padding-left: 20px;
 margin: 0;
 text-decoration: none;
 display: block;
}

#sidebar a:hover{
 background: url(img/background_sidebar_portfolio.png) no-repeat;
 width:224px;
 color: #FFFFFF;
 margin-left: -15px;
 display: block;
}

.current_page_item,
.current_page_item a {
 background: url(img/background_sidebar_portfolio.png) no-repeat;
 width:224px;
 color: #FFFFFF;
 margin-left: -15px;
 display: block;
}

.current_page_item:hover {
 color: #FFFFFF;
 background-image: none;
 margin-left: 0px;
}

#content_portfolio_detail{
	float: left;
        width:700px;	
        margin-left: 45px;
        margin-top:30px;
}

#details_img{
 border: 1px solid #CCCCCC; 
 padding: 7px; 
 margin-top: 40px; 
 background: #FFFFFF; 
 width:650px; 
 padding-bottom:3px;
 text-align: center;
}

.details_img{
 border: 1px solid #CCCCCC; 
 padding: 7px; 
 margin-top: 40px; 
 background: #FFFFFF; 
 width:650px; 
 padding-bottom:3px;
}

#details_txt{
 margin: 40px 0 0 20px;
}


.details_txt{
 margin: 40px 0 0 20px;
}

#details_txt_content{
 width: 330px;
 margin: 15px 0 0 0;
}

.startnow{
 background: url(img/button_start.png) no-repeat;
 width: 190px;
 height: 40px;
 float: right;
}

.startnow:hover{
 background: url(img/button_start_hover.png) no-repeat;
}




/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

