/*
Theme Name: Marco Belinelli
Theme URI: http://marcobelinelli.it/
Description: The default Marcobelinelli.it theme.
Version: 1.0
Author: Sartoria Comunicazione
Author URI: http://sartoria.com/
Tags:

*/

/* COMMONS */
.notyou { display: none; }
.m-color { color:  #F03; }
.s-color { color:  #F03; }
.black-color { color:  #000; }
.border-1 {
	border: 1px solid #CCC;
}
.black { font-weight: 900; }
.ucase { text-transform: uppercase; }

body {
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color:  #F03;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.container {
	
}

h2 {
	color: #F03;	
	font-size: 3.6em;
	font-weight: 900;
	line-height: 90%;
}

h3 {
	font-size: 2.2em;
	font-weight: 700;
}

h3 {
	font-size: 2.2em;
	font-weight: 700;
}

h2 a,h2 a:link, h2 a:visited,
h3 a,h3 a:link, h3 a:visited,
h4 a,h4 a:link, h4 a:visited { color: #000; text-decoration: none; }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #F03; text-decoration: none; }

/* HOME */

/*TITLE*/

h2.news-title,
h2.biography {
	background: url(images/title_new.png) no-repeat 100px 6px;
}
h2.biography {
	background-position: 190px 6px;
}
h2.twitter-title {
	background: url(images/title_twitter.png) no-repeat 150px 6px;
}
h2.blog-title {
	background: url(images/title_blog.png) no-repeat 90px 6px;
}
h2.calendar-title,
h2.calendar {
	background: url(images/title_calendar.png) no-repeat 180px 6px;
}
h2.media-title {
	background: url(images/title_media.png) no-repeat 150px 4px;
}
h2.press-title {
	background: url(images/title_press.png) no-repeat 110px 4px;
}


/* HEADER */


#header {
	background: url(images/big-head.jpg) no-repeat center center;
	border-bottom: 5px solid #F03;
	
	color: #FFF;
	
	min-height: 520px;
	height: auto !important;
	height: 520px; 

}

#header.inside {
	background-image: url(images/small-head.jpg);
	min-height: 251px;
	height: auto !important;
	height: 251px; 
}

#header .container {
	position: relative;
}

h1  {
	margin-bottom: 0;
	position: absolute;
	top:  110px;
}

.inside h1 {
	top: 40px;
}

h1 a {
	display: block;
	width: 370px;
	height: 150px;
}

#twitter_header {

	position: absolute;
	top:  280px;

	min-height: 174px;
	height: auto !important;
	height: 174px;
}

#twitter_header_msg {
	font-size: 2.3em;
	line-height: 100%;
	font-weight: 900;
	padding: .2em 0 .2em 0;
	display: block;
	
	
	
}

.subtitle {
	color: #F03;
	font-weight: bold;
	font-style: italic;
}

.subtitle.rss {
	padding-left: 16px;
	background: url(images/icons/rss.png) no-repeat 0 0;
}

small.date {
	color: #999;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}

#logo_raptors {
	
	display: block;
	position: absolute;
	width: 126px;
	height: 111px;
	
	top:  300px;
	left: 790px;
	background: url(images/header_logo_raptors.png);
	
}

.inside #logo_raptors {
	top:  100px;
}

#logo_nike {
	
	display: block;
	position: absolute;
	width: 52px;
	height: 21px;
	
	top:  60px;
	left: 820px;
	background: url(images/nikelogo.png) no-repeat;
	
}

#logo_nike a {
	display: block;
	height: 21px;
}

.inside #logo_nike {
	top:  50px;
	left: 816px;
}

.banners ul {
	margin: 0;
	padding: 0;
}
.banners li {
	list-style: none;
}

/* NEWS */ 
.home-news-single h3 {
	margin-bottom: 0;
}
.home-news-single p {
	font-style: italic;
	font-size: 1.1em;
	color: #333;
}

.label, .twitter-timestamp {
	font-style: italic;
	color: #FFF;
	background-color: #CCC;
	padding: 5px;
	font-size: .9em;
}

.twitter-timestamp abbr {
	border-bottom: none;
}

.label.comment {
	padding-right: 26px;
	background: url(images/icons/comment.png) no-repeat center right #CCC;	
}
.label.comment a {
	color: #FFF;
}

small.count {
	
	color: #999;
}

.home-box p {
	font-size: 1.1em;
	font-style: italic;
	color: #333;
	
}

.home-box p small {
	font-size: .8em;
}

