/*  
Theme Name: FNAC Theme
Theme URI: http://www.flash2flash.com
Description: WordPress theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>, customized by <a href="http://www.flash2flash.com">Flash2Flash</a>.
Version: 1.8
Author: Flash2Flash
Author URI: http://www.flash2flash.com

	This theme was designed by Nick La, customized by Flash2Flash.
	
	By downloading and using this theme, you agree to the following terms:
		- You may NOT resell this theme
		- A link back to N.Design Studio and MangoOrange™ must be retained in the footer (either modified or unmodified)
		- You may use this theme for personal or commercial projects
		- You may modify, translate or distribute
   
  Sponsored by
	   * Top 10 Web Hosting Worldwide (http://www.web-hosting-top.com/)
	   * Webhosting (http://www.b4udecide.com/)
   	
  Changelog
  	Version 1.8
  		* More robust design. No more IE problem with right column overflow at the bottom
		* Fluid edition available.
		* Compatible with Wordpress 2.7
  	
	Version 1.7
		* Added support for Wordpress 2.5 CSS elements - alignright and alignleft
		* Separate Pings and Comments
		* New comment design with support for Paged Comments plugin
		* Gravatar Plugin support
	
	Version 1.6
		* Site Admin link available in Meta [with icon modified from famfamfam's silk icons (http://famfamfam.com/)]
		* 4 New Colours available: Grassy Green, Midnight Blue, Ruby Red, Snazzy Pink
		* Original i3Theme has been renamed to i3Theme Classic
		* Quote icon available for blockquoted text
		* Enable coloured bullet points for List
		* BUG-FIXED: Layout error when display non-exist post
		* BUG-FIXED: Wrong CSS element [ol li] name
	
	Version 1.5	
		* SEO-friendly header title
		* Enable hierarchical structure for category's sidebar (for Widgets, use the 'Categories' widget)
		* BUG-FIXED: (Only in IE6) Information overflow in the sidebar destroy the layout
		* BUG-FIXED: Next/Previous link display the same [special thanks to Jamie(http://www.jessfortress.com/)]
		* BUG-FIXED: Category icons missing when using Widgets' categories
		* BUG-FIXED: Unable to work in WordPress 2.2 or lower [special thanks to mat(http://www.ekstasis.net/)]
	
  Version 1.4
		* Availability of author credential of each post
		* Improved blog header title with better navigation information
		* Newly Support Plugins (means fully tested)
		  * Paged Comments (http://www.keyvan.net/code/paged-comments/)
		* BUG FIXED: Unable to display more than one row of sub navigation bar
		* BUG FIXED: Wrong function name used, bloginfo() instead of get_bloginfo() [original iTheme code]
		* BUG TEMP-FIXED: Temporary increase the length of the list to 2 times (over 2000px in height).
  	
  Version 1.3.1
		* BUG FIXED: Sub-navigation bar will be display regardless whether there are sub-categories
  	
	Version 1.3
		* Optimised codings
		* Fully tested on Internet Explorer 7, Firefox 2, Safari 3 and Opera 9
		* Works on the latest Wordpress v2.3 release
		* Newly Support Plugins (means fully tested)
		  * Inline Adsense (http://philhord.com/phord/adsense-inline-with-wordpress-blog-posts/)
		  * Secure Contact Form (http://blue-anvil.com/archives/secure-accessible-contact-form-for-wordpress-multi-user-version)
		* BUG UNFIXED:
			* IE7 unable to display the toggle button in Wordpress 2.2.3 
				* SOLUTION: Upgrade to Wordpress 2.3

  Version 1.2
		* Bug Fixed: Unable to display sub-navigation bar when using Widgets Plugin by Automattic
		* Left and Right Edition made available.

	Version 1.1
		* Support Widgets Plugin by Automattic.
		* Support Recent Posts and Recent Comments widgets.
		* Links sorted according to alphabetical order by default.

*/

body {
	background: #ffffff url(images/html-bg.png) center top repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px 20px;
	margin: 0px;
	color: #333333;
}
a {
	color: #de9e00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 10px;
}
ul li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ol li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
blockquote{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}
h2, h3 {margin:0; padding:0}
#page {
	/*background: url(images/main-bg.jpg) no-repeat center top;*/
}
#wrapper {
	width: 985px;
	margin: 0px auto;
	position: relative;
}

