/* ---------- resets ----------  */

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,table, caption, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, p {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: Arial, Helvetica, sans-serif;vertical-align: baseline;}:focus {outline: 0;}body {line-height: 1;color: #fff;background: #fff;}ol, ul {list-style: none;}table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}a{text-decoration:none;}

header, footer, article, section, hgroup, nav, figure, aside {
	display:block;
}

/* ---------- page basics ----------  */

body {
	background: #fff;
	color: #808080;
	font-family: Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	max-width: 1024px;
	min-width: 768px;
	width: 100%;
	-webkit-text-size-adjust: none;
	line-height: 14px;
}

.clear { 
	clear: both; 
	height: 0; 
}

a img {
	border: none;
	cursor: pointer;
}

#page-container {
	position: relative;
	display: none;
}

body.portrait, body.portrait #page-container, body.portrait header {
	width: 768px;
	margin: 0 auto;
}

body.landscape, body.landscape #page-container, body.landscape header {
	width: 1024px;
	margin: 0 auto;
}

/* ---------- typography ----------  */

h1 {
	color: #4d4d4d;
	font-family: 'MrJonesBookItalic', sans-serif;
	font-size: 64px;
	line-height: 60px;
}

h2, h3, h4, h5 {
	font-family: 'MrJonesBook', sans-serif;
}

h3 {
	font-size: 20px;
	color: #000;
}

h4 {
	font-size: 16px;
	color: #808080;
}

h5 {
	font-size: 13px;
	color: #808080;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

a, a:link, a:visited {
	color: #4d4d4d;
	cursor: pointer;
	
}

a:hover {
	color: #000;
	cursor: pointer;
}

/* ---------- header elements ----------  */

header {
	padding: 0;
	height: 70px;
	background: #fff;
	-webkit-background-origin: padding-box;
	-webkit-background-clip: content-box;
	-moz-background-origin: padding-box;
	-moz-background-clip: content-box;
	z-index: 100;
	position: relative;
	border-bottom: 1px solid #b3b3b3;
	width: 768px;
}

header ul {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

header li {
	float: left;
	padding-top: 26px;
}

header li a {
	text-align: center;
	color: #999;
	text-transform: none;
	padding-bottom: 1px;
	display: block;
	height: 14px;
	width: 90px;
}

header li a:hover {
	color: #00aeef;
}

#logo {
	display: block;
	width: 187px;
	font-family: 'MrJonesBook', sans-serif;
	color: #00aeef;
	font-size: 40px;
	text-transform: none;
	padding: 28px 0 0 30px;
	text-align: left;
}

#on-state.home {
	
}

#dropdown {
	position: absolute;
	opacity: 0.2;
	top: 26px;
	left: 564px;
}

#dropdown.open {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	top: 23px;
}

#dropdown {
	position: absolute;
	opacity: 0.2;
	top: 26px;
	left: 564px;
}

#on-state.projects {
	position: absolute;
	border-top: 2px solid #00aeef;
	top: 22px;
	left: 521px;	
	width: 42px;
}

#on-state.blog {
	position: absolute;
	border-top: 2px solid #00aeef;
	top: 22px;
	left: 620px;	
	width: 24px;
}

#on-state.about {
	position: absolute;
	border-top: 2px solid #00aeef;
	top: 22px;
	left: 706px;	
	width: 32px;
}

/* ---------- article elements ----------  */

section {
	
}

section ul {
	padding-top: 20px;
}

#hero {
	text-align: center;
	padding: 30px 0 30px 0;
	width: 768px;
	border-bottom: 1px solid #b3b3b3;
}

#hero-headline {
	padding: 30px 0 30px 30px;
	border-bottom: 1px solid #b3b3b3;
}

#page-content {
	width: 768px;
}

#body-copy {
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #b3b3b3;
	overflow: auto;
	margin: 0 auto;
	width: 768px;
}

#body-copy p {
	padding-top: 20px;
}

#column-left {
	float: left;
	width: 442px;
	padding: 0 32px 0 30px;
}

#column-left .icon {
	padding-top: 0;
	position: relative;
	vertical-align: center;
}

#column-left .text {
	float: right;
	width: 394px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#column-left .adultswim {
	margin-left: -240px;
}

