/*  
Theme Name: serendipity theme
Theme URI: http://serendipity.uikly.com/
Description: A simple, clean blog theme by <a href="http://serendipity.uikly.com/">serendipity</a>.
Author: serendipity
Author URI: http://serendipity.uikly.com/
Tags: simple, clean, two columns, fixed width, valid CSS, valid XHTML
Version: 1.0
*/

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	font:11px/16px Verdana, Tahoma;
	color:#333333;

}

a {
	color:#E35110;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #E35110;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto;

}
	

#content {
	width: 940px;
	margin: 15px auto 0 auto;
	padding: 15px 0 0 0;
}

#content-left {
	float: left;
	width: 645px;
}

#content-right {
	float: right;
	width: 240px;
}


/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 90px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 140px;
	font:bold 24px/24px Verdana, Tahoma;
}

h1 a {
	color:#888;
	text-decoration: none;
}

h2#blog-description {
	position: relative;
	top: 120px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 140px;
	font:normal 11px/11px Verdana, Tahoma;
	color: #c7532d;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:bold 14px/14px Verdana, Tahoma;
	color: #E35110;
}

h3 {
	margin: 0 0 20px 0;
	font:bold 15px/15px Verdana, Tahoma;
	text-transform: uppercase;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 5px 0;
}



/*	##################################
   	SEARCH
	################################## */

/** search form */
#searchform {
        position: relative;
	top: 0px;
	right: 0px;
        width:250px;
        margin-bottom: 20px;
        border-bottom: 4px solid #ecedee;
        padding-bottom: 20px;
        text-align: center;

}

#search_s {
	width: 150px;
        height:20px;
	padding: 3px 5px 0px 30px;
	color: #333;
	border: 1px solid #ccc;
        background: url(img/search_bg.jpg) no-repeat;
}

#search-submit {
	width: 40px;
        height: 26px;
        background: url(img/search_bt.jpg) no-repeat;
	margin: 0;
	padding: 5px;
	color: #777;
        font-weight: bold;
	border: 0;
}

.bt{
        cursor: pointer;
}

.page_item a:hover {

}

.current_page_item a, .current_page_item a:hover {

	font:bold 11px/11px Verdana, Tahoma;
	color:#363636;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	margin: 0;
}

.entry {
        width: 195px;
        height: 230px;
        margin: 5px 0 0 0;
        background: url(img/entrybody_bg.jpg) no-repeat;
        padding: 15px 0px 8px 20px;
        float: left;
}

.entry h3 {
        width: 175px;
        text-align: center;
        margin: 5px 0 0 0;
}

.meta_comments {
	text-align: center;
        height: 80px;
        padding-left: 20px;
        margin: 5px 5px 0 0;
        display: inline;
}

* html .meta_comments { margin-top: 3px; }

.meta_comments a {
        text-decoration: none;
}

/** tab accordion */
.box{
        background: #fff;
}
.boxholder{
        clear: both;
        padding: 5px;
        background: #E35110/*#DFDFDF*/;
}
.tab{
        float: left;
        height: 32px;
        width: 98px;
        margin: 0 1px 0 0;
        text-align: center;
        background: #E35110/*#DFDFDF*/ /*url(img/tab_bg.jpg) no-repeat*/;
}
.tabtxt{
        margin: 0;
        color: #fff;
        font-size: 12px;

        font-weight: bold;
        padding: 9px 0 0 0;
}

.tabtxt a{

        color: #fff;
 

        font-weight: bold;
}

.tabtxt a:active{


}

/** tab accordion end*/

/** latest entery title */

.latest_entry {
        width: 655px;
        height: 51px;
        background: url(img/latest_entry.jpg) no-repeat;
        margin-top: 20px;
}

.rss {
        width: 32px;
        height: 30px;
        margin: 0 0 0 570px;
        padding-top: 8px;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;
}

