/*
Theme Name: HELP Course
Theme URI: http://help1.blogs.tipg.net/
Description: The HELP Course Wordpress Theme, based on OurWorld 2.0 by UNU.
Version: 0.9
Author: Jeremy Porter
Tags: help course, plan672, custom sidebars, multiple sidebars, rotating banner
*/


/* basics */

* { margin:0; padding:0; }

body {
	background: #e0e0e0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	margin: 20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

hr { color: #fff; background-color: #fff; border: 1px dotted #A2A2A2; border-style: none none dotted; }

/* misc alignment */

p.left {text-align: left;}
p.right {text-align: right;}
p.center {text-align: center;}
img { border: none; padding: 6px; }
img a {border:none;}
img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }
img.center{ float: center; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

/* links */

a { color:#333369; text-decoration:none; border: none; }
a:hover{color:#6A7CA0;text-decoration: underline; border: none;}

/* Main Container - seperates everything from grey background */

#container {
	width: 936px;
	margin: 0 auto;
	padding: none;
	background:#fff;
	color:#666666;
	border: none;
	}
	
/* header */

#header {
	background: #E0E0E0;
	width: 100%; 
	color: #fff; 
	height: 90px;
	}

#header h1{
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 3.2em;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 6px 0 0 6px;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-size: 1em;
	font-weight: 300;
	
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 6px;	
	}

/* Content Container - contains the lower parts eg post body bottombar footer */

#contentcontainer  {
	background-color: #ffffff;
	padding: 12px;
	}

#contentcontainer h1 {
	color:#B95959;
	font-size: 18pt;
	font-weight: normal;
}

#contentcontainer h2 {
	color:#B95959;
	font-size: 12pt;
	
}

/* Content with a Left Sidebar: contentleftsidebar */
#contentleftsidebar {
	float: left;
	width: 68%;
	overflow: hidden;
	margin-left:12px;
	}	

/* Content with a Right Sidebar: contentrightsidebar */
#contentrightsidebar {
	float: left;
	width: 68%;
	overflow: hidden;
	margin-right:12px;
	}	

/* Content with no side bar: contentnosidebar */
#contentnosidebar {
	float: none;
	width: 99%;
	overflow: hidden;
	}	

/* Post Content */
.post {
	margin:0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h2{
	font-size: 12pt;
	font-weight: 300;
	color: #08122E;
	}
	
.post h2 a{
	color:#B95959;
	font-size: 18pt;
	font-weight: normal;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}

.post a{text-decoration:underline;}

.entry p { margin:12px 0;}


.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	
	float:left;
	width:100%;
	
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-size:10pt;
	width: 30%;
	float:left;
	padding: 0;
	border: 1px dotted #A2A2A2;
	}

#sidebar a:hover { text-decoration: none; }

#sidebar h2 {
    text-align:center;
    font-weight: normal;
    margin-top:10px;
    margin-bottom:10px;
}

#sidebar h3 {
    text-align:center;
    font-size: 8pt;
    font-weight: normal;
    margin-top:10px;
}


#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* main menu */

#menu {
	background: #E0E0E0;
	font-size: 8pt;
	width:936px; 
	height:25px;
	border-top: 1px solid #E0E0E0;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: right;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #E0E0E0;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-size: 7pt;
	text-align: right;

	}

#footer img { vertical-align: middle }
#footer p{padding:6px;margin: 0; color: #000000;}
#footer a{color: #000000;text-decoration: none;}
#footer a:hover{color: #000000;text-decoration: underline;}

.articleslist { overflow: hidden; margin-right: 6px; }
.articlelist .articleblock { padding: 15px 0pt; overflow: hidden; margin-top: -1px; }
.withthumb { width: 450px; float: left; }
.withthumb p { margin: 0; padding:0; } 
.articleblock { padding: 15px 0pt; overflow: hidden; margin-top: -1px; }
.articleblock h2 { color: rgb(77, 77, 77); }
.articleblock h2 a { text-decoration: none; color: rgb(77, 77, 77); }
.articleblock p {
	color: rgb(128, 128, 128); 
	margin: 0;
	padding:0;
}
.articleblock p a { color: rgb(128, 128, 128); }
.thumb { overflow: hidden; width: 142px; height: 88px; background-position: center center; background-repeat: no-repeat; }
.thumb a { display: block; height: 81px; text-decoration: none; }

ol, ul { list-style-type: none; list-style-image: none; list-style-position: outside; }
.centred { margin: 0pt auto; width: 936px; }
#links { padding: 10px 20px; overflow: hidden; margin-bottom: -40px; font-family: tahoma ! important; font-size: 14px ! important; }
#links { float: right; }
* #links { position: relative; top: 10px; }
#links li { border-left: 1px solid rgb(255, 255, 255); padding: 2px 4px 4px; color: rgb(255, 255, 255); float: left; cursor: pointer; }

.picaboo { overflow: hidden; height: 394px; width: 100%; }
.picaboo .promob { width: 100%; height: 374px; background-repeat: no-repeat; background-position: center center; display: block; }
.picaboo .promob a { height: 374px; width: 100%; display: block; }
.picaboo .description { background: rgb(224, 224, 224) none repeat scroll 0% 0%; text-align: right; width: 100%; display: block; height: 20px; }
.picaboo .description span { margin: 0pt auto; padding: 2px 0pt; background: rgb(224, 224, 224) none repeat scroll 0% 0%; display: block; width: 936px; }
.description a { display: inline ! important; }
.picaboo .description a { color: rgb(128, 128, 128); text-decoration: underline; }
.cur { background: #B95959 none repeat scroll 0% 0% ! important; }

#banners { overflow: hidden; height: 394px; margin-top: -12px; width: auto; max-width: 1117px; min-width: 936px; margin-left: auto; margin-right: auto; }

#bottom {
	background: #ffffff;
	clear: both;
	width: 99%;
	padding-top: 20px;
	}
#bottomleft {float:left; margin:15px; }
#bottomright {float:right;text-align:center; font-size:8pt; margin:15px;}

#titleblock { margin-bottom:5px;width:100%;height:30px;}
#title { float:left; width:80%; } 
#titleminibar { float:right; width:20%; vertical-align: top; }
#titleminibar img {margin:0px; padding:0px; float:right;}

/* RSS Page */

#rsssection { padding-top:25px; padding-bottom:25px; }
#rsssection table {border:none;}
#rsssection td {border: 1px dotted #A2A2A2; vertical-align: top; padding:10px; }

.quiz-form  input[type="radio"] { margin-bottom: 0.5em; margin-right: 0.5em; }
