/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body { font: 14px Georgia, serif; }
html { overflow-y: scroll; }
a { text-decoration: none; color:#444444}
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }
#page-wrap { width: 990px; margin: 0 0 0 0; margin-left: auto;margin-right: auto;}
#page-wrap-newcontent { width: 960px; margin: -36px 0 0 0; }
#page-wrap1 { width: 260px; margin: 10px 0 0 450px; }
h1 { font: bold 30px Sans-Serif; margin: 0 0 10px 0; }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }
#wiki-wrap 
{
 margin: auto;
 width: 990px;
 position:relative;
 }

/* Specific to example one */

#example-one { 
/*width: 990px;  margin-left: auto; margin-right: auto; background: #eee; padding: 10px; margin: 0 0 20px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; */
background: #eee;
border-bottom: solid 0px #e1e1e1;
float: center;
border: solid 0px #b5b4b4;
border-width: 0px 0;
width: 963px;
/*margin-left: auto;
margin-right: auto;*/
padding: 0px 0 3px 0;
}

#example-one .nav { overflow: hidden; margin: 0 0 10px 0; width:960px;}
#example-one .nav li { width: 171 px; float: left; margin: 0 10px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 10px; background: #959290; color: white; font-size: 14px; text-align: center; border: 0; }
#example-one .nav li a:hover { background-color: #111; }

#example-one ul { list-style: none; }
#example-one ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-one ul li a:hover { background: #fe4902; color: white; }
#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover { background-color: #0575f4; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover { background-color: #d30000; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover { background-color: #FE4902; color: white; }
#example-one ul li.nav-five a.current, #example-one ul.classics li a:hover { background-color: #F04A82; color: white; }



/* Specific to example two */

#example-two { 
/*width: 990px;  margin-left: auto; margin-right: auto; background: #eee; padding: 10px; margin: 0 0 20px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; */
background: #eee;
border-bottom: solid 0px #e1e1e1;
float: center;
border: solid 0px #b5b4b4;
border-width: 0px 0;
width: 963px;
/*margin-left: auto;
margin-right: auto;*/
padding: 0px 0 3px 0;
}
#example-two .list-wrap { background: #eee; padding: 10px; margin: 0 0 15px 0; width:425px;height:81px;}

#example-two .nav { overflow: hidden; margin: 0 0 10px 0; width:960px;}
#example-two .nav li { width: 171 px; float: left; margin: 0 10px 0 0; }
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { display: block; padding: 10px; background: #959290; color: white; font-size: 14px; text-align: center; border: 0; }
#example-two .nav li a:hover { background-color: #111; }

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-two ul li a:hover { background: #fe4902; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two ul li.nav-one a.current, #example-two ul.featured li a:hover { background-color: #0575f4; color: white; }
#example-two ul li.nav-two a.current, #example-two ul.core li a:hover { background-color: #d30000; color: white; }
#example-two ul li.nav-three a.current, #example-two ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#example-two ul li.nav-four a.current, #example-two ul.classics li a:hover { background-color: #FE4902; color: white; }
#example-two ul li.nav-five a.current, #example-two ul.classics li a:hover { background-color: #F04A82; color: white; }


/* for info-div usage */
#notice-div { background: #eee; padding: 10px; margin: 0 0 20px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; /*height:180px;*/
	font-size:14px; font-family:'Georgia',Arial; font-style:italic;
}
#notice-div .nav { overflow: hidden; margin: 0 0 10px 0;}
#notice-div .nav li { width: 171 px; float: left; margin: 0 10px 0 0; }
#notice-div .nav li.last { margin-right: 0; }
#notice-div .nav li a { display: block; padding: 10px; background: #959290; color: white; font-size: 14px; text-align: center; border: 0; }
#notice-div .nav li a:hover { background-color: #111; }

#notice-div ul { list-style: none; }
#notice-div ul li a {
	display: block; 
	border-bottom: 1px solid #666; 
	padding: 4px; 
	color: #666;
	/*font: 80%/1.0846 arial,helvetica,clean,sans-serif;*/
	font: 11px arial,helvetica,clean,sans-serif;
}
#notice-div ul li a:hover { background: #fe4902; color: white; }
#notice-div ul li:last-child a { border: none; }

#notice-div ul li.nav-one a.current, #notice-div ul.featured li a:hover { background-color: #0575f4; color: white; }
#notice-div ul li.nav-two a.current, #notice-div ul.core li a:hover { background-color: #d30000; color: white; }
#notice-div ul li.nav-three a.current, #notice-div ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#notice-div ul li.nav-four a.current, #notice-div ul.classics li a:hover { background-color: #FE4902; color: white; }
#notice-div ul li.nav-five a.current, #notice-div ul.classics li a:hover { background-color: #F04A82; color: white; }

/* for notice usage */
#info-div { background: #eee; padding: 10px; margin: 0 0 20px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }
#info-div .list-wrap { background: #eee; padding: 10px; margin: 0 0 15px 0; float:left;width:940px}
#info-div .nav { overflow: hidden; margin: 0 0 10px 0; width:200px;}
#info-div .nav li { width: 171 px; float: left; margin: 0 10px 0 0; }
#info-div .nav li.last { margin-right: 0; }
#info-div .nav li a { display: block; padding: 10px; background: #959290; color: white; font-size: 14px; text-align: center; border: 0; }
#info-div .nav li a:hover { background-color: #111; }

#info-div ul { list-style: none; }
#info-div ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#info-div ul li a:hover { background: #fe4902; color: white; }
#info-div ul li:last-child a { border: none; }

#info-div ul li.nav-one a.current, #info-div ul.featured li a:hover { background-color: #0575f4; color: white; }
#info-div ul li.nav-two a.current, #info-div ul.core li a:hover { background-color: #d30000; color: white; }
#info-div ul li.nav-three a.current, #info-div ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#info-div ul li.nav-four a.current, #info-div ul.classics li a:hover { background-color: #FE4902; color: white; }
#info-div ul li.nav-five a.current, #info-div ul.classics li a:hover { background-color: #F04A82; color: white; }



#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#popup a span {
	display: none;
}

span {}

#popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
#popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 125px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}

#accordion {cursor: pointer;}
//
