/* @override 
	http://www.wooji-juice.com/img/style.css
*/

body
{
	margin: 0;
	padding: 0;
	font-family: Optima, Helvetica, Arial, swiss;
	min-width: 1000px;
	background: #333 url(edge-shadows.png) repeat-y center;
}

.page .content a.footmark 
{
	font-size: 8pt;
	position: relative;
	top: -0.5em;
	color: #5077be;
	padding: 1px 3px;
}

/* @group Header */

.header
{
	margin: 0;
	padding: 0;
	display: block;
	background: #333 url(edge-shadows.png) repeat-y center;
	min-width: 900px;
}

h1
{
	display: block;
	width: 870px;
	margin: 0 auto;
	padding: 8px 0;
	background: url(logotype.png) no-repeat right;
	text-indent: -1000px;
	height: 37px;
}


/* @end */

/* @group Top Menu */

.top.menu.container
{
	background: white url(top-border-bar.jpg) repeat-x 50% top;
	margin-top: 0;
	display: block;
	width: 100%;
}

.top.menu.bar
{
	display: block;
	width: 900px;	
	background: #bfe5f8;
	background: url(top-shade-bar.jpg) no-repeat center top;
	margin: 0 auto;
}

.top.menu ul
{
	width: 512px;
	margin: 0 auto;
	display: block;
	padding: 0 19px;
	text-align: center;
	background: #42b2f4;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

.top.menu ul li
{
	display: table-cell;
	line-height: 26px;
	height: 29px;
	width: 128px;
	border-top: 4px solid #42b2f4;
	background: #42b2f4;
	-webkit-transition: 0.25s ease-in-out;
	-webkit-transition-property: background-color, border-top-color;
}
.top.menu ul li:hover
{
	background-color: #1c8fd3;
	border-top: 4px solid #187db9;
}

.top.menu ul li a
{
	color: white;
	text-decoration: none;
	font-family: Georgia, Times, Times New Roman, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 0 10px white;
	display: block;
}


/* @end */

/* @group Common */

.page h2
{
	color: #3d4c4d;
	font: 2em Georgia, Times, Times New Roman, serif;
}

/* @end */

/* @group Product Bar */

.page ul.productbar
{
	display: block;
	background: black url(product-bar.png) repeat-x 0 70%;
	margin-left: 25px;
	margin-right: 57px;
	margin-bottom: 32px;
	-webkit-border-radius: 0.8em;
	padding: 4px 0px;
	text-align: center;
}
.page .content + ul.productbar
{
	margin-top: 64px;
}
.page ul.productbar li:first-child
{
	border-left: 1px solid rgba(0,0,0,0.25);	
}
.page ul.productbar li
{
	display: inline;
	margin: 0;
	padding: 4px 0px;
	border-right: 1px solid rgba(0,0,0,0.25);
}
.page ul.productbar li.selected a
{
	background: #222 url(product-bar.png) repeat-x 0 70%;
	color: white;
}
.page ul.productbar li a
{
	padding: 4px 16px;
	color: #eee;	
}
.page ul.productbar li img
{
	display: none;
	width: 29px;
}
.page ul.productbar li a:hover
{
	background: #111 url(product-bar.png) repeat-x 0 70%;
}

/* @end */

/* @group Splashes */

.bigsplash
{
	text-align: center;
}

ul.splashes
{
	/*display: none;*/
	list-style-type: none;
	margin: 0;
	width: 708px;
	padding: 0 64px;
}
ul.splashes li
{
	margin-bottom: 80px;
}
ul.splashes img
{
	float: left;
	margin-right: 20px;
	padding-top: 0.4em;
	border: 0;
}
ul.splashes h2
{
	margin-bottom: 4px;
	margin-top: 22px;
	margin-left: 148px;
}
ul.splashes h3
{
	color: rgba(61,76,77,0.72);
	font: 0.9em Georgia, Times, Times New Roman, serif;	
	margin-top: -4px;
	margin-left: 148px;
	text-indent: 2px;
	/*text-shadow: 0 0 30px rgba(61,76,77,0.75);*/
}
ul.splashes p
{
	margin-right: 40px;
	margin-left: 148px;
	font-family: Optima, Helvetica, Arial, swiss;
	text-align: justify;
}
ul.splashes ul
{
	margin-left: 148px;
	padding: 0;
}
ul.splashes a.button, ul.splits a.button
{
	/*margin-left: 148px;*/
	text-decoration: none;
	margin-right: 1em;
	background: #42b2f4;
	color: white;
	padding: 0.25em 1em;
	-webkit-border-radius: 0.8em;
	/*padding: 5px 16px;
	-webkit-border-radius: 13px;*/
	/*-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);*/
	-webkit-transition: background-color 0.25s ease-in-out;
	font-size: 0.8em;
}
ul.splashes a.button + a.button, ul.splits a.button + a.button
{
	margin-left: 0;
}
ul.splashes ul a.button:hover, ul.splits a.button:hover
{
	background-color: #fc5a15;
}

/* @end */

/* @group Splits */

ul.splits
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 64px;
	background: white url(microborder.png) repeat-y center;
}
ul.splits > li
{
	display: block;
	width: 353px;
	float: left;
	padding: 0 32px;
	margin-bottom: 1em;
}
ul.splits li.lefty
{
	clear: left;
}
ul.splits li p
{
	text-align: justify;
}
ul.splits > p
{
	margin-right: 172px;
	margin-left: 140px;
}
ul.splits > h3
{
	margin-left: 140px;
}
ul.splits ul
{
	list-style-type: disc;
	padding-left: 19px;
}