p.tags {
	clear: both;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

.tagcloud_title {
        clear: both;
        width: 500px;
        height: 35px;
        background: url(img/tagcloud_bg.jpg) no-repeat;
        font-size: 16px;
        font-weight: bold;
        padding-left: 55px;
        line-height: 45px;
}

.tagcloud {
        width: 580px;
        padding: 10px 0 15px 55px;
}

.tagcloud a {
        text-decoration: none;
        margin-right: 5px;
}

.tagcloud a:hover {
        text-decoration: underline;
}

.page_navi{
        width: 640px;
        height: 50px;
        line-height: 40px;
        border-top: 1px dotted #ccc;
}

/** content right */

.box-right {
	margin: 0 0 20px 0;
}

.box-right h4 {
        font-size: 14px;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}

.recent_post {
        /*background: url(img/post_bg.jpg) no-repeat;*/
        height: 300px;
        margin-bottom: 10px;
}

.recent_post ul {
        padding: 35px 0 0 8px;
        list-style: none;
}

.recent_post ul li a{
        list-style: none;
        width: 195px;
        height: 18px;
        padding: 2px 0 0 18px;
        background: url(img/post_li.gif) no-repeat;
        margin-bottom: 3px;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f7f7f7;
}


.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#c7532d;
	font-weight: normal;
	text-align: inherit;
}

.flickr {
        height: 294px;
        background: url(img/flickr_bg.jpg) no-repeat;
        margin-bottom: 20px;
}

.flickr_in {
        height: 200px;
        margin: 0 0 0 20px;
        padding-top: 22px;
}

.flickr img { 
        margin: 5px; 
        width: 50px;
        height: 50px;
        display: block;
        float: left; 
}

.flickr a img { 
        border:3px solid #eee; 
}

.flickr a:hover img { 
        border:3px solid #999; 
}


/*	##################################
   	SINGLE PAGE
	################################## */

.title {
        font-size: 16px;
        background: url(img/single_title.jpg) no-repeat;
        padding: 0 0 3px 40px;
        line-height: 32px;
        border-bottom: 1px solid #ccc;
}

.single_content {
        clear: both;
        padding-top: 10px;
}

.meta {
        height: 25px;
	font:12px Verdana, Tahoma;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
        font-size: 16px;
        background: url(img/respond_bg.jpg) no-repeat left center;
        height: 32px;
        padding: 0 0 0 40px;
        line-height: 32px;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #999;
        background: url(img/input_bg.jpg) no-repeat;
}

textarea {
	width: 510px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #999;
        background: url(img/txtarea_bg.jpg) no-repeat;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}





/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {

        border-top: #ecedee solid 4px;
	background: #fff;
}

#footer {
	width: 940px;
        height: 170px;
	margin: 0 auto;
	font:normal 10px/10px Verdana, Tahoma;
	color: #333;
        background: #fff url(img/footer_bg.jpg) top right no-repeat;
}


#footer a {
	color:#c7532d;
}


#legal {
	float: left;
	width: 840px;
        line-height: 138px;
}


/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.clear {
	clear:both;
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   float: none;
   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;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}


/** custom */

.gender_male {
	float: left;
        height: 16px;
        padding-left: 20px;
	      background: url(img/male.png) no-repeat left center;
        margin: 10px 10px 0 0;
        display: inline;
}


.gender_female {
	float: right;
        height: 16px;
        padding-left: 20px;
	      background: url(img/female.png) no-repeat left center;
        margin: 10px 35px 0 0;
        display: inline;
}




.cat-item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 0;
	background: url(img/bg-menu.gif) no-repeat left top;
	font:normal 11px/11px Verdana, Tahoma;
	color:#fff;
	text-decoration: none;
	text-align: center;
}


.cat-item a:hover {
	background: url(img/bg-menu-hover.gif) no-repeat left top;
}

.current-cat a, .current-cat a:hover {
	background: url(img/nav_bg.jpg) repeat-x left top;
	font:bold 11px/11px Verdana, Tahoma;
	color:#363636;
}




/* */

.recent_post { padding: 0.1em 0 1.2em 0; margin: 0 0 0.8em 0; 
	width: auto;

        margin-bottom: 60px;
}
.recent { padding: 0 2px 0 0; margin: 0 ; float: left; 
        margin-bottom: 20px;
        border-bottom: 4px solid #ecedee;
        padding-bottom: 20px;}
.recent img{
        margin: 18px; 
        width: 76px;
        height: 101px;
        display: block;
        float: left; 
}

.recent a img{
        border:3px solid #fff; 
}

