html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: 'Anaheim', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

@import url(http://fonts.googleapis.com/css?family=Anaheim|Grand+Hotel);






:focus {
    outline: 0 none;
}

td {
    color: #666666;
    padding: 0 0 0 1px;
}

th, th h3, th h5 {
    color: #666666;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 1px;
    text-align: left;
}

hr {
    color: #CCCCCC;
}

h1 img {
    display: inline;
}

h2 {
    color:#999;
    font-weight: normal;
    padding: 0 0 0 1px;
	padding-top: 10px;
}

h3 {
    color: #666666;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0 0 0 1px;
}


h3.noMargin {
    margin-bottom: 0;
}

h4 {
    color: #666666;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 1px;
}

h5 {
    color: #666666;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 1px;
}


a {
	margin: 0 0 15px;
    padding: 0 0 0 1px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	
}

p {
    margin: 0 0 15px;
    padding: 0 0 0 1px;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
}

p.pageTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
	color:#666;
    padding-bottom: 2px;

}

p.pageTitletwo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
	color: #666;
    padding-bottom: 2px;

}

p.tableTitle {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

button {
    background-color: transparent;
}

#nav1 {
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    clear: left;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    table-layout: auto;
    width: 730px;
}

#nav1 td {
    background-color: #F7F7F7;
    color: #666666;
    padding: 7px 0 7px 8px;
    text-transform: uppercase;
}

#nav1 td.selected a:link, #nav1 td.selected a:visited, #nav1 td.selected a:hover #nav1 td.selected a:active {
    color: #000000;
    font-size: 10px;
    line-height: 10px;
}

#nav1 td a:link, #nav1 td a:visited, #nav1 td a:active {
    color: #666666;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
}

#nav1 td a:hover {
    color: #89ABD5;
    font-size: 10px;
    line-height: 10px;
    text-decoration: underline;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:link {
    color:#C00;
    text-decoration: none;
}

a:visited {
    color: #718DB0;
    text-decoration: none;
}

a:hover {
    color:#000;
}

a:active, a:focus {
    overflow: hidden;
    text-decoration: none;
}


body {
    background: none repeat scroll 0 0 #FFF;
    font-family: 'Anaheim', sans-serif;
    padding-bottom: 0px;
	margin-bottom: 100px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
}






#background, #background-cover, #swf-bg  {
	position: fixed;
	width: 100%;
        max-width: 100%;
	height: 100%;
        background-size: contain; 
}

#menu-wrapper {
	position: fixed;
	top: 0px;
	z-index: 12;
}

.welcome-splash {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	
	-webkit-transition: opacity 4s ease-in-out;
  	-moz-transition: opacity 4s ease-in-out;
  	-ms-transition: opacity 4s ease-in-out;
  	-o-transition: opacity 4s ease-in-out;
  	transition: opacity 4s ease-in-out;

/* 	visibility: hidden;	 */
}


#pagedocument{
	width: 100%;
	min-width: 480px;
	padding: 0px;
	height: inherit;
	background-color: #FF88A4;
	height: 100%;
	
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#header{
	min-width: 480px;
	width: 100%;
	height: 90px;
	min-height: 90px;
	/*background-color: #FFFCE5; */
	background-color: #ffffff;
	z-index: 5000;
	position: fixed;
}

#headerlogo{
    float: left;
    height: 90px;
	padding: 0px 0px 0px 5px;
    width: 150px;
	background-color: #FFFC66;
}

#headerlogo img{
   
    height: 100%;
}

#headerlogo2{
    float: left;
    height: 90px;
	padding: 0px 0px 0px 5px;
    width: 800px;
	background-color: #FFFC66;
}


#headerlogo2 img{
   
    height: 100%;
	background-image: url(../chuckworksheaderlogo.png);
	background-size: 60%;
	background-repeat: no-repeat;
}

#headerlogo2 img:hover{
	
	height: 100%;
	background-image: url(../chuckworksheaderlogo.gif);
	background-size: 100%;
}




