/*
Theme Name: Intesys BlogCorp
Theme URI: http://www.intesys.it
Description: Tema per il Blog Intesys Corporate Technologies
Version: 1.0b
Author: Intesys S.r.l.
Author URI: http://www.intesys.it
Tags: Intesys, Technology
*/
/* import external styles */
@import 'style/reset.css';
@import 'style/helpers.css';


/**
 * Base Typography
 */

/* text blocks */
h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
p  { font-size: 1em; }
pre {
	font-size: 0.92em;
	font-family: monaco, "Lucida Console", courier, monospace;
}

del {
	text-decoration: line-through;
}
cite, em, dfn  {
	font-style: italic;
}
ins, dfn {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
sup { vertical-align: super; }
sub { vertical-align: sub; }
a abbr, a acronym {
	border: none;
}
abbr, acronym {
	font-size: 0.85em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
abbr[title], acronym[title], dfn[title] {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}
code, kbd, samp, tt, var {
	font-size: 0.92em;
	font-family: monaco, "Lucida Console", courier, monospace;
}
small, sup, sub {
	font-size: 0.83em;
}

/* typography classes */
.small 		{ font-size: 0.83em; 		 }
.big 		{ font-size: 1.5em; 		 }
.thin 		{ font-weight: lighter; 	 }
.underlined { text-decoration:underline; }
a.readon {
	background: url(images/bg_readon_arrow.png) no-repeat center left;
	padding-left: 8px;
	display: inline-block;
	text-decoration: none;
}
a.readon:hover {
	text-decoration: underline;
}

/* separators */
hr.dottedline {
	border-width: 0 0 1px 0;
	border-bottom-style: dotted;
	height: 1px;
	width: 100%;
}
/* tables */
table {
    border-collapse: collapse;
}


/**
 * Colors
 * 
 * Tags' colors and color classes
 */

/* tags */
ins, dfn ,
abbr[title], 
acronym[title], 
dfn[title] { 
	border-bottom-color: #CCC; 
}

/* separators */
hr.dottedline {
	border-bottom-color: #000;
	color:#FFF;
}
.highlighted {
	background-color: #FF6;  /* bright yellow */
	padding: 0px 2px;
}
.boxed {
	border: 1px solid #CCC;
	display: inline-block;
	padding: 3px;	
}
.red {
	color: #cf0b0c !important;
}
#container #content .main .left .post h1, /* post title in single page*/
#container #content .main .left .post h2 a, /* post title as link  in list */
.search #container #content .main .left h3 a, /* post title in search results */ 
div.postNavigation a,
.green {
	color: #008d00 !important;
}



/**
 * --- WP Theme begins ---------------------------------------------------------
 * 
 * Containers and Body
 */
body {
	font: 11px Arial, Helvetica, sans-serif; /* "Trebuchet MS" */
	color: #333;
	background: #b0b0b0 url(images/bg_body.gif) repeat-x top left;
	text-align: center;
}
#container {
	position: relative;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}


/** 
 * Menu top 
 */
#container #header ul.topMenu { 
	position: absolute;
	top: 0;
	left: 0;
	height: 25px; 
	width: 930px;
	z-index: 5;
}
#container #header ul.topMenu li {
	float: left;
	padding: 0 25px;
	line-height: 19px;
	
}
#container #header ul.topMenu li a {
	display: block;
	color: #cdcdcd;
	font-weight: bold;
	text-decoration: none;	
}
#container #header ul.topMenu li a:hover,
#container #header ul.topMenu li a.selected {
	color: #FFF;
}
#container #header ul.topMenu li a.selected {
	border-bottom: 4px solid #585858;
}
#container #header ul.topMenu li#webagency_link {
	position: absolute;
	right: -15px;
	top:0;
}
#container #header ul.topMenu li#webagency_link a {
	display: inline;
}

/**
 * Header 
 */
#container #header {
	width: 924px;
	height: 217px;
	margin: 0 3px;
	background: #E5E3E4 url(images/bg_header.gif) repeat-x 0 0;
	position: relative;
}

#container #header a { color: black; outline: none; text-decoration:none; }

#container #header div {
	position: relative;
	padding: 67px 277px 0 27px;
	width: 620px;
	height: 150px;	
}
#container #header div h1 {
	clear: both;
	font-size: 2.45em;	
	text-shadow: 0 0 2px #222222;
}
#container #header div .image {
	position: absolute;
	top: 0;
	right: 15px;
}

/** contentSpace */
#container #contentSpace {
	float: left;
	width: 100%;
	margin-top: 16px;
	background: url(images/bg_contentSpace.png) repeat-y 0 0;
}

