/*
Theme Name: Kiwiupover
Description: Kiwiupover Portfolio.
Author: Kiwiupover
Author URI: http://kiwiupover.com
version: 2.0
*/



/* basics */


html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/* End hide from IE-mac */
*{margin:0; padding:0;}

body {
	background:#dde6e9;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	position:relative;
	height:100%;
}	
h1 {
	font-size: 18pt;
		font-family: georgia, times ;
}
h2 {font-size: 14pt;}
h3 {font-size: 16px;font-family:georgia,times;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#371E07 ;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	margin: 0;
	padding:0;
	color:#333;
	overflow: hidden;
	padding-bottom:70px;
}
	
/* header */
.header-bg {
	background: transparent url(images/header-back.jpg) repeat-x bottom center;
	height:110px;
}
#header {
	color:#FFFFFF;
	height:100px;
	margin:0 auto;
	width:960px;
	}

#header h1{
	padding:10px 0 0;
	margin:0;
	text-transform: capitalize;	
	font-size:40px;
	}
	
#header h1 a{
	background:transparent url(images/kiwiupover.png) no-repeat scroll 0 0;
	color:#371E07;
	display:block;
	height:45px;
	text-decoration:none;
	text-indent:-9999px;
	width:300px;
}
#header h1 a:hover{color: #432609; text-decoration: none;}


#header h2{
	font:normal 18pt georgia, times;
	color:#265460;
	padding: 0;
	margin:0;	
	}
	
#header h2.cufon{ 
	font-size:30px;
	color:#edf7fa;
}
	
#header-title {
	float: left;
}


/* main menu */


#menu {
	float:right;
	font-family:verdana,arial,times,serif;
	font-size:14px;
	overflow:hidden;
	padding:25px 20px 0 0px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	display:inline;
}

#menu ul li a {
	background:#371E07 none repeat scroll 0 0;
	color:#E2DFDC;
	display:block;
	margin:0 2px;
	padding:4px 20px;
}

#menu ul li a:hover {
	background:#265460 none repeat scroll 0 0;
	color:#DDDDDD;
	text-decoration:none;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;

}




/* content */

.quote {
	background:#CAD9DD none repeat scroll 0 0;
	font-size:11px;
	margin-left:50px;
	padding:5px 10px;
	position:relative;
}
.quote .quotemark {
	background:transparent url(images/quotes.png) no-repeat scroll 0 0;
	display:block;
	height:55px;
	left:-30px;
	position:absolute;
	top:-20px;
	width:55px;
}
.entry .quote p {
	color:#555555;
	font-size:11px;
	margin:0;
}

.quote span {
	color: #333;
	text-align:right;
}
.tools {
	clear:both;
	margin:10px 0;
}
.text {padding:0;font-size:12px;}
.des_header{padding:0;text-align:left;}
.des_header h3 {
	font-family:georgia,times;
	font-size:18px;
	font-weight:normal;
	padding:10px 0 2px;
	
}
h2.title {text-transform: capitalize;font-size: 30px;}
.des {
	background:#CDDADE url(images/feature-bg.jpg) no-repeat scroll right top;
	float:left;
	height:230px;
	margin:0 10px 10px 0;
	overflow:hidden;
	padding:10px;
	width:242px;
}
.des.print{ 
	height:115px;
	margin:0 10px 0 0;
	width:380px;
}
.des.video{ 
	height:320px;
	margin:0 10px 20px 0;
	width:382px;
}
.des:hover {
	background:#A1B8BF url(images/feature-bg.jpg) no-repeat scroll right bottom;
}

.des_row{width:880px;float:left;padding:0 0 20px;}
#content-wide{}
img.portfolio {
	border:1px solid #999999;
	width:240px;
}
img.portfolio.print {
	width:378px;
}
.links {
	float:right;
}
.portfolio-image {
	left:-10px;
	position: relative;
	float:left;
	text-align:center;
	width:400px;
	padding: 0 0 30px 0;
	-moz-transform:rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-webkit-transition: -webkit-transform .10s linear;
}
img.port-back {
	height:20px;
}
.portfolio-image:hover {
	z-index: 5;
	left:-10px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
img.portfolio-large {
	width:340px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
 
#webPortfolio, #printPortfolio, #videoPortfolio  {

}
#webPortfolio h2,#printPortfolio h2, #videoPortfolio h2 {
	padding: 0 0 10px;
}
#webPortfolio {
	position: relative;
}

