/*

Theme Name: TealZine Theme

Author: WPThemeDesigner.com

Author URI: http://www.wpthemedesigner.com/

*/

* {

	margin: 0; padding: 0;

}

body {

	text-align: center;
	font: 12px Verdana;
	color: #333333;
	/*background: url(images/background.gif) repeat-x 0 0;*/

}

a {

	text-decoration: none;
	color: #016798;

}

a:hover {

	text-decoration: underline;
}

img {

	border: 0;

}

.break {

	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

.alignleft {

	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {

	float: right;
	margin: 4px 0 5px 10px;
}

.aligncenter {

	text-align: center;

}

.hidden {

	display: none;

}

.hrline {



        margin-top: 244px;
        height:  6px;
        position: absolute;
        width: 100%;
        background-color: #666666;
}

/** BEGIN wrapper **/

.wrapper {

	width: 950px;

	margin: auto auto;

	text-align: left;

}

/** END wrapper **/



/** BEGIN header **/

#header {

	height: 230px;

}

	#header ul {

		list-style-type: none;

		height: 32px;

	}

		#header ul li {

			float: left;

			text-transform: uppercase;

			font-size: 0.9em;

			padding-left: 1px;

			background: url(images/divider.gif) no-repeat 0 7px;

		}

		#header ul li.f {

			background: none;

		}

			#header ul li.f a {

				padding-left: 0;

			}

		#header ul li a {

			color: #ffffff;

			display: block;

			padding: 5px 15px;

		}

		#header ul li a:hover {

			color: #CC0000;

			text-decoration: none;

		}

	#header .subscribe {

		float: right;

		margin-top: -22px;

		font-size: 0.9em;

		color: #ffffff;

		padding-top: 2px;

		font-family: Arial;

	}

		#header .subscribe a {

			color: #ffffff;

			margin: 0 9px;

		}

		#header .subscribe a:hover {

			color: #CC0000;

			text-decoration: underline;

		}

	  #header .logo {
			float: left;
			height: 213px;
			width: 950px;
	  }

	  #header .logo h1 {
		  font-size: 0;
		  padding: 0px;
	  }

#header .logo h1 a {
      background:transparent url(images/logo.jpg) no-repeat scroll center top;
      display:block;
      height:213px;
      width:778px;
	  margin-left: auto;
	  margin-right: auto;
}

			#header .logo p {

				font-size: 0.9em;

				font-family: Verdana;

				color: #C1BEB3;

				padding-left: 210px;

                                margin-top: -20px;

			}

			#header #description {
        color:#C1BEB3;
        font-family:Verdana;
        font-size:0.9em;
        margin-left:110px;
        margin-top:202px;
        position:absolute;
}

	#header .ad468x60 {

		float: right;

		padding-top: 10px;

	}

        #header .menu{



               padding: 5px 5px;



		background: url(images/sidebar.blue.jpg) repeat-x 0 5px;







	}



	#header {



	}

/** END header **/



/** BEGIN content **/

