/* 
	Theme Name: Tiny Wordpress
	Theme URL: http://www.geckoandfly.com/wordpress-themes
	Description: Tiny Wordpress theme
	Author:  GeckoandFly
	Author URI: http://www.geckoandfly.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


* {
	margin: 0;
	padding: 0;
	border: none;
	}

html, body {
	background: #5a5a5a;
	color: #2c2c2c;
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 70%/160% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	padding: 0px;
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 700px;
	margin: 5px auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	background: #5a5a5a url('images/') top center repeat-y;
	}

#menu {
	background: ;
	text-align: right;
	margin: 20px;
	padding: 5px 8px;	
}
#menu li {display: inline;padding: 10px}

#content {
	text-align: left;
	margin: 27px;
	}

#footer {
        padding-top: 44px;
	color: #2c2c2c;
	}

/*	Header image and link	 */

#header {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 70px;
	}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 389px;
	}
#header h1 a {
	padding: 0;
	margin: 0;
	width: 389px;
	height: 96px;
	display: block;
	background: url('images/header.jpg') no-repeat top left;
	background-position:top;
	}
#header h1 a:hover {
	padding: 0;
	margin: 0;
	width: 389px;
	height: 96px;
	display: block;
	background: url('images/header.jpg') no-repeat top left;
	background-position:bottom;
	}
#header h1 a span { display: none; }

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#smlink {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0;
	}

#searchform, #searchform p {
	font-size: 1em;
	margin: 0;
	}
#searchform input {
	width: 110px;
	font-size: 1em;
	background: #fff;
	color: #333;
	margin: 0;
	
	}
#searchform input:focus {
	
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 0;
	}

/* 	General styling		*/

h2 {
	font: bold 14px 'bitstream vera sans','lucida grande',verdana,sans-serif;
	margin-bottom: .2em;
	padding-top: 40px;
	}

h3 {
	font: normal 11px/100% 'bitstream vera sans','lucida grande',verdana,sans-serif;
	margin-bottom: .3em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: italic;
	}

blockquote {
        background: url(images/quote.gif) no-repeat;
        color: #999;
	margin: 1em 0;
	padding: 0 0 0 35px;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}
#content img { 
        max-width:336px;
        }

#content p {
	text-align: justify;
	}

#content form p {
	text-align: left;
	}

ol {
	margin-left: 3em;
	}

textarea {
	width: 700px;
	}

label {
	padding-right: 20px;
	float: left;
	}


ul {
	list-style: square;
	margin-left: 1.5em;
	}

a:link {
	color: #444444;
	text-decoration: none;
	}
a:visited {
	color: #444444;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: none;
	color: #de8903;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #de8903;
	text-decoration: none;
	}


.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #fff;
	font-style: normal;
	padding: 1em;
	}

.commentlist .alt {
        background: #DE8903 ;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f93;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #444444;
	margin-top: -5px;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 0px 4px;
	float: right;
	}

input#submitComment:hover {
	cursor: pointer;
	}


/*	Navigation links		*/

#navigation {
        width:336px;
	}
.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }

#bottoni {
        height:200px;
	}
#new {
	float: left;
	padding: 42px 0 0 73px;
	}
#new a {
	padding: 0;
	margin: 0;
	width: 119px;
	height: 62px;
	display: block;
	background: url('images/new.jpg') no-repeat top left;
	
	}
#new a:hover {
	padding: 0;
	margin: 0;
	width: 119px;
	height: 62px;
	display: block;
	background: url('images/new-hover.jpg') no-repeat top left;
	
	}
#new a span { display: none; }

#map {
	float: right;
	padding-top: 42px;
	}
#map a {
	padding: 0;
	margin: 0;
	width: 119px;
	height: 62px;
	display: block;
	background: url('images/map.jpg') no-repeat top left;
	
	}
#map a:hover {
	padding: 0;
	margin: 0;
	width: 119px;
	height: 62px;
	display: block;
	background: url('images/map-hover.jpg') no-repeat top left;
	
	}
#map a span { display: none; }

/* Extra div to handle some IE scenarios with absolute positioning. -------------------------------------------------------------------------------------*/

#sliding-panel-container {

	position: relative;

	display: table;

	z-index: 999;

	width: 100%;

	}



/* Sliding panel. */

#sliding-panel {

	position: absolute;

	top: 0;

	z-index: 999;

	width: 100%;

	margin: 0 auto;

	text-align: center;

	}



/* The part of the panel that actually slides. */

#sliding-panel .panel {

	overflow: hidden;

	display: none;

	position: relative;

	z-index: 10;

	width: 100%;

	height: 180px;

	background: #2c2c2c;

	}



/* Widget container. */

#sliding-panel .panel-content {

	overflow: hidden;

	width: 960px;

	height: 150px;

	margin: 15px auto;

	padding: 0;

	text-align: left;

	border-left: 1px solid #333;

	}



/* Sliding panel widgets. */

#sliding-panel .widget {

	overflow: hidden;

	float: left;

	width: 289px;

	height: 150px;

	margin: 0;

	padding: 0 15px;

	font: normal normal normal 14px/21px 'bitstream vera sans','lucida grande',verdana,sans-serif !important;

	color: #888;

	background: transparent;

	border: none;

	border-right: 1px solid #333;

	}

#sliding-panel .widget-inside {

	margin: 0;

	padding: 0;

	background: transparent;

	border: none;

	}



/* Sliding panel widget titles. */

#sliding-panel .widget-title {

	margin: 0 0 5px 0;

	padding: 0;

	font: normal normal bold 18px/21px 'bitstream vera sans','lucida grande',verdana,sans-serif !important;

	color: #fff;

	text-transform: none;

	background: transparent;

	border: none;

	}



/* Sliding panel widget lists. */

#sliding-panel .widget ul {

	margin: 1em 0;

	list-style: none;

	}

#sliding-panel .widget ul li {

	margin: 0;

	padding: 0;

	background: transparent;

	border: none;

	}



/* Sliding panel widget links. */

#sliding-panel .widget a {

	font-style: normal;

	color: #888888;

	text-decoration: none;

	}

#sliding-panel .widget a:hover {

	text-decoration: underline;

	}



/* Toggle div wrapper. */

#sliding-panel .tab {

	position: relative;

	top: 0;

	z-index: 9999;

	height: 37px;

	border-top: 2px solid #2c2c2c;

	}



/* Wrapper for the open/close button. */

#sliding-panel .tab .toggle {

  	clear: both;

	display: block;

	position: relative;

	width: 960px;

	height: 28px;

	line-height: 28px;

	margin: 0 auto;

	}



/* Open/close link. */

#sliding-panel .tab a {
	display: block;
	float: right;
	position: relative;
	width: 80px;
	height: 28px;
	top: -1px;
	margin: 0;
	padding: 0;
	font: normal normal bold 11px/33px 'bitstream vera sans','lucida grande',verdana,sans-serif, serif !important;
	color: #de8903;
  	background: #2c2c2c;
 	text-align: center;
	}

/* Open link. */

#sliding-panel .tab a.open {

	}



/* Close link. */

#sliding-panel .tab a.close {

	}



/* Open/close link hover. */

#sliding-panel .tab a:hover {

	cursor: pointer;

	text-decoration: underline;

	}



/* Open/close link array (&urarr;). */

#sliding-panel .tab a .arrow {

	font-style: normal;

	}