/*
Theme Name: Neptune
Theme URI: http://wp.berkano.net/
Description: Neptune is a WordPress theme with 3 columns.
Author: Ben de Groot
Author URI: http://berkano.net/
Version: 0.9
.
Copyright (C) 2006 Ben de Groot
You can redistribute this theme and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
.
*/

/*	Let's start with zeroing out any browser default margins and paddings */

* {
	margin: 0;
	padding: 0;
	}

/*	Next we set the page height, to position the footer at the bottom of the window
 *	when page is short, and at the bottom of the page when page is longer */

html, body {
	height: 100%;
	background: #f5f5f5;
	color: #444;
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 70%/150% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	position: relative; /* to keep the header inside */
	height: 100%; /* to fill the window */
	width: 770px;
	margin: 0 auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above we return to normal alignment */
	}
	
#memo {
	margin: 1;
	xtext-align: center;
	padding: 5px;
	width: 145px;
	xbackground-repeat: no-repeat;
	position: relative;
	xfont-family: "Comic Sans MS", Verdana;
	font-size: 9px;
	left: 15px;
	xheight: 100px;
	border: 1px none #CCCCCC;
	xbackground-image: url(post-it.gif);
	list-style-image: none;
	list-style-type: none;
	
	border:solid 1px #DEDEDE; 
	xbackground:#FFFFCC;
	xcolor:#222222;
	padding: 2px;	
	}

#memo h4 {	
	font-size: 12px;
	margin: 2px;
}
	
#memo p {	
	margin: 0px;
}

#memo ul {	
	margin-left: 15px;
}

#tags {
	margin: 1;
	text-align: right;
	padding: 1px;
	border-top: 1px none #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

#middle {
	position: relative;
	height: auto; /* pushing the footer below content when longer then window */
	min-height: 100%; /* for modern browsers, to push the footer down to the bottom of the window */
	margin-bottom: -120px; /* height of footer */
	width: 770px;
	background: transparent url(ncols.png) repeat-y;
	}

#middle:after { /* this will keep the floats contained, for modern browsers */
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
    }

* html #wrap, * html #middle {
	height: 100%; /* for IE because it doesn't do min-height */
	}

/*	Now we set the header, footer and columns...	 */



#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 100%;
	overflow: hidden;
	z-index: 3; /* to show it on top */
	background: url(ntop.png) no-repeat;
	}

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	background: transparent url(nbotm.png) no-repeat;
	}

#content, #nav, #xtra { /* so that the content will not overlap with the header or footer */
	padding-top: 240px; /* height of header + a little extra */
	padding-bottom: 140px; /* height of footer + a little extra */
	}

#main {
	position: relative; /* IE float bug workaround */
	float: left;
	width: 580px; /* width of #content + #nav + shadow-margin */
	}

#content {
	position: relative;
	float: right;
	width: 400px;
	}

#nav {
	position: relative;
	float: left;
	width: 160px;
	margin-left: 5px;
	color: #99CC00;
	xpadding-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

/* * html #nav { margin-left: 8px; } /* IE bug fix */

#xtra {
	position: relative;
	float: right;
	width: 182px;
	margin: 10px 1px 3px;
	padding-right: 2px;
	padding-left: 2px;
	top: 10px;
	}
	
#xtra h1 {
	position: relative;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #99CC00;
	font-style: normal;
	}
	
#xtra li {
	font-style: normal;
	list-style-image: none;
	list-style-type: none;
	text-indent: -15pt;
	}
	
	#xtra ol#classifica li
	{
	list-style-type: decimal !important;	
	text-indent: 0px;
	}


* html #xtra, * html #nav, * html #content {
	xoverflow: hidden; /* this way IE shouldn't mess with our sizes */
	xpadding-top: 260px; /* for some mysterious reason IE needs a bit more */
	}
	

#footer p {
	position: absolute; /* otherwise it gets pushed aside */
	top: 17px;
	width: 700px;
	text-align: center;
	margin: 0 35px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	position: relative;
	top: 50px;
	left: 15px;
	width: 740px;
	height: 190px;
	
	}
	
#pool {
	margin: 0;
	position: relative;
	padding: 2px;
	width: 160px;
	}
	
#menu2 {
	font-size: 1em;
	line-height: 1em;
	margin: 2;
	position: relative;
	top: 190px;
	left: 680px;
	width: 60px;
	color: #CCCCCC;
	background-color: #FF9900;
	padding: 2px;
	}
	

#menu2 a:link {
	font-size: 0.9em;
	line-height: 1em;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	}

#menu2 a:visited {
	font-size: 0.9em;
	line-height: 1em;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#menu2 a:hover {
	font-size: 0.9em;
	line-height: 1em;
	margin: 0;
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFFF;
	}

#menu2 a:active {
	font-size: 0.9em;
	line-height: 1em;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	}

	
#menu {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	position: relative;
	top: 220px;
	width: 600px;
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	left: 40px;
	}
	

#menu a:link {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	}

#menu a:visited {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#menu a:hover {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	color: #999999;
	text-decoration: none;
	}

#menu a:active {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	}