#topnav{
	max-width: 200px;
	min-height: 30px !important;
	background-color: #ffffff;
	text-transform:uppercase;
	float: right;
	bottom: 0;
  	right: 0;
	position: absolute;
	
}


#topnav li{
    display: block;
    padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: 'Anaheim', sans-serif;", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	text-align:right;

}

#topnav a:link, #topnav a:visited{
	color:#A085A1;
	font-family: 'Anaheim', sans-serif;
}

#topnav a:hover {
	color: #FF88A9;
}



#main-content{
	min-width: 500px;
	width: 100%;
	height: inherit;
	background-color: #6FC;
}


/*
.container {
  background: #fff;
  max-width: 1080px;
  padding-top: 200px;
}

.container .item {
  width:  100%;
  max-width: 1079px;
  min-width: 534px;
  height: 270px;
  float: left;
  margin-bottom: 10px;
  background: #fff;
  border-color: hsla(0, 0%, 0%, 0.5);
  overflow: hidden;

}

.item.first { width: 1079px; }
.item.w2 { width:  534px; }
.item.w3 { width:  354px; }
.item.w4 { width:  263px; }
.item.w5 { width:  718px; }
.item.w6 { width:  354px; height: 550px; }

*/

.container {
  /*background-color: #CDFFEA;*/
  background-color: #FA8EB7;
  width: 100%;
  padding-top: 90px;
}


.player {
	
	width: 100%;
	height: 100%;
	
	}

.item {
  width:  80%;
  height: 270px;
  margin-bottom: 10px;
  overflow: hidden;

}



.item.w1 {  width: 75%; margin-left: auto; margin-right: auto; }
.item.w2 {  width: 65%; margin-left: auto; margin-right: auto; }



.item img { 
	display: block;
/* 	visibility: hidden; */
/* 	padding: 4px; */
	padding: 0;
	width: 100%;
	overflow: auto;
	opacity: 1; 
	}
	





.item a {
	display: block;
	overflow: auto;
}





.item-overlay {
	position: absolute;
  	
  	bottom: 0;
  	right: 0;
  	color: #fff;


  	visibility: hidden;
  	opacity: 0;
	
	
	
	
	position: absolute;
	margin: 0;
	padding: 0;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	opacity: .5;
	
	width: 100%;
	height: 100%;
	background: transparent;
	
			
	pointer-events:none;

  /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */	
}


.item:hover .item-overlay {
  	visibility: visible;
 	opacity: 1;
}


.item h4 {
	position: absolute;
	margin: 0;
/* 	margin-bottom: 1px; */
	padding: 0;
	padding-bottom: 10px;
	padding-top: 2px;
	
	text-align: center;	
	width: 50%;
	height: 6%;
	bottom: 0;
	right: 0;

	
	background: rgba(50, 77, 157, 0.50);
	color: #fff;
	font-weight: 100;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	
	
/* 	display: none; */

}

.item h4 a {
	color: #fff;
	display: block;
	padding-top: 10px;
		

}

.item h4 a:hover {
	text-decoration: none;
	color: #fff;
}


.project{
  width:  80%;
  
  margin-bottom: 10px;
  overflow: hidden;

}

/* Make all images width: 1057px; and equal height for large screens*/
/* Make all images width: 623px; and equal height for small screens*/

.project.w2 { 
	width: 65%; 
	margin-left: auto; 
	margin-right: auto;
	min-height: 300px !important;
  	max-height: 681px;
  	height: 680px inherit; }


.project img { 
	display: block;
/* 	visibility: hidden; */
/* 	padding: 4px; */
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: auto;
	opacity: 1; 
	}
	
	
.project a {
	display: block;
	overflow: auto;
}






.fluid-row {
	display: block;
	width: 100%;
	padding-top: 10px;
	font-family: 'Anaheim', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
	font-size: 14px;
	float: left;
	background-color: #F5F4F1;	

}

.fluid-row p {
	color: #3A4D9C;
	font-size: 14px;
	
}

.fluid-row h3 {
	color: #3A4D9C;
	font-size: 18px;
	font-weight:900;
}