#content {

	width: 605px;

	float: left;

	padding: 15px 0;

}

	#content .latest {

		padding: 15px 0px 15px 0;

	}

		#content .latest h2 {

			margin-bottom: 10px;

			font-size: 1.5em;

		}

			#content .latest h2 a {

				color: #016798;

			}

		#content .latest .details {

			font-family: Arial;

			font-size: 0.9em;

			color: #CCCCCC;

		}

			#content .latest .details a {

				color: #cccccc;

			}

			#content .latest .details a:hover {

				color: #016798;

				text-decoration: none;

			}

		#content .latest p {



		}

		#content .latest img {

			border:1px solid #CCCCCC;



			margin:0 5px 0 0;

			padding:4px;

		}



	#content .post {

		clear: both;
		text-align: justify;

		border-top: 1px dotted #DDDDDD;

		padding: 15px 0;

	}

		#content .post h2 {

			font-size: 1.2em;

			margin-bottom: 6px;

		}

			#content .post h2 a {

				color: #016798;

			}

		#content .post .details {

			font-size: 0.9em;

			color: #CCCCCC;

			margin-bottom: 5px;

		}

			#content .post .details a {

				color: #CCCCCC;

			}

			#content .post .details a:hover {

				color: #016798;

				text-decoration: none;

			}

		#content .post img {

			padding: 4px;

			border: 1px solid #CCCCCC;

			float: left;

			margin: 0 5px 5px 0;

			max-width: 600px;



		}

		#content .post_preview img{
			height: 100px;
		}
		#content .post_preview h2{
			font-size: 1.1em;
		}

		#content .post_preview h4{
			font-size: 0.8em;
			margin-bottom: 5px;
		}

		#content .post_preview .details {

			font-size: 0.8em;
			color: #CCCCCC;
			margin-bottom: 5px;

		}



	#content .single img {

			height: auto;

		}

	#content .single {

		border: 0;

	}

		#content .single .details {

			margin-bottom: 10px;

		}

		#content .single h2 {

			font-size: 1.5em;

		}

	#content p {

		line-height: 1.3em;

		margin-bottom: 10px;

	}

	#content ul {

		margin: 0 0 10px 16px;


	}

	#content ol {

		margin: 0 0 10px 18px;

	}

	#content li {

		line-height: 1.3em;
		padding: 2px 0;


	}

	#content h3 {

		font-size: 1.5em;

		font-weight: normal;

	}

	#content blockquote {

		padding: 10px 10px 0;

		border: 1px solid #cccccc;

		background-color: #eeeeee;

		font-weight: bold;

		margin-bottom: 10px;

	}

/** END content **/



/** BEGIN sidebar **/

#sidebar {

	width: 328px;

	float: right;

	padding: 15px 0;

}

	#sidebar h2 {

		color: #ffffff;

		font-size: 0.9em;

		text-transform: uppercase;

		margin-bottom: 10px;


	}

	#sidebar .top h2 {
		padding: 10px 5px;

		background: url(images/sidebar.blue.jpg) repeat-x 0 5px;
	}

	#sidebar ul {

		padding: 0 10px;

		list-style-type: none;

		padding-bottom: 10px;

	}

		#sidebar ul li {

			border-bottom: 1px dotted #DDDDDD;

			padding: 4px 0;

		}

		#sidebar ul li a {

			color: #68645A;

		}

	#sidebar .box {

		padding: 10px 5px;

		background: url(images/sidebar.blue.jpg) repeat-x 0 5px;

		margin-bottom: 5px;

	}

	#sidebar .l {

		float: left;

		width: 160px;

	}



	#sidebar .r {

		float: right;

		width: 160px;

	}

        #sidebar .l img {



		display: block;

                padding-right: 4px;

                float: left;



	}



        #sidebar .l .dots {



		clear: both; height: 1px;  border-bottom:1px dotted #CCCCCC; padding-top:4px; margin-bottom:4px;



	}

	#sidebar .l ul li, #sidebar .r ul li {

		border: 0;

		font-family: Arial;

	}

	#sidebar .l h2, #sidebar .r h2 {

		color: #016798;

	}

	#sidebar .flckr {

		text-align: center;

	}

		#sidebar .flckr img {

			margin: 6px;

		}

	#sidebar .video {

		padding: 4px;

	}

/** END sidebar **/



/** BEGIN bottom **/

#bottom {

	clear: both;

	border-top: 7px solid #CCCCCC;

}

	#bottom .box {

		width: 290px;

		float: left;

		padding: 10px;

	}

	#bottom h2 {

		color: #016798;

		font-size: 0.9em;

		text-transform: uppercase;

		margin-bottom: 15px;

	}

	#bottom ul {

		list-style-type: none;

	}

		#bottom ul li {

			border-bottom: 1px dotted #DDDDDD;

			padding: 4px 0;

		}

		#bottom ul li a {

			color: #68645A;

		}

	#bottom p {

		margin-bottom: 10px;

		line-height: 1.3em;

		color: #68645A;

	}

/** END bottom **/



/** BEGIN footer **/