.recent a:hover img{
        border:3px solid #999; 
}



.container_recent_post{
margin-left: 0px;
margin-bottom: 20px;

        }

.left {float: left;width: 60px;height: 60px;margin: 0 15px 0 0;border:none;}
.recent_date { padding: 0; margin: 0; color: #666; font-size: 0.9em; }


/* */

.prova img{
        margin-left: 110px; 
        width: 101px;
        height: 36px;
        display: block;
        float: left; 
}


.t-shirts img{
        margin-left: 20px; 
        margin-right: 20px;
        margin-bottom: 25px;
        margin-top: 0px;
        width: 280px;
        height: 280px;
        display: block;
        float: left; 
}

.link-uomo img{
        margin-left: 110px; 

        display: block;
        float: left; 
}

.link-donna img{
        margin-right: 110px; 

        display: block;
        float: right; 
}

.info-left{
        margin-left: 80px; 
        float: left; 
        display: block;

}

.info-right{
        padding-right: 75px; 
        float: right; 
        display: block;
}
.contenitore-info{

}

.contenitore-info ul li{
list-style: none;
}


.sidebar-text{
        margin-bottom: 20px;
        border-bottom: 4px solid #ecedee;
        padding-bottom: 20px;
padding-left: 0px;

}


/* GALLERY */

div#extra{
	height:/*285px*/ 300px;
	background: #fff url(images/headerpicture.jpg) no-repeat left;
	margin-left: 7px;
	clear:both;

	margin-right: 7px;}
	
	#myGallery
{
float:left;
width: /*470px*/ 640px !important;
height: /*285px*/ 300px!important;
border: 1px #E0E0E0/*#88b74f*/ solid !important;

}
#myGallery h2{
font-size: 1.4em;
color: #333 !important;}
#myGallery p{color: #333 !important;
font-size: 1em;}
#myGallery h2 a{
font-size: 1.4em;
color: #333 !important;
}
.slideInfoZone{height:50px !important;
background: #ecedee/*#f8f8f8*/ !important; }






/* header (anche per spreadshirt)
==========================================================================*/

#header {
  margin: 0;
  padding: 0;
  background: #ffffff/*#f3f3f3*/;
  height: 85px;
  /*border-bottom: #BCD665 solid 3px;*/
  margin-bottom: 30px;
}
#header-wrap, #wrap{
  margin: 0 auto;
  padding: 0;
  width: 940px;
}

/* logo */

#logo{
  margin: 24px 0 0 0;
  padding: 0 0 0 14px;
  float: left;
}
#logo a{
  display: block;
  width: 271px;
  height: 60px;
  background: url(img/logo.png) no-repeat 0% 0%;
  border: none;
  overflow: hidden;
  text-indent: -3000px;
}
#tagline{
  margin: 40px 0 0 0;
  padding: 0 0 0 11px;
  float: left;
  font-size: 10px;
  font-weight: lighter;
  color: #848b9b;
}

/* navigation */

#nav{
  margin: 39px 0 0 0;
  padding: 0 74px 0 0;
  float: right;
  list-style: none;
}
#nav ul{
  list-style: none;
}
#nav li{
  margin: 0;
  padding: 0 21px;
  float: left;
}
#nav a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover, #nav a:active, #nav .current_page_item a{
  color: #E35110/*#4FC216*/;
  text-decoration: none;
    font-weight: bold;
}


#sub-header{
  background: url(img/navbar_tile.png) repeat-x 0% 0%;
  height: 33px;
}
#sub-header-wrap{
  margin: 0 auto;
  padding: 0;
  width: 940px;
}
#sub-header-wrap p{
  padding: 6px 0 0 11px;
}


#featured-wrap{
width: 940px;
  margin: 0 auto;
  padding: 0;
  margin-top: 25px;
}
#featured-title{
color:#182d49;

	border-bottom:#182d49 1px dotted ;

	height:22px;

	padding:5px;

	margin-bottom:10px;

	clear:left;

	text-align:left;

	font-size: 18px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	vertical-align: middle;
	
	background:#ecedee;
	
	width: 940px;

}


.title-section{
	margin: 0px;
	padding: 0px;
	font:bold 14px/14px Verdana, Tahoma;
	color: #E35110;
}