#container #content {
	float: left;
	display: inline;
	width: 924px;
	margin: 0 3px;	
	background: #ededed url(images/bg_content.gif) no-repeat 0 0;	
}

/**
 * Top utility
 */
#container #content div.topUtility {
	float: left;
	width: 865px;
	margin: 18px 0 35px 27px;	
	display: inline;
}
#container #content div.topUtility div {
	float: left;
	width: 302px;
}	
#container #content div.topUtility div.topUtilityBox1 {
	width: 127px;
	margin-right: 26px;
	display: inline;
}
#container #content div.topUtility div p, 
#container #content div.topUtility form.wpSearch {
	height: 25px;
}
#container #content div.topUtility form.wpSearch legend { 
	display: none; 
}
#container #content div.topUtility div p a, #container #content div.topUtility form.wpSearch label {
	line-height: 20px;	
}
#container #content div.topUtility form.wpSearch label { position: relative; top: -1px; left: 0; }



#container #content div.topUtility a,
#container #content div.topUtility label {
	color: #182C45;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-left: 26px;	
}

#container #content div.topUtility a.subscribe {
	background: url(images/ico-subscribe.gif) no-repeat 0 0;
}
#container #content div.topUtility a.share {
	background: url(images/ico-share.gif) no-repeat 0 0;
}
#container #content div.topUtility label.search {
	background: url(images/ico-search.gif) no-repeat 0 0;
}
#container #content div.topUtility a.newPost {
	background: url(images/ico-newpost.gif) no-repeat 0 0;
}

#container #content div.topUtility input.inputTextSearch {
	height: 15px;
	margin: 0 5px;
	border: 1px solid #aaadb2;
	border-right-color: #e2e9ef;
	border-bottom-color: #e2e9ef;
}

/* icone link ai social networks */
#container #content div.topUtility ul.ico {
	width: 405px;
	float: left;
}

#container #content div.topUtility ul.ico li {
	float: left;
	padding-left: 26px;
}
#container #content div.topUtility ul.ico li a {
	display: block;
	overflow: hidden;
	width: 24px;
	height: 0px;
	margin: 0;
	padding: 24px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer; /* forced to fix a bug on IE6 */
	
}
#container #content div.topUtility ul.ico li a.icoRSS {
	background-image: url(images/ico/rss.png);
}
#container #content div.topUtility ul.ico li a.icoYoutube {
	background-image: url(images/ico/youtube.png);
}
#container #content div.topUtility ul.ico li a.icoFlickr {
	background-image: url(images/ico/flickr.png);
}
#container #content div.topUtility ul.ico li a.icoTechnorati {
	background-image: url(images/ico/technorati.png);
}
#container #content div.topUtility ul.ico li a.icoDelicious {
	background-image: url(images/ico/del.png);
}
#container #content div.topUtility ul.ico li a.icoFacebook {
	background-image: url(images/ico/facebook.png);
}
#container #content div.topUtility ul.ico li a.icoLinkedin {
	background-image: url(images/ico/linkedin.png);
}
#container #content div.topUtility ul.ico li a.icoTwitter {
	background-image: url(images/ico/twitter.png);
}

/**
 * Main
 */
#container #content .main {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 40px;
}

/**
 * Left
 */
#container #content .main .left {
	float: left;
	display: inline;
	width: 630px;
	margin-left: 27px;	
}

#container #content .main .left .post {}
#container #content .main .left .post h1,
#container #content .main .left .post h2 {
	font-size: 2.45em;
	text-align: left;
}
#container #content .main .left .post h2 a {
	text-decoration:none;
}
#container #content .main .left .post p.data {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #737373;
}
#container #content .main .left .post div.testo {
	clear: both;
	margin-top: 20px;
	padding-left: 18px;
	background: url(images/bg_left_testo.gif) repeat-y 0 0;
	font-size: 1em;
	color: black;
	line-height: 1.5em;
}
#container #content .main .left .post div.testo img {
	clear: both;
	display: block;
	margin-top: 11px;
}
#container #content .main .left .post .postmeta {
	margin: 20px 0 55px;
}
/*
#container #content .main .left .post .postmeta img.photo {
	float: left;
	width: 86px;
	height: auto;
}*/
#container #content .authorphoto {
	float: left;
	width: 86px;
	height: 96px;
	overflow: hidden;
	display: block;
	/*background: #FFF url(images/author-placeholder.png) no-repeat top left;*/
}
	#container #content img.photo,
	#container #content .authorphoto img {
		width: 86px;
		height: auto;
	}
	
