@charset "utf-8";

/*  
Theme Name: Sparks
Theme URI: http://www.igneo.it
Description: WP theme framework
Version: 0.2
Author: Berardo Mat�
Author URI: http://berardomate.com/
*/

@font-face { font-family: LeagueGothic; src: url(fonts/League_Gothic.otf) format("opentype"); }

/*	--------------------------------------------------
	Global Reset
	
	Props to Eric Meyer (meyerweb.com) for his CSS 
	reset file. We're using an adapted version here 
	that cuts out some of the reset HTML elements we 
	will never need here (i.e., dfn, samp, etc).
	-------------------------------------------------- */

	html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }
	q:before, q:after, blockquote:before, blockquote:after { content: ""; }
	* { outline: none; }
	
	
/*	--------------------------------------------------
	Structure
	-------------------------------------------------- */
	
	body { background: #012931 url(images/bg.png) repeat-x; font: 62.5%/1 "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 .1em .1em #01242B; color: #fff; }
	
	.container { width: 960px; margin: 0 auto; position: relative; }
	#header { position: relative; overflow: hidden; margin: 0; padding: 0; }
	#main { padding: 0; width: 595px; float: left; }
	#sidebar { float: right; width: 325px; padding: 0; }
	#footer { margin: 40px 0 0; padding: 0; }
	.clear { clear: both;  }
	.clearfix:after { content: "."; display: block; font-size: 1px; line-height: 0px; height: 0; clear: both; visibility: hidden; }
	.clearfix { display: block; }
	.left { float: left; }
	.right { float: right; }

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
	
	a { color: #A8D4D5; text-decoration: none; font-weight: bold; }
	a:hover { color: #fff; } 
	
	
/*	--------------------------------------------------
	Type
	-------------------------------------------------- */
	
	h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #A8D4D5; }
	h1 { font-size: 2.8em; line-height: 1.15;  padding: 0 0 .5em; }
	h2 { font-size: 1.8em; line-height: 1.125; padding: 0 0 .28125em; }
	h3 { font-size: 1.2em; line-height: 1.5; font-weight: normal; }
	h4 { font-size: 1.6em; line-height: 1.5; font-weight: normal; color: #fff; }
	
	p { font-size: 1.4em; line-height: 1.6em; margin: 0 0 1.5em; }
	
	em { font-weight: inherit; font-style: italic; }
	strong { font-style: inherit; font-weight: bold; }	

	ul, ol { margin: 0 0 1.8em; }
	ol { list-style: decimal; padding: 0 3em; }
	li { font-size: 1.4em; line-height: 1.5em; }
	
	blockquote { display: block; font-size: 1em; border-left: .2em solid #ddd; margin: 0 0 1.8em 3.6em; padding: 0 3.6em 0 1.3em; }
	blockquote p { padding: 0; color: #777; font-style: italic; }
	
	
/*	--------------------------------------------------
	Header & Nav
	-------------------------------------------------- */	
	 
	#header .container { background: url(images/bg_head.gif) repeat-y 0 0; height: 172px; }
	#header .left { width: 595px; position: relative; padding-top: 40px; }
	#header .right { width: 300px; background: url(images/bg_hr.png) no-repeat 0 0; height: 172px; }
	#searchform { display: block; width: 281px; height: 29px; padding: 0; background: url(images/bg_search.png) no-repeat 0 0; position: absolute; top: 25px; right: 10px; }
 	#searchform input { display: block; float: left; }
 	#searchform .txtsearch { border: none; background: none; width: 175px; padding: 5px; font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; color: #E1F9FE }
 	#searchform .btnsearch { border: 0; margin: 0; padding: 0; background: none; width: 96px; height: 29px; cursor: pointer;  }
 	#thedate { position: absolute; top: 80px; right: 10px;  width: 290px;  }
 	#thedate .days { float: left; width: 50px; font-size: 38px; color: #465700; text-shadow: 0 1px 1px #A5B64E; padding: 15px; text-align: center; }
 	#thedate .days small { font-size: 22px; display: block;  }
 	#header #thedate .info { padding: 5px 0; text-align: center; float: right; display: block; text-shadow: 1px 1px 1px #607201; width: 200px; }
 	#header #thedate h4 { padding: 0; font-weight: bold;  text-align: center; }
	#thedate .info p { font-size: 13px; margin: 0 0 3px;  text-align: center; line-height: 15px; }
	#nav { margin: 0; position: absolute; top: 20px; left: 310px; }
	#nav li { text-transform: uppercase; padding: 0 0 3px; font-size: 13px; }
	#nav li a { font-weight: normal; padding: 3px 8px; color: #778B8E; }
	#nav a:hover { background: #00434A; color: #fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
 		
	
/*	--------------------------------------------------
	Teaser
	-------------------------------------------------- */	
	
	#teaser .container { background:  url(images/bg_teaser.jpg) no-repeat; height: 258px; }
	#teaser #featured { position: absolute; top: 26px; left: 290px; }
	#teaser h2 { background: url(images/h2_showcase.png) top left no-repeat; display: block; width: 566px; height: 0 !important; overflow: hidden; padding: 137px 0 0 0; }
	#teaser p { margin: 10px 10px 0 130px; }
	#teaser .image { float: left; width: 420px;	 margin: 0; padding: 0; display: inline; }
	#teaser .image img { background-color: #20345E; border: 1px solid #293D68; padding: 9px; }
	#teaser .text { float: right; width: 470px; margin: 0; display: inline; }
	#teaser .text h1 { font-size: 30px; font-weight: bold; text-transform: uppercase; font-family: LeagueGothic; }
	#teaser .more-link a { display: block; margin: 10px 0 0; width: 60px; padding: 8px 15px 10px 15px; background-color: #223763; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border: 1px solid #283D6C;  }
	#teaser .more-link a:hover { background-color: #233966; border-color: #2E4679; }
	
	
/*	--------------------------------------------------
	Home
	-------------------------------------------------- */		
	
	#home #content .container { background: url(images/bg_h3.png) no-repeat 0 0; }
	#page #content .container { background: url(images/bg_h32.png) no-repeat 0 0; }
	#home #breadcrumb { visibility: hidden; }
	
	
/*	--------------------------------------------------
	Main
	-------------------------------------------------- */
		
	#breadcrumb { color: #fff; margin: 25px 0 80px; padding: 0 20px; font-size: 11px; }
	.gallery img { float: left; border: 4px solid #021F41; margin: 2px 5px 5px 0; }
	.box { margin: 0; padding-bottom: 15px; margin-bottom: 20px; float: left; width: 520px; }
	.box img { background-color: #021F41; padding: 3px; float: left; margin: 0 15px 5px 0; }
	.sum { font-size: 20px; font-style: italic; margin: 20px 0; } 
	.post { margin: 0 0 10px 0; background: url(images/bg_post.png) no-repeat bottom center; padding-bottom: 30px; }
	.single h1 { font-size: 36px; font-weight: bold; }
	.post h2 { font-size: 28px; letter-spacing: -1px; }
	.post h2 a, .single h1 a { border-bottom: 1px solid #023D45; }
	.post h2 a:hover, .single h1 a:hover { border-bottom: 1px solid #035059; }
	.post .postcontent img, .single .postcontent img  { border: 1px solid #00383F; background: #002327; padding: 9px; float: left; margin: 0 10px 10px 0; }
	.post .postcontent li { font-size: 14px; padding-left: 25px; background: url(images/bul.gif) no-repeat 0 3px; margin-bottom: 10px; } 
.postcontent li { font-size: 14px; padding-left: 25px; background: url(images/bul.gif) no-repeat 0 3px; margin-bottom: 10px; } 
	#latest .post.even, .category .post.even { margin-right: 0; }
	p.meta { margin: 0 0 5px; font-size: 11px; color: #6B950A; }
	p.meta a { color: #85B000; }
	p.meta a:hover { color: #85B000; }
	p.meta .date { color: #3D6A6F; text-transform: uppercase; }
	p.meta .cat a { color: #368F97; text-transform: uppercase; }
	.paging { border-top: 1px solid #023D45; clear: both; padding: 10px 0; }
	.paging span.current { padding: 2px 4px; margin: 2px; font-weight: bold; border: 1px solid #222; color: #333; background-color: #111; }
	.single .postcontent p { font-size: 14px; }
	
	
/*	--------------------------------------------------
	Comments
	-------------------------------------------------- */		
	
	#comments h2, #main .archive h3 { margin:20px 0px 20px 0px; font-size: 24px; margin: 0 0 15px; padding: 6px 0; text-transform: uppercase; font-family: LeagueGothic; color: #fff; }
	.commentlist { padding: 0; margin: 0; overflow: hidden; list-style: none; }
	.commentlist ul { list-style: none; margin: 0; padding: 0; }
	.commentlist .comment { margin: 0 0 0 40px; padding: 0; overflow: hidden; }
	.commentlist .depth-1 { margin-left: 0 !important; }
	.comment-body { margin: 0 0 10px 0; padding: 15px; overflow: hidden; position: relative; border: solid 4px #00383F; background-color:  #002327; }
	.comment-author .avatar { float:left; margin: 0 10px 0 0; border: 4px solid  #023D45; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: #20345F 0 2px 1px; -moz-box-shadow: #20345F 0 2px 1px; }
	.comment-author cite { font-size: 14px; font-weight: bold; font-style:normal; }
	.comment-author span, .comment-reply-link { display: none; }
	.comment-meta { font-size: 10px; margin: 0 0 10px; text-transform: uppercase; }
	.comment .comment-body p { font-size: 12px; }
	.comment-body:hover .comment-reply-link { display:block; font-size: 11px; padding: 10px; background: #223763; color: #fff; position: absolute; bottom: 5px; right: 5px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border: 1px solid #2E4679; }
	.cancel-comment-reply a { background: #223763; display: block; padding: 10px; /* position: absolute; top: 0; right: 10px; */float: right; margin-bottom: 20px; }
	.trackbacklist { margin:20px 0px 20px 0px; overflow:hidden; }
	.trackbacklist .comment-author cite, .trackbacklist .comment-author cite a { font-weight:normal; }
	#commentform { margin: 0 0 10px; position: relative; padding: 0; }
	#commentform p { font-size: 12px; }
	.required { font-weight: normal; color: #c00; }
	
	
/*	--------------------------------------------------
	Sidebar
	-------------------------------------------------- */		
	
	#sidebar .module { padding: 10px 20px; position: relative; }
	#sidebar h3 { font-size: 30px; margin: 0 0 5px; padding: 0; font-family: LeagueGothic; color: #fff; text-transform: uppercase; }
	#sidebar #scheduler { background: url(images/bg_mod_sched.png) no-repeat top center; min-height: 210px; }
	#sidebar #scheduler h3 { text-shadow: 1px 1px 1px #7A972E; }
	#sidebar #scheduler ul { margin: 0; padding: 0; }
	#sidebar #scheduler li { font-size: 14px; font-weight: bold; text-shadow: 0 1px 1px #7A962B; }
	#sidebar #scheduler li span { background-color: #7DA323; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; padding: 3px 5px; }
	#sidebar .widget_text { background: #fff url(images/bg_mod_text.gif) no-repeat top center; }
	#sidebar .widget_text .textwidget { text-align: center; }
	#sidebar #newsletter { background: url(images/bg_mod_nl.png) no-repeat top center; min-height: 160px; text-shadow: 1px 1px 1px #217EA6 }
	#sidebar #newsletter p { font-size: 11px; margin-bottom: 5px; }
	#sidebar #newsletter .txt { border: 1px solid #59B3DB; background-color: #3AAAD1; width: 210px; font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 5px; text-shadow: 1px 1px 1px #217EA6; color: #fff; }
	#sidebar dl { margin: 0 0 1.8em; }
	#sidebar dl dt { margin-bottom: 3px; font: 1.7em Constantia, Georgia, "Hoefler Text", serif; font-style: italic; }
	#sidebar dd { margin-bottom: 3px; padding: 0 0 10px; font-size: 1.2em; line-height: 1.5em; }
	#sidebar li { }
	#sidebar li span { font-size: 11px;  }
	
	
/*	--------------------------------------------------
	Footer
	-------------------------------------------------- */
	
	#footer .container { background: url(images/bg_foot.gif) no-repeat top center; padding-top: 40px; }
	#footer ul { margin: 0 0 20px; }
	#footer ul li { display: inline; padding: 0 .85em 0 0; color: #fff; font-size: 1em; text-transform: uppercase; }
	#footer a, #breadcrumb a { }
	#footer a:hover, #breadcrumb a:hover {  }
	#footer p { font-size: 10px; color: #fff; }


/*	--------------------------------------------------
	Form
	-------------------------------------------------- */	
	form.a { width: 100%; margin: 0 0 5px; padding: 0; }
 	form.a p, #commentform p { position: relative; margin: 0; padding: 5px 0 5px 215px; border-top: 1px solid #023D45; width: 380px; }

 	p#success, p#bademail, p#badserver { display: none; }
 	.status { background-position: 10px 50%; background-repeat: no-repeat; font-size: 1.17em; margin: 10px auto; padding: 10px 10px 10px 40px; color: #000; }
 	#bademail { background-color: #ebcccc; border: 1px solid #F33; background-image: url(images/ico_alert.gif); }
 	#success { background-color: #DAF8C4; border: 1px solid #447D1F; background-image: url(images/ico_ok.gif); }
   	form.a p label, #commentform p label { position: absolute; left: 0; top: 8px; width: 210px; font-weight: bold; }
  	form.a p input.txt, #commentform p input.txt { width: 370px; padding: 8px 3px; border: 2px solid #00383F; background: #002327; font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 .1em .1em #20345F; color: #fff; font-weight: bold; }
  	form.a p .txt.short { width: 100px; }
  	form.a p .txt.mid { width: 130px; }
  	form.a label img { vertical-align: middle; margin-bottom: 5px; }
  	form.a p textarea, #commentform p textarea { overflow: auto; width: 370px; height: 120px; padding: 8px 3px; border: 2px solid #00383F; background: #002327; font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 .1em .1em #20345F; color: #fff; font-weight: bold; }
  	
	
/*	--------------------------------------------------
	Plugins
	-------------------------------------------------- */

	div#fancy_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #666; display: none; z-index: 30; }
	* html div#fancy_overlay { position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
	div#fancy_wrap { text-align: left; }
	div#fancy_loading {position: absolute; height: 40px; width: 40px; cursor: pointer; display: none; overflow: hidden; background: transparent; z-index: 100; } 
	div#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background: transparent url('images/fancy_progress.png') no-repeat;}
	div#fancy_loading_overlay { position: absolute; background-color: #FFF;	z-index: 30; }
	div#fancy_loading_icon { position: absolute; background: url('images/fancy_loading.gif') no-repeat; z-index: 35; width: 16px; height: 16px; }
	div#fancy_outer { position: absolute; top: 0; left: 0; z-index: 90; padding: 18px 18px 33px 18px; margin: 0; overflow: hidden; background: transparent; display: none; }
	div#fancy_inner { position: relative; 	width:100%; height:100%; border: 1px solid #BBB; background: #FFF; } 
	div#fancy_content { margin: 0; 	z-index: 100; 	position: absolute; } 
	div#fancy_div { background: #000; 	color: #FFF; 	height: 100%; width: 100%; z-index: 100; } 
	img#fancy_img { position: absolute; top: 0; left: 0; border:0;	padding: 0; margin: 0; 	z-index: 100; width: 100%; 	height: 100%; } 
	div#fancy_close { position: absolute; top: -12px; right: -15px; height: 30px; width: 30px; background: url('images/fancy_closebox.png') top left no-repeat; cursor: pointer; z-index: 181; display: none; }
	#fancy_frame { position: relative; 	width: 100%; height: 100%; display: none; } 
	#fancy_ajax { width: 100%; 	height: 100%; 	overflow: auto; } 
	a#fancy_left, a#fancy_right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; z-index: 111; display: none; background-image: url(data:image/gif;base64,AAAA); outline: none; } 
	a#fancy_left { left: 0px; } 
	a#fancy_right { right: 0px; } 
	span.fancy_ico { position: absolute;  top: 50%; margin-top: -15px; width: 30px; height: 30px; z-index: 112; cursor: pointer; display: block; } 
	span#fancy_left_ico { left: -9999px; background: transparent url('images/fancy_left.png') no-repeat; } 
	span#fancy_right_ico { right: -9999px; 	background: transparent url('images/fancy_right.png') no-repeat; } 
	a#fancy_left:hover { visibility: visible; } 
	a#fancy_right:hover { visibility: visible; } 
	a#fancy_left:hover span { left: 20px; } 
	a#fancy_right:hover span { right: 20px; } 
	.fancy_bigIframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; } 
	div#fancy_bg { position: absolute; 	top: 0; left: 0; width: 100%; height: 100%; z-index: 70; border: 0; padding: 0; margin: 0; }
	div.fancy_bg { position: absolute; 	display: block; z-index: 70; border: 0; padding: 0; margin: 0; } 
	div.fancy_bg_n { top: -18px; width: 100%; height: 18px; background: transparent url('images/fancy_shadow_n.png') repeat-x; } 
	div.fancy_bg_ne { top: -18px; right: -13px; width: 13px; height: 18px; 	background: transparent url('images/fancy_shadow_ne.png') no-repeat; } 
	div.fancy_bg_e { right: -13px; height: 100%; width: 13px; background: transparent url('images/fancy_shadow_e.png') repeat-y; } 
	div.fancy_bg_se { bottom: -18px; right: -13px; 	width: 13px; height: 18px; 	background: transparent url('images/fancy_shadow_se.png') no-repeat; } 
	div.fancy_bg_s { bottom: -18px; width: 100%; height: 18px; 	background: transparent url('images/fancy_shadow_s.png') repeat-x; } 
	div.fancy_bg_sw { bottom: -18px; left: -13px; width: 13px; height: 18px; background: transparent url('images/fancy_shadow_sw.png') no-repeat; } 
	div.fancy_bg_w { left: -13px; height: 100%; width: 13px; background: transparent url('images/fancy_shadow_w.png') repeat-y; } 
	div.fancy_bg_nw { top: -18px; left: -13px; 	width: 13px; height: 18px;	background: transparent url('images/fancy_shadow_nw.png') no-repeat; } 
	div#fancy_title { position: absolute; bottom: -33px; left: 0; width: 100%; 	z-index: 100; 	display: none; } 
	div#fancy_title div { color: #FFF; font: bold 12px Arial; padding-bottom: 3px; } 
	div#fancy_title table { margin: 0 auto; } 
	div#fancy_title table td { padding: 0; vertical-align: middle; } 
	td#fancy_title_left { height: 32px; width: 15px; background: transparent url(images/fancy_title_left.png) repeat-x; } 
	td#fancy_title_main { height: 32px; background: transparent url(images/fancy_title_main.png) repeat-x; } 
	td#fancy_title_right { height: 32px; width: 15px; background: transparent url(images/fancy_title_right.png) repeat-x; }