/*
Stylesheet for Nookkin.com

Copyright(c) 2008-10 Lyosha Blinnikov.
All rights reserved.
*/

/* Basic formatting */
body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

/* Layout */ 
#sitecontainer
{
	width: 830px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
}
#pagecontainer
{
	width: 830px; 
	background-image: url(images/body-ex-bg.png);
}
#bodycontainer
{
	width: 800px; 
	margin-left: 15px;
	clear: both;
}
#headercontainer
{
	height: 183px;
	background-image: url(images/header_bg.png);
	padding-left: 30px;
}
#header p
{
	display: none;
}
#pagetitle
{
	font-size: 20pt;
	font-weight: bold;
}
#pagesubtitle
{
	font-size: 12pt;
}
#toptbar
{
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	text-align: right;
}
#breadcrumb_main
{
	padding-left: 215px;
}
#sidebarcontainer
{
	float: left; 
	width: 200px;
}
#sidebarcontent
{
	padding: 10px 10px 10px 10px;
}
#bodyarea
{
	float: left; 
	width: 600px;
}
#bodycontent
{
	padding: 10px 10px 10px 10px;
}
#bookmarklinks
{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#footercontainer
{
	clear: both;
}
#footer
{
	height: 60px; 
	background-image: url(images/footer-bg.png);
} 
#copyrighttext
{
	text-align: center;
	padding-top: 8px;
	color: #555555;
}
#bottomlinks
{
	text-align: center;
	font-size: 8pt;
}

/* Dropdown menus */
#menubar
{
	background-image: url(images/menu-bar-bg.png); 
	background-repeat: repeat-x; 
	border-top: 1px #a4a4a4 solid;
	background-color: #bdbfbf;
	margin-left: 14px; 
	margin-right: 15px; 
	height: 26px;
	width: 800px;
}
ul.menubar
{
	float: left;
	width: auto;
}
ul.menubar, ul.menubar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1;
}
ul.menubar ul
{
	/*o5pacity: 0.96;
	filter:alpha(opacity=96);*/
	font-size: 10pt;
	border-right: 1px #adadaf solid;
	border-left: 1px #adadaf solid;
	margin-left: -1px;
}
ul.menubar ul ul
{
	padding-top: 0px;
}
ul.menubar li
{
	width: 200px;
	float: left;
}
ul.menubar a
{
	display: block;
	width: 200px;
	height: 20px;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: 6px;
	text-decoration: none;
	border-right: 1px #adafaf solid;
}
ul.menubar ul a
{
	border-right: none;
	border-bottom: 1px #adadaf solid;
}
ul.menubar a:link, ul.menubar a:visited
{
	color: #333333;
}
ul.menubar a:focus, ul.menubar a:active
{
	color: #333333;
	background-color: #c4c5c7;
}
ul.menubar li:hover, ul.menubar a:hover, ul.menubar li.menu_hover, ul.menubar li.menu_hover a:hover
{
	color: #000000;
	text-decoration: none;
}
ul.menubar li.topmenu, ul.menubar li.topmenu a
{
	width: auto;
}
ul.menubar a.topmenu 
{
	width: auto;
	height: auto;
	padding-top: 6px;
	padding-bottom: 7px;
}
ul.menubar li.topmenu a
{
	
}
ul.menubar li.topmenu ul li
{
	padding-top: 0;
}
ul.menubar li.topmenu:hover, ul.menubar li.topmenu.menu_hover
{
	background-color: #babcbf;
	background-image: url(images/menu-drop-top.png);
}
ul.menubar li.topmenu a:hover, ul.menubar li.topmenu.menu_hover a:hover
{
	background-color: #eeeeee;
	background-image: url(images/menu-drop-top.png);
}
ul.menubar li.topmenu ul li:hover, ul.menubar li.topmenu ul li a:hover, ul.menubar li.topmenu ul li.menu_hover, ul.menubar li.topmenu ul li.menu_hover a:hover
{
	background-color: #dddee0;
	background-image: none;
	background-image: url(images/menu-drop-sel.png);
}
ul.menubar li ul li.parentmenu a.parentmenu:hover
{
	
}
ul.menubar li
{
	float: left;
	width: 200px;
}
ul.menubar li ul
{
	position: absolute;
	width: 200px;
	left: -999px;
	height: auto;
	/*xdisplay: none;*/
}
ul.menubar li:hover ul, ul.menubar li.menu_hover ul
{
	left: auto;
	/*xdisplay: block;*/
}
ul.menubar li ul
{
	background-color: #c4c5c7;
}
ul.menubar li ul ul
{
	margin: -26px 0 0 200px;
}
ul.menubar li:hover ul ul, ul.menubar li.menu_hover ul ul
{
	left: -999px;
	/*xdisplay: none;*/
}
ul.menubar li li:hover ul, ul.menubar li li.menu_hover ul
{
	left: auto;
	/*xdisplay: block;*/
}
a.parentmenu
{
	background-image: url(images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

li.menusep
{
	height: 4px;
	border-bottom: 1px #adadaf solid;
	background-color: #adadaf;
}
li.menusep div
{
	height: 2px;
	margin-top: 1px;
	background-color: #c4c5c7;
}
li.menusep div div
{
	display: none;
}
li.menusep:hover
{
	background-color: #adadaf !important;
	background-image: none !important;
}

a.parentmenu:hover, a.parentmenu:active, a.parentmenu:focus
{
	background-image: url(images/arrowh.gif) !important;
	background-color: transparent !important;
}


/* Links */ 
a, a:link
{
	color: #446280;
	text-decoration: none;
}
a:visited
{
	color: #244260;
}
a:hover
{
	color: #84a2c0;
	text-decoration: underline;
}
a:active, a:focus
{
	color: #84a2c0;
	background-color: #fefefe;
}
a.image
{
	border: 0;
}
a.image img
{
	border: 0;
}
a.image:link, a.image:hover, a.image:active, a.image:visited, a.image:focus
{
	background-color: transparent;
}
a.popuplink
{
	border-bottom: 1px dashed;
}
a.popuplink:hover
{
	text-decoration: none;
}
a.disabled, a.disabled:link, a.disabled:visited
{
	color: #9a9a9a;
}
a.disabled:hover, a.disabled:active, a.disabled:focus
{
	color: #cccccc;
}

/* Home page specific */
#bodyarea.homepage
{
	background-image: url(images/homebg.png);
	background-repeat:no-repeat
}
#home_box
{
	margin-top: 120px;
	margin-left: 25px;
}
#latest_box
{
	float: left;
	width: 250px;
}
#latest
{
	height: 17px;
	background-repeat: no-repeat;
	background-image: url('images/text_latest.png');
}
#featured_box
{
	float: left;
	width: 250px;
	margin-left: 20px;
}
#featured
{
	height: 17px;
	background-repeat: no-repeat;
	background-image: url('images/text_featured.png');
}
#latest *, #featured *
{
	display: none;
}
div.homebox_separator
{
	background-color: #b5b5b5;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.homebox_separator *
{
	display: none;
}
div.homelinks div
{
	margin-bottom: 0.5em;
}
div.homelinks div a
{
	font-size: 11pt;
	font-weight: bold;
}

/* Sidebar */ 
div.sidebartitle
{
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.sidebarlnk
{
	margin-top: 0em;
	margin-bottom: 0.5em;
} 
div.sidebarstatic
{
	margin-bottom: 1.8em;
}
div.sidebarstatic .tagcloud, .paragraph
{
	border-left: 1px #bbbbbb solid;
	border-right: 1px #bbbbbb solid;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 5px;
}
.rightsmall, .author
{
	text-align: right;
	font-size: 8pt;
}
.author { font-style: italic; }

/* Text */
.warningtext, .errortext
{
	font-weight: bold;
	color: red;
}
.thankstext, .oktext
{
	font-weight: normal;
	color: green;
}
.warningtextlight, .errortextlight
{
	color: red;
}
strong.highlight, em.highlight
{
	font-weight: normal;
	font-style: normal;
	background-color: #ffffbb;
}
.downloadhash
{
	color: #999999;
	font-size: 8pt;
}
.downloadfilename
{
	font-size: 8pt;
}

/* Paragraphs and Text Blocks */ 
p
{
	margin-top: 0;
}
.unemphasis
{
	color: #888888;
} 

/* Headings */ 
h1, h2, h3, h4, h5, h6
{
	margin-bottom: 2px;
}
h1
{
	margin: 0;
	text-align: center;
	font-size: 18pt;
	margin-bottom: 10px;
}
h2
{
	font-size: 12pt;
	color: #556699;
}
h2.big
{
	font-size: 14pt;
}
h2.small
{
	font-size: 10pt;
}
h3
{
	font-size: 10pt;
	color: #336633;
}
h3 a, h3 a:link, h3 a:visited
{
	color: #336633;
}
h3 a img
{
	border: 0;
}

/* Other block elements */
.box
{
	border: 1px #666666 solid;
	padding: 10px;
	margin: 10px;
}
.notice
{
	border: 2px #ffe924 solid;
	padding: 10px;
	margin: 10px;
	background-color: #fff599;
	background-image: url('images/boxbackground-light.png');
	background-repeat: no-repeat;
}

.warning
{
	border: 2px #ff7273 solid;
	padding: 10px;
	margin: 10px;
	background-color: #ff9393;
	background-image: url('images/boxbackground-light.png');
	background-repeat: no-repeat;
}
.tip
{
	border: 2px #73a8ff solid;
	padding: 10px;
	margin: 10px;
	background-color: #94bdff;
	background-image: url('images/boxbackground-light.png');
	background-repeat: no-repeat;
}
.info
{
	border: 2px #5db853 solid;
	padding: 10px;
	margin: 10px;
	background-color: #88db7f;
	background-image: url('images/boxbackground-light.png');
	background-repeat: no-repeat;
}
.warning strong, .notice strong, .tip strong
{
	font-size: 11pt;
}

pre.code, p.code, div.code, pre.samp, p.samp, div.samp, pre.output, p.output, div.output
{
	display: block;
	margin: 10px;
	padding: 5px;
	overflow-x: auto;
	border: 1px #cccccc solid;
	background-image: url('images/boxbackground.png');
	background-repeat: no-repeat;
}
code, samp
{
	
}
code, .code
{
	background-color: #e2e9f6;
}
samp, .samp, .output
{
	background-color: #ecebf6;
}
blockquote, .quote
{
	background-color: #f6f2ef;
	background-image: url('images/boxbackground.png');
	background-repeat: no-repeat;
}
pre.code code, p.code code, div.code code, pre.samp samp, p.samp samp, div.samp samp, pre.output samp, p.output samp, div.output samp
{
	background-color: transparent;
}
blockquote, p.quote, div.quote, p.output, div.output
{
	margin: 10px;
	padding: 5px;
	border: 1px #cccccc solid;
}
ul.compact
{
	margin: 0;
	padding: 0 0 0 0;
}
ul.compact li
{
	margin-left: 1em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}
ul.swfeatures
{
	margin-top: 0;
	padding: 0;
}
ul.swfeatures li
{
	margin-left: 1em;
	margin-right: 0;
}
ul.large, ol.large
{
	
}
ul.large li, ol.large li
{
	margin-bottom: 1em;
}
ul.portfolio
{
	padding-left: 0;
}
ul.portfolio li
{
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 0.25em;
}

ul.sitemap
{
	
}
ul.sitemap li
{
	font-size: 14pt;
	padding-top: 10px;
	margin-bottom: 10px;
}
ul.sitemap li ul li
{
	font-size: 10pt;
	margin-bottom: 0;
}
li.sitemapsep
{
	list-style-type: none;
}
li b
{
	color: #993333;
}

div.listdiv
{
	margin-left: 10px;
}
div.tc_main
{
	
}
div.tc_sub
{
	margin-left: 1.5em;
}
div.gallery_img
{
	float: left;
	margin-right: 20px;
}
div.gallery_img div.caption
{
	text-align: center;
}
div.imageleft
{
	float: left;
	margin-right: 10px;
}
div.imageright
{
	float: right;
	margin-left: 10px;
}
div.imageleft, div.imageright, div.image
{
	padding: 5px;
	border: 1px #cccccc solid;
	background-color: white;
}
div.imageleft img, div.imageright img, div.image img
{
	display: block;
	border: 0;
}
div.pageinfo
{
	font-size: 8pt;
	border-left: 1px #cccccc solid;
	padding-left: 10px;
	padding-right: 10px;
}
div.pageinfo span.pageinfo
{
	font-style: italic;
}
div.skiptocontent
{
	float: right;
	font-size: 8pt;
	position: relative;
	top: 152px;
	padding-right: 20px;
}
div.skiptocontent a
{
	color: #777;
}

/* Literature elements */
div.storywrapper p
{ 
	text-indent: 2em;
}

div.lit_footnote_container
{
	border-top: 1px black solid;
}
div.lit_footnote_container p
{
	font-size: 8pt;
	font-style: italic;
}
div.lit_footnote_container p b
{
	font-style: normal;
}

div.multipage_nav
{
	
}

/* Tables */
table
{
	background-color: #eeddaa;
	border: 1px #996633 solid;
	background-image: url('images/boxbackground.png');
	background-repeat: no-repeat;
	width: auto;
}
table tr
{
	
}
table tr th
{
	text-align: left;
}
table tr td
{
	border: 1px #999999 solid;
	padding-left: 1em;
	padding-right: 1em;
}

table.bare
{
	background-color: transparent;
	border: none;
	background-image: none;
	background-repeat: no-repeat;
	width: auto;
	padding: 0;
	margin: 0;
}
table.bare tr th
{
	text-align: left;
}
table.bare tr td
{
	border: none;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

/* Special table overrides */
#WzBoDy table
{
	background-color: transparent;
	background-image: none;
}

/* Separators */
div.hr
{
	height: 1px;
	background-color: #999999; /* #5C7281;*/
	margin: 0.5em 0 0.5em 0;
} 
div.hr hr
{
	display: none;
}

/* Forms */
form
{
	margin: 0;
	padding: 0;
}
.disabled
{
	color: #999;
}
div.labelcnt
{
	float: left; 
	clear: both; 
	width: 80px;
	margin-top: 0.5em;
}
div.inputcnt
{
	float: left;
	width: 350px;
	margin-top: 0.5em;
}
div.inputcnt input
{
	width: 350px;
}
div.inputcnt textarea
{
	width: 350px;
}
div.formerror
{
	font-weight: bold;
	color: red;
}
label .small
{
	font-size: 8pt;
	display: block;
} 

/* Comments */
#comments
{
	width: 550px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#comments h2
{
	margin-bottom: 5px;
	margin-top: 5px;
}
div.commentformarea
{
}
div.commentformarea h3
{
	margin-top: 0px;
}

div.usercomment
{
	border: 1px #cccccc solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f9f9f9;
}
div.admincomment
{
	background-color: #f9efef;
	border-color: #cc9999;
}
div.admincomment a
{
	color: #dd686b;
}
div.previewcomment
{
	background-color: #f9f9e0;
	border-color: #cccc88;
}
div.commentpreviewnotice
{
	font-style: italic;
	font-size: 8pt;
	color: #aaaa99;
	border-top: 1px #cccccc dotted;
	margin-top: 5px;
}
div.moderatedcomment
{
	
}
div.commentoptions
{
	font-style: normal;
	font-size: 8pt;
	border-top: 1px #cccccc dotted;
	margin-top: 5px;
}
div.commentmoderationnotice
{
	font-style: italic;
	font-size: 8pt;
	border-top: 1px #cccccc dotted;
	margin-top: 5px;
}
div.commentlinks
{
	font-size: 8pt;
	text-align: right;
}
div.usercomment div.namedate
{
	font-size: 8pt;
	margin-bottom: 3px;
	border-bottom: 1px #cccccc dotted;
}
.commentnametext
{
	font-weight: bold;
}
.webmastercommentnametext a
{
	color: #DD686B;
}
div.usercommenttext
{
	
}
div.commentinstructions
{
	font-size: 8pt;
}
div.usercommenttext a img
{
	border: 0;
}

.commenterror
{
	border: 2px #ff7273 solid;
	padding: 10px;
	margin: 10px;
	background-color: #ff9393;
	background-image: url('images/boxbackground-light.png');
	background-repeat: no-repeat;
}
.commentthanks
{
	border: 2px #5db853 solid;
	padding: 10px;
	margin: 10px;
	background-color: #88db7f;
	background-image: url('images/boxbackground-light.png');
	background-repeat: no-repeat;
}


/* Information Bar */
div.infobar
{
	background-color: #FFFFe0;
	position: fixed;
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: auto; 
	line-height: 2;
	border-bottom: 1px #999966 solid;
}
div.infobar div.infobartext
{
	float: left;
	margin-left: 10px;
}
div.infobar div.infobarclose
{
	float: right;
	margin-right: 10px;
}
div.infobar a, div.infobar a:link, div.infobar a:visited
{
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}
div.infobar a:hover, div.infobar a:active, div.infobar a:focus
{
	background-color: transparent;
	color: red;
	text-decoration: underline;
}

/* Google Search box */
#searchbox
{
	display: block;
	width: 140px;
	float: left; 
}
#cse-search-results iframe
{
	width: 575px !important;
	background-color: transparent !important;
	max-width: 575px;
}

/* Buttons */
input[type="button"], button
{
	background-color: #e0e0e0;
	border: 1px #afafaf solid;
}
input[type="button"]:hover, button:hover
{
	background-color: #e9e9e9;
	border: 1px #dfdfdf solid;
}
input[type="button"]:active, button:active
{
	background-color: #9f9f9f;
	border: 1px #6f6f6f solid;
}

/* Miscellaneous Elements */
div.floatclear
{
	clear: both;
}
.small
{
	font-size: 8pt;
}
br.half
{
	line-height: 0.5; 
}
#xcssd
{
	display: none;
	color: red;
}

/* Mobile-specific items. Please see mobile.css for the mobile stylesheet. */
#mobile_options
{
	text-align: center;
}