#project-detail {

	background-color: #ffffff;
	padding: 22px 0px 22px 0px;
	width: 100%;
	margin: auto;
	font-size: 12px;
	line-height: 2.2em;
	text-align: left;
	font-family: 'Anaheim', sans-serif;
	font-weight:700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;

}



#project-detail p {

	color: #635C63;
	font-weight: normal;

}

#project-detail h2 {

	color: #635C63;
	font-weight: bold;
	font-size: 16px;

}


#project-detailcol {
	
	width: 65%; 
	margin-left: auto; 
	margin-right: auto;
	
	
}


#colophon {

	bottom: 0;
	clear: both;
	background: #ececec;
	z-index: 99999;

}

.columns_1 {

	width: 400px;
	float: left;

}


.columns_1 p {
	
font-family: 'Anaheim', sans-serif;
font-size: 12px;
font-weight: 500;
text-align: left;
	
}


#supplementary {

	padding: 1.625em 7.6%;
	overflow: hidden;

}



/* Two Footer Widget Areas */

#supplementary.two .widget-area {

	float: left;
	margin-right: 3.7%;
	width: 48.1%;

}

#supplementary.two .widget-area + .widget-area {

	margin-right: 0;

}



/* Three Footer Widget Areas */

#supplementary.three .widget-area {

	float: left;
	margin-right: 3.7%;
	width: 30.85%;

}

#supplementary.three .widget-area + .widget-area + .widget-area {

	margin-right: 0;

}


#about_container {

	background: #DDD8E8;
	clear: both;

}

#about {
	margin: auto;
	font-size: 12px;
	line-height: 2.2em;
	padding: 22px 70px 22px 70px;
	text-align: left;
	font-family: 'Anaheim', sans-serif;
	font-weight:700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	max-width: 969px;
}

#about p {
	color: #635C63;
	
}

#about a {
	color: #9A979C;
	
}

#about a:hover {
	color: #9B669C;
	
}

#about #accordion h2.accordion-header {
	opacity: 0.7;
	-webkit-transition-property:opacity; 
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-out;
}

#about #accordion h2.accordion-header:hover {
	opacity: 0.9;
	-webkit-transition-property:opacity; 
	-webkit-transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition: all 1s ease-in-out;
}




/* Site Generator Line */

#site-generator {

	background-color: #FFCDE1;
	font-size: 12px;
	line-height: 2.2em;
	padding: 22px 70px 22px 60px;
	text-align: left;
	max-width: 960px;
	margin: auto;

}

#site-generator a {

	color: #555;
	font-weight: normal;

}














#footer{
	max-width: 1080px;
	min-width: 300px;
	width: 100%;
	height: 50px;
	float:left;
	border-top: 1px solid #CCCCCC;
    color: #666666;
    margin-top: 10px;
	padding-top: 10px;
    padding: 0px 0 45px;
    text-align: center;
}



#footer p {
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: center;
}

#footer a:link {
    color: #666666;
}

#foot p#copy {
    color: #999999;
    padding-top: 5px;
    text-align: center;
}





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


.item.w1 {  width: 100%; }

#headerlogo2{
    float: left;
    height: 90px;
	padding: 0px 0px 0px 5px;
    width: 300px;
	background-color: #FFFC66;
}



}

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

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

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

.item.w1 {  width: 100%; }

#headerlogo2{
    float: left;
    height: 90px;
	padding: 0px 0px 0px 5px;
    width: 400px;
	background-color: #FFFC66;
}

}

/* 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 */
}




@media (max-width: 60em) {
  /* styles for 60em or lower */

.item.w1 {  width: 100%; }

#headerlogo2{
    float: left;
    height: 90px;
	padding: 0px 0px 0px 5px;
    width: 400px;
	background-color: #FFFC66;
}

}


@media (max-width: 30em) {
  /* styles for 30em or lower */


 
.item.w1 {  width: 100%; }

#headerlogo2{
    float: left;
    height: 90px;
	padding: 0px 0px 0px 5px;
    width: 400px;
	background-color: #FFFC66;
}

}