/*   

Theme Name: Black SpriteHat

Theme URI: http://spritehat.net/

Description: SpriteHat Wide 2 column english built on default theme

Author: webeginner/spritehat

Author URI: http://spritehat.net/

Tags: two columns, widgets, mootols, accordion

Version: 0.1 03.10.09 

The CSS, XHTML and design is released under GPL:

http://www.opensource.org/licenses/gpl-license.php

The only problem with seeing too much is that it makes you insane. Phaedrus

Have fun.

*/


/* STRUCTURE /////////////////////////////////////////////////////////////// */


html {  margin: 0;

  	      padding: 0; 


	}





body { margin: 0;

	        padding: 0;

	        font-size: 62.5%; /* Resets 1em to 10px */

	        font-family: Arial, Helvetica, sans-serif;
 
                background-color: #fff;
                 
// background: #fff url('style_img/body_bg.png') no-repeat fixed right bottom; 

                color: #000;

	        text-align: center;

	    

              }

	


#header { background: #111;
                      top:0px;
                      float: left; 

                      margin:0;
                      padding:0;

                      height: 70px;

	              width: 100%;
                                     

                }
      


#page {     position: relative;    
           top:20px;
            margin: 0 auto; 
               padding-top:0px;
	       padding-bottom: 0px;
               padding-left: 0px;
               padding-right: 0px; 
	       width: 1000px;
               border:none;
               background-color: transparent;
               text-align: left;

	    }



.root {    text-align: left;
        

	}

.narrowcolumn { float: left;

/* post pagine */      
                         padding-top:20px;
                      /*padding: 10 px;*/

                       margin: 0px;

	               width: 700px;

	

                     }









.widecolumn {  /* padding: 10 px; */
 
/* single post */                     

                            padding-top:20px;

                           margin: 0px;

	                   width: 700px;

	                

                     }





#navigator {  width: 700px;

              float: left;

	      clear:both; 

	      display: block;

              margin: 0px;

               

         }



#nav_left {  width: 350px;

              float: left;

	     text-align: left;

	      

         }



#nav_right {  width: 350px;

              float: right;

              text-align: right;

	      

	      

         }





.post_top { 
background: #fff url('style_img/post_top.png') no-repeat left top;

                        margin: 0px; 

                        width:700px;

                        height:20px;

                        float: left;

                        

                      }









.img_top { float:left;

          

                }





.post {        float: left;

               width: 680px;

               padding-left: 10px;

               padding-right: 10px;

               padding-bottom: 0px;

               margin: 0px;

               text-align: left;

       background: #fff url('style_img/post_bg.png') repeat-y left top; 

	

              }







.post_foot { 
background: #fff url('style_img/post_foot.png') no-repeat left top;

                        margin: 0px; 

                        width:700px;

                        height:150px;

                        float: left;

                          

                        



                      }





.post hr { display: block;

	

          }







.widecolumn .post { margin: 0;
             

	       

                    }





.narrowcolumn .postmetadata {  padding-top: 0px;

	                       

                              }



.widecolumn .postmetadata { margin: 0px ;

	 

                            }



.widecolumn .smallattachment { text-align: left;

	                                   float: left;

	                                   width: 128px;

               margin: 5px 5px 5px 0px; 



        }



.widecolumn .attachment {

	text-align: left;

	margin: 0px;

}



.postmetadata {

	clear: both;

}



.clear {

	clear: both;

}



#footer {

       // background-color: #111;
        
       // color:#fff;
	padding: 0;

	margin: 0 auto;

	width: 1000px;

        clear: both;

	}







#footer p { margin: 0;

	          padding: 0px;

	          text-align: left;

	   }



/* End Structure */



/* Begin Sidebar */



#sidebar { float: left;
                  padding-top: 20px;
	          padding-left: 20px;

                  padding-right:10px;

                  margin-left: 19px;

	          width: 250px;

	          /* border-left: 1px dotted #ddd; */

                }







/*

h2.widgettitle {  what the fuck



                  }

*/



.widget_tag_cloud a { 
font-family: monospace;

background-color: #eee;
//background: transparent url('style_img/cloud_bg.png') no-repeat scroll center center; 

color:#111;

        }


/*
.widget_tag_cloud { 

background: transparent url('style_img/widget_cloud_bg.png') no-repeat scroll center center; 

                      }

*/




/* End Sidebar */







/* SINGLE TAGS ELEMENTS ///////////////////////////////////////////////////// */

// TAGS DI ACCORDION 
h3 { font-size:13px;
     //padding-left: 5px;
	 

}


h3 a { color:#b4b4b4; text-decoration:none;} 

// CHIUDE TAGS DI ACCORDION 


 h3 {

	padding: 0px;

	margin:0px;

	}



a { background-color:transparent; color:#b4b4b4; text-decoration:none;} 


a:hover { color: #fff;

                 text-decoration: none;

                 background-color: #111;


             }

 a.header:hover  { color: transparent;

                background-color: transparent;


             }



// img read index template bug ie

a.read { float:left;
clear: right;
background-color: transparent;

}


a.read:hover { float:left;
clear: right;
background-color: transparent;


}


/* END TAG ELEMENTS ///////////////////////////////////////////////////// */



/*	Begin Headers */

h1 {    font-size:12 px;
        text-transform: uppercase;
	//padding-top:0px;
	margin: 0;

	}



h2 {    text-transform: uppercase;
        
	margin: 0px;

	}



h2.pagetitle { text-transform: uppercase;

	margin-top: 30px;
	text-align: left;

}



#sidebar h2 { text-transform: uppercase;
        font-sixe: 11px;
        font-weight: normal;
        background-color: #111;
        color: #fff;
	margin: 5px 0 0;

	padding: 10px;

	}







h3.comments { text-transform: uppercase;

	padding: 0;

	margin: 20px auto 20px ;

         

	}

/* End Headers */



/* Begin Images */





p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}





