/*
Theme Name: Tutto MSN 
Theme URI: http://www.tuttomsn.it/
Description: Tema originale di Tutto MSN
Version: 1.0
Author: blood_frozen
Author URI: http://www.tuttomsn.it/

	Tutto MSN v1.0
	 http://www.tuttomsn.it/

	Created by blood_frozen

	Vietata la riproduzione di: CSS, XHTML e design.
*/




body { 
	font-family: Tahoma, Arial;
       	background: #333 url(images/bg-body.jpg) repeat-x top;
      	margin: 0;
}

img { border: 0px; }
#gallery-1 img { border: none !important; }

#wrap { 
	background: #fff;
	width: 950px; 
	margin: 0 auto;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: 3px solid #600;
	clear: left;
}

#header { 
	font-family: Tahoma, Arial;
	background: #000 url(images/logo.jpg) no-repeat top center;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	height: 120px;
	border-top: 3px solid #600;
}









/* ------------------------------------------------------ menu principale (header) */

#menu { 
	margin-left: 550px; 
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

#menu ul { 
	list-style: none;
	margin:0;
	padding:0px 10px 0 0;
}

#menu li { 
	display: inline; 
	margin: 0;
	padding: 0;
}

#menu a { 
	float:left;
	color: #999; 
	margin: 0; 
	padding:5px 12px 10px 8px;
	text-decoration: none;
	outline: none;
}

#menu a:hover { 
	background: url(images/tabLeft.png) no-repeat left top;
	padding:5px 4px 10px 4px;
	color: #fff;
		
}

#menu a:hover span { 
	background: url(images/tabRight.png) no-repeat right top;
	padding:5px 8px 10px 4px;
}

#menu a.current { 
	background: url(images/tabLeft.png) no-repeat left top;
	padding:5px 4px 10px 4px;
	color: #fff;
}


#menu span.current { 
	background: url(images/tabRight.png) no-repeat right top;
	padding:5px 8px 10px 4px;
}






/* -------------------------------------------------------------- navbar */

#navbarContainer {
	height:24px;
	background:#000;
	display:block;
	padding:0 0 0 20px;
	clear: left;
	border-bottom: 3px solid #800;
}

#navbar {
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Helvitica,sans-serif;
}

#navbar ul { 
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

#navbar ul li {
	display:block;
	float:left;
	margin:0 2px 0 0;
	position: relative;
}

#navbar ul li a {
	display:block;
	float:left;
	color:#ccc;
	text-decoration:none;
	padding:5px 15px 0 15px;
	height:19px;
	background:#3d3d3d;
	outline: none;
}

#navbar ul li a:hover {
	color:#fff;
	background:#950808;
}

#navbar ul li a.current,#navbar ul li a.current:hover {
	color:#fff;
	background:#950808;
}

/* subnavbar */

#navbar ul ul { 
	border-top: 3px solid #880000; 
	border-right: 1px solid #880000;
	border-left: 1px solid #880000;
	border-bottom: 1px solid #880000; 
	position: absolute;
	top: 24px; 
	left: 0; 
	visibility: hidden; 
	z-index: 2;
}

#navbar ul ul li {  
	margin: 0;
	float: none; 
	display: block; 
}

#navbar ul ul li a { font-weight: normal;
	background: #fcf; 
	color: #900; 
	width: 125px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navbar ul ul li a:hover { 
	background: #fcf; 
	color: #000; 
}

#navbar ul ul li a.subnavbar-all { background: #f99; color: #000; font-weight: bold; }
#navbar ul li:hover ul { visibility: visible; } 







/* -------------------------------------------------------------- main */


#main { 
	float: left;
	width: 920px;
	padding: 15px 15px 15px 15px;
	background: #fff;
}
	







/* -------------------------------------------------------------- footer */

#footer { 
	background: #000; 
	color: #333;
	text-align: center;
	font-size: 11px;
	height: auto;
	padding: 0 0 15px 0;
	clear: left;
}

#footer p { 
	font-family: Tahoma, Arial; 
	text-align: right;
	border-bottom: 1px solid #111;
	padding-bottom: 3px;
	font-size: 11px; 
	margin: 10px 20px 0 20px;
}