.page-box h4 {

	font-size: 1.5em;
	font-style: italic;

}

/* SHARE */

.share {
	position: relative;
	color: #999;
	font-style: italic;
	font-size: 1em;
}

a.icon_facebook {
	position: absolute;
	top:  -3px;
	left: 90px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/icons/facebook.png) no-repeat center right #FFF;	
}

a.icon_twitter {
	position: absolute;
	top:  -3px;
	left: 110px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/icons/twitter.png) no-repeat center right #FFF;	
}

a.icon_myspace {
	position: absolute;
	top:  -3px;
	left: 130px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/icons/myspace.png) no-repeat center right #FFF;	
}

.hr {
	background: url(images/commons/hr.png) repeat-x left top;
}

/* MENU */

#mainmenu {
	margin-left: 0;
	position: absolute;
	top:  480px;
}

.inside #mainmenu {	top:  210px; }

#mainmenu li {
	display: inline;
	color: #F03;
	font-size: 2em;	
}
#mainmenu li a, #mainmenu li a:link, #mainmenu li a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainmenu li a:hover {
	color: #F03;
	text-decoration: none;
}

/* TAGS */
.tag {
	/*
	padding-top: 1px;
	padding-bottom: 1px;

	background-color: red;
	margin-right: 10px;
	
	*/
	
	display: inline-table;
	
	background: url(images/tags/tag_bg.png) red repeat-x 0 0;
	
	padding: 3px 5px 2px 5px;
	
	margin-top: -3px;
	
	vertical-align: middle;
	
	color: #FFF;
/*	font-size: .75em; */
	font-size: 9px;
	
	text-transform: uppercase;
	
	line-height: 120%;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;

	behavior:url(border-radius.htc);
}

.tag span {
	display: none;
}


.tag.tag_twitter {
	padding-left: 52px;
	background: url(images/tags/tag_twitter.png) no-repeat top left;	
}


/* RIGHT COLUMN */
#right-col h4 {
	color: #F03;
	font-size: 1.7em;
	text-transform: uppercase;
}

#right-col ul  {
	margin-left: 0;
	margin-right: 0;
	line-height: 160%;
}
#right-col ul li {
	list-style: none;
	font-size: 1.2em;
	
}

#right-col ul.small a {
	
}

#right-col ul li a, #right-col ul li a:link, #right-col ul li a:visited {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

#right-col ul.small a, #right-col ul.small a:link, #right-col ul.small a:visited {
	color: #F03;
	font-size: 1em;
}


/* FOLLOW */

#home-follow h4 {
	color: #CCC;
	font-size: 1.6em;
	text-transform: uppercase;
	
}
#home-follow ul {
	position: relative;
	margin-left: 0;
	margin-right: 0;
}
#home-follow li {
	display: block;
	/*position: absolute;*/
	float: left;

}

#home-follow a {
	display: block;
	height: 25px;
	background: no-repeat;
}

#f_twitter a {
	width: 75px;
	background-image: url(images/follow_twitter.png);
}

#f_facebook a {
	width: 75px;
	background-image: url(images/follow_facebook.png);
}

#f_nba a {
	width: 49px;
	background-image: url(images/follow_nba.png);
}

#f_raptors a {
	width: 70px;
	background-image: url(images/follow_raptors.png);
}



/* FOOTER */

#footer {
	color: #999;
	font-style: italic;
}

#footer a,#footer a:link, #footer a:visited {
color: #999;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}

#footer ul {
margin-left: 0
}
#footer ul li {
list-style: none;
display: inline;
}


/**
* @
* @ PAGENAVI 
* @
*/

.wp-pagenavi {
	font-size:  1.5em;
	font-style: italic;
	color: #999;
}

.wp-pagenavi .pages {
	font-style: normal;
	padding-right: .8em;
	font-size: 1.1em;
}


.wp-pagenavi .current, .wp-pagenavi a {
	padding-right: .3em;
}


/**
* @
* @ COMMENT 
* @
*/

.home-box .post-comments {
	color: #999;
}
.post-comments, .post-comments p {
	color: #999;
}

.post-comments h3 {
	color: #CCC;
	text-transform: uppercase;
	font-size: 1.6em;
}

.post-comments ul {
	margin-left: 0;
	margin-right: 0;
}

.post-comments li {
	list-style: none;
}

.commentlist a {
	color: #999;
}
.commentlist a:hover {
	color: #F03;
}

/* BLOG */

.home-blog-single p {
	margin-bottom: .5em;
}
