/*
	Theme Name: Falling
	Theme URI: http://wordpress.graphic-dreams.it/2005/10/falling/
	Description: 2-column, fixed width, green theme 
	Version: 1.0
	Author: Calliope
	Author URI: http://www.graphic-dreams.it
	
--------------------------------------------------------	

This theme is developed by Calliope ( http://wordpress.graphic-dreams.it ), basing on the default theme.  

Distributed under a CC A-NC-SA 2.0 licence (reference: http://creativecommons.org/licenses/by-nc-sa/2.0/legalcode)

The stylesheet is not validated because of the scrollbar styles. If you want to validate it, find the scrollbar attribute (in the body styles)and delete them.

This theme is plugin-ready for some plugins: Gravatar, Get Recent Comments and WP Theme Switcher.
If you use the Gravatar plugin, open the comments.php page and find out the code below:

    <div class=”gravatar”><img src=”<?php gravatar(”R”, 80,”http://wordpress.graphic-dreams.it/wp-content/themes/falling/
    images/default_gravatar.jpg”); ?>” alt=”" /></div> 

Then replace wordpress.graphic-dreams.it with your site url (and in case add the directory in wich your WP is installed).

Please let me know if you find any bugs or get any errors when validate your blog.
If you have problems, please contact me on my site or by mailing me at calliope@graphic-dreams.it
*/

/* Structure */

*{
	margin:0px;
	padding:0px;
}

body{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	height:100%;
	background-color:#979ed1;
 color:#2c3b4c;
 scrollbar-face-color: #979ed1;
 scrollbar-shadow-color: #979ed1;
 scrollbar-highlight-color:#979ed1;
 scrollbar-3dlight-color: #2c3b4c;
 scrollbar-darkshadow-color: #979ed1;
 scrollbar-track-color: #979ed1;
 scrollbar-arrow-color: #2c3b4c;
 font-family:Verdana,Arial,Sans-serif;
 font-size:8pt;
}

div#page{
	width:778px;
	margin:0px auto;
	border:1px solid #2c3b4c;
	padding-bottom:10px;
	background-image: url(images/sfondo.jpg);
	background-repeat:repeat-y;
}
div#header{
	margin:0px auto;
	width:778px;
	height:420px;
	background: url(images/falling.jpg) no-repeat;
	text-align : center;
}
div#title{
	padding-top:290px;
	margin-left:100px;
	width:628px;
	height:50px;
	font-size:20pt;
	color:#2c3b4c;
	text-align : left;
}

div#wrapper{
	width:778px;
	margin:0px auto;
	overflow:hidden;
}

div#sidebar{
	margin-right:14px;
	margin-top:0px;
	width:200px;
	float:right;
	display:inline;
	font-size:8pt;
	text-align:left;
}

div#content{
	margin-left:14px;
	margin-top:0px;
	float:left;
	display:inline;
	width:525px;
	text-align:left;
	font-size:8pt;
}
div#footer{
	width:100%;
	height:80px;
	clear:both;
	margin:0px auto;
}

/* end structure */

/* Header styles */

#title a{
	color: #2c3b4c;
	text-decoration: none;
	font-size:20pt;
	cursor:Crosshair;
}
.description{
	color: #2c3b4c;
	font-size:16pt;
}

/* End header styles */

/* Links styles */

a:link {
	color : #2c3b4c;text-decoration: none;font-size:8pt;cursor:Crosshair;
}
a:visited {
	color : #2c3b4c;text-decoration: none;font-size:8pt;cursor:Crosshair;
}
a:active {
	color : #2c3b4c;text-decoration: none; font-size:8pt;cursor:Crosshair;
}
a:hover {
	background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	border-left:0px; border-right:0px;
	color : #2c3b4c;
	font-weight:bold;
	font-size:8pt;
	cursor:Crosshair;
}

/* end links styles */

/* sidebar styles */

#sidebar ul {
	list-style-type:none;
	margin-bottom:10px;
}

#sidebar h2 {
	background-color:#979ed1;
	background-image: url(images/titoli_menu.jpg);
  background-position:left;
	background-repeat:no-repeat;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	padding:3px;
	margin-bottom:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:left;
}


.titles{
	background-color:#979ed1;
	background-image: url(images/titoli_menu.jpg);
  background-position:left;
	background-repeat:no-repeat;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	padding:3px;
	margin-bottom:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:left;
}

/* end sidebar styles */

/* search styles*/

#searchform input{
	margin-bottom:10px;
	border:1px solid #2c3b4c;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	background-color:#e5f5ff;
	color :#2c3b4c;
}

/* End search styles*/

/* Calendar styles */

#wp-calendar{
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	background-image: url(images/calendar.jpg);
	background-position:left;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}

#wp-calendar th{
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
}

#wp-calendar a{
	background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	color : #2c3b4c;
	font-weight:normal;
	display: block;
}
#wp-calendar a:hover{
	background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	color : #2c3b4c;
	font-weight:bold;
	display: block;
}
#prev a, #next a{
  background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	color : #2c3b4c;
	font-weight:normal;
	display: block;
}
#prev a:hover, #next a:hover{
  background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	border-left:0px; border-right:0px;
	color : #2c3b4c;
	font-weight:bold;
	display: block;
}

