/************************/
/***** Div Elements *****/
/************************/

/***** Search All Form *****/

#searchentries input.text {
	background:url(/img/input_bg.gif) repeat-x;
	border:1px solid #95A3AB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	margin:.2em 0 0 0;
	padding:3px;
	width:216px;
}

#searchentries select {
	background:url(/img/input_bg.gif) repeat-x;
	border:1px solid #95A3AB;
	display:block;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	margin:.2em 0 0 0;
	padding:3px;
	width:165px;
}

#searchentries option {
	background:#FFF;
	color:#000;
}

#searchentries input.submit {
	background:#EEE;
	border:1px solid #95A3AB;
	display:block;
	float:left;
	margin:.2em 0 0 .5em;
	padding:3px 2px 2px 2px;
}

/***** Related Entries & Related Tutorials UL *****/
#relatedentries ul li {
	background:url(/img/bullet.gif) no-repeat 0 4px;
	line-height:1.5em;
	margin:0 0 .5em 0;
	padding:0 0 0 1em;
}

#relatedentries a {
	color:#000;
	text-decoration:none;
}

#relatedentries a:hover {
	text-decoration:underline;
}

#relatedtutorials ul li {
	background:url(/img/bullet.gif) no-repeat 0 4px;
	line-height:1.5em;
	margin:0 0 .5em 0;
	padding:0 0 0 1em;
}

#relatedtutorials a {
	color:#000;
	text-decoration:none;
}

#relatedtutorials a:hover {
	text-decoration:underline;
}

/***** Article/Post *****/
#postcontainer h2 {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}

#postcontainer h3 {
	margin-top: 0.3em;
}

#postcontainer ul, #postcontainer ol {
	display:block;
	margin:0 0 2em 0;
	overflow:hidden;
	font-size: 1em;
}

#postcontainer ul ul, #postcontainer ol ol, #postcontainer ul ol, #postcontainer ol ul {
	margin-left: 2em;
	font-size: 0.8em;
}

#postcontainer ul {
	list-style: disc;
	list-style-position: inside;
}

#postcontainer ol {
	list-style: lower-roman;
	list-style-position: inside;
}

#postcontainer p {
	margin-bottom: 2em;
}

#postcontainer ul.metainfo {
	list-style: none;
}

#postcontainer ul li, #postcontainer ol li
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#postcontainer ul.metainfo li {
	font-size: 1em;
	display:block;
	text-transform:uppercase;
	margin-bottom: 0;
}

#postcontainer ul li.download {
	float:right;
	text-align: right;
}

#postcontainer ul li.crumbtrail {
	color:#95A3AB;
}

#postcontainer ul li a {
	color:#000;
	text-decoration:none;
}

#postcontainer ul li a:hover {
	color:#999;
}

/***** Table of Contents UL *****/
#tableofcontents ul.first {
	display:block;
	float:left;
	width:10em;
}

#tableofcontents ul.first li {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
}

#tableofcontents ul.second {
	display:block;
	float:left;
	margin:0 0 2em 15em;
	overflow:hidden;
	width:310px;
}

#tableofcontents ul.second li {
	margin:0 0 .5em 0;
	font-size:1.2em;
	line-height:1.5em;
	overflow:hidden;
}

#tableofcontents ul.second li .ttitle {
	float:left;
	clear:left;
	margin:0 .8em 0 0;
}

#tableofcontents ul.second li a.texttut {
	display:block;
	float:left;
	height:16px;
	margin:0 .5em 0 0;
	width:13px;
}

#tableofcontents ul.second li a.videotut {
	display:block;
	float:left;
	height:16px;
	width:14px;
}

#tableofcontents ul.second li a.texttut {
	background:url(/img/tutorial_text_link.gif) no-repeat;
	background-position:0 3px;
}

#tableofcontents ul.second li a.texttut:hover {
	background-position:-13px 3px;
}

#tableofcontents ul.second li a.videotut {
	background:url(/img/tutorial_video_link.gif) no-repeat;
}

#tableofcontents ul.second li a.videotut:hover {
	background-position:-14px 0;
}

#tableofcontents a {
	color:#000;
	text-decoration:none;
}

#tableofcontents a:hover {
	text-decoration:underline;
}

/***** Sitemap Styles *****/

#sitemaplist h2 {
	border:0;
	padding:0;
}

#sitemaplist ul li {
	list-style-type:none;
	margin:0 0 5px 0;
}

#sitemaplist ul ul {
	margin:5px 0 0 14px;
}

#sitemaplist ul ul li {
	list-style-type:disc;
}