@charset "UTF-8";
/* CSS Document */

body {
	font: 110%/1.4  'OptimaLTStdRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #000 url(images/greyBG.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.vid_body {
	background-image: none;	
}

@font-face {
    font-family: 'OptimaLTStdBold';
    src: url('optimaltstd-bold-webfont.eot');
    src: url('optimaltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('optimaltstd-bold-webfont.woff') format('woff'),
         url('optimaltstd-bold-webfont.ttf') format('truetype'),
         url('optimaltstd-bold-webfont.svg#OptimaLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OptimaLTStdMediumBold';
    src: url('optimaltstd-black-webfont.eot');
    src: url('optimaltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('optimaltstd-black-webfont.woff') format('woff'),
         url('optimaltstd-black-webfont.ttf') format('truetype'),
         url('optimaltstd-black-webfont.svg#OptimaLTStdMediumBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaLTStdMediumRegular';
    src: url('optimaltstd-medium-webfont.eot');
    src: url('optimaltstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('optimaltstd-medium-webfont.woff') format('woff'),
         url('optimaltstd-medium-webfont.ttf') format('truetype'),
         url('optimaltstd-medium-webfont.svg#OptimaLTStdMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaLTStdRegular';
    src: url('optimaltstd-webfont.eot');
    src: url('optimaltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('optimaltstd-webfont.woff') format('woff'),
         url('optimaltstd-webfont.ttf') format('truetype'),
         url('optimaltstd-webfont.svg#OptimaLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaLTStdDemiBoldItalic';
    src: url('optimaltstd-demibolditalic-webfont.eot');
    src: url('optimaltstd-demibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('optimaltstd-demibolditalic-webfont.woff') format('woff'),
         url('optimaltstd-demibolditalic-webfont.ttf') format('truetype'),
         url('optimaltstd-demibolditalic-webfont.svg#OptimaLTStdDemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	font-family: 'OptimaLTStdRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0 0 15px 0;
	padding-right: 60px;
	padding-left: 65px; 
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
.experience{
	padding-left: 150px; 
	}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	position:relative;
}

h1 {
	color:#000;
}

h2 {
	font-family: 'OptimaLTStdDemiBoldItalic', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	font-size:165%;
	margin-bottom:3px;
	}
	
h3{
	font-family: 'OptimaLTStdDemiBoldItalic', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	font-size:120%;
	margin: 0px 0 20px 0;
	}
	
.header h1 {
	font-family: 'OptimaLTStdBold', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	margin-bottom:0px;
	font-size:225%;

	}
.header h2 {
	font-family: 'OptimaLTStdBold', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size:175%;
	margin: 0px;
	font-style:normal;
	}
	


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.container2 {
	width: 960px;
	background-color: rgba(255, 255, 255, .85);
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border: #000 solid 4px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #000;
	padding: 5px 0px 0px 0px;
	background-image: url(images/diamond.png);	
}

/*navigation*/
div.nav {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	background-color: #000;
	background-image: url(images/bg_nav.jpg);
	padding: 0px 0px 0px 0px;
}

.nav ul {
	list-style: none;
	display: block;
	
}
	
.nav ul li {
	display: inline-block;
	float: left;
	padding-top: 3px;
	height: 30px;
	padding-right: 2px;
	background: url(images/bg_nav_edge.jpg) no-repeat right 0;
}

.nav ul li a  {
	font-family: 'OptimaLTStdRegular',  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: inline-block;
	padding: 10px 15px 10px 25px;
	color:#cccdce;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.nav ul li a:hover  {
	background-image: url(images/bg_nav_hv.jpg);
	color: #fff;
	height:30px;
	font-style: italic;
}
}
#current a:link, #current a:visited, #current a:hover, #current a:active {
	background-image: url(images/bg_nav_hv.jpg);
	color: #fff;
	height:30px;
	font-style: italic;
	
	}
	
a.email {
display: block;
margin: 0 auto;
width: 100px;
height: 100px;
cusror: pointer;
background-image: url(images/email2.png);
text-indent: -9999em;
}
a.email:hover {
background-image: url(images/email3.png);
}

a.face {
display: block;
margin: 0 auto;
width: 100px;
height: 100px;
cusror: pointer;
background-image: url(images/facebook2.png);
text-indent: -9999em;
}
a.face:hover {
background-image: url(images/facebook3.png);
}		

/*end navigation*/
/*layout info*/
.content {

padding: 10px 0;
min-height:500px;
}

.content2 {
background-color: #FFF;
padding: 10px 0;
min-height:500px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 15px 0;
	background: #000;
	color:#fff;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.thumbline{
	display: inline-block;
    line-height: 0;
    margin: 0;
    padding: 10;
    position: relative;
    width: 710px;
	}

.picture {
	border: 3px solid #000;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px;
}

.videoframe {
	border: 2px solid #000;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px;
	width:480px;
	margin-left: 240px;
	
	}
	
.thumb {
	border: 2px solid #000;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px;
}
.center {
	text-align: center;
}
.hidden {
	visibility: hidden;    
 	}

.slides {
	background-color: #CCC;
	height: 216px;
    display: inline-block;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    width: 960px;
	margin-bottom: -10px;
}

.slide{
	display: inline-block;
	position: relative;
	width: 320px;
	float: left;
    line-height: 0;
	margin: 0;
    padding: 0;
}

.vidthumbs {
    position: relative;
    display: inline-block;
	width: 886px;
	text-align: left;
    margin: 0px auto;
    line-height: 20px;
    padding: 10px 0 10px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.vidthumbs ul {
	margin: 0px auto;
	
	}

.vidthumbs li{
	list-style:none;
	font-size: 80%;
	display: inline-block;
	position: relative;
	float: left;
	margin: 0px 0px 20px 87px;
    padding: 0px 0 10px 0;
}
		
.vidthumbs li a:hover {
    border-bottom: 0px solid #111;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
iframe {
	border: 0px solid red;
	
	}
	
div.vidalign {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.vidinfo {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:20px;
	color: #ddd;
}
	
.vidinfo2 {
	font-family: Arial, Helvetica, sans-serif;
    color: #BBBBBB;
	font-size: 80%;
    line-height: 18px;
    margin-left: 12px;
    margin-top: 5px;
}

.playlist {
	margin-left: 160px;	
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 10px;
	color: #999;
	
	}
/* for video pages*/
embed{
	 margin: 0 auto; 
	 position: relative;
	 }
	 
object{
	 margin: 0 auto; 
	 position: relative;
	 }
	 
video{
	 margin: 0 auto; 
	 position: relative;
	 }
	 
div.vid{
	position:relative;
	border: 0px solid red;
	margin: 0 auto;
	display: block;
	}
	
.botrplayer{
	position:relative;
	margin: 0 auto;
	text-align: center;
	}
	
.botrplayer embed:focus, .botrplayer :focus, .botrplayer a:focus {
	color:transparent;
	}
	/* end for video pages*/