#footer a { 
	text-decoration: none;
	color: #333;
	font-weight: bold;
	outline: none;
}

#footer a:hover { color: #666; }








/* -------------------------------------------------------- footer bottom fix */

#footer-fix { 
	position:fixed;
	right:0px;
	bottom:0px;
	height:20px;
	width:100%;
	background: url(images/bg-footer-fix.png) repeat-x bottom;
	color: #777;
	font-size: 12px;
	padding:7px 45px 3px 0;
	font-family: Arial;
	text-align: right;
}

#footer-fix a { color: #36c; outline: none; }










/* ------------------------------------------------------------------ Quick Menu */


#QuickMenu { 
	font-weight: bold;
	margin-top: 60px;
	margin-left: 20px;
	clear: both;
	height: 21px;
	background: url(images/QuickMenu-Button.png) no-repeat left top; 
	float: left;
}

#QuickMenu a { 
	color: #f90;
	text-decoration: none;
	padding-left: 32px;
	outline: none;
}

#show-QuickMenu { 
	float: left;
	margin-top: 60px;
	color: #333;
	margin-left: 5px;
}

#show-QuickMenu a {
	outline: none;
	color: #666;
	text-decoration: none;
	margin-left: 10px;
} 

#show-QuickMenu a:hover {
	color: #999;
	background: url(images/dotted-QuickMenu.gif) repeat-x bottom left; 
}








/* ------------------------------------------------------------------ Top */

#top { 
	width: 950px; 
	margin: 0 auto; 
	padding: 24px 0 30px 0;
	font-family: Tahoma, Arial; 
	height: 30px;
}


#Favorite { 
	float: left;
	width: 305px; 
	font-size: 11px;
	margin: 12px 0 0 8px;
}

#Favorite a { color: #ccc; text-decoration: none; }
#Favorite a:hover { text-decoration: underline; }






/* --------------------------------------------------------- google search box */

#SearchBox { 
	float: left;
	width: 289px; 
	height: 27px;
	background: #000; 
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #252525;
}

#SearchBox .textin { 
	border: 0; 
	margin: 0; 
	height: 20px; 
	width: 250px; 
	font-size: 17px;
 }

#SearchBox .button { 
	background: url(images/search-button.png) no-repeat left top;  
	border: 0; 
	color: #fff; 
	margin: 0; 
	width: 28px; 
	height: 26px; 
	cursor: pointer;
}













/* --------------------------------------------------------------------------- Top Content */

#topContent {
	width: 900px;  
	margin: 5px 20px 8px 0;
	font-size: 11px;
	padding-left: 20px;
	background: #fff;
	float: left;
}

#topContent ul { list-style: none; margin: 0; padding: 5px 0 5px 0; }

#topContent li { margin: 3px 0 3px 3px; line-height: 13px;}

#topContent a { 
	color: #00f;
	outline: none;
	text-decoration: none;
	display: block;
}

#topContent a:hover { 
	color: #00f; 
	background: #e8e8e8;
        text-decoration: none;
}

#topContent a:visited { color: #00f; }

.insideContent-Title { 
	padding: 2px 0 2px 0;
	margin-right: 10px; 
	border-bottom: 1px solid #efefef;  
	width: 170px; 
	float: left; 
	font-weight: bold;
}

.insideContent { 
	width: 170px;
	margin-right: 10px; 
	float: left; 
}

#topContent p.dippiu { text-align: right; }

#topContent a.dippiu {
	display: inline; 
	background: #fff; 
	color: #333; 
	font-weight: bold; 
	text-decoration: none;
}







/* ----------------------------------------------------------------- ContentMain-cx */

#contentMain-cx { 
	clear: left;
	float: left; 
	width: 560px;
	font-size: 12px;
	padding-right: 20px;
	padding-top: 25px;
	background: #fff url(images/bg-contentMain-cx.png) no-repeat top;
	overflow: hidden;
}

#contentMain-cx a { 
	color: #33f;
	text-decoration: none;
	outline: none;
}

#contentMain-cx a:hover {
	text-decoration: underline;
}

#contentMain-cx p { 
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #444;
	line-height: 16px;
}