#wp-calendar caption{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	background-color:#979ed1;
	background-image: url(images/titoli_menu.jpg);
  background-position:left;
	background-repeat:no-repeat;
	border-top:1px solid #2c3b4c;
}

/* End calendar styles*/

/* Post styles */

.post {
	margin-bottom:20px;
}

.post p{
	margin-bottom:1em;
}

.post ul{
	list-style:square;
	margin-left:10px;
	margin-bottom:10px;
}

.post li{
	list-style-type:square;
	margin-left:20px;
}

.title_post{
	width:525px;
	color : #2c3b4c;
	background-color:#979ed1;
	background-image: url(images/titoli.jpg);
  background-position:left;
	background-repeat:no-repeat;
	font-size: 8pt; 
  font-weight:bold;
	letter-spacing: 0.1em;
	padding:3px;
	margin-bottom:10px;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	text-align:right;
}

.entry {
	font-size: 8pt;
	color: #2c3b4c;
	text-align:left;
	margin-bottom:10px;
}

.entry a:link, .entry a:visited, .entry a:active{
  color:#979ed1;
	font-weight:bold;
}

.entry a:hover{
  background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	border-left:0px; border-right:0px;
	color : #2c3b4c;
	font-weight:bold;
	font-size:8pt;
	cursor:Crosshair;
}


.date{
	color:#2c3b4c;
	font-size: 8pt;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align:right;
	margin-bottom:10px;
}
.postmetadata {
	font-size: 8pt;
	color: #2c3b4c;
	text-align:right;
	width:525px;
	padding:3px;
	border-bottom:1px solid #2c3b4c;
}

.postmetadata a:link, a:visited, a:active {
	color : #2c3b4c;text-decoration: none; font-size:8pt;cursor:Crosshair;
}
.postmetadata a:hover {
	background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	border-left:0px; border-right:0px;
	color : #2c3b4c;
	font-weight:bold;
	font-size:8pt;
	cursor:Crosshair;
}

blockquote{
	margin:10px 20px;
	padding:10px;
	width:420px;
	border:1px solid #2c3b4c;
	background-image: url(images/quote.jpg);
	background-position:left;
}

/* End post styles */

/* Navigation styles */

.navigation {
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}

.alignleft {
	float:left;
	width:50%;
	font-weight:bold;
}

.alignright{
	float:right;
	width:50%;
	text-align:right;
	font-weight:bold;
}

.entrytext a:link, .entrytext a:visited, .entrytext a:active{
  color:#979ed1;
	font-weight:bold;
}

.entrytext a:hover{
  background-color:#979ed1;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	border-left:0px; border-right:0px;
	color : #2c3b4c;
	font-weight:bold;
	font-size:8pt;
	cursor:Crosshair;
}

.entrytext .postmetadata {
	font-size: 7pt;
	color: #173b23;
	text-align:right;
	padding-bottom:3px;
	margin-bottom:20px;
	border-top:1px solid #173b23;
}
.entrytext .postmetadata a:link, .entrytext .postmetadata a:visited, .entrytext .postmetadata a:active{
  color:#173b23;
	font-weight:normal;
}

/* End navigation styles */


/* content styles */

.narrowcolumn h2{
	background-color:#979ed1;
	background-image: url(images/titoli.jpg);
  background-position:left;
	background-repeat:no-repeat;
	border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	padding:3px;
	margin-bottom:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
}

.narrowcolumn h3{
	background-color:#979ed1;
	background-image: url(images/titoli.jpg);
  background-position:left;
	background-repeat:no-repeat;
  border-top:1px solid #2c3b4c;
	border-bottom:1px solid #2c3b4c;
	padding:3px;
	margin-bottom:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
}

/* end comntents styles */

/* Comments styles */

ol.commentlist
{ 
  min-height: 100px;
	width: 90%;
	margin-left:20px;
}
ol.commentlist li
{
  min-height: 90px;
	margin-bottom: 1.5em;
	border-top: 1px solid #2c3b4c;
	border-bottom: 1px solid #2c3b4c;
	padding: 5px;
	background-color: #979ed1;
}
ol.commentlist a
{
	font-weight:bold;
}

small.commentmetadata
{
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
}

#commentform textarea{
	border:1px solid #2c3b4c;
	background-color: #e5f5ff;
	color: #2c3b4c;
	width:80%;
	margin-left:20px;
	font-family:Verdana,Arial,Sans-serif;
	font-size: 8pt;
	padding-left:5px;
}
#commentform input, submit{
	border:1px solid #2c3b4c;
	background-color: #e5f5ff;
	color: #2c3b4c;
	margin-left:20px;
	font-family:Verdana,Arial,Sans-serif;
	font-size: 8pt;
}
.gravatar{
float: left;width:90px;
}

/* Footer style */

.credit
{
float:left;
padding-left:20px;
margin-top:20px;
width:520px;
text-align:left;
}

/* End footer styles*/
