/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
    #Site Styles
    #Page Styles
    #Media Queries
    #Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file
        Just create a "fonts" folder at the root,
        copy your FontName into code below and remove
        comment brackets */

@import "/stylesheets/button.css";
/*@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/Chunkfive-webfont.eot');
    src: url('/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/Chunkfive-webfont.woff') format('woff'),  url('/fonts/Chunkfive-webfont.ttf') format('truetype'),  url('/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: 'ChunkFiveRegular';
    letter-spacing: 1px;
    text-shadow: 
    0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 5px 5px rgba(0,0,0,.15);
    behavior: url(/stylesheets/PIE.php);
}
header {
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
header h1 {
	line-height: 60px;
	font-family: ChunkFiveRegular;
	letter-spacing: 2px;
	font-size: 60px;
	color: #747A7E;
	text-shadow:
    0px 1px 0px #666b6f,
    0px 2px 0px #53585a,
    0px 3px 0px #404345,
    0px 4px 0px #2c2e30,
    0px 5px 0px #171819,
    0px 8px 7px #001135, 
    -1px -1px 1px #999;
	behavior: url(PIE.php);
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.ie7 header h1 {
    line-height: 120px;
    font-family: ChunkFiveRegular;
    letter-spacing: 2px;
    font-size: 60px;
    color: #747A7E;
    text-align: center;
}*/
.social-media-icons {
	float: right;
	margin-top: 10px;
}
.social-media-icons li {
    float: left;
    display: block;
    height: 32px;
    width: 32px;
    cursor:pointer;
    margin-bottom: 0px;
    margin-left: 4px;
    background-repeat: no-repeat;
}
.social-media-icons li a {
    display: block;
    height: 32px;
    width: 32px;
}
.social-media-icons li.imdb a {
    width: 75px;
}
.social-media-icons .facebook {
    background-image: url(/images/facebook_dark.png);
}
.social-media-icons .facebook:hover {
    background-image: url(/images/facebook_active.png);
}
.social-media-icons .twitter {
    background-image: url(/images/twitter02_dark.png);
}
.social-media-icons .twitter:hover {
    background-image: url(/images/twitter02_active.png);
}
.social-media-icons .youtube {
    background-image: url(/images/youtube_dark.png);
}
.social-media-icons .youtube:hover {
    background-image: url(/images/youtube_active.png);
}
.social-media-icons .linkedin {
    background-image: url(/images/linkedin_dark.png);
}
.social-media-icons .linkedin:hover {
    background-image: url(/images/linkedin_active.png);
}
.social-media-icons .imdb {
    background-image: url(/images/imdb_logo.png);
    width: 75px;
    height: 32px;
    background-position: 3px 3px;
}
.social-media-icons .imdb:hover {
    background-image: url(/images/imdb_logo_over.png);
}
.corner {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(/stylesheets/PIE.php);
}
video {
    width: 100%;
    height: auto;
}
.VidContainer {
    margin-bottom: 20px;
}
body#home nav li.home, body#project nav li.project, body#about nav li.about, body#film nav li.film, body#tv nav li.tv, body#commercials nav li.commercials, body#portfolio nav li.portfolio, body#contact nav li.contact {
    background-color: #999;
    color: #FFF;
}

.cloud-zoom-gallery {
    margin-right: 4px;
}




    
    /* #Media Queries
================================================== */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */    
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.vertical-list {
    width: 100%;
}
#wrap, .cloud-zoom, #zoom1 {
    display: none;
}
.hidden {
    display: none;
}
.vertical-list .press {
    display: none;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
#LogoContainer {
	height: 80px;
	float: right;
	margin-left: 100px;
	margin-bottom: 20px;
}
.Logo {
	float: left;
	margin-right: 0px;
	width: 10
	0px;
	margin-bottom: 20px;
}
#Logo img {
}
.blueheader {
	color: #093656;
}
.copyright_wht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	font-weight: normal;
	float: right;
	background-color: #6C121B;
	margin-right: 0px;
	width: 980px;
	height: 80px;
	text-align: right;
}
.copyright_txt {
	margin-right: 20px;
	margin-top: 10px;
}
.footer {
	background-color: #6C121B;
	height: 40px;
	float: left;
	width: 960px;
}
#PicBoxesLeft {
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}

#PicBoxesLeft2 {
	float: left;
	clear: both;
	padding-bottom: 20px;
	padding-right: 40px;
}

#PicBoxesLeft3 {
	float: left;
	clear: left;
}

#PicBoxesLeft4 {
	float: left;
}
#PicBoxesRight {
	float: left;
	padding-left: 20px;
}
#PicBoxesRight2 {
	float: left;
	padding-left: 20px;
	clear: right;
}
#PicBoxesWrapper {
	float: left;
	width: 100%;
}
#PicBoxesRight3 {
	float: right;
	padding-left: 20px;
}
#PicBoxesRight4 {
	float: right;
	padding-left: 20px;
	clear: right;
}


.celebrity {
	float: left;
	margin-right: 5px;
	height: 133px;
	width: 100px;
	border: 1px solid #FFF;
	padding-bottom: 20px;
}
.celebrityThumb li {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	height: 100px;
	width: 100px;
	border: 1px solid #FFF;
}
.ie7 .six.columns.alpha {
	margin-bottom: 20px!important;
	display: inline-block;
}

.container .twelve.columns.heads                 
{ width: 700px; 
float: left;
}

.container .two.columns.heads                 
{
	width: 100px;
	float: left;
	padding: 10px;
}

.container .three.columns.heads                 
{
	width: 120px;
	float: left;
	padding: 10px;
}

.container .four.columns.heads                 
{
	width: 120px;
	float: left;
	padding: 10px;
}
#DivPhotos {
	float: left;
	height: 200px;
	padding-right: 30px;
}
#DivPhotosText {
	float: left;
	height: 150
];
	padding-left: 0px;
	height: 0px;
	width: 131px;
}
#DivPhotosWrapper {
	float: left;
	height: 0px;
	width: 131px;
}

.container .four.columns.menu                
{
	
	margin-top: 100px;
}
.main_text {
	width: 100%;
	margin-left: 100px;
}
.container .sixteen.columns_footer {
	background-color: #6C121B;
	width: 940px;
}
