/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: A highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins and more.
VERSION: 0.7
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS:three columns,two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
/* ------------- Aggiunti da me :-))) -----------------------------------------*/

/* header */

#h-search { float:right; width:220px; text-align:right; margin: 10px 0 0 0}

#h-search h3 {float:left; margin:3px  0 0; font-size:14px; font-weight:700;}
input#s { border:solid #8FAF2B 1px; margin: 0 0 10px; background-color: #CADEF0; padding:2px 5px; }
#searchsubmit { margin: 0 5px; border:solid #CADEF0 1px; background:#77B6EF url(search.png) no-repeat center center; padding:1px 3px; text-indent:-9999px; width:22px; }

#bigslide { margin:0px 10px 10px; width:920px; height:300px; border:solid #C7EF4A 10px; }

/* ------- sidebar home------------- */

 
#second_post { float:left;  padding:10px; background-color:#C7EF4A; font-size:10px; width:200px; margin-left:10px;}
#second_post h2 { margin:0 0 10px; font-size:22px; font-weight:900; padding:18px 0 0 0;}
#second_post h3 { background-color:#B6DF37; font-size:16px;font-weight:900; padding:2px 5px; margin:0 0 10px;}
#second_post li { border-bottom:solid #77B6EF 0px; padding: 20px 0 20px;}
#second_post ul { margin: 10px 0 30px; list-style:none; padding:0; }
.who { color:#999; font-size:11px; margin: 0 0 20px;}

/*content*/

#content { background-color:#C7EF4A; padding: 10px 10px;}
#c_s { font-size:24px; font-weight:700; margin:20px 0px 20px; }

/* footer */

#main-fo { width:960px; margin:0 auto ; height:270px;    }

#main-fo #menu { background:none;}
#second-menu ul { list-style:none; margin:0 ; padding:0 0 23px ; border-bottom: solid #CADEF0 1px; color:#CADEF0;}
#second-menu ul a  { color:#333F10;}
#second-menu ul a:hover, #second-menu .current_page_item a {color:#fff; background:none;} 
#second-menu .current_page_item a {color:#333F10;}
#second-menu ul li { display:inline; margin:0 5px 0 0;}

#about { width:300px; float:right; margin:0 10px 0 0; display:inline; padding:18px 0px }
#central-footer {width:300px;float:left; margin:0 ; display:inline;padding:18px 0px}
#siteinfo { width:300px; float:left; margin:0 20px 0 10px; display:inline;}

#about a, #central-footer a, #siteinfo a, #siteinfo a:visited, #central-footer a:visited, #about a:visited {font-style:italic;}
