/*
Theme Name: ExtremeMag Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Helvetica;
	color: #2E3337;
	background: #f9f9f9 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #888;
        text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00B4FF;
}
img {
	border: 0;
}

#immagini img {
	border: 1px solid #d5d5d5;
        padding:5px;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 20px 5px 0;
}

.alignleft_abb {
	float: left;
	margin: 4px 20px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 955px;
	margin: auto auto;
	text-align: left;
}

.wrapper_nl {
	width: 728px;
	margin: auto auto;
	text-align: left;
}

/** END wrapper **/

/** BEGIN main **/
#main {
	padding-bottom: 30px;
}
/** END main **/

	/** BEGIN header **/
	#header {
		height: 250px;
	}

#header_nl {
		height: 0px;
                margin-bottom:20px;
	}
		#header ul {
			clear: both;
			list-style-type: none;
		}
			#header ul li {
				float: left;
			}

#header_adv {
			text-align:right; 
                        margin-top:8px;
                        margin-bottom:10px;
		}
#header_adv img{
			border:1px solid #d5d5d5;
                        padding:5px;
      
		}

		#header h1 {
			height:182px;
margin:0;
text-indent:-10000px;
width:200px;
float:left;
		}
			#header h1 a {
				background:url("images/logo.jpg") no-repeat scroll left top transparent;
display:block;
height:158px;
width:200px;
			}
		#header .pages {
			height: 30px;
			overflow: hidden;
                        text-align:center;
margin-top:8px;
color:#d5d5d5;

		}
			
		#header .categories {
			text-align:center;
                        color:#999;
		}

#header .categories a {
			 color: #666666;
    font-size: 12px;
    line-height: 23px;
    margin-left: 8px;
    margin-right: 12px;
    text-decoration: none;
		}
#header .categories a:hover{
			color:#00B4FF;
		}
			#header .categories li {
				font-size: 0.9em;
				text-transform: uppercase;
				font-weight: bold;
				padding: 16px 30px 17px 0;
			}
			#header .categories li a {
				color: #2E3337;
				text-decoration: none;
			}
			#header .categories li a:hover {
				color: #26759A;
				text-decoration: underline;
			}
	/** END header **/
	
	/** BEGIN content **/
	#content {
		width: 590px;
		float: left;
		padding-top: 20px;
	}
#content_nl {
		width: 728px;
		float: left;
		padding-top: 0px;
	}

#content_nl_abb {
		height: 730px;
    padding-top: 0;
    width: 728px;
	}
        
		#content .featured {
			margin-bottom: 20px;
			background-color: #ffffff;
			padding: 35px;
			position: relative;
		}
		#content .featured h3 {
			position: absolute;
			top: 20px; left: -14px;
			background: url(images/date.gif) no-repeat 0 0;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			font-family: Verdana;
			width: 98px; height: 28px;
			text-align: center;
			padding-top: 8px;
			z-index: 99;
		}
		#content .featured .buffer {
			width: 510px; height: 320px;
			overflow: hidden;
		}
			#content .featured img {
				width: 510px;
			}
			#content .featured .main {
				width: 510px; height: 320px;
				overflow: hidden;
				position: relative;
			}
				#content .featured .main .text {
					position: absolute;
					bottom: 0;
					padding: 10px;
					color: #ffffff;
					font-family: Arial;
					background: url(images/shade.png);
				}
					#content .featured .main .text h2 {
						font-size: 2.5em;
						margin-bottom: 5px;
					}
						#content .featured .main .text h2 a {
							color: #ffffff;
							text-decoration: none;
						}
					#content .featured .main .text p {
						line-height: 1.6em;
					}
		#content .post {
			border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    float: right;
    font-family: Arial;
    margin-bottom: 15px;
    padding: 10px 0;
    position: relative;
    width: 560px;
		}

                #content .post-cat {
			background-color:#FFFFFF;
float:left;
background-color:#FFFFFF;
float:left;
font-family:Arial;
padding:9px 6px 26px;
position:relative;
width:135px;
		}


#content_nl .post {
			width: 560px;
			float: right;
			background-color: #ffffff;
			padding: 10px;
			margin-bottom: 15px;
			font-family: Arial;
			position: relative;
		}

                #content_nl .post-cat {
			background-color:#FFFFFF;
float:left;
background-color:#FFFFFF;
float:left;
font-family:Arial;
padding:9px 6px 26px;
position:relative;
width:135px;
		}
			#content .l {
				
			}
			#content .post h2 {
				font-size: 1.6em;
				margin-bottom: 5px;
				padding: 0 10px;
                                margin-top:10px;

			}
#content .post-cat h2 {
				font-size: 1.2em;
				margin-bottom: 5px;
				padding: 0 10px;
			}
                        
				#content .post h2 a {
					color: #222222;
					text-decoration: none;
				}
