/*   
Theme Name: HelpdeskHQ
Theme URI: http://WebHelpdeskHQ.com/
Description: A product support forum and knowledgebase
Author: Ian Purton
Author URI: http://WebHelpdeskHQ.com
Version: 1.1
*/


/* Main	
----------------------------------------------- */

body {	
	font-family: arial, helvetica, sans-serif;
	color: black;
}

#doc3 {
	margin: 0;
}

.page-size {
	margin: auto;
	width: 768px;
}

a {
	color: #397712;
}

td, th {
	border-color: #eee;
}

/* Start discussion form	
----------------------------------------------- */

form.start-discussion-form {
	margin-bottom: 40px;
	padding: 5px;
	border: 1px solid #ccc;
}
form.start-discussion-form label {
	font-weight: bold;
}

form.start-discussion-form dd {
	margin: 0;
	width: 100%;
}

form.start-discussion-form dt {
	margin: 0;
	width: 100px;
}

form.start-discussion-form dl {
	margin: 0 0 10px 0;
	clear: both;
}

input#subject, textarea#body {
	width: 90%;
}

textarea#body {
	margin-bottom: 20px;
}

div.public-private h3 {
	font-size: 12px;
}

div.public-private p {
	font-size: 10px;
}

/* Knowledge base	
----------------------------------------------- */

div.kb li {
	list-style-type: none;
	padding: 5px 0;
	margin-right: 20px;
	border-bottom: 1px dashed #e3e3e3;
}

div.kb ul {
	margin: 0;
}

div.kb h2 {
	font-weight: bold;
	font-size: 14px;
}

div#knowledge-base {
	margin-bottom: 40px;
}
	

/* Post	
----------------------------------------------- */

div.post-wrap h1 {
	font-weight: normal;
}

div.post-wrap img {
	margin: 0 10px 20px 0;
}

div.post-wrap h3 {
	margin: 0;
}

.story-content {
	margin-top: 20px;
}

.ruler {
	border-bottom: 1px solid #ccc; 
}

div.post-wrap img, .author-box {
	float: left;
}

p.status-text {
	border-left: 2px solid #ccc;
	padding-left: 5px;
}

h1, h2 {
	font-weight: normal;
}

/* Discussions	
----------------------------------------------- */

p.create-tab a {
	background-color: #181818;
	color: white;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

table.discussion-area {
	margin-bottom: 50px;
	width: 100%;
}

table.discussion-area th {
	text-align: left;
}

table.discussion-area h2 {
	font-size: 14px;
	margin: 0;
	color: #
}

table.discussion-area p {
	margin: 5px 0;
}

table.discussion-area h2 a {
	text-decoration: none;
	color: #006FBB;
}


/* Comments	
----------------------------------------------- */

ol#commentlist .who {
	background-color: #eee;
	margin-left: -25px;
	padding-left: 25px;
} 

ol#commentlist {
	width: 95%;
}

ol#commentlist li {
	margin-bottom: 10px;
} 

div.gravatar {
	width: 60px;
	float:left;
	margin-left: -25px;
}

div.said {
	width: 400px;
	float: left;
}

form#commentform {
	border: 2px solid #ccc;
	margin-bottom: 40px;
}

form#commentform td {
	border: 0px;
}

/* Index Screen Big Menu
----------------------------------------------- */

div.big-menu {
	margin: 40px 0;
	text-align: center;
}

div.big-menu p {
	width: 100%;
	text-align: center;
	border-radius:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
}

div.big-menu a {
	background-color: #eee;
	text-align: center;
	padding: 30px;
	display: block;
	width: 70%;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	border-radius:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
}

/* Footer recent posts / articles
----------------------------------------------- */

div#ft {
	border-top: 1px solid #eee;
}

div.recent {
	background-color: #181818;
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	border-radius:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
}

div.recent h3 {
	color: #adadad;
}

div.recent li {
	list-style-type: none;
	padding: 5px 0;
	border-bottom: 1px dashed #aaa;
	margin-right: 10px;
}

div.recent ul {
	margin: 0;
	color: #555;
}

div.recent a {
	text-decoration: none;
}

div.recent a:link, div.recent a:visited, div.recent a:active{ 
	color: white;
}
div.recent a:hover { 
	text-decoration: underline;
}

/* Support Staff
----------------------------------------------- */

div.support-staff ul {
	margin: 0;
}

div.support-staff li {
	list-style-type: none;
	background-color: #ebebeb;
	padding: 5px;
	color: black;
	font-weight: bold;
}

div.support-staff img {
	margin-right: 10px;
	border: 2px solid white;
	float: left;
}

div.support-staff li p {
	float: left;
	margin: 0;
}

/* Search and Title
----------------------------------------------- */

#header-title {
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
#header-title span {
	background-color: #181818;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border-radius:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
}

input#s {
	width: 185px;
}

div.search {
	text-align: right;
}

/* Footer
----------------------------------------------- */

div#ft p {
	text-align: center;
	font-size: 11px;
	color: #333;
}

/* Navigation	
----------------------------------------------- */

#header-title {
	margin-top: 20px;
}

#top-nav {
	background-color: #397712;
	border-bottom: 2px solid #ccc;
	padding: 5px 0 0 5px;
	margin: 0;
}

#top-nav a {
	color: white;
}

#nav {
	float: left;
	padding: 0;
	margin: 0;
}

#nav li, #login-nav li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 8px;
}

#login-nav {
	float: right;
	padding: 0;
	margin: 0;
}
