* {
	padding: 0;
	margin: 0;
}


p {
	margin: 0.7em 0;
	line-height: 1.8em;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0.5em;
	padding: 0;
}

img {
	padding: 5px;
	background-color: #3f3f3f;
	margin: 5px;
	border: #000 1px solid;
}

img:hover {
	padding: 5px;
	background-color: #3f3f3f;
	margin: 5px;
	border: #fff 1px solid;
}

img.right {
	float: right;
	margin: 10px 0 0 10px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

a:link img,a:visited img,a:hover img,a:active img {
	border: none;
	background: none;
	padding: none;
	background: url(../images/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
}

img.wp-smiley,.wpstats,img.noborder,a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 20px;
}

blockquote {
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(../images/blockquote.gif) no-repeat left top;
}

fieldset {
	border: 0;
}

body {
	background: #171717 url(../images/bg.gif);
	margin: 10px;
	font: 76%/ 1.6em verdana, tahoma, arial, sans-serif;
	color: #fff;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link,a:visited {
	color: #51a2d6;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
	color: #fff;;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Verdana, Arial, Serif;
	color: #51a2d6;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	position: relative;
	text-align: left;
	border: 1px solid #000;
	background: #313131;
}

#drop-shadow {
	background-image: url(../images/drop-shadow.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
	width: 202px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#header {
	clear: both;
	margin: 0 auto;
	width: 990px;
	position: relative;
	text-align: left;
	padding: 15px 0px 15px 0px;
	color: #FFFFFF;
}

#headline {
	float: left;
	font-size: 1.8em;
	margin: 10px 0 0 0px;
	font-variant: small-caps;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 1.8em;
}

#headline a {
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
}

#slogan {
	margin: 5px 0 0 0px;
	font-size: 16px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Serif;
	letter-spacing: 0px;
}

#header_ads {
	float: right;
}

#content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

html #content {
	
}

#content h4 {
	font-size: 1.1em;
	margin: 1em 0 0 0;
}

#content h5 {
	font-size: 1em;
	margin: 1em 0;
}

#content-main ul {
	margin: 0 1em;
	padding: 0 1em;
	
}

#content-main ul.asides {
	margin: 0;
	padding: 2em;
	border-bottom: #000 1px solid;
}

#content ol {
	list-style-type: decimal;
	margin: 1em;
	padding-left: 2em;
}

#content-main {
	float: left;
	width: 547px;
}

html #section-index #content-main {
	margin-right: 0px;
}

#content .post {
	padding-left: 10px;
}

#content h1 {
	margin: 1em 0 0;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0px;
	color: #51a2d6;
}

}
#content h2,#content h3 {
	font-size: 1.5em;
	margin: 1em 0 0;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0px;
	color: #51a2d6;
}

#content .entry {
	
}

#content .entry a:link,#content .entry a:visited {
	border-bottom: #51a2d6 1px dashed;
}

#content .entry a:hover,#content .entry a:active {
	border-bottom: #333333 1px solid;
}

#content .entry li {
	margin: 0 0 0.3em 0;
	padding: 0;
	line-height: 1.6em;
}

#content .postmetadata {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#content .post-info {
	clear: both;
	font-size: 0.9em;
	color: #fff;
	margin: 0;
	padding: 0;
}





input.textbox,textarea {
	background: #333;
	border: #000 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
	color: #FFFFFF;
	width: 150px;
}

textarea {
	width: 90%;
	padding: 10px;
	line-height: 2em;
	height: 20em;
}

input.textbox:focus,textarea:focus {
	border: #fff 1px solid;
}

#submit {
	background-image: url(../images/blue-li.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
}

#submit :hover {
	background-image: url(../images/top-nav-hover.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #fff;
}

#search_box {
	width: 200px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-decoration: none;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #292929;
}

.post h4 {
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Serif;
}

.post h4 em {
	font-style: normal;
	float: right;
	font-weight: normal;
}

#header,#content,#sidebar,#footer,.widget {
	overflow: hidden;
}

.did-you-know {
	background-color: #1e1e1e;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	width: 990px;
	margin: 0px auto;
	color: #fff;
}

.footer-area {
	overflow: hidden;
	width: 990px;
	position: relative;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Serif;
	margin: 0 auto;
	padding: 0px 0 9px 0;
	font-size: 12px;
	font-weight: bold;
	color: #51a2d6;
	text-decoration: none;
}

.footer-area a {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	color: #51a2d6;
	text-decoration: none;
}

.footer-area a:hover {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	color: #51a2d6;
	text-decoration: none;
}

.footer-area a:visited {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	color: #51a2d6;
	text-decoration: none;
}

.footer-area a:hover {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	color: #51a2d6;
	text-decoration: none;
}

.no-image {
	border: 0px;
	background-image: none;
	padding: 0px;
	margin-right: 5px;
}

.pad {
	text-align: left;
}

#nav {
	width: 200px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #292929;
}

#nav img {
	margin: 5px;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
}

#nav UL {
	width: 200px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav LI {
	width: 200px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
}

#nav LI A {
	width: 200px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-decoration: none;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #000;
	background-color: #292929;
}

#nav LI A:hover {
	width: 200px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	background-color: #2e2e2e;
	background-image: url(../images/li-hover.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #000;
}

#nav-right {
	width: 200px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	overflow: hidden;
	float: right;
	position: relative;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #292929;
}

#nav-right img {
	margin: 5px;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
}

#nav-right UL {
	width: 200px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav-right LI {
	width: 200px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
}

#nav-right LI A {
	width: 200px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-decoration: none;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #000;
	background-color: #292929;
}

#nav-right LI A:hover {
	width: 200px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	background-color: #2e2e2e;
	background-image: url(../images/li-hover.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #000;
}

