/*
Theme Name: Tomorrow
Version: 1.09
Description: Quiet, essential, modern.
Tags: three columns, simple, valid XHTML, valid CSS, black
Author: Andrea Pacquola
Author URI: http://www.pacquola.org/
Theme URI: http://www.pacquola.org/tomorrow/
License: Creative Commons GNU General Public License (GPL)
License URI: http://creativecommons.org/licenses/GPL/2.0/
*/


body {
	padding : 5px;
	}

a:link { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: underline; color: #666666; }
a:active { text-decoration: none; color: #000000; }

div#navlink, div#navlink a:link, div#navlink a:visited, #navlink a:link, #navlink a:visited { padding-bottom : 20px; text-align : center; margin-top: 10px; font-family: "Arial Black", Gadget, sans-serif; font-size: 1.1em; text-transform: uppercase; letter-spacing: 1px; }

div#navlink, div#navlink a:link, div#navlink a:visited, #navlink a:link, #navlink a:visited { color : #FFF; }

div#navlink a:hover, div#navlink a:active, #navlink a:hover, #navlink a:active { color : #000; }
	

table#blog {
	width : 100%;
	}

td#main {
	width : 856px;
	padding : 0px 10px 0px 10px;
	vertical-align : top;
	}

div#header {
	height : 90px;
	margin : 10px 0 20px 0;
	}

div#tagline {
	margin : 0px 0px 10px 0px;
	}



div#header, td#footer {
	text-align : center;
	}

div.post {
	padding : 10px 10px 10px 10px;
        background-color: #FFFFFF;
	}

div.date {
	text-align: right;
	padding-top : 0px;
        margin : -26px 0 0 0;
	}

div.content {
	text-align : left;
	line-height : 1.75em;
	padding : 0px 0px;
	}
div.content p a:link { text-decoration: underline; color: #000; }
div.content p a:visited { text-decoration: underline; color: #000; }
div.content p a:hover { text-decoration: underline; color: #666; }
div.content p a:active { text-decoration: none; color: #000; }

div.info {
	clear : both;
	margin-bottom : 10px;
	}

.meta {
	padding : 4px 0px;
	}

.meta span {
	padding-right : 20px;
	}

div.edit {
	width : 36px;
        background-color: #addadf;
	}

.edit, input#submit {
	padding : 5px;
	text-align : center;
        color: #000000;
        background-color: #addadf;
	}

.edit a:link, .edit a:visited, input#submit a:link, input#submit a:visited  {
	text-decoration : none;
        color: #000000;
	}

.edit a:hover, .edit a:active, input#submit a:active {
	text-decoration : none;
        color: #FFFFFF;
	}

submit a:link, submit a:visited  {
	text-decoration : none;
        color: #000000;
        background-color: #addadf;
	}

submit a:hover, submit a:active {
	text-decoration : none;
        color: #FFFFFF;
        background-color: #addadf;
	}

form#search input {
	width : 250px;
	margin-bottom : 20px;
        color: #000000;
        background-color: #FFFFFF; 
	}

fieldset {
	padding : 15px;
	}





a.more-link {
	float : right;
	}

a img, a img.simple {
	border : none;
	}

img.frame {
	padding : 4px;
	}


/* -----------------------------------------SIDEBARS--------------------------------------- */

td#left_sidebar, td#right_sidebar {
	width : 20%;
        padding : 6px 0 0 0;
	vertical-align : top;
	}

td#left_sidebar {
	text-align : right;
	}

div.box {
	margin-bottom : 25px;
	}

div.box h4 {
	margin : 0px 0px 5px 0px;
	}

td#right_sidebar ul li {
	color: #FFF;
	}
td#right_sidebar ul li  a:link { text-decoration: none; color: #FFF; }
td#right_sidebar ul li  a:visited { text-decoration: none; color: #FFF; }
td#right_sidebar ul li  a:hover { text-decoration: underline; color: #666; }
td#right_sidebar ul li  a:active { text-decoration: none; color: #000; }

div.box ul {
	margin : 0px;
	padding : 0px;
	list-style : none;
	line-height : 1.75em;
	}