#column-left li {
	list-style: disc inside;
}

#column-right {
	float: right;
	margin-left: 0;
	width: 252px;
	margin-right: 10px;
}

#column-right img {
	padding-top: 20px;
	position: absolute;
}

#column-right p {
	padding-top: 20px;
	width: 200px;
}

#column-right p:first-child {
	padding-top: 10px;
	width: 200px;
}

#column-right img.icon {
	padding-top: 0;
	position: relative;
	vertical-align: center;
}

#column-right li {
	list-style: disc inside;
}

#column-right h3 {
	/*padding-top: 340px;*/
}

#column-right .text {
	float: right;
	width: 154px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* ---------- footer elements ----------  */

footer {
	width: 768px;
}

#footer-nav {
	padding: 30px 0 30px 20px;
}

#footer li {
	display: inline;
}

/* ---------- projects menu ---------- */

#projects-menu {
	height: 1286px;
	padding: 82px 0 0 32px;
	border-bottom: 1px solid #b3b3b3;
	background: #fff;
	background: rgba(255,255,255,0.9);
	width: 732px;
	position: absolute;
	top: -1446px;
	left: 0;
	z-index: 3;
}

.landscape #projects-menu {
	width: 960px;
	height: 608px
}

#projects-menu .project {
	float: left;
	width: 336px;
	min-height: 195px;
	margin-right: 30px;
	margin-bottom: 10px;
}

#projects-menu .scroll-wrapper {
	height: 864px;
	width: 725px;
}

.landscape #projects-menu .scroll-wrapper {
	width: 981px;
	height: 608px;
}

.scroller {
	float: left;
	width: 764px;
}

#projects-menu .scroller {
	width: 734px;
}

.landscape #projects-menu .scroller {
	width: 960px;
}

.landscape #projects-menu .project {
	width: 336px;
	margin-right: 24px;
}

#projects-menu .project a.img {
	height: 189px;
	display: block;
}

#projects-menu .project.current {
	display: none;
}

#projects-menu .project h2 {
	font-family: 'MrJonesBookItalic', sans-serif;
	text-transform: none;
	font-size: 24px;
	margin-top: 13px;
	margin-bottom: 4px;
	color: #000;
}

#projects-menu .project p {
	font-family: 'MrJonesBook', sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #999;
}

.landscape #projects-menu .project a.img {
	width: 304px;
	border: 3px solid #999;
}

.portrait #projects-menu .project a.img {
	width: 336px;
	border: 6px solid #f2f2f2;
}

.landscape #projects-menu .project:nth-child(3n) {
	margin-right: 0;
}

.portrait #projects-menu .project:nth-child(even) {
	margin-right: 0;
}


/* ---------- carousel ---------- */

#carousel {
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #b3b3b3;
}

.jcarousel-container {

}

.jcarousel-container-horizontal {
    width: 764px;
    padding: 0;
}

.jcarousel-container-vertical {
    width: 764px;
    height: 300px;
    padding: 0;
}

.jcarousel-clip-horizontal {
    width:  764px;
    height: 300px;
}

.jcarousel-clip-vertical {
    width:  764px;
    height: 300px;
}

.jcarousel-item {
    width: 764px;
    height: 300px;
}

.jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 130px;
    right: 5px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: transparent url(/gfx/carousel/round-arrow-right.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-webkit-opacity:.3;
	opacity: .3;
    /*background-position: -96px 0;*/
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 130px;
    left: 5px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: transparent url(/gfx/carousel/round-arrow-left.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	filter:alpha(opacity=30);  
	-moz-opacity: .3;
	-webkit-opacity: .3;
	opacity: .3;
    /*background-position: -96px 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    /*background-position: 0 -32px;*/
}

.jcarousel-next-vertical:active {
    /*background-position: 0 -64px;*/
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-webkit-opacity:.3;
	opacity: .3;
    /*background-position: 0 -96px;*/
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover {
    /*background-position: 0 -32px;*/
}

.jcarousel-prev-vertical:active {
    /*background-position: 0 -64px;*/
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
	filter:alpha(opacity=30);  
	-moz-opacity:.3;
	-webkit-opacity:.3;
	opacity: .3;
    /*background-position: 0 -96px;*/
}