#container #content .main .left .post .postmeta .postmetaContent {
	/*margin-left: 100px;*/
}
#container #content .main .left .post .postmeta .postmetaContent a {
	color: #343434;
	text-decoration: none;
}
#container #content .main .left .post .postmeta .postmetaContent a:hover {
	text-decoration: underline;
}
#container #content .main .left .post .postmeta .postmetaContent .postmetaPostdata,
#container #content .main .left .post .sociable {
	margin-bottom: 15px;
}

#container #content .main .left .post .sociable li {
	display: inline-block;
	margin-right: 5px;
	font-style: italic;
} 
/*#container #content .main .left .post .sociable li + li:before {
	content: " / ";
}*/
#container #content .main .left .post .sociable li a {
	color: #343434;
	text-decoration: none;
}
#container #content .main .left .post .sociable li a:hover {
	text-decoration: underline;
}

/* Navigation links */
div.postNavigation a {
	font-weight: bold;	
}

/* Styles for alternative homepage (see home.php) */
#container #content .main .homepage {
	width:657px;
	margin-left: 0;
}
.homepageList {
	margin-bottom: 40px;
}
#container #content .main .left .homepageList div.testo {
	margin-bottom: 5px;
	overflow: hidden;
	/*background-position: 96px 0;*/
	background-position: 0 0;
	padding-left: 0;
}
#container #content .homepageList .testo .excerpt {
	/*margin-left: 106px;*/
	padding-left: 18px;
	float: none;
}
#container #content .testo p,
#container #content .testo ul  {
	font-size: 1.1em;
}
#container #content .main .left .homepageList div.testo img.photo {
	margin-top: 0;
}

div.homepageblock {
	width:657px;
	padding-left: 27px;
	padding-top: 23px;
	background: url(images/bg_home_blocks.jpg) no-repeat top left;
	overflow: hidden;
}
div.firstblock {
	background: none;
	padding-top: 0px;
} 
div.tagcloudswfContainer {
	position: relative;
	overflow: visible;
	height: 335px;
}
div.tagcloudswfContainer #tagcloudswf {
	position: absolute;
	top: 7px;
	left: 0;
	
}
.homepageblock .homepageTitle {
	padding: 0 0 40px 12px;
	color: #3B4F68;
	font-size: 1.72em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 0px 3px #FFF;
}
div.firstblock .homepageTitle {
	display: none;
}

#homepageLatestBloggers ul li {
	display: inline;
	width: 33%;
	margin-bottom: 20px;
}
#homepageLatestBloggers ul li p {
	margin-left: 100px;
}
#homepageLatestBloggers ul li p a.authorlink {
	font-weight: bold;
	text-decoration: none;
}
#homepageLatestBloggers ul li p a.authorlink:hover {
	text-decoration: underline;
}

/* Styles for Single Post and Pages */
.single #container #content .main .left .post .postFooter,
.page #container #content .main .left .post .postFooter {
	margin: 20px 0 30px;
	padding: 10px 0;
	border: 1px solid #CCC;
	border-width: 1px 0;
}
.single #container #content .main .left .post .postFooter .postFooterTags {
	margin-bottom: 12px;
}
.single #container #content .main .left .post .postFooter .postFooterTags {
	margin-bottom: 12px;
}
.single #container #content .main .left .post .sociable {
	margin:10px 0;
}

.single #container #content .main .left .post .sociable ul,
.page #container #content .main .left .post .sociable ul,
.single #container #content .main .left .post .sociable div.sociable_tagline,
.page #container #content .main .left .post .sociable div.sociable_tagline {
	display: inline !important;
}

.single #container #content .main .left .post .postmeta,
.page #container #content .main .left .post .postmeta {
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom:15px;
}
#container #content .main .left .post .postRelated {
	margin: 10px 0 55px;
}

/* Comments */
#container #content .main .left h3#comments {
	font-size:1.4em;
}
#container #content .main .left ol.commentlist {
	margin-bottom: 20px;
	list-style-type: decimal;
	font: italic 1.2em Arial, Helvetica, sans-serif;
	font-weight:bold;		
}
#container #content .main .left ol.commentlist li {
	margin: 5px 0 0 30px;
	padding-bottom: 10px;
	
}
#container #content .main .left ol.commentlist li .comment-body {
	border-top: 1px dotted #AAA;
	padding: 0 5px;
	font-weight: normal;
	font-size: .8em;
	font-style:normal;
}
#container #content .main .left ol.commentlist li.bypostauthor  {
	background-color: #DCDEE1;
}
#container #content .main .left ol.commentlist li .comment-body a {
	color: #333;
}
#container #content .main .left ol.commentlist li .comment-body p {
	font-size: 1em;
	line-height: 1.45em;
	margin-bottom: 1.45em;
}
#container #content .main .left ol.commentlist li .comment-body .comment-author {
	padding-top: 3px;
	
	font-weight:bold;	
}
#container #content .main .left ol.commentlist li .comment-body .comment-author,
#container #content .main .left ol.commentlist li .comment-body .comment-meta {
	margin-bottom: .1em;
}

