/*
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;
       font: normal 15px 'Cuprum', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
       background: url(img/bg.gif) repeat-x #e6e6e6;
       text-shadow: 1px 1px 0pt rgba(255, 255, 255, 0.6);
}

/* Links */

a:link, a:visited, a:active { 
       color: #333333; 
       text-decoration: underline; 
       cursor: pointer;
}

a:hover { 
       color: #000000;
}



/* Typography */

h1 { 
        font-size: 2.5em;
	color: #3f4c6b;
	text-shadow: 1px 1px 0pt rgba(255, 255, 255, 0.6);
	font:  'Cuprum', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}

h2 { 
        font-size: 1.2em;	
	font-weight: normal;
}


h3 { 
        font-size: 1.1em;
	font-weight: normal;
}

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;
}

.offline{
	text-decoration: line-through;
}

#wrapper_top{
	height: 230px;
        width: 990px;
}

#content_top_home{
	margin: -4px 0 0 15px;
}

#content_top_home2 h1 {color: #fff; font-size: 3em; text-shadow: 1px 1px 0pt #202737; }
#content_top_home2 h2 {color: #fff; font-size: 2em; text-shadow: 1px 1px 0pt #202737; line-height: 1.1em;}


#content_top_home2{
	margin-top: -45px;
}


#content_top_portfolio{
	margin: 17px 100px 0 0;
}


img {
       border: none;
}

.floater_right {
	float: right;
}

.floater_left {
	float: left;
}

.li_bg {
	margin: 10px 0 0 0;
	padding: 0px;
}

.li_bg li{
	list-style-type: none;
	margin: 0pt;
	padding: 2px 0px 2px 23px;
	background-image: url("img/whatididbg.gif");
	background-repeat: no-repeat;
	background-position: 0pt 50%;
}

#container{
	width: 1000px;
	height: auto;
	margin: 0px auto;
}


#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}

#content-wrapper { width: 1000px;}

.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: -7px 0 0 0;
	padding: 0px;
}

#menu li {
	list-style: none;
	float: left;
	text-align: center;
	width: 94px;
	height: 43px;
	padding: 8px 0 0 0;
	margin: 0 5px;
	cursor: pointer;
}

#menu li:hover {
	color: #fff;
	text-shadow: none;
	padding: 8px 0 0 0;
	text-decoration: none;
	background: url(img/bg_menu_hover.png) no-repeat;
	outline: none;
	width: 94px;
	height: 43px;
	cursor: pointer;
}	

#menu a {
	color: #fff;
	text-shadow: 1px 1px 0pt rgba(0, 0, 0, 0.6);
	font-size: 1.3em;
	text-decoration: none;
	outline: none;
}	


.current_page_item, .current_page_parent
{
	color: #fff;
	text-shadow: none;
	padding: 8px 0 0 0;
	text-decoration: none;
	background: url(img/bg_menu_hover.png) no-repeat;
	outline: none;
	width: 94px;
	height: 43px;
	cursor: pointer;
}

#sidebar .current_page_item {
	color: #000;
	background: #e6e6e6;
	width: 198px;
	margin: 0 3px 0 0;
	padding: 2px 0;
	height: auto;
}



/* 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{
	color: #003333;
	float: left;
	width: 300px;
}


#content_main2{
	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{
	color: #003333;
	float: left;
	width: 300px;
	margin-left: 65px;
}

#content_kontakt{
	margin-top: 65px;
	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: 200px;
	margin-left: 20px;
	float: left;
}

.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: 30px;
	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 -10px;
 padding: 7px 0 0 0;
 background: url(img/splitter_vertical.jpg) right repeat-y #fff;
}

#sidebar li{
 list-style: none;
}

#sidebar a{
 padding: 3px 0 3px 20px;
 margin: 0;
 text-decoration: none;
 display: block;
}

#sidebar a:hover{
 color: #000;
 text-shadow: none;
}



#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: 177px;
 height: 40px;
 float: right;
}

.startnow:hover{
 background: url(img/button_start_hover.png) no-repeat;
}




/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-top: 30px;
	background: #FFF;
	border: 1px solid #ccc;
	padding: 7px;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 650px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(img/paging_bg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
}
.paging a.active {
	background: #1c2439;
	border: 1px solid #0e1422;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: none;
}
.paging a:hover {}






#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 3px solid #888888; }


#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; overflow: auto; margin: 0 auto; }
#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }


#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(img/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(img/blank.gif) no-repeat; display: block; left: 0; float: left; }
#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(img/prev_grey.gif) left 15% no-repeat; }

	
#lbNext { width: 49%; height: 100%; background: transparent url(img/blank.gif) no-repeat; display: block; right: 0; float: right; }
#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(img/next_grey.gif) right 15% no-repeat; }


#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }

	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }

	
#lbDetailsData { padding: 0 10px; }
#lbDetailsData.grey { color: #333333; }


#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbClose.grey { background: url(img/close_grey.png) no-repeat; }


#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPlay.grey { background: url(img/play_grey.png) no-repeat; }

	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPause.grey { background: url(img/pause_grey.png) no-repeat; }


/* Layout */
.boundingBox{ margin: 0 auto; width: 916px; 	 }

/* Content */

#content{ padding: 20px 0; }

/* Content - Portfolio Listing */
#filtering_bg {border-bottom: 3px solid #999; width: 600px; line-height: 40px; height: 40px;}
ul#portfolio-filter{ margin: 6px 0 0 0; padding: 0 0 0 10px; }
ul#portfolio-filter li{ display: inline;}
ul#portfolio-filter a{ padding: 0.5em 0.8em; color: #999; text-decoration: none; }
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #888; }
ul#portfolio-filter a.current{ color: #333; }

ul#portfolio-list{ margin: 36px 0 0 0; padding: 0; list-style: none; color: #888;}
ul#portfolio-list li{ width: 165px; height: 160px; display: block; float: left; margin-right: 18px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 163px; height: 120px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li a:hover{ border: solid 1px #888;}
ul#portfolio-list li p{ font-size: 13px; line-height: 15px; color: #AAA; margin: 5px 0; }



