/*************************************************************************
 *                                                                       *
 *                Blog Style Sheet for www.PCAdepts.com                  *
 *                 All Content Copyright 2006 PCAdepts                   *
 *                      Contact: info@pcadepts.com                       *
 *                                                                       *
 *************************************************************************/

/***********************************************************
 *{ Blog Text Classes }                                    *
 ***********************************************************/
body#commentspopup	{ padding: 10px; }

.blog_desc	{ font-size: 10pt; font-weight: normal; font-style: italic; }

input#searchForm		{ color: #567BA4; font-size: 8pt; width: 140px; border: 1px solid #5B636D; background-color: #000000; }
input#searchSubmit	{ color: #567BA4; font-size: 8pt; width: 45px; border: 1px solid #5B636D; background-color: #000000; padding: 0px 3px 0px 3px; cursor: pointer; }

div.analytics	{ font-size: 8pt; text-align: center; }
div#feeds			{ font-size: 8pt; text-align: center; }

div.wp-caption	{ border: 1px solid #5B636D; background-color: #111111; padding: 10px 5px 5px 5px; margin: 5px; text-align: center; }
div.wp-caption img	{ border: none; margin-bottom: 5px; }
p.wp-caption-text		{ margin: 0px; }

p.attachment img	{ border: none; margin-bottom: 5px; }

div.bookmarkify div.linkbuttons img { border: 0px none #000000; margin: 2px; vertical-align: middle; }

ul	{ margin: 0px 0px 10px 0px; padding: 0px; list-style-type: none; }
ul ul	{ margin: 0px 0px 10px 20px; padding: 0px; list-style-type: none; }

.catIconsPost	{ border: none; vertical-align: middle; }
.catIconsSm		{ border: none; vertical-align: middle; margin-right: 3px; }

span.commentsLink		{ float: right; }
p.teaser						{ font-size: 8pt; font-style: italic; }
p.postmetadata			{ font-size: 8pt; margin: 5px 0px 0px 0px; }

p.timestamp	{ position: absolute; width: 225px; top: 0px; right: 5px; color: #6D8BAD; font-size: 8pt; font-style: italic; font-weight: normal; text-align: right; }


div.entry	{ margin: 0px 0px 5px 0px; border-bottom: 1px dotted #5B636D; }
div.post-teaser { display: inline; }

div.aligncenter	{ margin-left: auto; margin-right: auto; }
div.alignleft		{ float: left; }
div.alignright	{ float: right; }

p.commentInfo				{ line-height: 23px; }
label								{ font-size: 8pt; font-style: italic; margin: 0px 0px 0px 5px; }
input.input_100			{ color: #567BA4; font-size: 8pt; width: 150px; border: 1px solid #5B636D; background-color: #000000; }
input.input_150			{ color: #567BA4; font-size: 8pt; width: 150px; border: 1px solid #5B636D; background-color: #000000; }
input.submitButton	{ color: #CCCCCC; font-size: 8pt; padding: 3px; border: 1px solid #000000; background-color: #333333; cursor: pointer; }
textarea.textarea_300	{ 
	color: #567BA4; font-size: 8pt; font-family: verdana, arial, sans-serif;
	width: 300px; border: 1px solid #5B636D; background-color: #000000;
}
textarea.textarea_500	{ 
	color: #567BA4; font-size: 8pt; font-family: verdana, arial, sans-serif;
	width: 500px; border: 1px solid #5B636D; background-color: #000000;
}

/* Comment Styling */
ol.commentlist	{ list-style-type: decimal; }

ol.commentlist {
	margin: 15px 0px;
	background: #333333; /*--Bg Color of the order #--*/
	padding: 0 0 0 38px; /*--Distance between the order #--*/
	border: 1px solid #111111;
}

ol.commentlist li {
	margin: 10px 0px;
	padding: 2px 0px 10px 5px;
	color: #111111;
	font-size: 8pt;
	font-weight: bold;
	background: #222222;
	border: 1px solid #111111;
}

ol.commentlist li h2 {
	font-size: 11pt;
	padding: 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
	color: #ffffff;
}
ol.commentlist li p {
	color: #888888;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.6em;
}

ol.commentlist ul { list-style-type: square;
	margin: 15px 0px;
	background: #333333; /*--Bg Color of the order #--*/
	padding: 0px 0px 0px 38px; /*--Distance between the order #--*/
	border: 1px solid #111111;
}

li.comment	{ position: relative; }
li.comment div { font-size: 8pt; color: #888888; }
li.comment div.comment-meta	{ font-size: 8pt; font-weight: normal; border-bottom: 1px dotted #5B636D; }
li.comment div.comment-author { font-size: 10pt; color: #888888; }
li.comment div.comment-author img { position: absolute; top: -1px; left: -36px; }