.cat {
	width: 200px;
	margin: 0px;
	padding: 4px;
	overflow: hidden;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/cat-box-rep.png);
	background-position: top;
	background-repeat: repeat-x;
}

#back-to-top {
	position: absolute;
	visibility: visible;
	z-index: 82;
	right: 15px;
	top: 7px;
}

#nav li #alp {
	font-weight: bold;
	font-size: 150%;
}
#nav li #alp tr {
	height:1.6em;
}
#nav li #alp  a {
	border:none;
	padding:8px;
	display:inline;	
}
#nav li #alp A:hover {	
	border:none;
	background-image:none;
	background-color:#292929;
	display: inline;
	
}


.limamud {
	list-style-position: inside;
	margin-top: 10px;
	margin-left: 15px;
	padding: 5px;
	display: block;
	border: 1px solid #313131;
	width: 150px;
	background: #884848;
}

#content .entry .top_list {
	display: block;
	color: #fff;
	font-size: 90%;
	background: #884848;
	margin-bottom: 5px;
	border: 1px solid #fff;
}

#content .entry .top_list table {
	border-spacing: 5px
}

#content .entry .top_list table tr{
	
	
}


#content .entry .top_list a,top_list a:link,top_list a:visited {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#content .entry .top_list a:hover,top_list a:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content .entry .top_list h3 {
	margin-top:0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#content .entry .top_list h2 {
	margin-top:0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;

}

#content .entry .colored_box {
	display: block;
	position: relative;
	background: #edd873;
	border: 1px solid #edd873;
	margin-bottom: 15px;
	padding: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	position: relative;
	color: #884848;
}

#content .entry .colored_box table {
	border-spacing: 3px;
}

#content .entry .colored_box a,.colored_box a:link,.colored_box a:visited
	{
	color: #884848;
	border-bottom: 1px dashed #884848;
}

#content .entry .colored_box a:hover,.colored_box a:active {
	text-decoration: none;
	color: #884848;
	border-bottom: 1px solid #884848;
}

#content .entry .colored_box h3 {
	margin-left: 5px;
	margin-right: 5px;
	color: #884848;
	border-bottom: 1px dotted #884848;
}

#content .entry #letter_nav {
	float: left;
	background: #edd873;
	border: 1px solid #edd873;
	padding: 10px;
	margin-top: 30px;
	margin-left: 70px;
	width: 100px;
}

#content .entry #letter_nav ul li {
	font-weight: bold;
	list-style-type: none;
	margin-top: 3px;
	margin-left: 0px;
}

#content .entry #letter_nav a,#letter_nav a:link,#letter_nav a:visited {
	color: #884848;
	border-bottom: 1px dashed #884848;
}

#content .entry #letter_nav a:hover,#letter_nav a:active {
	text-decoration: none;
	color: #884848;
	border-bottom: 1px solid #884848;
}

#content .entry #letter_nav h3 {
	margin-left: 3px;
	margin-right: 3px;
	color: #884848;
}

#content .entry #pagination {
	clear: both;
	float: none;
	margin-top: 30px;
	padding-top: 15px;
}

#content .entry ul.pagination {
	
}

#content .entry ul.pagination li {
	diplay: inline;
	float: left;
	margin: 3px;
	margin-top: 3px;
	background: #edd873;
	list-style-type: none;
	font-weight: bold;
	font-size: 130%;
	padding: 2px;
	border: 1px solid #313131;
}

#content .entry #pagination a,#pagination a:link,#pagination a:visited {
	color: #884848;
	border-bottom: 1px dashed #884848;
}

#content .entry #pagination a:hover,#pagination a:active {
	text-decoration: none;
	color: #884848;
	border-bottom: 1px solid #884848;
}

#content .entry #pagination h3 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px dotted;
}

#content .entry #pagination li.this_page {
	background: #884848;
}

#container #content .post .entry .general_box #input.general_block form #mathguard table tbody tr td
	{
	font-family: monospace;
}

.box_left {
	float: left;
	width: 265px;
}

.box_right {
	float: right;
	width: 265px;
	border-left: 1px dotted black;
}

.general_box {
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#top_box {
	float: left;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.list_table { 
	
}

.tb_head {
	
}

.name,lis { 
	
}

.bar_container {
	display: block;
	width: 140px;
}

.bar {
	display: block;
	border: 1px solid #000;
	height: 20px;
	background: #51a2d6;
}

.general_box #cheat_comments {
	margin-top: 20px;
}

.general_box #cheat_comments .comment_head{
	border-bottom:1px dotted #51a2d6;
	color:#51a2d6;
}
.general_box #cheat_comments ul li {
	display: block;
	list-style-type: none;
	
	background-repeat: repeat-x;
	padding: 5px;
	border: 1px solid #51a2d6;
	margin-bottom: 10px;
}

#rating_cont {
	text-align: center;
	margin-top: 10px;
	width:200px;
}

#rating_cont #rating {
	
	font-size: 2.8em;
	font-weight:bold;
	padding:5px;
	
	color:yellow;
}

#rating_cont img {
	border:none;
	background-color:#313131;
	}
#rating_images img{	
	border:none;
	background-color:#313131;
	}
	
#content .entry #rand_list h4{
	margin-top:25px;
	}
		
#content .entry #rand_list ul li {
	float: left;
	display: block;
	width: 145px;
	margin-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 95%;
	padding: 5px;	
	height: 100%;	
	background: #884848;
	border: 1px solid #fff;
	color: #fff;
}

#content .entry #rand_list a,#rand_list a:link,#rand_list a:visited {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#content .entry #rand_list a:hover,#rand_list a:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}