img.floatleft { float: left;
                   
                clear: right;

                  



/* set this class when inserting images in a post and YOU want the text to be positioned under the image */ 



}



img.floatleft_spaced { float: left;

       padding-right: 30px;



/* ..this one when inserting images in a post and YOU want the text to be positioned on the right of the image */ 



}


.alignright {

	float: right;

	}





.alignleft {

	float: left;

	}







/* End Images */



/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul { text-transform: uppercase;

	margin-left: 0px;

	 padding: 0 0 0 20px; 

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



/*

.entry ul li:before, #sidebar ul ul li:before {

       	content: "\00BB \0020";

	}

*/

.entry ol {

	padding: 0 0 0 20px;

	margin: 0;

	}


.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: none;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}



ol.commentlist > li { border: 1px solid #000;



                       }

                   

/* End Entry Lists */







/* Begin Form Elements */



/* SEARCH FORM /////////////////////////////////////////////// */



		#search_form .search_input { width: 180px;

		padding: 5px; 

		color: #999; 

		font: 10px Terminal, Arial, Helvetica, sans-serif; 

		border-top: thin solid #999; 

		border-left: thin solid #999; 

		border-right: thin solid #f5f5f5; 

		border-bottom: thin solid #f5f5f5; 

				

		}





	    li.widget .search_input { font-size: 11px !important; }



	

		#search_form .search_input:focus { border-top: thin solid #666;

		border-left: thin solid #666; 

		border-right: thin solid #ddd; 

		border-bottom: thin solid #ddd; 

		

		}









.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}





#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#respond { float:left;



            }



#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}





#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	}



/* End Form Elements */







/* Begin Comments*/


.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

        

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}



.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}



/* End Comments */



/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */




/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}





blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}



hr {

	display: none;

	}



a img {

	border: none;

	}





.navigation { display: block;

	      text-align: center;

	      margin-top: 10px;

	      margin-bottom: 60px;

              clear:both; /* added for single post */

	      

         }





/* IE 7 HACK IE RULE */



*:first-child+html .navigation { /* CSS HACK solo IE 7.0 */                 

                           

                    }


/* End Various Tags & Classes*/




/* Captions */



.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */





/* Begin Typography & Colors */



#content {

	font-size: 1.2em;

	}



.widecolumn .entry p {

	// font-size: 1.2em;

	}



.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	}



.widecolumn {

	line-height: 1.6em;

	}



.narrowcolumn .postmetadata {

	text-align: left;

	}



.thread-alt {

	background-color: #f8f8f8;

}

.thread-even {

	background-color: white;

}

.depth-1 {

border: 1px solid #ddd;

}



.even, .alt {

	border-left: 1px solid #ddd;

}



small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}


h1, h2, h3 {

	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;

	font-weight: bold;

	}



h1 {

	//font-size: 4em;

	text-align: left;

	}



#headerimg .description {

	font-size: 1.2em;

	text-align: left;

	}


/*
h2 {

	font-size: 3em;

	}
*/


h2.pagetitle {

	font-size: 3em;

	}



#sidebar h2 {

	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;

	font-size: 1.2em;

	}



h3 {

	font-size: 1.3em;

	}





h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {

	text-decoration: none;

	}



.sticky { 
       
	//background: #f7f7f7;
        background: #fff url('style_img/post_bg.png') repeat-y left top;
	padding: 0 10px 10px;

	}


/*
.sticky h2 {

	padding-top: 0px;

	}
*/


.commentlist li, #commentform input, #commentform textarea {
  

               font: 0.9em "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;


	      }



.commentlist li ul li { font-size: 1em;



                        }



.commentlist li { font-weight: bold;



                  }



.commentlist li .avatar { float: right;

	                         border: 1px solid #eee;

	                         padding: 2px;

                                 background: #fff;

	 

                               }



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



#sidebar {

	font: 1em "Helvetica Neue", Helvetica, Arial, Sans-Serif;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	

                  color: #777;

	       

                }



code {  font: 1.1em 'Courier New', Courier, Fixed;

	

         }



acronym, abbr, span.caps { font-size: 0.9em;

	                              letter-spacing: .07em;

	                              

                                      }



/*

a, h2 a:hover, h3 a:hover {

	color: #06c;

	text-decoration: none;

	}



*/



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */





/* ///////////////////////////////////////////////////////////////////////// APPS */



/* DEL.ICIO.US STYLES */



.delicious-posts { font-size: 11px; padding: 5px; width: 227px; font-family: Arial, Helvetica, Sans-Serif; text-transform: uppercase; text-decoration: none;}

.delicious-posts ul, .delicious-posts li, .delicious-banner {font-size: 11px; margin: 0; padding: 0; text-transform: uppercase; color: #625e51; text-decoration: none;}

.delicious-post { text-transform: uppercase; line-height: 1.0em; text-decoration: none; }

.delicious-extended { font-family: Arial, Helvetica, Sans-Serif; text-transform: uppercase; text-decoration: none; color: #625e51;}

.delicious-banner a { line-height: 1.0em; text-transform: uppercase; text-decoration: none; }



.delicious-posts a {  text-decoration: none; color: #CC99FF; text-transform: uppercase; }



.delicious-posts a:hover {  color: #fff;

                                   text-decoration: none;

                                   background-color: #CC99FF; 

                                   text-transform: uppercase;

                        

                                 }



.delicious-post a {   color: #CC99FF; text-transform: uppercase; line-height: 1.0em; }

.sidebar-title { line-height: 1.9em; }

a.delicious-link { font-size: 11px; }




/* //////////////////////////////////////////////////// FINE APPS */



/* FUCK THE WORLD */