/* @end */

/* @group Sidebar */

.sidebar
{
	padding-top: 11px;
	float: right;
	width: 200px;
	display: block;
	margin: 0;
	margin-right: 27px;
	padding-top: 20px;
	font: 0.9em Optima, Helvetica, Arial, Swiss;
}
.sidebar h2, .sidebar h3
{
	font: 1.1em Georgia, Times, Times New Roman, serif;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #3d4c4d;
}
.sidebar p
{
	margin: 0;
	font: 1em Optima, Helvetica, Arial, Swiss;
	text-align: justify;
}
.sidebar p:first-child
{
	margin-top: 4px;
}
.sidebar input
{
	width: 200px;
}
.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebar img.icon
{
	vertical-align: middle;
	position: relative;
	top: -0.16em;
	margin-right: 4px;
	border: 0;
}
/*.sidebar ul.foldernav
{
    list-style-type: disc;
    list-style-position: inside;
}
*/
/* @end */

/* @group Content */

.centerizer
{
	display: block;
	width: 100%;
	float: left;
	background: white;
}

.page
{
	display: block;
	width: 868px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	background: white url(top-shade-bar.jpg) no-repeat center -28px;
	padding-left: 32px;
	min-height: 500px;
}

.page .content
{
	width: 615px;
	padding-bottom: 4px;
	margin-bottom: 1em;
}
.page .sidebar + .content
{
	border-right: 1px dotted rgba(0,0,0,0.25);    
}
.page .content.intro h2:first-child + p
{
	font-weight: bold;
}

.page .content > h2
{
	width: 591px;
	margin-top: 26px;
	margin-bottom: 0;
	clear: left;
}
.page .content > h2, .page .content > h2 a:link, .page .content > h2 a:visited,
.page .content > h3, .page .content > h3 a:link, .page .content > h3 a:visited
{
	color: #3d4c4d;
}
.page .content > h3,  .page ul.splits > h3
{
	width: 591px;
	color: #3d4c4d;
	margin-top: 1.5em;
	font: 1.4em Georgia;
}
.page .content .byline
{
	margin-top: 0.25em;
	font-size: 0.8em;
}
.page .content > h3 + .byline
{
	margin-top: -1.5em;
}

.page .content .byline .date
{
	color: #879595;
}
.page .content .byline ul.tags
{
	color: #879595;
	display: inline;
	padding: 0;
	margin-left: 1em;
}
.page .content .byline ul.tags li
{
	display: inline;
	margin-left: 0.4em;
}
.page .content .byline ul.tags li + li:before
{
	content: "∙ ";
}
.page .content .byline .author
{
    color: #778585;
    display: block;
    margin-top: 1em;
}

.page .content .mini.byline
{
	margin-bottom: 3em;
}
.page .content .mini.byline .date
{
	float: left;
	min-width: 15em;
}
.page .content .mini.byline ul.tags
{
	float: left;
}
.page .content .mini.byline ul.tags li
{
	margin-right: 0;
}
.page .content ul.resultlist
{
	list-style-type: none;
}


.page .content > p
{
	font-family: Optima, Helvetica, Arial, swiss;
	width: 591px;
	text-align: justify;
	margin-bottom: 0;
}

