/* ------------------------------------------------------------------------------
 * BLOG ARTICLE - (IE7+ FF3+ Opera9+)
 * 
 * 	project: 	StockFuel
 * 	version: 	1.0 - 16.03.2010
 * 	author:		Hugo Larcher (hl@void.pt)
 *
 * 	[Table of Contents]
 *
 * 	1. Content Area (#blog)
 *		1.1. Blog Post (#blogPost)
 *			1.1.1. Post Content (.post)
 *		1.2. Comments List (#commentsList)
 *		1.3. Bottom Bar (#bottomBar)
 * ------------------------------------------------------------------------------
 */

/* [1. Content Area] */
#blog {
	position:					relative;
	width:						674px;
	min-height:					897px;
	margin:						0px;
	padding:                	10px 5px 10px 5px;
	text-align:					left;
	background-color:			#232323;
}

.hrBevel {
	width:						674px;
}

#titleBox {
	margin-bottom:				7px;
	padding-left:               5px;
}

/* [1.1. Blog Post] */
#blogPost {
	position:					relative;
	width:						614px;
	height:						auto;
	margin:						4px 5px 4px 5px;
	padding:	            	25px;
	background:					url(../../images/blog-article-bg.gif) repeat-y left top;
}

#blogPost .top {
	position:					absolute;
	top:						0px;
	left:						0px;
	width:						664px;
	height:						10px;
	margin:						0px;
	padding:                    0px;
	background:					url(../../images/blog-article-top.gif) no-repeat left top;
}

#blogPost .bot {
	position:					absolute;
	left:						0px;
	bottom:						0px;
	width:						664px;
	height:						10px;
	margin:						0px;
	padding:                    0px;
	background:					url(../../images/blog-article-bot.gif) no-repeat left top;
}

#blogPost .post {
	position:					relative;
	width:						614px;
	height:						auto;
	margin:						0px;
	padding:                    0px;
}

#blogPost .post .newline {
	clear:						both;
}

#blogPost .post .postBar {
	position:					relative;
	width:						614px;
	height:						15px;
	margin:						10px 0px 0px 0px;
	padding:                    0px;
}

#blogPost .post .postBar .info {
	position:					relative;
	float:						left;
	width:						300px;
	height:						15px;
	margin:						0px;
	padding:                    0px;
	font:						11px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#9cbddd;
}

#blogPost .post .postBar .actions {
	position:					relative;
	float:						right;
	clear:						right;
	width:						300px;
	height:						15px;
	margin:						0px;
	padding:                    0px;
	text-align:					right;
	font:						11px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#8e8e8e;
}

#blogPost .post .postBar .actions a {
	text-decoration:			underline;
	font:						11px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#8e8e8e;
}

#blogPost .post .postBar .actions a:hover, 
#blogPost .post .postBar .actions a:active {
	color:						#ffffff;
}

/* [1.1.1 Post Content] */
/* Header 3 - title only */
#blogPost .post h3 {
	padding-bottom:             15px;
	font:						18px/18px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color:						#fbb44c;
}

#blogPost .post h3 a {
	text-decoration:			none;
	font:						18px/18px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color:						#fbb44c;	
}

#blogPost .post h3 a:hover, 
#blogPost .post h3 a:active {
	text-decoration:			underline;
	font:						18px/18px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color:						#fbb44c;
}

#blogPost .post h3 span {
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#8e8e8e;
}

#blogPost .post h3 span a {
	text-decoration:			none;
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#8e8e8e;
}

#blogPost .post h3 span a:hover, 
#blogPost .post h3 span a:active {
	text-decoration:			underline;
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#94b4d2;
}

/* Header 1 */
#blogPost .post h1 {
	padding-bottom:             15px;
	font:						18px/18px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color:						#fbb44c;
}

#blogPost .post h1 a {
	text-decoration:			underline;
	font:						18px/18px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color:						#fbb44c;	
}

#blogPost .post h1 a:hover, 
#blogPost .post h1 a:active {
	text-decoration:			underline;
	font:						18px/18px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color:						#fbb44c;
}

#blogPost .post h1 span {
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#8e8e8e;
}

#blogPost .post h1 span a {
	text-decoration:			none;
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#8e8e8e;
}

#blogPost .post h1 span a:hover, 
#blogPost .post h1 span a:active {
	text-decoration:			underline;
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#94b4d2;
}

/* Header 2 */
#blogPost .post h2 {
	padding-bottom:             15px;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				bold;
	color:						#94b4d2;
}

#blogPost .post h2 a {
	text-decoration:			underline;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:						#94b4d2;
}

#blogPost .post h2 a:hover, 
#blogPost .post h2 a:active {
	text-decoration:			underline;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:						#94b4d2;
}

/* Paragraph */
#blogPost .post p {
	padding-bottom:             15px;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#ffffff;
}

#blogPost .post p a {
	text-decoration:			underline;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#ffffff;
}

#blogPost .post p a:hover, 
#blogPost .post p a:active {
	text-decoration:			underline;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#b8ced9;
}

/* Grey */
#blogPost .post .grey {
	color:						#8e8e8e;
}

/* Lists */
#blogPost .post ul {
	margin:						0px;
	padding:                    0px 0px 0px 30px;
	list-style:					disc;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#ffffff;
}

#blogPost .post ol {
	margin:						0px;
	padding:                    0px 0px 0px 30px;
	list-style:					decimal;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:				normal;
	color:						#ffffff;
}

/* Images */
#blogPost .post p img {
	padding:                    0px 0px 15px 0px;
	max-width: 					100%;
}

img.centered {
	display: 					block;
	margin-left: 				auto;
	margin-right: 				auto;
}

img.alignright {
	display: 					inline;
	margin-left:                25px;
}

img.alignleft {
	display: 					inline;
	margin-right: 	            25px;
}

.alignright {
	float: 						right;
}

.alignleft {
	float: 						left;
}

/* [1.2. Comments List] */
#commentList {
	position:					relative;
	clear:						both;
	width:						664px;
	height:						auto;
	margin:						0px;
	padding:                    4px 5px 0px 5px;
}

/* [1.3. Bottom Bar] */
#bottomBar {
	position:					relative;
	clear:						both;
	width:						652px;
	height:						28px;
	margin:						2px 5px 4px 5px;
	padding:                	5px 5px 4px 7px;
	background:					url(../../images/blog-article-bottombar.gif) no-repeat left top;
}

