/**
* ----------------------------------------------------------------------------------------------------
* blog.css
* Parodia Recruitment Job Board Software, Cactusoft Ltd - www.cactusoft.com
* Copyright (c) 1998 - 2009. All rights reserved.
* ----------------------------------------------------------------------------------------------------
**/

input, textarea, select {
	padding: 3px;
	border: solid 1px #D8D8D8 !important;
}
input:focus, textarea:focus, select:focus {
	border: solid 1px #F00 !important;
}

img {border: none;}

h1 {
	margin: 0 0 15px;
	padding: 0; 
}
h2  {
	font-size: 14px; 
	margin: 0 0 15px;
	padding: 0; 
}
form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


/* Blog container styles */
#blogContent {
	padding: 10px 0 15px 15px;
}

/*Archive box */
.archiveBox ul {
	margin: 10px 10px 10px 15px;
	padding: 0;
}
.archiveBox ul li {
	margin: 3px 0;
	padding: 0;
}

/* Generic styles throughout the blog */
#blogContent h1 {
	padding: 0;
	margin: 0 0 10px 10px;
}
#blogContent h2 {
	color: #333;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0;
	padding: 0;
	background: transparent;
}
#blogContent h3 {
	color: #006ab6;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0;
	background: transparent;
}
#blogContent h2 a {
	border-bottom: none;
}

#blogContent a {
	text-decoration: none;
	border: none;
	border-bottom: dotted 1px #F00;
}
sup {
	margin: 0;
	padding: 0 0 0 1px;
	vertical-align: top;
}
.postContent {
	line-height: 1.6em;
	margin-top: 8px;
}
.postContent a{
	font-size: 0.9em;
}

/* post style */
.blogPost {
	border-top: solid 1px #E1E1E1;
	padding: 10px;
}
.blogPost .postContent p {
	padding: 0;
}

/* post info */
.postDetails {
	margin: 4px 0 8px;
	padding: 0;
	list-style: none;
	font-size: 0.95em;
}
.postDetails li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	color: #666;
}
.blogComment .postDetails {
	background: url(../images/bg_commentTop.gif) no-repeat left bottom;
	font-size: 1.0em;
	padding: 0 0 22px 0;
	margin: 0;
}
.odd .postDetails {
	background-image: url(../images/bg_commentTopOdd.gif);
}
	
/* View post */ 
.blogViewPost, .blogIndent {
	margin-left: 15px !important;
}
#blogContent .blogViewPost h1 {
	margin-left: 0;
	margin-bottom: 0;
}

/* comments */
.blogPostComments {
	margin: 30px 0 0 0px;
}
#blogContent .blogPostComments h2 {
	background: #F7F7F7;
	line-height: 30px;
	padding: 10px;
	border: solid 1px #EEE;
}
.blogPostComments h2 span {
	background: url(../images/bg_comments.gif) no-repeat 0 0;
	display: inline-block;
	height: 31px;
	line-height: 22px;
	width: 30px;
	margin-right: 5px;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.blogComment {
	padding: 10px 0 10px 10px;
}
.blogComment p {
	margin: 0 !important;
}
.blogComment .comment {
	border: solid 1px #dedede;
	border-width: 0 1px 1px;
	padding: 10px 10px 15px;
}
.odd .comment {
	background: url(../images/bg_commentOdd.gif) repeat-x top left;
}

/*comments form */
#post-comments-box {
	border: solid 4px #F6F6F6;
	margin: 20px 0;
}
#post-comments-box form {
	border: solid 1px #DDD;
	padding: 10px;
	margin: 0;
}
#post-comments-box fieldset {
	margin: 15px 0 0;
}
#post-comments-box h3 {
	margin: 0 0 15px 0;
}
#imgCaptcha {
	margin: 0 0 3px 0;
	display: inline-block;
	vertical-align: middle;
}

.FieldWrap {
	padding: 5px 0;
}
.FieldLabel {
	width: 100px !important;

	float: left;
	font-weight: bold;
}
.Field {
	margin-left: 110px;
}
.commentBox {
	clear: both;
	width: 95%;
	height: 200px;
}
#post-comments-box .buttonstyle {
	margin: 0 !important;
	clear: both;
}

.successBox {
	background: #f2fbdd;
	min-height: 20px;
	padding:8px 8px 8px 10px;
	margin: 15px 0;
	display: block;
	line-height: 1.5em;
	font-weight: bold;
	border: solid 1px #aae51d;
}

.warningBox {
	background: #fff1f1;
	margin: 15px 0;
	line-height: 1.5em;
	border: solid 1px #F00;
	padding: 10px 15px;
	margin: 15px 0;
	font-size: 0.95em;
}
.warningBox p {
	margin: 0 0 10px;
}


/* breadcrumb links */
#breadcrumb {
	padding: 0 0 0 5px;
	margin: 0 0 10px;
	list-style: none;
	font-size: 0.85em;
	border: solid 1px #E1E1E1;
	border-width: 0 1px;
	background: #ededed url(../images/bg_breadcrumb.gif) repeat-x left top;
}
#breadcrumb li {
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
#breadcrumb li a {
	display: inline-block;
	margin: 0;
	padding: 5px 20px 5px 0;
	background: url(../images/bg_breadcrumbLink.gif) no-repeat right center;
	border: none;
	color: #666;
	font-weight: bold;
}