#contentMain-cx h1 { 
	font-size: 16px;
	color: #33f;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	margin-top: 0;
	margin-left: 0;
	border-bottom: 1px solid #fff;
	position: absolute;
}

#contentMain-cx h1.ombra { 
	font-size: 16px;
	color: #ccc;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	margin-top: 1px;
	margin-left: 2px;
	border-bottom: 1px solid #efefef;
	position: absolute;
}

#contentMain-cx h1 a:hover { text-decoration: none; color: #36c; }

#contentMain-cx ul li { 
	color: #444; 
	line-height: 16px;
	padding-left: 17px; 
	font-size: 11px;
	background: url(images/list-image.png) no-repeat; 
}

#contentMain-cx ol li { 
	color: #444; 
	line-height: 16px;
	font-size: 11px;
}

#contentMain-cx ul { list-style-type: none; margin-left: 17px; padding-left: 0;}


#contentMain-cx blockquote {
	background: #ff9 url(images/bg-blockquote.jpg) no-repeat right top; 
	border-left: 4px solid #fc3;
	padding: 7px 40px 7px 15px;
	margin: 20px 0 20px 0;
}

#contentMain-cx blockquote p { 
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family: Arial;
}

#contentMain-cx h3.recentNews {
	margin: 10px 0 10px 0; 
	background: url(images/arrow.png) no-repeat left; 
	font-weight: 
	bold; color: #444; 
	padding-left: 15px; font-size: 13px;
}






/* ------------------------------------------------------ Condividi Post */

#sharePost { 
	font-family: Arial; 
	font-size: 12px;  
	
	color: #444;
	padding: 5px 0 5px 100px;
	background: url(images/bg-sharePost.jpg) no-repeat;
	display: block;
	margin: 10px 0;
	overflow: hidden;
}
#sharePost a { margin: 0 15px; padding: 5px 0 5px 20px; color: #555; }
#sharePost a:hover { color: #000; text-decoration: none}
#sharePost a.facebook-share { background: url(images/facebook-icon-off.jpg) no-repeat left 50%; }
#sharePost a.facebook-share:hover { background: url(images/facebook-icon.jpg) no-repeat left 50%; }
#sharePost a.twitter-share { background: url(images/twitter-icon-off.jpg) no-repeat left 50%; }
#sharePost a.twitter-share:hover { background: url(images/twitter-icon.jpg) no-repeat left 50%; }
#sharePost a.myspace-share { background: url(images/myspace-icon-off.jpg) no-repeat left 50%; }
#sharePost a.myspace-share:hover { background: url(images/myspace-icon.jpg) no-repeat left 50%; }

table#sharePost-container { width: 560px; margin: 15px 0; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; }





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

#sidebar { 
	float: left; 
	width: 336px;
	padding: 0;
	background: #fff;
	margin-top: 7px;
}

#sidebar h3 { 
	font-size: 13px;
	color: #444; 
	background: url(images/arrow.png) no-repeat left;
	padding: 0 0 0 15px;
	margin: 20px 0 12px 0;
}

#sidebarAdv-container { 
	width: 336px; 

}




/* sidebar recent news */

#sidebar ul.recent_news { 
	width: 314px;
	height: 390px;
	border: 1px solid #ccc;
	padding: 3px 13px 2px 7px; 
	margin: 0; 
	overflow: auto;
	list-style: none;
	font-size: 11px;
}

#sidebar ul.recent_news li { 
	height: 58px; 
	padding: 4px 0;
	border-bottom: 1px solid #efefef;
	margin: 0;
}

#sidebar ul.recent_news li img { 
	float: left;
	border: 1px solid #999;
	padding: 1px;
	margin-right: 10px;
	width: 80px;
	height: 54px;
}

#sidebar ul.recent_news li span {
	font-size: 11px;
	color: #888;
	margin-top: 4px;
	display: block;
}

#sidebar ul.recent_news li a { 
	color: #33f; 
	text-decoration: none; 
	font-weight: bold;
}

#sidebar ul.recent_news li a:hover { color: #36c; }

#sidebar ul.recent_news li.all_recent_news { text-align: right; border: none; height: 15px; }
#sidebar ul.recent_news li.all_recent_news a { font-weight: normal; }






