/*home page*/


.col-group:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.col-group { display: inline-block; }

#three-columns { 
	
	margin-left:8%; width:88%;
				
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #eee),
		color-stop(33%, #eee),
		color-stop(33%, #ccc),
		color-stop(66%, #ccc),
		color-stop(66%, #eee),
		color-stop(100%, #eee)
	); 
	  	
	background-image: -webkit-linear-gradient(
		left, 
		#eee, 
		#eee 33%,
		#ccc 33%,
		#ccc 66%,
		#eee 66%,
		#eee 100%
	);
	background-image: -moz-linear-gradient(
		left, 
		#eee, 
		#eee 33%,
		#ccc 33%,
		#ccc 66%,
		#eee 66%,
		#eee 100%
	);
	background-image: -ms-linear-gradient(
		left, 
		#eee, 
		#eee 33%,
		#ccc 33%,
		#ccc 66%,
		#eee 66%,
		#eee 100%
	);
	background-image: -o-linear-gradient(
		left, 
		#eee, 
		#eee 33%,
		#ccc 33%,
		#ccc 66%,
		#eee 66%,
		#eee 100%
	);
	
	background:none
	
}

#three-columns .col {
	width: 27%; float: left; margin: 3%;
}

/*résumé page*/

div#resume {font-size: 1.2em; line-height:1.5em}

.clear { clear: both; }
#pic { float: right; margin: -30px 0 0 0; }
div#resume h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 2.0em; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #777; }
div#resume h2 { font-size: 1.1em; margin: 0 0 0 0; position: relative; line-height: 1.5em}
div#resume h2 span { position:absolute; bottom:0; right:0; font-style: italic;font-weight: 200;text-transform:none;!important font-family: Georgia, Serif; font-size: 0.8em;}
div#resume h3 { text-transform: uppercase; font-size: 1.2em; margin: 0 0 0 0; position: relative; line-height: 1.5em}
div#resume h3.botanical {font-style: none;;text-transform: none;!important}
div#resume h3 span.botanical{ font-style: italic;text-transform: none;!important}
div#resume h3 span.locDate { position:absolute; bottom:0; right:0; font-style: italic;font-weight: 200;text-transform:none;!important font-family: Georgia, Serif; font-size: 0.8em;}
div#resume p { font-size: 1.1em; margin: 0 0 16px 0; }
div#resume p span { font-size:.8em; font-style: italic}
div#resume a { color: #222; text-decoration: none; border-bottom: 1px dotted #999; }
div#resume a.email { color: #333; text-decoration: none; border-bottom: 1px dotted #555; }
div#resume a:hover { border-bottom-style: solid; color: black; }
div#resume ul { margin: 0 0 32px 17px; }
div#resume #objective { width: 65%; float: left; }
div#resume #objective p { font-family: Georgia, Serif; font-size: 1.0em; font-style: italic; color: #444; }
div#resume dt { position:relative; font-style: italic; font-weight: bold; font-size: 1.0em; text-align: right; padding: 0 26px 0 0; width: 15%; float: left; height: 100px; border-right: 1px solid #777;  }
div#resume dd { width: 75%; float: right; }
div#resume dd.clear { float: none; margin: 0; height: 15px; }

div#resume ul.credit { list-style-image: none; list-style: none; list-style-type: none; }
div#resume ul.credit li {margin: 0 0 .5em 0;}
div#resume ul.credit li h3 span.title {font-style: italic;font-weight: 200;text-transform:none;!important}
div#resume ul.credit li p.smallCap { margin: -.2em 0 0 0; font-size:1.0em;}
div#resume ul.credit li p { margin: 0 0 0 0; font-size:0.9em; }

div#resume ul.credit li.TVCtype { margin: 0 0 0 -2em;}
div#resume ul.credit li.TVCtype h2 { font-style:none; font-weight:200;}

div.more {
	width:8em;
	position: absolute; bottom: 5px; right: 0.9em;
	font-weight: 100;
	text-align: right; padding: 0 0.7em 0 0; float: right;		
	display:block;overflow:hidden;color:white;
	background-image:-webkit-linear-gradient(left,transparent,transparent 12%,#000);background-image:-moz-linear-gradient(left,transparent,transparent 12%,#000);background-image:-ms-linear-gradient(left,transparent,transparent 12%,#000);background-image:-o-linear-gradient(left,transparent,transparent 12%,#333);
	-webkit-background-size:200% 100%;-moz-background-size:200% 100%;background-size:200% 100%;-moz-transition:all 0.26s ease-out;-o-transition:all 0.26s ease-out;-webkit-transition:all 0.26s ease-out;-ms-transition:all 0.26s ease-out		
	background-color: #333; /* IE6...IE9 */
	color: #888;
	margin: 0 0 0 0;
	border-radius: 1.0em;
	-webkit-border-radius: 1.0em;
	-moz-border-radius: 1.0em;}
	
	
div.less {
		width:8em;
		position: absolute; bottom: 5px; right: 0.9em;
		text-align: right; padding: 0 0.7em 0 0; float: right;
		font-weight: 100;		
		display:block;overflow:hidden;color:white;
		background-image:-webkit-linear-gradient(left,transparent,transparent 12%,#000);background-image:-moz-linear-gradient(left,transparent,transparent 12%,#000);background-image:-ms-linear-gradient(left,transparent,transparent 12%,#000);background-image:-o-linear-gradient(left,transparent,transparent 12%,#333);
		-webkit-background-size:200% 100%;-moz-background-size:200% 100%;background-size:200% 100%;-moz-transition:all 0.26s ease-out;-o-transition:all 0.26s ease-out;-webkit-transition:all 0.26s ease-out;-ms-transition:all 0.26s ease-out		
		background-color: #333; /* IE6...IE9 */
		color: #888;
		margin: 0 0 0 0;
		border-radius: 1.0em;
		-webkit-border-radius: 1.0em;
		-moz-border-radius: 1.0em;}
		
		div.more {display:none}
		div.less {display:none}
	
div.more:hover {color: white;text-decoration:none;background-position:80% 80%;}
div.less:hover {color: white;text-decoration:none;background-position:80% 80%;}


div.verbiage {display:none}

div.printable { text-align: right; padding: 0 0.7em 0 0; float: right;
font-weight: 100;}

/*bio page*/

div#main-content div#left-col {
	float: left;
	width: 425px;
}

div#main-content div#right-col {
	float: right;
	width: 250px;
	margin-top:25px;
	border-top: 8px solid #222;
	padding-top: 1.5em;
	text-align: center;
	}	
	
div#main-content div#right-col p {
		font-size: 1.1em;
	}

img.bio-pix 	{
		border: 2px solid white;
		padding: 0px;
		margin: 5px;
		}

/* advertising reel pages */


/*tabs on top */

div#tabs .group:before,
div#tabs .group:after {
    content: "";
    display: table;
}
div#tabs .group:after {
    clear: both;
}
div#tabs .group {
    zoom: 1;
}

