﻿/* -----------------
Posts
------------------*/

.post{
	background:  url(../../images/post_background.gif) no-repeat top right;
	background-color: #EDF1F2;
	padding: 10px;
	padding-top: 10px;
	font-size: 1.1em;
	color: #6A849D;
	margin-bottom: 20px;
	border: solid 1px #BFCAD5;
}

.post-title{
	text-decoration:none;
	color: #993333;
	font-weight:bold;
	font-size: 1.1em;
}

.post-title a{
	text-decoration:none;
	color: #993333;
	font-weight:bold;
	font-size: 0.9em;
}

.post-body p{
	padding: 5px;	
}

.post-footer{
	padding-top: 10px; 
}

.codesample h3{
	font-size: 0.6em;
}

.code-title{
	font-size: small;
	color: #993333;
	margin-bottom:-20px;
}

.post-body table{
	width:100%;
}

.post-body img {
	padding:2px;
	border:2px solid #ddd;
	background:#ffeda5;
}

.codesample{
	border-width:thin;
	border-style:solid;
	border-color:gray;
	
	background-color:InfoBackground;
	padding: 3px;
	
	font-size: 0.8em;
}

.codebox{
	background-color:InfoBackground;
	text-align:left;
}

.downloadnow
{
	background: url("../../images/download.gif")left top no-repeat;
	font-size:small;
	font-weight:bold;
	color: Green;
	padding:15px;
	padding-left:55px;
	padding-bottom:30px;
}

div.postItCenter {
	padding-top:0px;
	margin: 0px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;

	line-height: 17px;
}

div.post h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
}

div.post .author {
	color: #666666;
	text-transform: capitalize;
	text-align: left;	
}

div.post .categories 
{
	margin-bottom: 5px;
}

div.post .tags {

}

div.post .bottom {
	padding-top: 0px;
	text-align: right;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
}

div.post p.code, div.post pre {
	/*
	line-height: 12px;
	background: #D8D8D8;
	padding: 3px;
	*/
}

.progress
{

}


/*------------------------------
PostIt classes*/

/*postItYellowNote*/
div.postItYellowNote { 
	padding-top: 15px;
	width:100px;
	height:100px;
	background:url(../../images/postit.gif) no-repeat right bottom; 
	float: left;
}

div.postItYellowNote p { 
	margin:0px; 
	padding:0px; 
	text-align:center; 
	font-size:x-small; 
}

div.postItYellowNote p.postItContent {
	font:bold 80% "Comic Sans MS"; 
	letter-spacing:0.12em;
	padding:35px;
	padding-left:25px;
	padding-top:30px;
}

/*----------------------------
					Comments
----------------------------*/
.comment {
	background-color: #EDF1F2;
	padding: 10px;
	padding-top: 10px;
	font-size: 1.1em;
	color: #6A849D;
	margin-bottom: 20px;
	border: solid 1px #BFCAD5;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 0px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .content {
	margin: 5px;
}

.comment img.flag{
	position: relative;
	top : 2px;
}

div #comment
{
	font-size: 1.1em;
	margin-bottom: 5px;
}

div #livepreviewtitle
{
	font-size: 1.1em;
	margin-bottom: 5px;
}

.commentForm {
	background-color:InfoBackground;
	padding: 10px;
	padding-top: 10px;
	font-size: 1.1em;
	color: #6A849D;
	margin-bottom: 20px;
	border: solid 1px #BFCAD5;
}

.commentForm h1{
	font-size:small;
	margin-top:0px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 80%;
}

.commentForm textarea {
	width: 80%;
}

.success{
	color:Green;
	font-weight: bold;
}

.commentForm #preview {
	background-color: white;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 0px;
}


/*--------------------------------------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 408px;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:0px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

#commentlist
{
	width:100%;
}

/*----------------------------
					Archive
----------------------------*/

a #entirearchive{
	font-size:xx-large;
}

#archive {
	background-color: White;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive span {
	display: block;
	margin-bottom: 3px;
}

#archive span a {
	margin-left: 0px;
}