.page .sidebar a:link,
.page .sidebar a:visited,
.page a:link,
.page a:visited
{
	color: #5077be;	
	text-decoration: none;
}

.page .content a.backlink 
{
	font-size: 0.7em;
	text-align: right;
	width: 590px;
	position: relative;
	top:  -3em;
	display: block;
	margin-bottom: -2.6em;
}

.page .content > blockquote
{
    width: 448px;
	color: #3d4c4d;
	font-family: Optima, Helvetica, Arial, swiss;
	-webkit-border-radius: 12px;
	padding: 2px 16px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}
.page .content > blockquote.wide
{
    width: 700px;
	-webkit-border-radius: 12px;
}
.page .content > blockquote p
{
}
.page .content > ul li
{
    margin-bottom: 1em;
    margin-right: 32px;
    text-align: justify;
}
.page .content hr, .page .splits hr
{
    margin-top: 2em;
    margin-right: 26px;
    border: 0;
    border-top: 1px dotted silver;
}
.page .content .footnote
{	
	font-size: 0.8em;
	display: block;
	margin-top: 4em;
}
.page .content img
{
    border: 0;
}

.page .content a.downloadable
{
	text-align: center;
	display: block;
	padding: 48px;
}
.page .content a.downloadable label
{
	display: block;
	font-weight: bold;
}
.page .content a.downloadable img
{
}

/* @group Code etc */

.content var
{
	font: bold 0.8em "Andale Mono", "Droid Sans Mono", Courier, Courier New, mono;
	color: #555;
	letter-spacing: -1px;
}

.content > h4
{
	font: bold 0.8em Georgia, Times, Times New Roman, serif;
	display: inline;
	color: #3d4c4d;
	line-height: 2.7em;
	position: relative;
	top: 1em;
}

.content > h5
{
	margin-left: 4px;
	display: inline;
	font: bold 0.8em Georgia, Times, Times New Roman, serif;
	color: #3d4c4d;
	opacity: 0.8;
	line-height: 2.7em;
	position: relative;
	top: 1em;
}
.content > h4 + h5:before
{
	content: "∙";
	margin-right: 4px;
}
.content code
{
	font: 0.8em "Andale Mono", "Droid Sans Mono", Courier, Courier New, mono;
	margin: 4px 20px 30px 0;
	clear: left;
	display: block;
	white-space: pre;
	background: #eff7fb;
	padding: 10px;
	overflow: auto;
}
.content code .keyword
{
	color: #e79517;
	font-weight: bold;
}
.content code .builtin
{
	color: purple;
	font-weight: bold;
}
.content code .name
{
	color: blue;
}
.content code .comment
{
	color: darkred;
}
.content code .string
{
	color: teal;
}


/* @end */


/* @group Splash Content */

.page ul.splits + .content ul.foldernav li
{
	background: silver;
	height: 64px;
	border: 1px solid black;
}


/* @end */




/* @end */


/* @group Footer/Menu */

.footer
{
	clear: left;
	display: block;
	background: #eff7fb url(base-tile.jpg) repeat-x center top;
	height: 248px;
	font: bold 9pt Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
}

.footer > ul
{
	display: block;
	width: 890px;
	margin: auto;
	background: #eff7fb url(base-texture.jpg) no-repeat center 71.5%;
	height: 248px;
	padding-left: 86px;
}
.footer > ul > li
{
	padding-top: 90px;
	width: 200px;
	display: inline;
	float: left;
	height: 6em;
}
.footer ul li a
{
	color: black;
	text-decoration: none;
}
.footer > ul > li > a
{
	font-size: 1.5em;
	letter-spacing: 3px;
}
.footer ul li ul
{
	padding: 0;
}
.footer ul li ul li
{
	float: none;
	display: list-item;
	list-style-type: none;
	letter-spacing: 1px;
}
.footer ul li a
{
	padding: 2px 8px;
	background: rgba(255,255,255,0);
	-webkit-transition: background-color 0.25s ease-in-out;
	display: block;
	width: 180px;
}
.footer ul li a:hover
{
	background: #daedf2;
	background: rgba(255,255,255,0.5);
}
.footer > ul ul
{
	margin-top: 0.5em;
}

body > .base
{
	clear: left;
	background: #333 url(edge-shadows.png) repeat-y center;
	height: 57px;
	min-width: 976px;
}

/* @end */