#content .post-cat h2 a {
					color: #222222;
					text-decoration: none;
				}
                        
			#content .post .continue {
				text-align: left;
				font-family: Verdana;
				margin-top: 10px;
				padding: 0 10px;
			}
#content .post-cat .continue {
				text-align: right;
				font-family: Verdana;
				margin-top: 10px;
				padding: 0 10px;
			}
                       
				#content .post .continue a {
					text-decoration: none;
					font-size: 0.9em;
					text-transform: uppercase;
                                        color:#00B4FF;
				}
#content .post-cat .continue a {
					text-decoration: none;
					font-size: 0.9em;
					text-transform: uppercase;
				}
                    
			#content .post p {
				line-height: 1.3em;
				color: #89898C;
				padding: 0 10px;
			}
#content .post-cat p {
				line-height: 1.2em;
				color: #89898C;
				padding: 0 10px;
			}
                      
			#content .post .thumb {
				border:1px solid #fff;
float:left;
margin-bottom:10px;
margin-right:20px;
			}
                       #content .post-cat .thumb {
				border:1px solid #EEEEEE;
float:left;
margin-bottom:10px;
margin-right:30px;
padding:5px;
width:121px;
}
				#content .post .thumb a {
					display: block;
					width: 245px; height: 155px;
					overflow: hidden;
				}
                             #content .post-cat .thumb a {
					display: block;
					width: 120px; height: 168px;
					overflow: hidden;
				}
			#content .post h3 {
				position: absolute;
				top: 10px; left: -14px;
				background: url(images/date.gif) no-repeat 0 0;
				font-size: 0.9em;
				text-transform: uppercase;
				color: #ffffff;
				font-family: Verdana;
				width: 98px; height: 28px;
				text-align: center;
				padding-top: 8px;
			}

                       #content .post-cat h3 {
				position: absolute;
				top: 10px; left: -14px;
				background: url(images/date.gif) no-repeat 0 0;
				font-size: 0.9em;
				text-transform: uppercase;
				color: #ffffff;
				font-family: Verdana;
				width: 98px; height: 28px;
				text-align: center;
				padding-top: 8px;
			}
		#content .postnav {
			clear: both;
			padding: 20px 0 20px 30px;
			text-transform: uppercase;
			font-size: 0.9em;
			font-weight: normal;
		}
			#content .postnav a {
				text-decoration: none;
			}
	/** END content **/
	
	/** BEGIN sidebar **/
	#sidebar {
		width: 350px;
		float: right;
		padding-top: 0px;
                
	}
		#sidebar .box {
			margin-top: 19px;
    padding: 0 15px 31px;
		}
			#sidebar .box h2 {
				font-size:1.5em;
margin-bottom:10px;
margin-left:3px;
font-family:Arial;
			}
			#sidebar .box .ads {
				text-align: center;
			}
				#sidebar .box .ads_up img {
					border:1px solid #D5D5D5;
                                        margin:0px 0 0 3px;
                                        padding:5px;
				}

                                #sidebar .box .ads_left img {
					border:1px solid #D5D5D5;
                                       float:left;
                                       margin:8px 28px 0px 3px;
                                        padding:5px;
				}

                                #sidebar .box .ads_right img {
					border:1px solid #D5D5D5;
                                        margin-top:8px;
                                        padding:5px;
				} 
			#sidebar .box form {
                            border:1px solid #D5D5D5;
                            margin:10px 3px;
                            width:310px;
			}
				#sidebar .box form input {
					background-color:transparent;
                            border:0 none;
                            color:#666666;
                            font-size:14px;
                            margin:10px 5px;
                            width:285px;
				}
				#sidebar .box form button {
					display: none;
				}
			#sidebar .box ul {
				list-style-type: none;
			}
				#sidebar .box ul li {
					line-height: 1.6em;
					padding: 5px;
				}
				#sidebar .box ul li a {
					font-weight: bold;
				}
		#sidebar .divided {
			background-color: #FAFAFA;
			border: 1px solid #CCCCCE;
		}
			#sidebar .divided .l {
				float: left;
				width: 130px;
				padding: 15px;
			}
			#sidebar .divided .r {
				float: right;
				width: 130px;
				padding: 15px;
			}
			#sidebar .divided h2 {
				font-size: 0.9em;
				text-transform: uppercase;
				margin-bottom: 10px;
			}
			#sidebar .divided ul {
				list-style-type: none;
				margin-bottom: 20px;
			}
				#sidebar .divided ul li {
					line-height: 1.6em;
					padding: 5px;
				}
				#sidebar .divided ul li a {
					color: #222222;
					text-decoration: none;
				}
				#sidebar .divided ul li a:hover {
					text-decoration: underline;
					color: #496A72;
				}