#footer {

	clear: both;

	background-color: #1F1F1F;

	color: #656461;

	font-size: 0.9em;

	padding: 10px;

}

	#footer a {

		color: #ffffff;

	}

	#footer a:hover {

		color: #2C8871;

		text-decoration: none;

	}

/** END footer **/



/** BEGIN miscellaneous **/

.postnav {

	clear: both;

	padding-top: 20px;

	font-size: 0.9em;

}

	.postnav a {

		border: 1px solid #016798;

		padding: 3px 8px;

		color: #016798;

	}

	.postnav a:hover {

		border: 1px solid #000000;

		color: #000000;

		text-decoration: none;

	}

#comments {

	margin-top: 20px;

	#border-top: 1px dotted #cccccc;

}

	#comments h2 {

		margin: 20px 0 5px;

		font-size: 1.5em;

		font-weight: normal;

	}

	#comments p {

		margin-bottom: 10px;

		line-height: 1.5em;

	}

	#comments form {

		padding-top: 20px;

	}

	#comments form p {

		margin-bottom: 5px;

	}

		#comments form input, textarea {

			border: 1px solid #cccccc;

			font-size: 0.9em;

			font-family: Verdana;

			padding: 4px 4px 4px 20px;

			background-position: 4px 4px;

			background-repeat: no-repeat;

		}

		#comments form input {

			width: 260px;

			border: 1px solid #cccccc;

		}

		#comments form textarea {

			width: 350px;

			padding: 4px 4px !important;

			border: 1px solid #cccccc;

		}

		#comments form button {

			border: 1px solid #909090;

			background-color: #cccccc;

			font-size: 0.9em;

			font-family: Verdana;

			width: 120px; height: 23px;

		}

	.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;

	text-transform: uppercase;

	padding: 10px 0;

	color: #565656;

}

.single img {

	width: auto !important;

}

.notfound {

	padding: 40px;

}

	.notfound h2 {

		font-size: 18px;

		font-weight: normal;

		margin-bottom: 10px;

	}

/** END miscellaneous **/



/** BEGIN wordpress 2.7 comments **/

#comments ol {

	list-style-type: none;

	clear: both;

	padding: 0;

	margin: 0;

}

	#comments ol li {

		padding: 10px;

		border: 1px solid #e0e0e0;

		margin-bottom: 10px;

	}

	#comments ol li .avatar {

		float: right;

	}

	#comments ol li .comment-author {



	}

		#comments ol li .comment-author .fn {

			font-weight: bold;

			font-size: 1.2em;

		}

	#comments ol li .comment-meta {

		font-size: 0.9em;

		color: #999999;

		margin: 5px 0 10px;

	}

	#comments ol li .reply {

		font-size: 0.9em;

		font-weight: bold;

		padding-bottom: 10px;

	}

	#comments .children {

		list-style-type: none;

	}

#comments .navigation {

	padding: 10px 0 20px;

	font-size: 0.9em;

}

	#comments .navigation a {

		color: #999999;

		padding: 3px 8px;

		border: 1px solid #cccccc;

	}

	#comments .navigation a:hover {

		color: #000000;

		border-color: #000000;

		text-decoration: none;

	}

.imgleft {



		display: block;

                padding-right: 4px;

                float: left;



	}

/** END wordpress 2.7 comments **/

.clear{

    clear: both;

}



.consulenti    #type{

        height: 20px;

    }

.consulenti    #name{

        font-size:10px;

        font-weight: bold;



    }

.consulenti    #article{

        font-size:10px;

    }
.pre_consulenti{
	font-size:10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.top_google_link{
	margin-bottom: -15px;
}

.post_preview_box{
	float: left;
	padding: 3px;
	width: 296px;;
}

.floatleft{
	float: left;
}
.floatright{
	float: right;
}

.postmetadata {
      border-bottom:1px dotted #DDDDDD;
      border-top:1px dotted #D5D5D5;
      color:#999999;
      font-size:11px;
      margin-top:20px;
      padding:7px 2px;
}


.postmetadata a:hover {
      background-color:#EFEFEF;
}

.postmetadata a {
      color:#666666;
      padding:2px 4px;
}