#header h1 a {
	text-indent: 15px;
	/* change to text-indent: -9999px; to draw out the text if you put your blogname into the image,
	use text-indent: 15px; if you want your blogname displayed as text (default) */
	padding-top: 120px; /* remove or comment this when text drawn out */
	color: #def;
	font-style: italic;
	display: block;
	width: 740px;
	height: 190px;
	}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

/*	Giving block elements inside the columns a default margin.
 *	This prevents the need for a box model hack on all the columns.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 15px;
	}

/* 	General styling		*/

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.1em;
	}

h3+h4 {
	margin-top: .4em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 0;
	padding: 1px 0 1px 20px;
	background: url(quote.png) 15px 0 no-repeat;
	}
blockquote p {
	margin: .7em 15px;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

ol {
	margin-left: 3.7em;
	}

textarea {
	width: 320px;
	}

ul {
	list-style: disc;
	margin-left: 30px;
	}

#content a:link {
	color: #FF9900;
	text-decoration: none;
	}
#content a:visited {
	color: #FF9900;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

#content h2 {
	margin: 25px 15px 4px 15px;
	font-size: 1.5em;
	line-height: 120%;
	text-align: left;
	}

#nav h2 {
	display: none;
	color: #99CC00;
	}

#nav h3, #xtra h3, #nav caption {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 1.5em 15px .5em;
	}
#nav ul, #xtra ul {
	margin-top: .5em;
	}

#nav, #xtra, #footer {
	color: #669900;
	}

#nav a:link, #xtra a:link, #footer a:link {
	color: #666666;
	text-decoration: none;
	}
#nav a:visited, #xtra a:visited, #footer a:visited {
	color: #666666;
	text-decoration: none;
	}

#searchform input {
	width: 100px;
}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 15px;
	}

.comno {
	/* hack needed because pure CSS solution only works in Firefox */
	position: absolute;
	right: 0;
	margin: -.3em -5px 0 0;
	text-align: right;
	font-size: 4em;
	font-style: italic;
	line-height: 100%;
	color: #fff;
	z-index: 10;
	}
* html .comno { margin: -1.5em -14px 0 0; } /* IE wants other values */

.commentlist li {
	color: #444;
	font-style: normal;
	margin: 2em 0;
	}

.commentlist p {
	margin: .6em 0;
	}

.hilite {
	background: #f93;
	}

.more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	position: relative;
	font-size: .9em; 
	padding: 2px 20px 2px 5px;
	margin: 1px;
	right: 20px;
	left: 10px;
	}
	
.data {
	position: relative;
	font-size: 1em;
	border-top: 1px none #3F4247;
	font-weight: bold;
	color: #999999;
	top: 10px;
	margin: 1px;
	padding-top: 5px;
	padding-bottom: 2px;
	left: 15px;
	}
	
.commenti {
	position: relative;
	font-size: 0.9em;
	border-top: 1px none #3F4247;
	font-weight: bold;
	color: #000000;
	top: 10px;
	right: 15px;
	padding-top: 5px;
	padding-right: 15;
	padding-bottom: 2px;
	}
	
.indietro {
	position: relative;
	font-size: 0.9em;
	border-top: 1px none #3F4247;
	font-weight: bold;
	color: #000000;
	top: 10px;
	right: 15px;
	padding-top: 5px;
	padding-right: 15;
	padding-bottom: 2px;
	}
	
* html .posted { float: left; width: 344px; margin: .8em 8px; } /* IE bug fix */

.posted cite {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	display: block;
	}

.author .posted {
	background: #edf;
	border-color: #759;
	}

#content {
	text-align: left;
	}
	
	
#content img {
	text-align: left;
	margin: 1px;
	border: 4px none #FF0000;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 2px 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Weather image plugin		*/



#weather {
	margin-bottom: 4px;
	font-size: 0.86em;
	padding: 4px;
	width: 150px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	text-align: center;
	border: 2px solid #FFFFFF;
	}

#weather h4 {
	margin-bottom: 4px;
	font-size: 0.86em;
	}

#DISweather ul {
	list-style: none;
	display:inline;
	margin: 4px 5px 1em;
	background-color: inherit;
	}

#DISweather li {
	display: block;
	width: 100%;
	border: 1px solid blue;
}

#DISweather strong , #DISweather img {
	display: block;
	float: left;
	width: auto;
	border: 1px solid red;
}

#DISweather img {
	clear: right;
}




.weatherimage {
	float: right;
	list-style: none;
	vertical-align: middle;
	}
	
.weather_title { font-weight: normal; }
.weather { text-align: center; }
.weather ul li { text-align: center; }

/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: right;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: left;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }

object.support {
	margin: 15px;
	padding: 0;
	border: none;
	height: 600px;
	width: 150px;
	overflow: hidden;
}

/*	Calendar styling		*/

#nav table {
	width: 145px;
	margin: 0 15px;
	}

#nav th, #nav td {
	text-align: center;
	}

#nav tbody a:link {
	display: block;
	background: #9bf;
	color: #444;
	}
#nav tbody a:visited {
	display: block;
	background: #b9f;
	color: #444;
	}
#nav tbody a:hover, #nav table a:active {
	display: block;
	background: #def;
	color: #444;
	}