/* ------------------------------------------------------------------------------
 * ABOUT PAGES - (IE7+ FF3+ Opera9+)
 * 
 * 	project: 	StockFuel
 * 	version: 	1.0 - 10.08.2009
 * 	author:		Hugo Larcher (hl@void.pt)	
 *
 * 	[Table of Contents]
 *
 * 	1. Content Area (#about)
 *		1.1. Article (#aboutArticle)
 *			1.1.1. Content (#article)
 *	2. Admin Editor (.mceContentBody)
 * ------------------------------------------------------------------------------
 */

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

.hrBevel {
	width:						674px;
}

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

/* [1.1. Article] */
#aboutArticle {
	position:					relative;
	width:						614px;
	height:						auto;
	margin:						0px 5px 5px 5px;
	padding:	            	25px;
	background:					url(../../images/about-article-bg.gif) repeat-y left top;
}

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

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

/* [1.1.1. Content] */
#article {
	position:					relative;
	width:						614px;
	height:						auto;
	margin:						0px;
	padding:                    0px;
	background:					#1d1d1d;
}

#article .newline {
	clear:						both;
}

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

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

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

/* Header 1 Span */
#article h1 span {
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#8e8e8e;
}

#article h1 span a:hover, 
#article h1 span a:active {
	text-decoration:			underline;
	font:						14px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight:				bold;
	color:						#8e8e8e;
}

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

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

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

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

/* Paragraph */
#article p {
	margin:						0px;
	padding-bottom:             15px;
	font:						12px/16px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:						#ffffff;
}

#article p a {
	text-decoration:			underline;
   	color: 						#ffffff;
}

#article p a:hover {
   color: 						#b8ced9;
}

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

/* Lists */
#article 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;
}

#article 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 */
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;
}

/* [2. Admin Editor] */
.mceContentBody {
	padding:                    10px !important; /* FF requires a important here */
	background-color:			#1d1d1d;
}

.mceContentBody a {
	text-decoration:			underline;
   	color: 						#ffffff !important;
}

.mceContentBody a:hover {
   color: 						#b8ced9 !important;
}

