/*
Theme Name: K2 Child Theme
Theme URI: http://alicefranco.com.com/
Description: Child theme for K2.
Author: thepodg
Author URI: http://alicefranco.com/
Template: k2-1
*/



/* Tag Cloud Module */

.widget_tag_cloud {
	line-height: 2em;
	}

.widget_tag_cloud li {
	display: inline;
	}

.widget_tag_cloud a {
	padding: 0 2px;
	white-space: nowrap;
	}

/* Links */

p a:visited, .entry-content a:visited {
	color: #27d;
}

/* Page Structure */

#header {
	position: relative;
	height: 200px;
	background: none;
	background-position: top right;
	background-repeat: no-repeat;
}

/* table post --------------------------*/

.hentry .mytable {
	background: #EEE;
}

.hentry .myrow {
	background-color: white;
	text-indent: 5px;
}

.hentry .notice .mytable {
	background: #EEE;
}

.hentry .notice .myrow {
	background: #FCFCFC;
	text-indent: 5px;
}

/* table photos --------------------------*/

.hentry .mytable2 {
	background: #fafafa;
	line-height: 22px;
	}

.hentry .mytable2 tr {
	background: white;
	/*background: #fafafa;*/
	padding-left: 5px;
	}

.hentry .mytable2 td {
	vertical-align: top;
	padding-left: 5px;
	}
	
/* hentry ----------------------------*/

.hentry .notice {
/*
	border: 1px solid #E7F0F5;
	background: #FAFAFA;
*/
	border: 1px solid #DDD;
	background: #F8F8F8;
	padding: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.hentry .notice:hover {
/*
	border: 1px solid #E7F0F5;
	-webkit-box-shadow: #999999 0px 0px 2px;
	-moz-box-shadow: #999999 0px 0px 2px;
	box-shadow: #999999 0px 0px 2px;
*/
	}

.hentry .notice img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

/* hentry evidence--------------------*/

.hentry .evidence {
	border-left: 2px solid #DDD;
	padding: 0 5px;
	}

.hentry .imagenotice {
	width: 478px;
	}

.hentry .image {
	width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.hentry .imageright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	}

.hentry .imageleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	}

.hentry .textbeforeupdate {
	color: #777;
	font-size: 1em;
	line-height: 1.75em;
	clear: both;
	display: block;
	}

.hentry .message {
	font-style: italic;
	background: url('email.gif') no-repeat 0 5px;
	padding-left: 25px;
	text-align: justify;
}

.hentry .news {
	font-style: italic;
	/* line-height: 1.75em; */
}

.hentry .photocourtesy {
	font-size: 80%;
	color: #777;
	}

.hentry .iconHeart {
	background: url('heart.png') no-repeat;
	padding-left: 25px;
	font-size: 1.10em;
}

/* sidebar ---------------------------*/

.secondary .stemma {
	text-align: center;
	padding-top: 20px;
	width: 200px;;
	}

.secondary .matricola {
	text-align: center;
	font-size: 1.15em;
	padding: 5px;
	width: 200px;;
	}

.facebook {
	border: 1px solid #DDD;
	background-color: #F8F8F8;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* page about ------------------------*/

.year {
	background: url('time.png') no-repeat left 2px;
	font-size: 1.20em;
	padding: 0 0 0 25px;
	}

.awards {
	font-weight: bold;
	}

.subtitleAbout {
	font-size: 1.20em;
	font-style: italic;
}

/* page photos -----------------------*/
	
.photoalbum {
	font-size: 2em;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