#container #content .main .left #commentform legend {
	font-size: 1.36em;
}

/* Nested Replies*/
#container #content ol.commentlist #respond form {
	font-size: 11px; /* force this size, keep it in pixels */
	font-style:normal;
	font-weight: normal;	
}

/* Author's Page*/
.author #container #content .main .left .post h2 {
	font-size: 1.36em;
}
#container #content .main .left .authorBio {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
#container #content .main .left .authorBio h1 {
	margin-bottom: 3px;
}
#container #content .main .left .authorBio p {
	margin-left: 100px;
}

/* Search Results */
.search #container #content .main .left .post {
	margin-bottom: 15px;
}
.search #container #content .main .left h3 a {
	font-size: 1em;
	text-align: left;
	text-decoration: none;
}

/**
 * Right
 */
#container #content .main .right {
	float: right;
	display: inline;
	width: 211px;
	margin-right: 1px;	
}
#container #content .main .right h4 {
	margin-bottom: 3px;
	font-size: 1.27em;
	font-style: italic;
	color: #3b4f68;	
}

#container #content .main .right .widgetbox {
	position: relative;
	margin-bottom: 35px;		
}

/**
 * box contenitore per il contenuto del widget
 * L'ultima classe è un fix JS per IE6
 */
#container #content .main .right .widgetbox > div, 
#container #content .main .right .widgetbox > p,
#container #content .main .right .widgetbox > ul {
	position: relative;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	background: #DCDEE1 url(images/bg_box.gif) no-repeat 0 0;
	padding: 10px 15px;	
}
#container #content .main .right .widgetbox .ieFirstChild {
	position: relative;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	background: #DCDEE1 url(images/bg_box.gif) no-repeat 0 0;
	padding: 10px 15px;		
}

#container #content .main .right .widgetbox ul {
	padding: 10px 15px;
}

#container #content .main .right .widgetbox ul li {
	margin: 5px 0;	
}
#container #content .main .right .widgetbox ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #6c7a89;
}
#container #content .main .right .widgetbox ul li a:hover {
	color: #121f2f;
	
}
#container #content .main .right .widgetbox ul li a.selected,
#container #content .main .right .widgetbox ul li.current-cat a {
	text-decoration: underline;
	color: #121f2f;
}


/**
 * Bottom Clearer
 */
#container .close {
	clear: both;
	height: 3px;
	background: url(images/bg_footer_top.png) repeat-x 0 0;
	overflow: hidden;
}
#container .close hr {
	display: none;
}


/**
 * Footer
 */
#footer {
	width: 924px;
	margin: 0 auto;
	padding: 5px 0 ;
	font-size: 1em;
	text-align: left;
}


/**
 * Typography Inside Posts and Pages
 */

/* Vertical Rhythm */
.post .postText h2,
.page .postText h2,
#container #content .main .left .post .postText h2 { 
	font-size: 1.54em;
	line-height: 0.94em;
	margin-bottom: 0.94em;
	color: #000;
}
.post .postText h3 {
	font-size: 1.36em;
	line-height: 1.07em;
	margin-bottom: 1.07em;
}
.post .postText h4 {
	font-size: 1.18em;
	line-height: 1.23em;
	margin-bottom: 1.23em;
}
.post .postText h5,
.post .postText h6 {
	font-weight: bold;
}

.post .postText h5,
.post .postText h6,
.post .postText p,
.post .postText ul,
.post .postText ol,
.post .postText blockquote,
.post .postText pre,
.post .postText td,
.post .postText address,
.post .postText th {
	font-size: 1.1em;
	line-height: 1.45em;
	margin-bottom: 1.45em;
}

.post .postText pre {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #DCDEE1;
	overflow: auto !important;
	/*overflow: hidden;*/ /* this targets IE6 */
	width: 100%;
}
.post .postText blockquote {
	margin-left: 20px;
	font-style: italic;
}
.post .postText blockquote *:first-child:before { content: "\201C"; }
.post .postText blockquote *:first-child:after { content: "\201D"; }
	

/* Lists */
.post .postText ol,
div.excerpt ol {
	list-style: decimal
}
.post .postText ul,
div.excerpt ul {
	list-style: square
}
.post .postText li,
div.excerpt li {
	margin-left: 30px
}

/* Link */
.post .postText a {
	text-decoration: underline;
	color: #0000a0;
}
.post .postText a:hover { text-decoration: none; }


/* Images */
/* images flow */
.post .postText img[align='left'] { margin-right: 10px; }
.post .postText img[align='right'] { margin-left: 10px; }
