/*
Theme Name: i-FAB
Author: Giordano Bianchi
Version: 1.0
*/

/*  GLOBAL STYLES
===================================================================================================================================*/
*                   						{ margin:0; padding:0; }
body										{ font-family: 'Open Sans', sans-serif; font-size: 14px; background: #FFF; font-weight: 300; }
#wrapper									{ min-width: 1000px; }

/*  TYPE STYLES
===================================================================================================================================*/
.left, .alignleft 							{ float: left; }
.right, .alignright 						{ float: right; }
.center										{ margin: 0 auto; }
strong, b									{ font-weight: bold; }		
a img 										{ border: none; }
a											{ color: #f2ba2f; }
p											{ padding-top: 5px; padding-bottom: 10px; }
img.centered 								{ margin-left: auto; margin-right: auto; }
img.alignright 								{ padding: 5px; padding-top: 0px; margin: 0px 10px 0px 10px; }
img.alignleft 								{ padding: 5px; padding-top: 0px; margin: 0px 10px 10px 0px; }
h1, h2, h3, h4								{ font-family: 'Podkova', serif; line-height: 1.1em; font-weight: 400; letter-spacing: -1px; }
h1											{ font-size: 2em; padding: 20px 0 15px 0; }
h2											{ font-size: 1.5em; }
h3											{ font-size: 1.2em; }
blockquote									{ padding-left: 20px; }
.full										{ width: 100%; }
.container									{ margin-left: auto; margin-right: auto; width: 960px; margin-top: 30px; margin-bottom: 30px; }
.violet										{ background-image: url(images/violet.png); color: #fff; }
.min_height									{ min-height: 475px; }
.pad										{ padding: 20px; }
.shadow										{ -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); }
.shadow_top									{ -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); }
.cover										{ background: center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover;  -o-background-size: cover; background-size: cover; 
												filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
												-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
.white										{ background: #fff; color: #000; padding: 20px; border-top: #E9B61E 5px solid; }


/*  HEADER
===================================================================================================================================*/
#header										{ background: #5a497f; position: fixed; top: 0; left: 0; border-top: #E9B61E 5px solid; 	}
.nav										{ margin-left: auto; margin-right: auto; width: 960px; height: 55px; }
.mini_logo									{ margin-top: 10px; }
ul.menu										{ list-style: none;  font-size: 13px; color: #fff; padding-top: 14px; }
.menu li									{ display: inline; margin-left: 20px; font-size: 1.5em; position: relative; }
.menu a										{ color: #fff; text-decoration:none; }
.menu a:hover								{ color: #f2ba2f; }

/*  INDEX
===================================================================================================================================*/
#content									{ margin-top: 60px; }
.scrollable 								{ position:relative; overflow:hidden; height:475px; }
.scrollable .items 							{ width:20000em; position:absolute; }
a.browse 									{ display: block; position: absolute; width: 55px; height: 55px; margin: 0; cursor: pointer; font-size: 1px; }
a.left 										{ left: 0; bottom: 0; background: url(images/scrollable-backward.gif) no-repeat; z-index: 2001;
opacity: .90; }
a.right 									{ right: 0; bottom: 0; background: url(images/scrollable-forward.gif) no-repeat; z-index: 2001; opacity: .90; }

/*  FOOTER
===================================================================================================================================*/
.footer										{ background: #5a497f; min-height: 50px; height: auto; overflow: hidden; color: #fff; font-weight: 400;}

/*  CONTENT
===================================================================================================================================*/
.article, .post								{ border: none; padding: 30px; }
.post										{ width: 520px; margin-bottom: 20px; }
.article h1									{ font-size: 2.5em; color: #E9B61E; padding-top: 0px; }
.article h2, .article h3					{ padding-bottom: 5px; }
.article h2, .article h3					{ color: #5a497f; }

/*  CATEGORY
===================================================================================================================================*/
.category_list ul							{ padding-left: 20px; }
.category_list 								{ list-style: none; }
.category_navigation						{ width: 100%; background: white; padding: 10px 0px 10px 0px; margin-bottom: 15px;}
