﻿/*
Theme Name: Guzel Magazine
Theme URI: http://www.customthemedesign.com/
Description: Guzel Magazine theme is a unique wordpress magazine style by <a href="http://www.customthemedesign.com/">Custom Theme Design</a>.
Version: 1.0
Author: Ahmed Fouad
Author URI: http://www.customthemedesign.com/
*/

/*
Set general CSS declarations
*/
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

a {
	color:#0066CC;
	font-weight:600;
	
}

a:hover {
	color: #ff9000;
}

html, body {
	line-height: 1;
}

hr {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: "" "";
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

body {
	background: #dcdcdc;
	text-align: center;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.clear {
	clear: both;
}

/*
Top part CSS
*/
#top {
	width: 980px;
	height: 34px;
	background: url(images/top.gif) repeat-x;
}

#topleft {
	float: left;
	background: url(images/topx.gif) left no-repeat;
	height: 34px;
	padding-left: 10px;
}

#topright {
	float: right;
	background: url(images/topy.gif) right no-repeat;
	height: 34px;
	padding-right: 10px;
}

/*
Page navigation CSS
*/
#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #ddd;
	z-index: 20;
}

#pagenavigation li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #ddd;
}

#pagenavigation li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #888;
}

#pagenavigation li a:hover {
	background: #e6e8d7;
	color: #333;
}

#pagenavigation li.current_page_item a {
	background: #FFF;
	color: #3259d8;
}

#pagenavigation li.current_page_item a:hover {
	background: #FFF;
	color: #3259d8;
}

#pagenavigation ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagenavigation ul li a {
	display: block;
	background: #FFF;
}

#pagenavigation li ul a:hover {
	display: block;
	background: #FFF;
}

#pagenavigation ul a {
	display: block;
}

#pagenavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagenavigation li:hover ul ul {
	display: none;
}
#pagenavigation li:hover ul {
	display: block;
}
#pagenavigation ul li:hover ul {
	display: block;
}
#pagenavigation li ul li {
	display: block;
	width: 100%;
}

#pagenavigation li.page_item ul {
	border-top: 2px solid #ddd;
	width: 200px;
}

#pagenavigation li.page_item a {
	display: block;
}

#pagenavigation li.page_item a:hover {
	display: block;
}

#pagenavigation li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}

#pagenavigation li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}

/*
Search form CSS
*/
.searchform {
	display: inline;
}

.searchform fieldset {
	display: inline;
	padding-top: 4px;
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 0.7em;
	color: #9ba2b8;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.7em;
}

.searchinput {
	background: #FFF;
	border: 1px dotted #a3c3d3;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
}

.searchbutton {
	background: url(images/searchbutton.png) no-repeat;
	width: 29px;
	height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}

/*
Header CSS
*/
#header {
	width: 980px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 60px;
}

#headerlogo {
	float: left;
	display: inline;
	background: url(images/logoSc.png) no-repeat;
	margin-left: 10px;
	height: 60px;
	width:480px;
}

#headerad {
	float: right;
	display: inline;
	margin-right: 10px;
	height: 60px;
}

#headerad a, #headerad img {
	display: block;
	width: 468px;
	height: 60px;
}

#headerlogo h1 {
	float: left;
	background: url(images/logoSc.png) no-repeat;
	background-position: left 20px;
	margin-right: 5px;
	padding-right: 15px;
	padding-left:30px;
	padding-top: 25px;
}

#headerlogo h1 a {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#headerlogo h1 a:hover {
	color: #4e74f2;
}

#headerlogo span {
	float: left;
	padding-top: 35px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666;
}

/*
Main Category  CSS
*/
#menu {
	width: 980px;
	height: 30px;
	background: url(images/menur.gif) repeat-x;
}

#menux {
	float: left;
	width: 965px;
	height: 30px;
	padding-left: 10px;
	background: url(images/menux.gif) no-repeat left;
}

#menuy {
	float: right;
	width: 5px;
	height: 30px;
	background: url(images/menuy.gif) no-repeat right;
}
#dmenu {
	float: left;
	height: 30px;
	border-left: 1px solid #ccc;
	z-index: 20;
}

#dmenu li {
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #ccc;
}

#dmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#dmenu li a {
	display: block;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.85em;
	letter-spacing: -1px;
	/*color: #666;*/
	font-weight: bold;
	color:#417c3e;
}

#dmenu li a:hover {
	background: url(images/menuhover.gif) repeat-x;
	/*color: #3259d8;*/
	/*color:#417c3e;*/
	color:#FF9000;
	
}

#dmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#dmenu ul li a {
	display: block;
	background: #FFF;
	
}

#dmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#dmenu ul a {
	display: block;
}

#dmenu ul ul {
	margin-top: -26px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
}

#dmenu li:hover ul ul {
	display: none;
	
}

#dmenu li:hover ul {
	display: block;
}

#dmenu ul li:hover ul {
	display: block;
}

#dmenu li ul li {
	display: block;
	width:100%;
}

#dmenu li.cat-item ul {
	width: 200px;
	
}

#dmenu li.cat-item a {
	display: block;
}

#dmenu li.cat-item a:hover {
	display: block;
	
}

#dmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 24px;
	padding-right: 15px;
	margin-left:5px;
	color: #333;
	
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background:url(images/folder.png) left no-repeat #F3FBFF;
}

#dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 1.0em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 24px;
	padding-right: 15px;
	color: #FF9000;
	font-weight: bold;
	border-right: 1px solid #ff9000;
	border-left: 1px solid #ddd;
}

	
/*
RSS Bar CSS
*/
#rssbar {
	width: 980px;
	height: 30px;
	margin-top: 1px;
	margin-bottom: 2px;
	background: url(images/rssbar.gif) repeat-x;
}

#rssbar #today {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(images/rssbarx.gif) no-repeat left;
	font-size: 0.7em;
	color: #888;
}


#rssbar ul {
	float: right;
	background: url(images/rssbary.gif) no-repeat right;
	display: inline;
	height: 30px;
	padding-right: 10px;
}

#rssbar ul li {
	float: left;
	margin-left: 20px;
	display: inline;
}
#rssbar span{
	float:left;
	height:30px;
	line-height:30px;
	font-size:0.7em;
	color:#FF9000;
	font-weight:bold;
	
}

	
#rssbar ul li a {
	height: 30px;
	line-height: 30px;
	background: url(images/rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 0.7em;
	font-weight: bold;
}
#rssbar ul li span a{
	background:url(images/weblin.ico) left no-repeat;
	background-position:left center;
	font-size:1em;
	
	
}	
#rssbar ul li a:hover {
	color: #4e74f2;
}


/*
Featured Column CSS
*/
#featured {
	width: 980px;
	background: #FFF url(images/bg.gif) repeat-y;
	border-bottom: 4px solid #ccc;
}

#featuredleft {
	float: left;
	width: 600px;
	background: url(images/lround.gif) no-repeat top left;
}

#featuredright {
	float: left;
	width: 380px;
	background: url(images/rround.gif) no-repeat top right;
}

/*
Featured Posts CSS
*/
.featuredposts {
	width: 600px;
}

.featuredposts li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}

.featuredposts li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}

.featuredposts li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.featuredposts li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredposts li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredposts_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 570px;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

.featuredposts_content .thumb img {
	float: left;
	display: inline;
	margin-right: 15px;
	border: 2px solid #dcebf1;
}

.featuredposts_content .post {
	display: inline;
}

.featuredposts_content .post h1 a {
	font-size: 1.1em;
	letter-spacing: -1px;
	font-weight: bold;
}

.featuredposts_content .post h1 a:hover {
	color: #4e74f2;
}

.featuredposts_content .post .time {
	color: #999;
	font-size: 0.7em;
	line-height: 2em;
}

.featuredposts_content .post .entry {
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
}

.featuredposts_content .post .entry p {
	margin: 0px 0px 7px 0px;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align:justify;
	color: #666;
	  
}

.featuredposts_content .post .endpost {
	padding-top: 5px;
}

.featuredposts_content .post .cat a {
	float: left;
	display: block;
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
}

.featuredposts_content .post .cat a:hover {
	background: #ff9000;
}
.featuredposts_content .post .cat a:active {
	border:1px inset gray;
}
.extra {
	float: right;
}

.extra li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.extra li a {
	font-size: 0.7em;
	font-weight: bold;
}

.extra li.comments a {
	background: url(images/commenti.ico) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
	color: #ff9000;
}
.extra li.comments a:hover {
	color:blue;
}
.comment-toolbar{
   font-size:0.7em;
   border-bottom: 1px dotted gray;
   border-top:1px dotted gray;
   text-align:right;
	
}	


.postbody .related_post {
margin:0;
padding:0;
text-align:left;
}

