/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: H2Q
	Author Site	: http://www.h2q.org
	Scheme Name	: Cası Girlz
	Comments	: Stile femminile dello Spaziogiovani Cası.
	
*/
/*
main color: #FF3366 watermellon pink;
secondary color: #E05D6F blushing bride;
3rd color: #32393E grigio scuro;
4th color: #FFF4EE rosa invisibile;
5th color: #FFA8AE xpink;
6th color: #666464 grigio chiaro;
*/


/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #111;
	background: #FF3366;
	text-align: center;
	margin: 40px 0 35px;
	}

#page {
	background: #FFF4EE;
	width: 780px;
	border: 1px solid #FFA8AE;
	padding: 0; 
	}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #FFF4EE url(caso_girlz/header.background.jpg) no-repeat;
	
	}

.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	margin: 0 0 0 15px;
	}

.secondary {
	font: 1em/1.5em Verdana, Arial, Sans-Serif;
	}


/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1.1em Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3366;
	margin: 0;
	}

ul.menu li a:hover, ul.menu li.current_page_item a:hover {
	background: #FF3366;
	color: #FFF4EE !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a {
	color: #FFF4EE !important;
	background: #FF3366;
	text-decoration: none;
	}
	
/*- Headings */

h1, h2, h3, h4 {
	font-family: "Comic Sans MS", Verdana, Arial, Sans-Serif;
	color: #FF3366;
	}

/* non header text*/
h1{
display: none;
}
#header .description {
display: none;
}

.primary h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: center;
	display: inline;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	color: #32393E;
	}

.primary h3, .primary h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: inline;
	}

.primary .aside h3 {
	font-size: 1.4em;
	font-weight: bold;
	}

.primary .itemhead {

	padding: 0 0 0 15px;
}

.primary .aside .itemhead {

	padding: 0 0 0 15px;
}

.primary .metalink a, .primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #666464;
	font-weight: normal;
	}

.primary .item .itemhead .metalink, .comments .primary .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}

.primary .aside .itemhead .metalink {
	font-size: 1.3em;
	}

.permalink .primary .aside .itemtext {
	font-size: 1.3em;
	color: #666464;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #FF3366;
	}


.commentslink {
	background: url('caso_girlz/icons/comment.png') left center no-repeat;
	}

.chronodata {
	background: url('caso_girlz/icons/time.png') left center no-repeat;
	}

.tagdata {
	background: url('caso_girlz/icons/tag_blue.png') left center no-repeat;
	}
	
.commentsrsslink {
	background: url('caso_girlz/icons/feed.png') left top no-repeat;
	}

.trackbacklink {
	background: url('caso_girlz/icons/arrow_refresh.png') left top no-repeat;
	}

.comments .commentlist .commentmetadata {
	background: url('caso_girlz/icons/time.png') left center no-repeat;
	}
	
	
/* Footer Stuff */     
#footer, #footer a, #footer a:hover{
	text-decoration: none;
	color: #FFF4EE;
	border-bottom: none;	}
    
 /*Upfooter h2*/
#upfooter h2
{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	color: #32393E;
	}   

/*- Search Form and Livesearch */



/*- Primary Contents */

.primary .item {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.primary .item .itemtext {
	font: 1.2em/1.6em Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #32393E;
	}

.primary .aside .itemtext {
	font: 1.1em/1.5em Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #666464;
	}
	
/*- Links */

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #E05D6F;
	}

h2 a:hover, h2 span a:hover {
	color: #E05D6F !important;
	}

a {
	color: #FF3366;
	text-decoration: none;
	}

.itemtext a:visited {
	color: #FFA8AE;
	}

/*- Various Tags and Classes */

.primary img {
	border: 1px solid #FF3366;
	padding: 3px;
	background: #fff;
	}

	
.navigation .left span {
	display: none;
}

.favorite img {
	padding: 0;
	border: none;
	}
	
/*alert msg*/
.alert {
	background: #FFF6BF url('../images/exclamation.png') 15px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin: 10px auto;
	padding: 5px 20px 5px 45px;
	text-align: center;
	}
	
.download {
	background: #D0F29D url('caso_girlz/icons/download.png') 15px center no-repeat;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	margin: 10px auto;
	padding: 5px 20px 5px 45px;
	text-align: center;
	}
	
.info{
	background: #9DD1F2 url('caso_girlz/icons/information.png') 15px center no-repeat;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	margin: 10px auto;
	padding: 5px 20px 5px 45px;
	text-align: center;
	}
	
/*iniziative msg*/

.braccio {
	background: url('caso_girlz/icons/braccio.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}	

.pc {
	background: url('caso_girlz/icons/pc.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}	

.cuffie {
	background: url('caso_girlz/icons/cuffie.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}	
	
.bigliardino {
	background: url('caso_girlz/icons/bigliardino.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}	

.party {
	background: url('caso_girlz/icons/party.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}	


.pizza{
	background: url('caso_girlz/icons/pizza.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}	

.play {
	background: url('caso_girlz/icons/psx.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}	
	
.ping {
	background: url('caso_girlz/icons/ping.gif') 20px center no-repeat;
	color: #ff3366;
	font: 1.3em "Comic Sans MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	
	margin: 10px auto;
	padding-top: 10px;
	padding-left: 64px;
	text-align: left;
	}			
/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */


/*-
	flickrRSS
	http://eightface.com/code/wp-flickrrss/
*/
.sb-flickr a img {
	border: 1px solid #FF3366;
	padding: 3px;
	margin: 0 5px 5px 0;
        background: #fff !important;
	}
.sb-flickr a:hover img {
	border: 1px solid #E05D6F;
	}
	
	/* Comment Related */
.comments .commentlist li.authorcomment { /* Makes author comments look different... blue background, border */
	border: 1px solid #FF3366 !important;
	}
	.comments .commentlist li img.gravatar {
	border: 1px solid #FF3366;
	padding: 2px;
	float: right;
	margin: 10px 0 0 !important;
	background: #fff url('../images/defaultgravatar.jpg') center no-repeat;
	width: 32px !important;
	}
	
/* utw tagtail */
.longtailvert div {
	margin: 0 !important;
	text-transform: lowercase;
	}

.longtailvert div a {
	font-size: 10px;
	color: white !important;
	border: 0;
	padding: 3px;
	}

.longtailvert div:hover {
	background-color: #E05D6F !important;
	}

/*Zenphoto integrato*/

.album{
background: #FFF4EE !important;
}

.album a img {
	border: 1px solid #FF3366;
	padding: 3px;
	margin: 0 5px 5px 0;
        background: #fff !important;
	}
.album a:hover img {
	background:#ff3366 !important;
	}


.imagethumb a img {
	border: 1px solid #FF3366;
	padding: 3px;
	margin: 0 5px 5px 0;
        background: #fff !important;
	}
.imagethumb a:hover img {
        background:#ff3366 !important;   
	}
.albumdesc h3{
font-size:1em;
}
.commentbody {
border: 0!important;
}
.commentdate {
border: 0!important;
}
/*Zenphoto random*/

#zenrandom{
text-align:center;
padding:0 0 0 0;
}

#zenrandom a img {
border: 1px solid #ff3366 !important;
padding: 3px;
}

#zenrandom a:hover img {
background: #ff3366 !important;
}

/*ZenShow*/
.rpc_photo img{
	
width:64px;
height:64px;
border: 1px solid #ff3366 !important;
padding: 2px;
margin: 2px;
}

.rpc_photo img:hover {
background: #ff3366 !important;
}