A                    { color: #100068; text-decoration: none; }
A:link               { color: #100068; text-decoration: none; }
A:active             { color: #100068; text-decoration: none; }
A:visited            { color: #100068; text-decoration: none; }
A:hover              { color: #100068; text-decoration: underline; }

html {
	background: url('/images/texture.gif');
}

body { 
	position: relative;
    width: 770px;
	background-color: #ffffff;
	margin: auto;
	border: 1px solid #CCC9BE;
    padding: 4px;
    /* border-top-width: 0px; */

    color: #494838;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 16px;
}

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.gray {
	color: #999999;
}

.description {

}

.container {
  margin: 10px;
}

.containerPost {
	margin: 15px 232px 0px 15px;
}

.postInfo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
	color: #999999;
}

.postTitle {
  color: #100068;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

.postText {

}

hr {
	border: 0;
	height: 1px;
	color: #100068;
	background-color: #100068;
}

.info {
	float: right;
	position: relative;
	left: -5px; 
	width: 180px;
	background-color: #fff7d9;
	border: 1px solid #dfd8be;
	margin: 10px 5px 0px 0px;
	padding: 10px;
	padding-top: 5px;
}

.infoSection {
	color: #FFFFFF;
	background-color: #100068;
	padding: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

.containerComments {
	margin: 15px 232px 0px 15px;
}

.commentInfo {
	text-align: right;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer {
	clear: both;
	color: #999999;
	margin: auto;
	text-align: center;
	width: 400px;
	padding: 5px;
	padding-top: 50px;
}

.two {
	font-size: 0.2em;
}

.inputTitle {
	width: 700px;
}

textarea {
	width: 700px;
	height: 300px;
}

.commentTextarea {
	width: 500px;
	height: 200px;
}

.code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.num_posts {
	color: #777777;
}