.postbody .related_post h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	background:transparent url(images/postCorrelati.gif) no-repeat left center;
	padding-left:3%;


}
.postbody .related_post ul{
	font-size:2em;
	font-weight:bold;
	list-style:none;
}
.postbody #post_div {
height:60px;
}

.img_related_post{
float:left
}

.text_related_post{
float:left;
text-align:left;
width:350px;
}

.postbody .related_post img {
border:1px solid #CCCCCC;
height:55px;
margin:0 6px 0 0;
padding:2px;
width:90px;
align: left;
}

/*
Featured Tabs CSS
*/

.featuredtabs {
	width: 380px;
}

.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}

.featuredtabs li a {
	float: left;
	display: block;
	padding-left: 17px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}

.featuredtabs li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.featuredtabs li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredtabs li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredtabs_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 350px;
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
	
}

.featuredtabs_content ul li span {
	display: block;
}

.featuredtabs_content ul li span a {
	color: #333;
}

.featuredtabs_content ul li span a:hover {
	color: #ff9000;
}

/*
Big Column CSS
*/
#bigcolumn {
	width: 980px;
	padding-bottom: 10px;
	background: #f3fbff url(images/closeBigColumn.gif) no-repeat bottom;
}

#widecolumn {
	float: left;
	width: 640px;
	margin-left: 8px;
	display: inline;
}

#top_posts {
	float: left;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;

}

#recent_posts {
	float: left;
	width: 316px;
	display: inline;
}

#sidebar {
	float: left;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}

.menu {
	background-color:#ececec; 
	color:#272727; 
	border-bottom:1px solid #d7d7d7; 
	height:23px;
	width:292px;
	border:1px solid gray;
	
	
}
.menu ul {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;
	
}
.menu li {
	display:inline; 
	line-height:23px;
}

.menu li a {
	color:#417c3e;
	text-decoration:none; 
	font-weight:bold;
	font-size:0.8em;
	padding-left:16px;
	margin-left:1px;
	text-align:center;
	

}
span.separatore{
	border-right:1px solid gray;
	padding-top:1px;
	padding-left:10px;
	padding-right:10px;
	
}

.menu li a.tabactive { 
	font-weight:bold;  
	position:relative;
	color:#ff9000;
	cursor:wait;
	
}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4
{
	width:292px; 
	text-align:center;
	border-bottom:1px solid #f2e9e9;
	padding:6px 0px; 
	font-size:18px; 
	margin-bottom:5px;
}

#tabcontent1 .linkVideo
{
	font-size:0.75em;
	width:12ex;
	margin-left:190px;
	text-align:center;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	border:1px solid gray;
	background-color:#666;
	
	
	
}
#tabcontent1 .linkVideo a
{
	display: block;
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.80em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
	
	
}

#tabcontent1 .linkVideo a:hover
{
	background-color:#ff9000;
	
	
}

#tabcontent1 .linkVideo a:active
{
	border:1px inset gray;
	
}


#tabcontent4 p{
	text-align:center;
	font-family:Verdana, sans-serif;
	color: #666;
	font-size:0.75em;
	font-style:oblique;
	
	
}
/*
Main CSS
*/
#top_posts h2, #recent_posts h2 {
	margin-top: 15px;
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	line-height: 1.3em;
	letter-spacing: -1px;
	color: #333;
	background: url(images/category_index/tag.png) no-repeat left;
	border: 2px solid #d8e1f0;
	padding-left: 23px;
}
#sidebar h2{
	margin-top: 15px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: -1px;
	color: #333;
	background: url(images/category_index/lente.png) no-repeat left;
	
	border: 2px solid #d8e1f0;
	padding-left: 23px;
	padding-top:1px;
	
}
.box {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.box p {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 7px 0px;
}
.box .linklift ul li{
		background:transparent url(images/bullet.gif) no-repeat scroll left 5px;
		padding-left:5%;
		
}


#webapp{
    width: 290px;
    height: 60px;
    background: transparent url("images/uploadApp.png") no-repeat scroll left top;
  
}
#webapp a#upload {
	
    font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
		
}
#webapp a#upload strong {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:small-caps;
	font-weight:900;
	letter-spacing:-1px;
	line-height:2.8em;
	padding-left: 3.5em;


}
.postbox {
	margin-bottom: 10px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
}

.postbox p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.ad img, .ad a img {
	display: block;
}

/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.top_entry {
	display: inline;
}

.top_entry h3 a {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #537ce4;
}

.top_entry h3 a:hover {
	color: #537ce4;
	text-decoration: underline;
}