#bacheca_img{
float:left; padding:3px; border:1px solid #d5d5d5;
}

#bacheca_txt{
font-family:helvetica;
line-height:15px;
padding-bottom:30px;
padding-left:95px;
padding-top:3px;
}

#bacheca_img_p{
float:left; padding:3px; border:1px solid #d5d5d5;
}

#bacheca_txt_p{
line-height:15px;
padding-bottom:30px;
padding-left:95px;
padding-top:4px;
}

#bacheca_img_pg{
float:left; padding:3px; border:1px solid #d5d5d5;
}

#bacheca_txt_pg{
font-size:13px;
line-height:18px;
padding-left:95px;
padding-bottom:40px;
}

#bacheca_txt_pg a{
font-size:15px;
line-height:18px;

}

#tab_doc img{
padding-bottom:10px;
padding-right:30px;
padding-top:10px;
}

	/** END sidebar **/

/** BEGIN middle **/
#middle {
	clear: both;
	background-color: #05101B;
	color: #ffffff;
	padding: 20px 0;
}
	#middle h2 {
		font-size: 1.1em;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	#middle .flickr {
		float: left;
		width: 310px;
	}
		#middle .flickr h2 {
			padding-left: 7px;
		}
		#middle .flickr img {
			margin: 7px;
			border: 5px solid #ffffff;
		}
	#middle .tags {
		float: left;
		width: 275px;
		margin: 0 30px;
	}
		#middle .tags .tagcloud {
			margin-bottom: 30px;
		}
		.tagcloud a {
			color: #666;
			text-decoration: none;
                        text-transform:uppercase;
                        font-family:helvetica;
		}
		.tagcloud a:hover {
			color: #00B4FF;
                        text-transform:uppercase;
                        font-family:helvetica;
		}
		#middle .tags p {
			line-height: 1.6em;
			margin-bottom: 10px;
			font-family: Arial;
		}
	#middle .recent {
		float: left;
		width: 230px;
	}
		#middle .recent ul {
			list-style-type: none;
		}
			#middle .recent ul li {
				font-weight: bold;
				line-height: 1.6em;
				padding: 2px 0;
				font-family: Arial;
			}
/** END middle **/

/** BEGIN footer **/
#footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding: 15px 0;
	height: 50px;
        clear:both;
}
	#footer .l {
		float: left;
margin-left:20px;


	}

#footer .la {
            float: left;
            margin-left:20px;
            color:#444;


	}
	#footer .r {
		float: right;
margin-right:20px;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 15px;
	font-family: Arial;
}

#content_nl .single {
	background-color: #f5f5f5;
	padding: 20px;
margin-bottom:15px;
	margin-top: 15px;
	font-family: Arial;
}

	#content .single a {
		text-decoration: none;
                color:#00B4FF;
	}
	#content .single h2 {
		font-size: 2.5em;
		margin-bottom: 23px;
	}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}




#content_abb .single {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 15px;
	font-family: Arial;
}

#content_nl_abb .single {
	background-color: #f5f5f5;
	padding: 20px;
margin-bottom:15px;
height:780px;
	margin-top: 15px;
	font-family: Arial;
}

	#content_abb .single a {
		text-decoration: none;
                color:#00B4FF;
	}
	#content_abb .single h2 {
		font-size: 2.5em;
		margin-bottom: 23px;
	}
	#content_abb .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}

#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content .single h3, #content .single h5, #content .single h6 {
		font-size: 1.5em;
		margin-bottom: 5px;
	}

#content .single h4{
		font-size: 1.4em;
	}


#content_nl_abb .single a {
		text-decoration: none;
                color:#00B4FF;
	}
	#content_nl_abb .single h2 {
		font-size: 2.5em;
		margin-bottom: 23px;
	}
	#content_nl_abb .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content_nl_abb .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content_nl_abb .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content_nl_abb .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content_nl_abb .single h3, #content .single h5, #content .single h6 {
		font-size: 1.5em;
		margin-bottom: 5px;
	}

#content_nl_abb .single h4{
		font-size: 1.4em;
	}










	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content .single h3, #content .single h5, #content .single h6 {
		font-size: 1.5em;
		margin-bottom: 5px;
	}

#content .single h4{
		font-size: 1.4em;
	}


#content_nl .single a {
		text-decoration: none;
                color:#00B4FF;
	}
	#content_nl .single h2 {
		font-size: 2.5em;
		margin-bottom: 23px;
	}
	#content_nl .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content_nl .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content_nl .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content_nl .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content_nl .single h3, #content .single h5, #content .single h6 {
		font-size: 1.5em;
		margin-bottom: 5px;
	}