div.box ul a:link { text-decoration: none; color: #000; }
div.box ul a:visited { text-decoration: none; color: #000; }
div.box ul a:hover { text-decoration: underline; color: #666; }
div.box ul a:active { text-decoration: none; color: #000; }

div.box ul.children {
        color: #FFF;
        }
div.box ul.children a:link { text-decoration: none; color: #FFF; }
div.box ul.children a:visited { text-decoration: none; color: #FFF; }
div.box ul.children a:hover { text-decoration: underline; color: #666; }
div.box ul.children a:active { text-decoration: none; color: #000; }

div.box ul ul {
 	padding : 0px 0px;
	}

div.box ul + h4 {
	margin-top : 25px;
	}

div.box ul.pages ul {
 	padding : 0px 0px 5px 10px;
	list-style : none;
	}

div.box form {
	margin : 0px;
	}

div.box input#s {
	width : 140px;
	}

div.box select {
	width : 150px;
	}

select {
	padding : 4px;
	}


/* INPUT FIELDS */

input#s, input#author, input#email, input#url, input#comment, input#submit, p input, textarea {
	padding : 4px;
	margin-bottom : 10px;
	background : transparent
	color : #333333;
	border : 1px solid;
	border-color : rgb(120, 120, 120);
	}

input[type="text"], input[type="password"], input[type="reset"], input[type="submit"] {
	padding : 4px;
	background : transparent
	color : #333333;
	border : 1px solid;
	border-color : rgb(120, 120, 120);
	}

input[type="text"], input[type="password"] {
	margin-bottom : 10px;
	}

input[type="file"] {
	padding : 4px;
	background : rgb(250, 250, 250);
	color : #333333;
	border : none;
	}


/* COMMENT SECTION */

form#commentform {
	margin-top : 25px;
	}

ol.commentlist {
	margin : 0px;
	padding : 40px 0px 0px 20px;
	}

ol.commentlist li.comment {
	margin-bottom : 70px;
	line-height : 1.75em;
	}

div.author {
	margin : 20px 0px 10px 0px;
	}

div.author img {
	padding-right : 10px;
	}


/* WIDGETS */

div.textwidget {
	line-height : 1.5em;
	}

a.rsswidget img, #akismetstats {
	background : transparent !important;
	}

#left_sidebar a.rsswidget img {
	float : left;
	}

#right_sidebar a.rsswidget img {
	float : right;
	}

table#wp-calendar {
	width : 140px;
	line-height : 1.5em;
	}

#wp-calendar caption {
	padding-bottom : 4px;
	}


/* GENERICS */

.left  {
	text-align : left;
	}

.center {
	text-align : center;
	}

.right {
	text-align : right;
	}

.alignleft  {
	float : left;
	margin : 10px 15px 10px 0px;
	}

.aligncenter {
	display : block;
	margin-left : auto;
	margin-right : auto;
	}

.alignright {
	float : right;
	margin : 10px 0px 10px 15px;
	}


/* FONTS */

body, table#blog, input, textarea, pre  {
	font : 1em  "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	}

div#tagline  {
	font : 1.2em  "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
        background : transparent;
	color : #666666;
	}

table#blog {
	font-size : 70%;
	}

table#blog table {
	font-size : 100%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family : "Century Gothic", sans-serif;
	font-weight : normal;
	}

div#header h1 {
	margin : 0px;
	font-size : 2.8em;
	}

h1 {
	font-size : 2.2em;
	}

div#header h2 {
	margin : 0px;
	font-size : 2.1em;
	}

h2 {
	font-size : 1.8em;
	}

h3 {
	margin : 0px;
	font-size : 1.6em;
	}

h4 {
	font-size : 1.2em;
	 }

h5 {
	font-size : 1.1em;
	 }

h6 {
	font-size : 1em;
	 }

.date, .info, div.meta, div.author, p.wp-caption-text, .edit, div.box, div.box a:link, div.box a:visited,
div.box h4, li.recentcomments, div#form label, p label, select, table#wp-calendar, #footer, #footer a:link, #footer a:visited, legend, input#submit, div.content input {
	font : 1em Arial, sans-serif;
	}

#footer a:link { text-decoration: none; color: #FFFFFF; }
#footer a:visited { text-decoration: none; color: #FFFFFF; }
#footer a:hover { text-decoration: underline; color: #666666; }
#footer a:active { text-decoration: none; color: #000000; }

code {
	font : 1em 'Courier New', monospace;
	white-space : pre;
	}

dt {
	font-weight : bold;
	}

small {
	font-size : 0.9em;
	 }


/* COLOURS */

body, select {
	background : #addadf;
	color : #ffffff;
	}

p { color: #666666; }

a:link, div.author {
	background : transparent;
	color : #ffffff;
	}

li.recentcomments {
	background : transparent;
	color : #ffffff;
	}

a:visited, h1 a:link, h1 a:visited, h2, h2 a:link, h2 a:visited {
	background : transparent;
	color : #ffffff;
	}

h3, h3 a:link, h3 a:visited {
	background : transparent;
	color : #addadf;
	}

h3 a:hover {
	background : transparent;
	color : #333333;
	}

h3b, h3b a:link, h3b a:visited {
	background : transparent;
	color : #000000;
	}

h3b a:hover, h3b a:active {
	background : transparent;
	color : #0000FF;
	}

.date, div.meta, span#colophon, #colophon a:link, #colophon a:visited, label, legend {
	background : transparent;
	color : #000000;
 	}

div.box h4, h4 a:link, h4 a:visited, .info a:link, .info a:visited, a.more-link, #wp-calendar caption, #wp-calendar a:link, #wp-calendar a:visited {
	background : transparent;
	color : #000000;
	}

img.frame, .edit, select, fieldset, hr {
	border : 1px solid;
	border-color : rgb(120, 120, 120);
 	}


/* PRINT STYLESHEET */

@media print {

body {
	padding : 2%;
	}

body, a:link, a:visited  {
	background : rgb(255, 255, 255);
	color : rgb(0, 0, 0);
	}

td#left_sidebar, td#right_sidebar, div.info, .edit, div.navlink, div#form, form, input, img[class~=avatar] {
	display : none;
	}

div.post {
	page-break-after : always;
	}

img, blockquote {
	page-break-inside : avoid;
	}

}