div#tabs {position: relative; top:-6.0em;}

	.tabrow {
	    text-align: right;
	    list-style: none;
	    margin: 0 0 0 0;
	    padding-right: 10px;
	    line-height: 2.0em;
	    height: 2.2em;
	    overflow: hidden;
	    font-size: 1.2em;
	    font-family: verdana;
	    position: relative;
	}
	.tabrow li {
		border: 1px solid #777;
	    background: #999;
	    background: -o-linear-gradient(top, #ECECEC 50%, #777 100%);
	    background: -ms-linear-gradient(top, #ECECEC 50%, #777 100%);
	    background: -moz-linear-gradient(top, #ECECEC 50%, #777 100%);
	    background: -webkit-linear-gradient(top, #ECECEC 50%, #777 100%);
	    background: linear-gradient(top, #ECECEC 50%, #777 100%);
	    display: inline-block;
	    position: relative;
	    z-index: 0;
	    border-top-left-radius: 6px;
	    border-top-right-radius: 6px;
	    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	    text-shadow: 0 1px #FFF;
	    margin: 0 -5px;
	    padding: 0 20px;
	}
	.tabrow a {
		  color: #555;
		  text-decoration: none;
	}
	.tabrow li.TVCselected{
	    background: #FFF;
	    background: -o-linear-gradient(top, #FFF 50%, #CCC 80%, #777 100%);
	    background: -ms-linear-gradient(top, #FFF 50%, #CCC 80%, #777 100%);
	    background: -moz-linear-gradient(top, #FFF 50%, #CCC 80%, #777 100%);
	    background: -webkit-linear-gradient(top, #FFF 50%, #CCC 80%, #777 100%);
	    background: linear-gradient(top, #FFF 50%, #CCC 80%, #777 100%);
	    color: #333;
	    z-index: 2;
	    border-bottom-color: #777;
	}

	.tabrow li:hover {
	    background: #FFF;
	    background: -o-linear-gradient(top, #EEE 50%, #CCC 80%, #777 100%);
	    background: -ms-linear-gradient(top, #EEE 50%, #CCC 80%, #777 100%);
	    background: -moz-linear-gradient(top, #EEE 50%, #CCC 80%, #777 100%);
	    background: -webkit-linear-gradient(top, #EEE 50%, #CCC 80%, #777 100%);
	    background: linear-gradient(top, #EEE 50%, #CCC 80%, #777 100%);
	    color: #333;
	    z-index: 2;
	    border-bottom-color: #777;
	}	
	
	.tabrow:before {
	    position: absolute;
	    content: " ";
	    width: 100%;
	    bottom: 0;
	    left: 0;
	    border-bottom: 1px solid #777;
	    z-index: 1;
	}
	.tabrow li:before,
	.tabrow li:after {
	    border: 1px solid #777;
	    position: absolute;
	    bottom: -1px;
	    width: 5px;
	    height: 5px;
	    content: " ";
	}
	.tabrow li:before {
	    left: -6px;
	    border-bottom-right-radius: 6px;
	    border-width: 0 1px 1px 0;
	    box-shadow: 2px 2px 0 #777;
	}
	.tabrow li:after {
	    right: -6px;
	    border-bottom-left-radius: 6px;
	    border-width: 0 0 1px 1px;
	    box-shadow: -2px 2px 0 #777;
	}
	.tabrow li.TVCselected:before {
	    box-shadow: 2px 2px 0 #777;
	}
	.tabrow li.TVCselected:after {
	    box-shadow: -2px 2px 0 #777;
	}

div.tvc-category {
	border-bottom: 1px solid #888;
	margin-bottom: 20px;
	margin-top: 2.5em;
	}
	
div#first {margin-top:none !important}
	
div.tvc-category h2 {
	font-size: 1.1em;
	padding-left: 2.0em;
	margin-bottom: 0.2em;
}

	/* block display of tvc's */


ul.thumbnails {}

li.thumbnail-blocks {
    width: 319px;
    min-height: 168px;
    border: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    zoom: 1;
    *display: inline;
    _height: 250px;
}

	/*new label*/

	.tvc-wrapper {
	  padding: 12px;
	  width: 295px;
		color:#DDD;
	  background: none;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
	  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
	  position: relative;
	  z-index: 90;
	}
	
	.tvc-wrapper h4 {font-size:1.2em}
	
	img.thumbnail {border:1px solid #999;}

	.ribbon-wrapper-green {
	  width: 85px;
	  height: 88px;
	  overflow: hidden;
	  position: absolute;
	  top: -3px;
	  right: -3px;
	}

	.ribbon-green {
	  font: bold 1.2em Sans-Serif;
	  color: #333;
	  text-align: center;
	  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	  -webkit-transform: rotate(45deg);
	  -moz-transform:    rotate(45deg);
	  -ms-transform:     rotate(45deg);
	  -o-transform:      rotate(45deg);
	  position: relative;
	  padding: 7px 0;
	  left: -5px;
	  top: 15px;
	  width: 120px;
	  background-color: #BFDC7A;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
	  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
	  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
	  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
	  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
	  color: #6a6340;
	  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	}

	a.video:hover{text-decoration:none !important}

	.ribbon-green:before, .ribbon-green:after {
	  content: "";
	  border-top:   3px solid #6e8900;   
	  border-left:  3px solid transparent;
	  border-right: 3px solid transparent;
	  position:absolute;
	  bottom: -3px;
	}

	.ribbon-green:before {
	  left: 0;
	}
	.ribbon-green:after {
	  right: 0;
	}​

/* narrative reel pages */

	div.qtWrapper {float:none; width: 640px; position: relative; left: 50%; margin-left: -320px; margin-bottom: 50px;
}

/* music video reel pages */

	div.mvWrapper {float:none; width: 640px; position: relative; left: 50%; margin-left: -320px; margin-bottom: 50px;}
	div.ytWrapper {float:none; width: 640px; position: relative; left: 50%; margin-left: -320px; margin-bottom: 50px;box-shadow: 1.5em 1.5em 1.5em #333;
	-webkit-box-shadow: 1.5em 1.5em 1.5em #333;
	-moz-box-shadow: 1.5em 1.5em 1.5em #333;}

/* home page */

div.sitemap-wrapper {display:inline-block;
	width:100%;
	margin-bottom:50px;
	}

	div#kinegraphos-logo {
		float: right;
		width: 400px;
		height: 450px;
		overflow: hidden;
		
		border-radius: 1.0em;
		-webkit-border-radius: 1.0em;
		-moz-border-radius: 1.0em;
	
		box-shadow: .2em .1em .1em .1em #222;
		-webkit-box-shadow: .2em .1em .1em .1em #222;
		-moz-box-shadow:  .2em .1em .1em .1em #222;
	}

	
	div#sitemap-div {	
		position:relative;
		float: left;
		margin-left:5%;
		width: 250px;}

   ul#sitemap {
	margin-top:50px;
	font-size:2.0em;	
	}
	
	li.siteLink {margin-left:10%}


  div.element-wrapper {display:inline-block;
 	width:90%;
	margin-top:2.5em;
	margin-bottom:2.5em;
	margin-left:5%;
	}

	div.element-pic {
		float: left;
		width: 109px;
		height: 155px;
		overflow: hidden;
		
		border-radius: 1.0em;
		-webkit-border-radius: 1.0em;
		-moz-border-radius: 1.0em;
	
		box-shadow: .2em .1em .1em .1em #888;
		-webkit-box-shadow: .2em .1em .1em .1em #888;
		-moz-box-shadow:  .2em .1em .1em .1em #888;
	}

	div.element-pic img {

	}
		
	div.element-description {	
		position:relative;
		float: right;
		width: 500px;}
		
	p#copyright {text-align:right;font-size:.8em;color:#888}



