/**All Start**/
body {
	font-family: Nimbus Sans L, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background-color: white;
	background-image: url(http://iphonecampus.wdfiles.com/local--files/start/bodybg.png);
	background-repeat: repeat-x;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Nimbus Sans L, Helvetica, Arial, Verdana, sans-serif;
	color: #66CC00;
}
h1 a {
	color: #66CC00;
}

a {
	color: #3366ff;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #66CC00;
	text-decoration: underline;
}
a.newpage {
	color: #6f918a;
	text-decoration: none;
}
div.buttons input, input.button, button, file, a.button {
	background-image: url(http://static.wikidot.com/common--theme/frontspecial/images/button.png);
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 26px;
}
div.buttons input:hover, input.button:hover, button:hover, a.button:hover {
	background-image: url(http://static.wikidot.com/common--theme/frontspecial/images/button2.png);
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	height: 26px;
}
textarea {
	font-family: Nimbus Sans L, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
/**All End**/
/**Header Start**/
#header {
	background-repeat: no-repeat;
 	background-image: url(http://iphonecampus.wdfiles.com/local--files/start/logo.png);
	top: 10px;
	height: 85px;
}
#header h1 a {
	color:#FFFFFF;
	height: auto;
	width: auto;
	display: block;
	font-size: 160%;
	line-height: 0;
	text-decoration: none;
	position: relative;
	top: 13px;
	left: 10px;
}
#header h1 span{
	display: none;
}
#login-status {
	top: 40px;
}
#login-status a {
	color: #333;
}
#account-options {
	padding: 2px;
	background-color: #D5D5D5;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#account-options li a {
	margin: 0 auto;
}
#account-options li a:hover {
	background-color: #E5E5E5;
	margin: 0 auto;
}
#account-topbutton {
	border: 1px solid #666;
	background-color: transparent;
}
#top-bar {
	top:74px;
	position: absolute;
	left: 1em;
	bottom: 0px;
	z-index:20;
	width: 820px;
	font-weight:bold;
}
#top-bar ul {
	display: block;
	margin:0;
	padding:0;
	list-style:none;
}
#top-bar li {
	list-style: none;
	float:left;
	margin: 0 5px;
	padding:0;
}
#top-bar li ul {
	padding: 1px;
	margin: 0;
	width: 160px;
	border: 1px solid #AAA;
	webkit-border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background-color: #D5D5D5;
}
#top-bar li ul li {
	padding: 0;
	margin: 0;
	/*width: 12em;*/
	display: block;
	float: none;
}
#top-bar li a {
	color: #333;
	text-align: center;
	display: block;
	padding: 6px 8px;
	text-decoration: none;
}
#top-bar a:hover {
	background-color: #E5E5E5;
	text-decoration: none;
	color: black;
}
#top-bar li ul li a {
	width: 139px;
	text-align: left;
	background-color: #D5D5D5;
	color: #333;
	border: none;
}
#top-bar li ul li a:hover {
	background-color: #E5E5E5;
	color: #black
}
#top-bar li ul {
	position: absolute;
	/*left: -999em;*/
	visibility: hidden;
}
#top-bar li:hover ul, #top-bar li.sfhover ul {
	/*left: auto;*/
	visibility: visible;
}
#search-top-box {
	background-image:  url(http://iphonecampus.wdfiles.com/local--files/start/menubg.png);
	background-repeat: no-repeat;
	width: 975px;
	right: 2px;
	top: 70px;
	z-index:19;
	height: 40px;
	padding-top:10px;
}
#search-top-box input.empty {
	height: 21px;
	width: 107px;
	font-family: Nimbus Sans L, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	overflow: hidden;
}
#search-top-box input.text {
	color: #66cc00;
	height: 18px;
	width: 107px;
	font-family: Nimbus Sans L, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	overflow: hidden;
}
#search-top-box-input {
	border: 0;
	background-color: transparent;
}
#search-top-box-form input.button {
	display: none;
	background: transparent;
	color: transparent;
	height: 0;
	padding-left: 18px;
	width: 20px;
	border: 0;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
#search-top-box-form {
	margin-left: 845px;
}
/**Header End**/
/**Left Sidebar Start**/
#side-bar {
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rss-icon img {
	display:none;
}
.rss-icon {
	background-image: url(http://iphonecampus.wdfiles.com/local--files/start/rss.gif);
	display:block;
	width:80px;
	height:83px;
}
/**Left Sidebar End**/
#page-content {
	margin-top: 30px;
}
#container {
	width: 976px;
	margin: 0 auto;
}
#content-wrap {
	margin-top: 50px;
	overflow: hidden;
}
#page-title {
	border-bottom: 1px solid #b3b3b3;
	color: #66CC00;
	font-weight: bold;
	font-size: 30px;
}
#breadcrumbs {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}
#main-content {
	float: left;
	margin-left: 10px;
	width: 650px;
	padding: 0 10px;
}
#footer {
	margin: 0;
	padding: 0;
}
#footer .options {
	color: #b3b3b3;
	font-size: 10px;
}
#license-area {
	border-top: 1px solid #ececec;
	font-size: 10px;
}
.equation-number {
	padding-top: 1em;
}
.printuser {
	color: #333;
}