/* ------------------------------------- header area  */
#header {
	height: 111px;
	text-align:center;
}
/* site title */
h1 { display:none;
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description { display:none;
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform { 
	clear:both;
	padding:0;
	margin:0;
}
#searchform #s{
	background: #ffffff;
	display:block;
	width: 97%;
	margin: 0;
	padding: 2px;
	color: #333333;
	border: none;
	border:1px solid #e2e2e2;
	font-size:9px;
}
#searchform #searchsubmit { 
	clear:both;
	float:right;
	color:#de9e00;
	font-size:12px;
	text-decoration:underline;
	background: url(images/search-btn.gif) no-repeat left top;
	height: 24px;
	padding-left:26px;
	border: none;
	margin-top: 3px;
	cursor:pointer;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 100%;
	float: left;
}
/* main menu */
#nav-left{
	background: url(images/content-top-bg-left.png) no-repeat left top;
	height: 26px;
}
#nav-right{
	background: url(images/content-top-bg-right.png) no-repeat right top;
	height: 26px;
	margin-left: 20px;
}
#nav {
	background: url(images/content-top-bg-center.png) repeat-x left top;
	height: 26px;
	clear: both;
	margin-right: 11px;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	background: none;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
/* sub menu */
#subnav {
	background: #ecebeb;

}
#subnav ul {
	margin: 0px;
	padding: 3px 5px 5px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0 0 5px;
	display:inline;
	line-height: 18px;
	background: none;
}
#subnav li a, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}
/* layout */
#layout{
	margin-top:60px;
	width: 100%;
	border-collapse: collapse;
	background:#fff;
}
#layout tr td{
	vertical-align: top;
}
#layout tr td.sidebars{
	width: 210px;
}

/* content */
#content-padding{
	padding: 0 0 25px;
	background-color: #fff;	
}
#content {
	padding: 25px 10px 15px;
	padding: 0;
	width: 100%;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
table.post-head, .post-head{
	width: 100%; 
	border-collapse: collapse;
}

.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.post-padding { padding:0 10px;}
.post .title {
	clear:both;
	width: 100%;
	border-bottom:1px solid #e2e2e2;
}
.post .title h2 { padding-left:5px; padding-right:5px}
.postdata {
	font-size: 90%;
	color: #999999;
	
}
.postdata.home { clear:both; padding:5px 15px; background:#fff url(images/fdo-postdata.gif) bottom left no-repeat;}

	
.postdata a {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category{
	display:block;
	font-size:9px;
	color:#020202;
}
.postdata .category a, .postdata .comments a  { font-size:9px; color:#020202; text-transform:uppercase; line-height:12px !important;}

.postdata .comments{
	clear:both;
	display:block;
}
.postdata .mini-add-comment {
	margin-right: 12px;
	float: right;
	color:#e4b030 !important;
	font-size:110%;
}
.postdata .mini-add-comment a { display:block; color:#e4b030 !important; font-size:12px; padding:3px 0 0 20px; background: url(images/comments.gif) 0px 0px no-repeat;}
.postdata .mini-add-comment a:hover { background: url(images/comments_on.gif) 0px 0px no-repeat;}


.entry {
	padding: 10px 5px 5px;
	clear: both;
	line-height:150%;
	width: 97%;
	

}
.entry img { padding-bottom:5px; border-bottom:1px solid #e2e2e2;}
.entry p.submeta, .submeta {
	font-size: 11px;
	margin-bottom:0;
}
.submeta strong { font-weight:normal}

/* post title */
h2 {
	color: #de9e00;
	margin: 20px 0 5px;
	padding-bottom: 4px;
	font: normal 190%/100% Arial, sans-serif;
}
h2 a {
	color: #de9e00 !important;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav-left{
	background: url(images/navigation-bg-left.gif) no-repeat left top;
	height: 21px;
}
.page-nav-right{
	background: url(images/navigation-bg-right.gif) no-repeat right top;
	height: 21px;
	margin-left: 10px;
}
.page-nav {
	clear: both;
	background: url(images/navigation-bg-center.gif) repeat-x left top;
	height: 21px;
	margin-right: 10px;
}
.page-nav a{
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#respond, h3#comments {
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
	color:#de9e00;
	font-size:190%;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#333;
	font-size: 100%;
	padding-left: 5px;
	font-size:12px;
}
#commentform small {
	color: #333;
	font-size:12px;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: #fff;
	border: 1px solid #cecfce;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 470px;
	height: 140px;
	background:#fff;
	border: 1px solid #cecfce;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	border: none;
	width: 140px;
	height: 37px;
	text-align:center;
	cursor:pointer;
}
#commentform #submit:hover {
	/*background: url(images/submit-btn.gif) no-repeat bottom left;*/
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	/*border: solid 1px #3b9acc;*/
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	line-height: 130%;
	list-style-type:none;
	padding:0;
}
.commentlist li{
	padding: 10px;
	list-style-type:none;
	padding:15px 15px 10px; 
	background: url(images/comments.gif) 0 0 no-repeat;
}
.commentlist .alt {
	background: #faf1db;
}
.commentlist cite {
	font-weight: normal;
	font-style: normal;
	font-size: 110%;
	color: #333;
	padding:3px 0 0 20px;
	background: url(images/comments.gif) 0 0 no-repeat;
}
.commentlist cite a {
	color: #333;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 100%;
}
.commentlist small a{
	color: #333;
}
.commentlist div { padding-left:10px;}

/* ------------------------------------- footer area  */
#footer-left{
	background: url(images/content-bottom-bg-left.png) no-repeat left top;
	
}
#footer-right{
	background: url(images/content-bottom-bg-right.png) no-repeat right top;
	margin-left: 10px;
}
#footer {
	/*background: url(images/content-bottom-bg-center.png) repeat-x left top;*/
	padding: 15px 0px 0px 15px;
	font-size: 87%;
	color: #282828;
	line-height: 15px;
	clear:  both;
	margin-right: 10px;
	text-align:center;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar-right{
	float:right;
	margin-left: 20px;
}
#sidebar-left {
	float: left;
	margin-right: 20px;
}
#sidebar-right,
#sidebar-left {
	width: 215px;
	color: #666666;
	line-height: 100%;	
}
#sidebar-right p, 
#sidebar-left p  {
	margin: 0px 0px 15px;
}
#sidebar-right h3, 
#sidebar-left h3 {
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
#sidebar-right h3 a, 
#sidebar-left h3 a {
	color: #666666;
}
#sidebar-right h3 img, 
#sidebar-left h3 img  {
	vertical-align: middle;
}
#sidebar-right a, 
#sidebar-left a {
	color: #000000;
	text-decoration:none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active, 
#sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active  {
	text-decoration:underline;
}
#sidebar-right ul, 
#sidebar-left ul {
	list-style: none;
	margin: 10px 0 0 ;
	padding: 0 ;
}
#sidebar-right ul li, 
#sidebar-left ul li {
	/*background: url(images/ico-doc.gif) no-repeat;
	padding-left: 18px ;*/
	font-size:11px;
	padding-top:2px; padding-bottom:8px;
}
#sidebar-right ul li ul li, 
#sidebar-left ul li ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 12px ;
}
#recent-posts,  #recent-comments { float:left}
#sidebar-left #recent-posts ul li  { display:block; clear:both; width:90%; background: url(images/ico-doc.gif) top left no-repeat;}
#sidebar-left #recent-comments ul li { display:block; width:90%; clear:both;}
/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/comments.gif) no-repeat;
}
/* category widget */
#categories .dbx-content { padding:0;}
#categories ul { margin:0; padding:0; border-top:1px solid #cecfce;}
#categories ul li,
#categories-1 ul li,
#categories-2 ul li,
#categories-3 ul li,
#categories-4 ul li,
#categories-5 ul li,
#categories-6 ul li,
#categories-7 ul li,
#categories-8 ul li,
#categories-9 ul li {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:0;
	margin:0;
	border-bottom:1px solid #cecfce;
	background:none;
}
#categories ul li a { display:block; padding:3px 10px 3px 30px; color:#fff; height:100%;background:#dd0000 url(images/bullet-categories.gif) 10px 5px no-repeat; }
#categories ul li a:hover {  color:#fff; background:#de9e00 url(images/bullet-categories.gif) 10px 5px no-repeat; text-decoration:none}

#categories #promo { width:92%; padding:5px 8px 0px 8px;}
#categories #promo img { float:left; padding:0 8px 2px 0;}
#categories #promo p { padding-top:10px; font-size:11px;}
#categories #promo p a { display:block; margin-top:5px; color:#dd0000; text-decoration:none}

/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}
/* meta */
#meta .site_admin {
	background: url(images/cog.gif) no-repeat;
}
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.alignleft{
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright{
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* MangoOrange.com footer (must be included, but can be modified) */
div#footer span.mangoorange{
	color: #fff;
	}
	
div#footer span.mangoorange a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
div#footer span.mangoorange a:hover{
	text-decoration: underline;
	}	

/* Gravatars CSS */
.gravatars{
	float: right;
	margin: 3px 0 15px 10px;
	border: 1px solid #333;
}
h2.claim { margin:10px 0 0;}
a.anchor-read { clear:both; display:block; text-align:right; padding:0 10px 0 0; color:#de9e00; font-size:10px !important; text-transform:uppercase;}
.textwidget {  padding-left:20px; font-size:11px; color:#333; background:url(images/bullet-newsletter.gif) 0 0 no-repeat;}
.wp-pagenavi 	{ float:left; width:65%;}
.powered 		{ float:right; width:29%; margin-right:20px; display:block; width:141px; height:18px; background:url(images/powered_logo.jpg) 0 0 no-repeat}
.powered span 	{ display:none}
div#banners .dbx-content {padding:0; margin:0}
div#banners li {text-decoration:none; background: none; padding:0; margin:0}