.content-bg {
	background:#dde6e9 url(images/body-back.jpg) repeat-x left top;
	min-height:620px;
	padding:15px 0 0;
}
.content {
	width:960px;
	overflow: hidden;
	margin:0 auto;
}
	
.content .top-space {
	padding:20px 0 0;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	float:left;
	width: 550px;
}
	
.post h2{
	color:#371E07;
	font-family:georgia,times;
	font-size:25px;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{
	font-size:13px;
	line-height:1.5;
	margin:12px 0;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.port-link {
	background:transparent url(images/arrowsm.png) no-repeat 0 0;
	clear:both;
	float:left;
	font-size:12px;
	height:20px;
	padding:1px 0 0 24px;
	width:100%;
}
.port-link:hover {
	background-position:0 -30px;
	color:#000000;
	text-decoration:none;
}
/*About Me*/
#post-18 {
	width:960px;
	padding:20px 0 0;
}

#post-18 #about-img{
	float:left;
	width:300px;
}
#post-18 #about-img img{
	width:270px;
	padding:0;
}
#post-18 #about-body {
	float:left;
	width:630px;
}
#post-18 #about-img h3 {
	font-size:30px;
	padding:20px 0 0;
}


/* left sidebar */

#left {
	width:150px;
	float:left;
	margin:0;
	padding:0;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0 10px 0 0;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:18pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#left a.portnav {
	font-size:20px;
	padding:0 0 40px;
	cursor: pointer;
}

#left a.portnav:active{
	font-size:19px;
}
#left li.folk {
	font-size:20px;
	padding: 20px 0 0;
}


/* right sidebar */

#right{
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#right h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	position: relative;
	height:70px;
	background:#361E07 url(images/footer-back.jpg) repeat-x top left;
	clear: both;
	width: 100%;

}
	
#footer p{padding:25px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#slidecontainer {
	height:600px;
	overflow:auto;
	margin:0px 0 0;
}

.single-left {
	width:400px;
	float:left;
}

#webPortfolio .arrow {
	background:transparent url(images/arrow.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:35px;
	position:absolute;
	text-indent:-9999px;
	top:238px;
	width:36px;
}
#webPortfolio {
	
}

#webPortfolio .forward {
	background-position:0 -46px;
	right:0;
}
#webPortfolio .forward:hover {
	background-position:0 -136px;
}
#webPortfolio .back {
	background-position:0 0px;
	left:-3px;
	top:237px;
}
#webPortfolio .back:hover{
	background-position:0 -90px;
}
#webPortfolio .wrapper {
	min-height:540px;
	overflow:auto;
	position:relative;
	top:0;
	width:806px;
}
#webPortfolio ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:9999px;
	position:absolute;
	top:0;
}
#webPortfolio ul li.des_col {
	width:262px;
	height:520px;
	float:left;
	padding:0 10px 0 0;
	display:block;
}
.hide {
	display:none;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}


.dave #slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.dave .scroll {
    height: 600px;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
  /*  clear: left;*/
}

.dave .scrollContainer div.panel {
	height:600px;
	width:808px;
}

.dave #shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.dave ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
	width:130px;
}

.dave ul.navigation li {
	display:block;
	margin:0 0 5px;
}

.dave ul.navigation a {
	color:#000000;
	display:block;
	height:22px;
	padding:10px;
	text-decoration:none;
	text-indent:-9999px;
}

.dave ul.navigation  li.web a {
	background:url(images/nav_web.png) no-repeat top left;
}
.dave ul.navigation li.web a.selected {
	background:url(images/nav_web.png) no-repeat bottom left;
}

.dave ul.navigation  li.print a {
	background:url(images/nav_print.png) no-repeat top left;
}
.dave ul.navigation li.print a.selected {
	background:url(images/nav_print.png) no-repeat bottom left;
}
.dave ul.navigation  li.video a {
	background:url(images/nav_video.png) no-repeat top left;text-indent:-9999px;
}
.dave ul.navigation li.video a.selected {
	background:url(images/nav_video.png) no-repeat bottom left;
}


.dave ul.navigation a:focus {
    outline: none;
}

.dave .scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.dave .scrollButtons.left {
    left: -20px;
}

.dave .scrollButtons.right {
    right: -20px;
}

.dave .hide {
    display: none;
}