.top_entry .time {
	color: #999;
	line-height: 2em;
	font-size: 0.7em;
}

.top_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.top_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #ddd;
	float: right;
	width: 294px;
}

.top_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.top_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight:bold;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.top_entry .postbit li a:hover {
	background: #f9f7f1;
	color: #333;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: right;
	display: inline;
	width: 90px;
	height: 67px;
	margin-left: 10px;
	border: 3px solid #dcebf1;
}

.recent_entry {
	display: inline;
}

.recent_entry h3 a {
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #627092;
}

.recent_entry h3 a:hover {
	color: #ff9000;
}

.recent_entry .time {
	color: #666;
	line-height: 2em;
	font-size: 0.7em;
}

.recent_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #999;
}

.recent_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #ddd;
	float: right;
	width: 294px;
}

.recent_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.recent_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #eee;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.recent_entry .postbit li a:hover {
	background: #fff;
	color: #333;
}

/*
Sidebar CSS Widgets
*/
.sidebar {
	float: left;
	width: 150px;
}

.sidebar div {
	background: #FFF;
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.sidebar ul li ul {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}


.sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
}

.sidebar ul li ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.sidebar ul li ul li ul li,
.sidebar ul li ul li ul li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.3em;
}

/*
Subscribe RSS Form
*/
.subscribe {
	width: 294px;
}

.subscribe fieldset {
	display: inline;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	width: 294px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
	font-size: 0.75em;
}

.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-size: 0.66em;
	font-weight: bold;
	width: 44px;
	height: 21px;
	color: #FFF;
	cursor: pointer;
}

.feedlink {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 10px;
}

/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*
Footer
*/
#footer {
	width: 980px;
	margin-bottom: 30px;
	line-height: 1.8em;
}

#footer a:hover {
	color: #3259d8;
	text-decoration: underline;
}

#required {
	display: inline;
	float: left;
	margin-left: 10px;
	font-size: 0.7em;
	color: #666;
}

#copyright {
	display: inline;
	float: right;
	margin-right: 10px;
	font-size: 0.7em;
	color: #666;
}

/*
POST BODY CSS
*/
.postbody {
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
	margin-top: 10px;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

.postbody p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding-top:10px;
	text-align:justify;
}

.postbody h1 {
	letter-spacing: -2px;
	font-size: 1.5em;
	color: #2e4aa6;
}

.postbody h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #ff9000;
}

.postbody h3 {
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

.postbody h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.postbody h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}

.postbody h6 {
	font-size: 0.7em;
	font-weight: bold;
	color: #577aee;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	line-height: 1.5em;
	color: #333;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	list-style:circle;
	margin-top:10px;
	font-family:Verdana,sans-serif;
	list-style-position:inside;
}

.postbody blockquote {
	background: #fffced;
	border: 1px dotted #dfdccb;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom:10px;
	display: block;
}

.postbody blockquote p {
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #587ae6;
	padding-left:2%;
}

.postbody ins {
	color: #333;
	text-decoration: underline;
}

.postbody del {
	color: #333;
	text-decoration: line-through;
}

.postbody code {
	color: #333;
	font-family: verdana;
	font-size: 0.9em;
	font-weight:bold;
	background: #eee;
	margin-bottom: 10px;
}

.postbody .icona{
  	background:url(images/docFolder_search.png) center left no-repeat;
  	width:100px;
  	height:100px;
  	padding-left:70px;
  	padding-bottom:46px;
  	font-weight:bold;
  	
  	
}	

.postbody .icona h1{
	padding-left:70px;
	font-size:1.5em;
	color:#FF9000;
}	

.icona_cat{
		padding-left:30px;
		padding-bottom:24px;
		background:url(images/category_icon/icon.png) left center no-repeat;
		font-size:3em;
		
}	


