@import url(../../bbcode.css);

/* BLOG ENTRY */
div#main h2 {
	font-size: 2.3em;
	margin-bottom: 0px;
}
div#main dl.content_information {
	margin-bottom: 15px;
}
div#main h3 {
	color: #333;
	font-weight: bold;
}

/* TAGS */
div#tags h3 {
	float: left;
	margin-right: 7px;
}
div#tags ul li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}

/* ADD COMMENTS */
span.required {
	color: red;
}
div#add_comment {
	margin-top: 20px;
}
div#add_comment h2 {
	background: #B2D3DE;
	color: #235467;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 100%;
	padding: 5px;
}
div#add_comment form {
	background: #D5E5EB;
	padding: 10px;
}
div#add_comment form fieldset {
	border: 0px;
}
div#add_comment form fieldset legend {
	display: none; /* FUCK FIREFOX */
}
div#add_comment small {
	color: #555;
	display: block;
	font-size: 0.85em;
	line-height: 100%;
	margin-bottom: 7px;
}
div#add_comment dt {
	float: left;
	padding-bottom: 5px;
	width: 20%;
}
div#add_comment dd {
	padding-bottom: 5px;
}
div#add_comment input {
	width: 40%;
}
div#add_comment textarea {
	height: 100px;
	width: 79%;
}
div#add_comment p#submit {
	margin-top: 5px;
	padding: 0px;
}
div#add_comment p#submit input {
	float: right;
	padding: 0px 5px;
	width: auto;
}
div#add_comment p#terms {
	float: left;
	margin: 5px 0px -2px;
	padding: 0px;
}

/* BLOG COMMENTS */
div#comments {
	margin-top: 20px;
}
div#comments h2 {
	clear: none;
	color: #235467;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
div#comments ul {
	border: 1px solid #DDD;
	border-bottom: 0px;
}
div#comments ul li {
	background: #EEE;
	border-bottom: 1px solid #DDD;
	list-style-type: none;
	padding: 10px;
}
div#comments ul li.alternate {
	background: #FFF;
}
div#comments ul li div.bbcode p {
	margin-bottom: 10px;
}
div#comments ul li p.posting_information {
	color: #333;
	font-size: 0.84em;
	margin-top: -5px;
}
div#comments ul li p.posting_information:before {
	content: "-- ";
}
div#comments ul li p.posting_information cite {
	font-style: normal;
}
div#comments ul li a.external {
	background-image: url(../../../../images/layout/external_link_grey.gif);
}
div#comments ul li.alternate a.external {
	background-image: url(../../../../images/layout/external_link_orange.gif);
}
div#comments ul li blockquote a.external {
	background-image: url(../../../../images/layout/external_link_dark_grey.gif);
}

/* AUTHOR */
div#author h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
div#author p#author_picture {
	text-align: center;
}
div#author p#author_picture img {
	border: 5px solid #B2D3DE;
	width: 150px;
}