body { margin: 0; padding: 0; font-size: 12px; }

/* this is for an old literal example */
.snippet_marker { color:green; }
.chunk_comment { color:red; }
.chunk_special { color:slategray; }
.chunk_tag { color:blue; }
.chunk_macro { color:purple; }

body { font-family: 'Georgia','Trebuchet MS', 'Helvetica Neue', helvetica, arial }


/* TOP NAV */

.topnav-bg {
	height:40px;
	width:100%;
background: rgb(62,119,157); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(62,119,157,1) 0%, rgba(101,169,215,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,119,157,1)), color-stop(100%,rgba(101,169,215,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(62,119,157,1) 0%,rgba(101,169,215,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(62,119,157,1) 0%,rgba(101,169,215,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(62,119,157,1) 0%,rgba(101,169,215,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(62,119,157,1) 0%,rgba(101,169,215,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e779d', endColorstr='#65a9d7',GradientType=0 ); /* IE6-9 */
}

.topnav-meat {
	width:920px;
	margin:0 auto;
}

ul#topnav-menu {
    margin: 0px;
    padding: 0 0 0 15px;
    white-space: nowrap;
    font-weight: bold;
    }

    #topnav-menu li {
    display: inline;
    list-style-type: none;
    float: left;
    padding: 0px 0;
    }

    #topnav-menu a {
    text-decoration:none;
    padding: 10px 35px;
    color:white;
    height:40px;
    line-height:40px;
    font-size:1.2em;
    }

	#topnav-menu li:hover, #topnav-menu li.selected {
background: rgb(101,169,215); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(101,169,215,1) 0%, rgba(62,119,157,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,169,215,1)), color-stop(100%,rgba(62,119,157,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(101,169,215,1) 0%,rgba(62,119,157,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(101,169,215,1) 0%,rgba(62,119,157,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(101,169,215,1) 0%,rgba(62,119,157,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(101,169,215,1) 0%,rgba(62,119,157,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a9d7', endColorstr='#3e779d',GradientType=0 ); /* IE6-9 */
	}

#bottom-line { clear:left; width:100%; border-bottom: 1px solid #dedede; padding-top: 25px; }
#footer { clear: left; width: 900px; margin: 0 auto; padding: 5px 0 30px 60px; color: #888888; }
#footer a { color: #888888; }
a { color: cornflowerblue; }

/* min height for main content area */
#main-content { min-height:400px; }

/* HOME PAGE with splash-y banner */

.splash-banner { background: #f2f5f6; /* Old browsers */
					-moz-border-radius: 10px 10px 10px 10px;
					-webkit-border-radius: 10px 10px 10px 10px;
					border-radius: 10px 10px 10px 10px;
					margin: 30px auto 15px;
					width:900px; height: 280px;
					/* border: 2px solid lightblue; */
}

.splash-banner .mast { background: url(../img/chunk_logo_500x500.png) no-repeat 50px;
					background-size: 200px 200px;
					width:600px; height: 200px;
					padding: 40px 0 40px 265px; position: relative; }


.splash-banner {
background: rgb(219,219,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.splash-banner h1 { font-size: 3em; margin-top:0;}
.splash-banner h2 .lighter { color: #aaaaaa; font-weight: normal; display:block; }
.splash-banner h2 { padding-bottom: 20px; }

/* GET-CHUNK BUTTON */
.splash-banner #button-box { position:absolute; top: 200px; }
.splash-banner .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 8px 16px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   }
.splash-banner .button:hover {
   color: white;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
}
.splash-banner .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

#examples-listing { width: 840px; margin: 25px auto; }
#examples-listing h2 { font-size: 1.3em; margin-bottom: 3px; }
#examples-listing ul { font-size: 1.3em; list-style-type: square; list-style-position: inside; padding-left: 3px; margin-top: 3px; }
#examples-listing li { margin-left: 0; }
#examples-listing #cta { font-size: 1.2em; color: #444444; font-style: italic; padding: 10px 0; }

/* 3-column grid using 840px full width */
.grid3col .column { width: 260px; margin-left: 30px; }
.column { float: left; }
.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

.column a { text-decoration:none; color: #6495ED; }
.column a:hover { text-decoration:underline; }
.column a.new { color:blue; }


/* CODE INSPECTOR */

.breadcrumb { width: 1050px; margin: 20 auto 0px; padding: 10px 20px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
background-color: #efefef;
cursor: hand;
cursor: pointer;
font-style: italic;
}

pre, code { font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; }

.docnote { font-style: italic; margin-top: -16px; }
.taunt { font-style: italic; }

#locale_swapper { padding-left:40px; }
.inspector { padding-top:30px; width: 1110px; margin: 0 auto; }
.inspector-header th { padding-left:20px; text-align:left; padding-bottom: 5px; }
pre.template-src { width: 550px; overflow:hidden; }
pre.csv-table { overflow:hidden; }
pre.java-src { overflow:hidden; }
.src-tabs pre.template-src { width: 550px; }
.src-tabs .panel-container { width: 570px; }
.output-tabs .panel-container { width: 400px; }
.output-tabs pre { overflow: hidden; width: 380px; }

/* easytabs */
.etabs { margin: 0 0 0 20px; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #fff; border: solid 1px #e9e9e9; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 12px; line-height: 1.7em; display: block; padding: 2px 10px 3px; outline: none; text-decoration: none; color: lightblue; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 2px; position: relative; top: 1px; border-color: #dedede; }
.tab a, .tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #dedede 1px; padding: 10px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; }

.widget .related, .related_widget { margin-left:20px; }
.widget .related h2 { margin:0; font-size:14px; }
