/*************************************/
/*                                   */
/*         Help Slamdot CSS          */
/*                                   */
/*************************************/

iframe {
	border: 0;
	margin: 5px 0;
}

#right {
	color:#94cd0c;
	font-size:110%;
}
#right a {
	color:#fff;
}
#right a:hover {
	color:#fff;
	text-decoration:none;
}
div.main h1 {
	font-weight: normal;
}
div.main h3 {
	font-weight: normal;
}
div.main h4 {
	font-weight: normal;
}
h2#help_title {
	margin:0 0 10px 0;
}
ul.base_topics {
	width:100%;
	overflow:auto;
	margin:10px 0;
	clear:both;
	list-style-type:none;
}
ul.base_topics li {
	width:138px;
	float:left;
	margin:10px 5px;
	padding:0 0 0 21px;
	background:url("/styles/slamdot/images/folder.gif") top left no-repeat;
	list-style-type: none;
}
ul.base_topics li h4 {
	font-size: 120%;
}
ul.base_topics li p {
	margin:2px 0;
}
h3.articles_title {
	clear:both;
}
h3.subtitle {
	padding-top:10px;
	border-top:2px solid #eaeaea;
}
ul.articles {
	width:100%;
	clear:both;
	list-style:none;
	padding:0;
	margin:5px 0 5px 0;
}
ul.articles li {
	display:block;
	word-wrap:break-word; /* Oh IE how I loathe thee */
	padding:10px 0 10px 18px;
	background:url("/styles/slamdot/images/article.gif") 0 11px no-repeat;
}
ul.articles li h4 {
	font-size: 120%;
}
ul.articles li p {
	margin:2px 0;
}
ul.articles li p.info {
	color:#666;
}
ul.articles li p.info span {
	margin-right:10px;
}
div.entry h1 {
	margin-bottom: 10px;
}
div.entry h3 {
	margin-top: 0;
	color: #81abd9;
	font-weight: normal;
}
div.entry h4 {
	margin-bottom: 10px;
}
div.entry object {
	margin-bottom: 10px;
}
div.entry p {
	color: #555;
}
div.entry ul {
	margin-left: 20px;
	padding-left: 0;
}
div.entry li {
	color: #555;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}
div#left_articles {
	width:49%;
	float:left;
}
div#right_articles {
	width:49%;
	float:right;
}
#left ul#article_attachments {
	margin-left:0;
	list-style:none;
	border-bottom:1px dashed #aaa;
}
#left ul#article_attachments li {
	margin:0;
	padding:10px 10px;
	background-color:#f3f3f3;
	border-top:1px dashed #aaa;	
}
#left ul#article_attachments li h4 {
	margin:0 0 4px 0;
}
#left ul#article_options {
	background-color:#f3f3f3;
	border-top:#eaeaea solid 2px;
	border-bottom:#eaeaea solid 2px;
	padding:15px 15px;
	list-style:none;
	text-align:center;
	margin:0;
}
#left ul#article_options li {
	display:inline;
}
#left ul#article_options li a {
	margin:0 10px;
	padding:5px 0 5px 17px;
}
#left ul#article_options li#article_email a {
	background:url("/styles/slamdot/images/email.gif") center left no-repeat;
}
#left ul#article_options li#article_print a {
	background:url("/styles/slamdot/images/print.gif") center left no-repeat;
}
#left ul#article_options li#article_comment a {
	background:url("/styles/slamdot/images/add_comment.gif") center left no-repeat;
}
#left ul#article_options li a:hover {
	color:#000;
}
#left form#article_rate {
	text-align:center;
	padding:15px 0 5px 0;
}
#left form#article_rate fieldset {
	border:0;
}
#left form#article_rate fieldset em {
	font-weight:bold;
	font-size:110%;
	margin-right:10px;
}
#left form#article_rate fieldset legend {
	display:block;
	float:left;
}
#left form#article_rate fieldset input, select {
	display:inline;
}
/*  Lore classes  */
a.lore_small_link:hover {
	background:transparent;
}
p.tagged {
	border-top: 1px solid #d9ebff;
	margin-top: 20px;
	padding-top: 20px;
	border-bottom: 0;
}
div.side p.contact {
	padding-top: 20px;
}
input.txt-full, textarea.txt-full {
	width: 500px;
	padding: 3px;
	font-size: 18px;
}
select.txt-full {
	font-size: 18px;
}
form label {
	margin-bottom: 5px;
	display: block;
	font-size: 110%;
}
input.large {
	font-weight: bold;
}
p.form_errors, p.form_error {
	background-color: #fcebeb;
	border: 1px solid #eb3e37;
	color: #eb3e37!important;
	padding: 7px;
	font-size: 14px;
	margin: 10px 0 15px 0;
	width: 500px;
}
ul#comment_list, ul#comment_list li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#errorExplanation {
	margin: 20px 0;
	border: 2px solid red;
	background-color: #fcecec;
	padding: 15px;
}
#errorExplanation h2 {
	font-size: 130%;
	color: #eb3e37;
	margin-top: 0;
}
#errorExplanation p {
	color: #333;
	margin-bottom: 0;
}
#errorExplanation ul {
	margin-top: 10px;
	margin-bottom: 0;
}
#errorExplanation ul li {
	color: #333;
	line-height: 1.5em;
}
div.blog-side h3.section-title {
	padding-top: 30px;
}