/*Results .p class
*/
.p {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.p .time {
	font-size: 0.7em;
	color: #999;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.p .tags {
	background: #fdfff4;
	border: 1px dotted #ddd;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #333;
}

.p .tags a:hover {
	color: #3259d8;
}

/*
Navigation CSS
*/
.navigation {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.navigation a {
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #FFF;
	font-weight: bold;
}

.navigation a:hover {
	background: #ff9000;
	color: #FFF;
}

.navleft {
	float: left;
	width: 40%;
}

.navright {
	float: right;
	width: 40%;
}

.navleft a {
	float: left;
	display: block;
}

.navright a {
	float: right;
	display: block;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.postbody_singlepost .time{
	color: #999;
	font-size: 0.7em;
	line-height: 1.3em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.postbody_singlepost .time .social{
	padding-left:24%;
	padding-top:1%;
	padding-bottom:1%;
	
}	
.postbody_singlepost .time .social a{
	text-decoration:none;
	
}
.postbody_singlepost img {
	border: 2px solid #dcebf1;
	
}



.postbody_singlepost blockquote {

	width:90%;
	float:left;
	padding-left:0.5%;
	background:#f5f6f8;
	border: 2px solid #e4e9ec;
	margin-top:5px;
	margin-right:3px;
	margin-left:3px;

}

.postbody_singlepost blockquote p {

	width:100%;
	float:left;
	text-align:justify;
	line-height:20px;
	font-size:0.9em;
	font-family:Verdana,sans-serif;
	color:#516971;
	font-size:11px;
	
}
.postbody_singlepost blockquote p em.comando{

	width:100%;
	float:left;
	text-align:center;
	line-height:20px;
	font-size:0.9em;
	font-family:Verdana,sans-serif;
	font-weight: bold;
	
	color:#516971;
	font-size:1.2em;
	
}

.postbody_singlepost .tags {
	color: #333;
	font-size: 0.7em;
	line-height: 1.7em;
}

.postbody_singlepost .tags a {
	color: #999;
}

.postbody_singlepost .tags a:hover {
	color: #ff9000;
}

.postbody_singlepost .cc {
	margin-top: 10px;
	background: #F9F9F1;
	border: 1px dotted #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
}

.postbody_singlepost .the_content {
	margin-top: 15px;
	margin-bottom: 15px;
	
}


.postbody_singlepost .the_content ul{
	list-style:none;
}

.postbody_singlepost .rating{
	font-size:1em;
	font-weight:bold;
	background:#E5F4FD;
	border-bottom:2px solid #A8BFD6;
	border-top:2px solid #A8BFD6;
	padding-left:2%;
	padding-top:2%;
	padding-bottom:2%;
}	
.postbody_singlepost .tags{
	font-size:0.6em;
	padding-left:1%;
	padding-top:2%;
	padding-bottom:2%;
	
}	

.postbody_singlepost .tags p{
	font-size:1em;
	font-weight:bold;
	padding-left:2%;
	padding-top:2%;
	padding-bottom:2%;
	
}	

.postbody_singlepost  .email{
	
	font-size:0.9em;
	font-weight:bold;
	padding-left:70%;
	padding-top:1%;
	padding-bottom:1%;
	
	
}	

.postbody_singlepost .print{
	font-size:0.9em;
	font-weight:bold;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:70%;
	color:#FF9000;
	

}	

.postbody_singlepost .the_content p{
	font-size:0.9em;
	font-weight:500;
	font-family:Verdana,sans-serif;
	text-align:justify; 
	word-spacing:0;
		
}
.postbody_singlepost .the_content .postConsigliati p{
	Color:#2E4AA6;
	font-size:0.9em;
	font-weight:bold;
}
.postbody_singlepost .the_content .postConsigliati span{
	padding-left: 2%;
}
.postbody_singlepost .the_content .postcorrelati p{
		Color:#2E4AA6;
		font-size:0.9em;
		font-weight:bold;
}
/*Incona pdf e sito internet quando devo inserire dei collegamenti*/
.postbody_singlepost .the_content .downloadPDF {
	background:#F9F9F1 url(images/pdf.png) 5px no-repeat;
	margin-top:3%;
	margin-bottom:3%;
	padding-left:2%;
	border-bottom:2px solid gray;
	border-top:2px solid gray;
	

}	
.postbody_singlepost .the_content .downloadPDF p{
	font-size:1em;
	font-family:Verdana,sans-serif;
	text-align:left;
	padding-left:5%;
	
}	
.postbody_singlepost .the_content .downloadPDF p span{
	text-align:center;
	padding-left:10%;
}	
.postbody_singlepost .the_content .goWebsite {
	background:#F9F9F1 url(images/surf.png) 5px no-repeat;
	margin-top:3%;
	margin-bottom:3%;
	padding-left:2%;
	border-bottom:2px solid gray;
	border-top:2px solid gray;

}	
.postbody_singlepost .the_content .goWebsite p{
	font-size:1em;
	font-family:Verdana,sans-serif;
	text-align:left;
	padding-left:5%;
	
}	
.postbody_singlepost .the_content .goWebsite p span{
	text-align:center;
	padding-left:10%;
	
}	

.postbody_singlepost .the_content .goDownload {
	background:#F9F9F1 url(images/down.png) 5px no-repeat;
	margin-top:3%;
	margin-bottom:3%;
	padding-left:2%;
	border-bottom:2px solid gray;
	border-top:2px solid gray;

}	
.postbody_singlepost .the_content .goDownload p{
	font-size:1em;
	font-family:Verdana,sans-serif;
	text-align:left;
	padding-left:5%;
	
}	
.postbody_singlepost .the_content .goDownload p span{
	text-align:center;
	padding-left:10%;
	
}	

/*Fine Blocco*/

.postbody_singlepost .the_content h2{
	font-size:1em;
	font-weight:bold;
	font-family:Verdana,sans-serif;
	text-align:left;
	word-spacing:0;
	color:black;
	border-bottom:1px inset;
	padding:3% 0 0.5%;
		
}

.postbody_singlepost .the_content .boxads{
	/*border:1px solid gray;*/
	font-family:Verdana,sans-serif;
	padding-bottom:15px;
	
}

.postbody_singlepost .the_content .tutorial{
	float:left;
	padding-top:1%;
	padding-left:1%;
	padding-bottom:1%;
}
.postbody_singlepost .the_content .tutorial p{
	
	float:right;
	padding-left:1%;
	
}

.postbody_singlepost .the_content .feedRssBoxPost{
	margin-top: 3%;
	padding-left:3%;
	padding-top:3%;
	border-top:2px solid #A8BFD6;
	border-bottom:2px solid #A8BFD6;
	background:white;
	
}

.postbody_singlepost .the_content .feedRssBoxPost h3{
	font-family:Verdana, sans-serif;
	padding-left:2%;
	padding-bottom: 0.8em;
	font-size:0.85em;
	text-align:left;
	color:black;
}
.postbody_singlepost .the_content .feedRssBoxPost h3 strong{
	color:green;
	
}
.postbody_singlepost .the_content .feedRssBoxPost form{
	padding-left:25%;
	
}
.postbody_singlepost .the_content .feedRssBoxPost fieldset{
	border:0;
	
}


/*
Special Single Post Classes
*/
.edit, .follow, .track {
	border-bottom: 1px dotted #ddd;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.75em;
	line-height: 1.4em;
}

.follow a {
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
}

.track {
	background: #EEE;
	font-weight: bold;
}

/*
CSS for Floating Images in Single Post View
*/
.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 5px;
}

.aligncenter {
	display: inline;
	text-align: center;
}

.alignnone {
}

p.wp-caption-text {
	padding: 5px;
	font-size: 0.5em;
	font-weight:bold;
	color: #999;
	
}

/*
Commenting System CSS
*/

/*Commenti autori*/

.authcomment {
background-color: #c9e7ff /*#B3FFCC*/ !important;

} 

#combox, #combox ol, #combox ol li, #combox ol li.alt {
	font-size: 100%;
}

#combox {
	padding:0;
	margin:0;
	border:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

ol.commentlist {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	margin-bottom: 20px;
}

ol.commentlist li {
	padding:0;
	margin:0;
	border:0;
	background: #fefff7;
	border: 2px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	padding:0;
	margin:0;
	border:0;
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

.avatar {
	float: left;
	display: inline;
}

.avatar img {
	border: 0;
}

.commentbody {
	float: left
	display: inline;;
	margin-left: 60px;
}

.commentbody img {
	border:0;
	vertical-align: middle;
}

p.comment_author {
	color: black;
	font-size: 0.7em;
	font-weight:bold;
}

span.comment_time {
	display: inline;
	color: #999;
}

p.comment_text {
	margin-top: 15px;
	line-height: 1.4em;
}

/*
Leave a Reply form CSS
*/
.reply {
	background: #f6f6f6;
	border: 1px dotted #ccc;
	padding: 20px;
}

.reply p {
	margin-top: 10px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #ddd;
	font-size:1em;
	width: 200px;
	padding: 5px;
	color: #3259d8;
}

.replytext:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}


.replyarea {
	border: 1px solid #ddd;
	line-height: 1.5em;
	padding: 5px;
	width: 555px;
	height: 120px;
	color: #3259d8;
	overflow-x: auto;
	overflow-y: auto;
}

.replyarea:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}

.replybutton {
	background: #3259d8;
	text-align: center;
	width: 120px;
	height: 20px;
	font-size:0.8em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.replybutton:hover {
	background: #FF9000;
}