/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */






/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/* Text ======================= */



p{margin:0;padding:0}

h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	margin:0;padding:0;
}
h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 	font-size: 52pt;
 	color: #f6c43e;
 	margin:0;padding:0;
}

li {
	border: none;
	float: left;
	list-style: none; 
	margin: 10px 15px 20px 15px;
	padding: 0;
	width: 200px;
	height: 250px;
	}
ul {
	margin-left: 0; /* for IE */
	padding-left: 0; /* for Netscape and Firefox */
	width: 950px;
	}

ul strong {color:#f6c43e;}
/* Layouts========================*/




#topbar_contain {
	width:100%;
	height:200px;
	margin:0;padding:0;
	background: #0d4659;
	text-align:center;
}

#intro_contain {
	width:100%;
	height: 710px;
	background: #0d4659; /* Old browsers */
	background: -moz-linear-gradient(top, #0d4659 0%, #ffffff 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d4659), color-stop(80%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d4659 0%,#ffffff 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d4659 0%,#ffffff 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d4659 0%,#ffffff 80%); /* IE10+ */
	background: linear-gradient(to bottom, #0d4659 0%,#ffffff 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4659', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	text-align:center;
	
	font:'Helvetica Neue', Helvetica, Arial, Sans-serif;
	line-height:1.4;
	color:#dadada;
}




#characters_contain {
	width:100%;
	height:750px;
	background-color: #3f3f3f;
	background-image:url('../img/crossed_stripes.png');
	background-repeat:repeat;
	text-align:center;
	color:#999;
	padding-top:20px;
	padding-bottom:30px;
}
.dropshadow {
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
#about_contain {
	width:100%;
	height:650px;
	background: #0d4659;
	text-align:center;
	padding-top:20px;
}
#footer_contain {
	width:100%;
	height:400px;
	background: rgb(13,70,89); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(13,70,89,1) 0%, rgba(255,255,255,1) 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,70,89,1)), color-stop(70%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(13,70,89,1) 0%,rgba(255,255,255,1) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(13,70,89,1) 0%,rgba(255,255,255,1) 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(13,70,89,1) 0%,rgba(255,255,255,1) 70%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(13,70,89,1) 0%,rgba(255,255,255,1) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4659', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	text-align:center;
}

#footer_info {
	padding:60px 0px 40px 0px;
	color: #555;
}
#logo {
	padding: 10px 0 0 0;
}
#appbadge {
	padding: 30px 10px 20px 10px;
	margin-left:auto;
	margin-right:auto;
}


#introtext {
	margin:auto;
	width: 900px;
	padding: 50px 0 50px 0;
	font-size: 13pt;
	line-height:1.3;
	color: #c5c5c5;
}
#introtext p strong{
	color:#f6c43e;
}

#introtext a:link {color:#f6c43e;text-decoration:underline;}
#introtext a:hover {color:#f6c43e;text-decoration:none;}
#introtext a:visited {color:#f6c43e;text-decoration:underline;}

#about_contain a:link {color:#f6c43e;text-decoration:underline;}
#about_contain a:hover {color:#f6c43e;text-decoration:none;}
#about_contain a:visited {color:#f6c43e;text-decoration:underline;}

#footer_info a:link {color:#666;text-decoration:underline;}
#footer_info a:hover {color:#666;text-decoration:none;}
#footer_info a:visited {color:#666;text-decoration:underline;}

#title {
	padding: 30px 0px 20px 0px;
	margin: auto;
}



#videobox {
	margin: auto;
	width:1050px;
	height: 354px;
	background-image:url('../img/bigimg.png');	
}

.playbutton{
margin-top:90px;
transition: transform 0.5s ease;
-webkit-transition:transform 0.5s ease; /* Safari */

}

.playbutton:hover {transform: scale(1.05);-webkit-transform: scale(1.05); }

#mainvideo {
	width: 569px;
	height: 320px;
margin: 15px auto;
	display:none;
	-webkit-box-shadow:  0px 10px 30px 6px rgba(0, 0, 0, 0.7);
        
        box-shadow:  0px 10px 30px 6px rgba(0, 0, 0, 0.7);
	}

#character_grid {
	margin:auto;
	width: 950px;
	padding: 20px 0 20px 0;
}

#c_info {
	padding: 10px 0px 10px 0px;
	text-align:left;
}


.column {
	width:400px;
	height:500px;
	text-align:left;
	float: left;
	padding: 20px 20px 0px 40px;
	color:#c5c5c5;
}

.column2 {
	width:400px;
	height:500px;
	text-align:left;
	float: left;
	padding: 20px 40px 0px 20px;
}


#container {
	width:1000px;
	height:500px;
	margin:auto;
}
#aboutContainerTitle {
	width:100%;
}



/*/ style forms*/
input    {
border: 1px solid #999;
height: 25px;
width:260px;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}

.SubmitButton
{
	
width:60px;
background:#4085be;
color:#fff;
height:30px;
margin:5px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;

}
input.Submitbutton:hover {
	background:#78bef7;

}

#videostyle{
	padding-top:70px;}
	
	
	
#cornerLogo {
    position:fixed !important;
    position: absolute; /*ie6 */
    top: 0;
    width:220px;
    height:220px;
	background-image:url('../img/sxsw.png');
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 480px) {
    /* Style adjustments for viewports that meet the condition */

#topbar_contain {
	width:100%;
	height: 150px;
	}

#intro_contain {
	width:100%;
	height: 550px
	}
#characters_contain {
	width:100%;
	height:900px;
	}
#about_contain {
	width:100%;
	}
#footer_contain {
	width:100%;
	height:150px;
	padding-top:100px;
	}
	
#footer_info {
	padding:40px 0px 10px 0px;
}
	
#introtext {
	width: 280px;
	padding: 0px 0 50px 0;
}

#character_grid {
	width: 300px;
	margin-left:auto;
	margin-right:auto;
	float:center;
	
}


#videobox {
	width:320px;
	height: 108px;
	background-image: url('../img/smallimg.png');
}

.playbutton{
margin-top:6px;
width:156px;
height: 100px;

}


#mainvideo {
	width: 178px;
	height: 100px;
	}
	
	

.column {
	width:300px;
	float: none;
	Margin-left:auto;
    Margin-right:auto;
	padding: 20px 0px 0px 0px;

}

.column2 {
display: none;
}


#container {
	width:100%;
	margin:auto;
}  
.dropshadow {
width:75px;
float:left;
margin-top:5px;
margin-right:10px;
margin-bottom:10px
}
#c_info {
padding: 0px 0px 0px 0px;
width:300px;
}
li {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 90px;
	}
ul {
	width: 300px;
	}
#title {
width:280px;
margin-top:0px;
}    
#logo {
width:280px;
}   
#mainimage {
width:100%;
}

/* footer images resize */
.footImage {
	width:20px;
}
.fcf {
	width:80px;
}
.workers {
	width:60px;
}
.hammersnail {
	width:100px;
}

input    {
width:200px;
}
#appbadge {
width:150px; 
}
#cornerLogo {
display:none;

	
}

}

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
/*}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