#content_nl .single h4{
		font-size: 1.4em;
	}




#comments-box {
        background:#fff;
	padding: 20px;
}
	#comments-box a {
		text-decoration: none;
	}
	#comments-box h2 {
		font-size: 1.5em !important;
	}
	#comments-box p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments-box .children li {
		padding: 10px;
	}
	#comments-box form {
		
	}
	#comments-box form p {
		margin-bottom: 5px;
	}
		#comments-box form input {
			margin-right: 5px;
		}
		#comments-box form input, textarea {
			border: 1px solid #e0e0e0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments-box form input {
			width: 240px;
			border: 1px solid #e0e0e0;
		}
		#comments-box form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #e0e0e0;
		}
		#comments-box form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments-box ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments-box .buffer {
		padding: 10px;
	}
	#comments-box ol li {
		margin-bottom: 10px;
	}
	#comments-box ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments-box ol li .avatar {
		float: right;
	}
	#comments-box ol li .comment-author {
		
	}
		#comments-box ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments-box ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments-box ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments-box .children {
		list-style-type: none;
	}
#comments-box .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments-box .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #eeeeee;
	}
	#comments-box .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments-box .says {
	display: none;
}
/** END wordpress 2.7 comments **/
.widget_addn{
	position: absolute;
	left: -450px;
	top: -400px;
	}
	
	
/* =Template Edicola
-------------------------------------------------------------- */


/* devskip base classes */
.clear-both {
	clear: both;
} 


/* Elementi vista edicola */
#edicola-listview {
	width: 955px;
	min-height:  600px;
	padding: 60px 0 20px 0;
}

	#edicola-listview .ripiano {
		width: 925px; /* 955px */
		min-height: 345px;
		margin-bottom: 40px;
		padding: 0 15px 0 15px;
		background: url(./images/bg-ripiano-edicola.png) top left repeat-x;
	}
	
		/* Inizio creazione rivista */
		#edicola-listview .ripiano .rivista {
			width: 135px;
			min-height: 345px;
			float: left;
			margin: 0 25px 0 25px;
		}
		
			#edicola-listview .ripiano .rivista .copertina {
				width: 135px;
				height: 194px;
				background: #fff;
				position: relative;
			}
			
				#edicola-listview .ripiano .rivista .copertina a.post-edit-link {
					position: absolute;
					top: 10px;
					left: 10px;
					width: 30px;
					height: 10px;
					-moz-border-radius: 25px;
					-webkit-border-radius: 25px;
					background: #333;
					padding: 4px 8px 7px 10px;
					text-transform: uppercase;
					font-weight: normal;
				}
				
					#edicola-listview .ripiano a.post-edit-link {
						color: #fff;
					}
					
					#edicola-listview .ripiano a.post-edit-link:hover {
						color: #00b4ff;	
					}
			
			#edicola-listview .ripiano .rivista .descrizione {
				width: 135px;
				height: 142px;
				margin-top: 8px;
				overflow: hidden;
				
				position: relative;
			}
			
				#edicola-listview .descrizione a.title {
					padding: 15px 5px 10px 5px;
					color: #000;
					font-size: 14px;
					font-weight: bold;
					display: block;
				}
				
				#edicola-listview .descrizione p.desc {
					font-size: 12px;
					line-height: 16px;
				}
				
				#edicola-listview .descrizione a.buy {
					width: 108px;
					height: 18px;
					/*margin: 20px 0 0 5px;*/
					display: block;
					text-indent: -1000em;
					background: url(./images/button-buy-edicola.png) top left no-repeat;
					
					position: absolute;
					bottom: 0;
					left: 5px;
				}
				
/* Elementi template singola rivista */
#edicola-singleview {
	width: 700px;
	min-height: 400px;
	margin: 60px auto 60px auto;
}

	#edicola-singleview .copertina {
		width: 270px;
		height: 388px;
		float: left;
		margin-right: 40px;
		
		background: #fff;
	}
	
	#edicola-singleview .rivista-desc {
		float: left;
		width: 390px;
		min-height: 400px;
	}
	
		#edicola-singleview .rivista-desc .title {
			display: block;
			font-size: 24px;
			font-weight: bold;
			color: #000;
		}
		
		#edicola-singleview .rivista-desc .post-meta {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			
			#edicola-singleview .rivista-desc .post-meta .post-meta-key {
				display: none;
			}
		
		#edicola-singleview .rivista-desc .price {
			display: block;
			font-weight: bold;
			font-size: 24px;
			color: #999;
		}
		
		#edicola-singleview .rivista-desc p {
			display: block;
			margin-top: 20px;
			line-height: 16px;
		}