/* --------------------------------------------------------------------- Post Footer */

.post-footer {
	background: #f2f2f2 url(images/bg-postFooter.jpg) no-repeat top right;
	padding: 5px 6px 5px 10px; 
	margin: 20px 0px 15px 0px;		
	color: #333;
	border-left: 4px solid #ccc;
	font-size: 11px;
	line-height: 14px;
}



.post-footer .date{
	margin: 0 10px 0 5px;
	padding-left: 16px;
	background: url(images/time.png) no-repeat left bottom;
}
.post-footer span.comments {
	margin: 0 10px 0 5px;	
	padding-left: 16px;
	background: url(images/comments.png) no-repeat left bottom;
}
.post-footer span.category {
	margin: 0 10px 0 5px;	
	padding-left: 16px;
	background: url(images/category.png) no-repeat left bottom;
}
.post-footer span.author {
	margin: 0 10px 0 5px;	
	padding-left: 16px;
	background: url(images/author.png) no-repeat left bottom;
}

.post-footer span.comments a, .post-footer span.category a, .post-footer span.author a {
	background: none;
}










/* --------------------------------------------------------------------- Comments */
ol.commentlist {
	list-style: none;
	margin: 0; padding: 0;
}
ol.commentlist li {
	padding: 5px 10px 10px;
	overflow: auto;
	list-style: none;
	margin-bottom: 15px;
	background: #efefef;
	-moz-border-radius: 5px;
}

ol.commentlist li.alt {
	padding: 5px 10px 10px;
	overflow: auto;
	list-style: none;
	margin-bottom: 15px;
	background: #fff;
}
p.commentmetadata {
	padding: 3px 0;
}
p.commentmetadata a {
	background: none;
}
h2.title-comments {
	padding-left: 23px;
}
h2.title-comments a, p.p-comments a {
	background: transparent;
	text-decoration: none;
}
p.p-comments {
	padding-top: 5px;
	margin-top: 0;
}



ol.commentlist li p { margin: 0; padding: 2px 0 3px 0; }

.avatarComments { width: 41px; margin-right: 15px; padding-top: 3px; float: left; }
.avatarComments img { border: 1px solid #36f; padding: 2px; }
.contentComments {float: left; width: 475px; }














/* --------------------------------------------- textarea + form */

textarea { 
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	
	width: 558px;
	background: #efefef;}


#commentform { 
	padding: 0;
	margin: 5px 0 0 0;
}

#postcomment {
	font-size: 13px;
	color: #444; 
	background: url(images/arrow.png) no-repeat left;
	margin: 20px 0 0 0;
	padding: 0 0 0 13px;
}
h3#postcomment { margin-top: 0; }
#author, #email, #url {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 5px 2px 0;
	background: #efefef;
}

#commentform label { color: #444; font-size: 11px; font-weight: normal; }

#submit { 
	background: #900;
	padding: 2px 5px 2px 5px;
	color: #fff;
	font-weight: bold;
}









/* --------------------------------- Show-Hide Related Posts and Comments */

#showHide-Comments {
	padding: 3px 15px 3px 0; 
	text-align: right; 
	background: #ff9 url(images/show-hide-arrows.jpg) no-repeat; 
	border-left: 4px solid #fc3;
	color: #757575;
	margin-bottom: 20px;
	font-size: 10px;
}

#showHide-Comments a { 
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
}








/* ------------------------------------------------------- footer Info */

#footerCredits { 
	text-align: right; 
	margin: 0 auto; 
	padding: 10px 0 15px; 
	width: 910px;
	font-size: 11px;
	color: #000;
	position: relative;
}

#footerCredits a { 
	text-decoration: none;
	color: #fff;
	outline: none;
}








/* ----------------------------------------------------------- Link Comments Post */

.goToComments {
	text-align: right; 
	height: 18px; 
	margin: 0;
	font-size: 10px;
	padding: 2px 25px 0 0;
	background: url(images/commentIcon.jpg) no-repeat right 50%;
	display: block;
}










/* ----------------------------------------------------------- Breadcrumb NavXT */

#breadcrumbNavXT {
	font-size: 10px; 
	color: #999; 
	margin: 0; 
	padding: 0;
}

#breadcrumbNavXT a { color: #36c; }









/* ----------------------------------------- miscellaneous */

.clear { margin-top: 30px; }









/* ------------------------------------------------------------ the excerpt rss */

#excerpt {
	line-height: 15px; 
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
	font-family: Arial; 
	font-size: 11px; 
	color: #444;
	height: 58px; 
	overflow: hidden;
}

#excerpt img {
	border: 1px solid #999;
	padding: 1px;
	min-width: 52px; 
	width: expression(this.width < 52 ? 52: true); 
	min-height: 52px; 
	height: expression(this.height < 52 ? 52: true);
	max-width: 52px; 
	width: expression(this.width > 52 ? 52: true); 
	max-height: 52px; 
	height: expression(this.height > 52 ? 52: true);
	
}

#infoExcerpt {
	padding-right: 10px; 
	margin-bottom: 30px;
	text-align: right; 
	color: #999; 
	font-size: 11px;
}











/* ------------------------------------------------------ box nickname sidebar */

#nickname-box {
	font-size: 12px;
	font-family: Arial;
	color: #999;
	line-height: 17px;
	padding: 50px 10px 10px 10px;
	
	overflow: hidden;
	background: url(images/bg-nickname-box.png) no-repeat top center;
}	

#nickname-box a {
	color: #36c;
	text-decoration: none;
	font-weight: bold;
	padding-left: 2px;
}

#nickname-box a:hover { 
	color: #33f;
	text-decoration: underline;
}










/* ---------------------------------------------------------- homepage */

#intro { 
	color: #666;
	font-size: 18px; 
	line-height: 18px; 
	background: url(images/bg-intro.jpg) no-repeat left top; 
	height: 65px; 
	overflow: hidden; 
	border-bottom: solid 1px #aeaeae; 
	margin: 10px 0 5px 0;
	padding-top: 5px; 
}

#intro ul { 
	padding: 0; 
	margin: 0; 
	list-style: none;  
}

#intro ul li { 
	margin: 0 35px; 
	padding: 10px 0 10px 85px; 
	float: left;  
}

#intro ul li span { font-size: 11px; }

#intro ul li a { text-decoration: none; color: #666; }

#intro ul li a:hover {  text-decoration: underline; }

#intro ul li.scarica { background: url(images/scarica.png) no-repeat left 50%; }
#intro ul li.personalizza { background: url(images/personalizza.png) no-repeat left 50%; }
#intro ul li.estendi { background: url(images/estendi.png) no-repeat left 50%; }

#featured-container { background: #000 url(images/loading.gif) no-repeat 50% 50%; }
#featured { height: 300px; }

#subIndex { 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	width: 880px; 
	margin: 15px auto; 
	background: url(images/title-subIndex.jpg) no-repeat top center; 
	padding-top: 35px;
}

#subIndex a { 
	text-decoration: none; 
	color: #000; 
}

#subIndex a:hover { 
	border-bottom: 1px dotted #333; 
	color: #333; 
} 

#subIndex a span { 
	border-bottom: 1px dotted #333; 
	color: #333; 
} 

#subIndex ul { 
	margin: 0 0 15px 0; 
	padding: 0; 
	list-style: none; 
}

#subIndex ul li { 
	margin: 0 0 4px 4px; 
	padding: 0 0 0 20px; 
	background: url(images/bullet-subIndex.jpg) no-repeat left top; 
}

#subIndex ul li span { 
	margin: 0 0 0 10px; 
	font-weight: bold; 
	color: #999; 
}

.follow { font-size: 11px; text-align: right; padding-right: 20px; }
.follow a { text-decoration: none; color: #666; font-weight: bold; }
.follow a:hover { text-decoration: underline; }







/* ----------------------------------------------- pagenavi container */

#pageNav-Container { margin-bottom: 10px; }





/* ----------------------------------------------- fanbox */

#fb-wrap {
	background: #111; 
	border-bottom: 1px dotted #333; 
	padding: 15px 0;
	margin-bottom: 20px;
}

#fb-wrapIn {
	width: 920px;
	margin: 0 auto; 
	height: 92px;
}


















