/*
--------------------
Simple PHP Blog CSS Styles
--------------------

Name: SimpleWhite
Author: Vincenzo SPENA (aka vispena) - http://www.vispena.dyndns.org
Version: 1.0
Tested on SimplePHP Blog 0.4.9

Description:
Theme based on "SimpleMilk2 Theme" 
designed by Luciano Porro (aka drudo) - http://drudo.altervista.org/blog/ 

Not refer to user_style.php...
*/

/* General */

body
{
	color: #333;
	font-size: 80%;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	margin: 0 0 1em 0;
	padding: 0;
	/*background: #fff url('images/sf_milk.png') bottom left no-repeat fixed */ /* SimpleWhite */
	
	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

/* Typeography */

p
{
	margin: .5em 0
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #333;
	margin: .3em 0
}

h1
{
	font-size: 2em
}

h2
{
	color: #666;
	font-size: 1.4em;
	margin: 0 0 .5em 0
}

h3
{
	font-size: 1.3em
}

h4
{
	font-size: 1.2em
}

h5
{
	font-size: 1.2em
}

h6
{
	color: #333;
	font-size: 1.1em
}

/* NEW */
code, pre
{
	font-family: 'Courier New', Courier, Fixed;
	font-size: 1.1em
}

/* NEW */
pre
{
	overflow: auto;
	width: 430px;
	padding: 5px
}

/* NEW */
blockquote /* SimpleWhite */
{
	margin: 15px 30px 0 0;
	background: url('images/blockquote.gif') no-repeat left top; /* Immagine presa da Slick di Bill Bateman */ 
	padding: 0 0 0 50px;
    min-height: 30px;
}

acronym
{
	border-bottom: 1px dotted #777
}

br
{
	clear: none
}

/* Links */

a:link, #maincontent .blog_subject a, #sidebar a
{
	text-decoration: none;
	/* color: #06c; /* link_reg_color */
	color: #3b6ea5
}

a:visited
{
	text-decoration: none;
	color: #b85b5a /* link_reg_color */
}

a:hover, #maincontent .blog_subject a:hover, #sidebar a:hover /* SimpleWhite */
{
	text-decoration: none;
	color: #147 /* link_hi_color */
}

/*
a:active
{
	color: #3333FF; link_down_color
}
*/

/* Specific link for this block:
	- header
	- maincontent
	- sidebar
*/

h1 a, h1 a:link, h1 a:visited
{
	color: #3b6ea5;
	text-decoration: none
}

#sidebar .menu_title a
{
	text-decoration: none;
	color: #333
}

/* Disabilitato in SimpleWhite */
/*#sidebar .menu_body a:before
{
	content: "\00BB \0020";
	text-decoration: none;
	color: #777
}*/

#sidebar .noSimbol a:before, #sidebar .calendar a:before
{
	content: ""
}

#sidebar .calendar a
{
	font-weight: bold;
	text-decoration: none
}

/* Images */

img, a img
{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px
}

/* Elements */

hr
{
	margin: 1em 0 1em 0;
	border: 0;
	border-top: 1px solid #999;
	height: 1px;
	background: transparent
}

/* Forms */

/* NEW */
form {
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0
}

input, textarea
{
	text-align: left;
	margin: .25em 0;
	padding: .1em;
	border: 1px solid #94BEE8;
	background: #fff
}

input:hover, textarea:hover
{
	background: #FFFFDC
}

select
{
	padding: .1em;
	border: 1px solid #94BEE8
}

option
{
	padding: 0;
	border: 0
}

/* Theme Specific */

/* #top_bar_wrapper DISABILITATO PER SIMPLEWHITE
{
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin: 0;
	background: transparent url('images/bg_topBar.png') top left repeat-x
} */

#top_bar /* SimpleWhite */
{
	width: 670px;
	text-align: right;
	margin-bottom: 10px;
}

#top_bar input
{
	border: 2px solid #94BEE8
}

#top_bar .go
{
	border: 0;
	background: transparent
}

#container
{
	width: 680px;
	margin: 0 auto
}

#nomesito /* SimpleWhite add by vispena*/
{
	/*color: #fff; /* header_txt_color */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
    font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-size: 140%;
	font-style: italic;
	color: #7F7F7F;
}

/* DISABILITATO PER SIMPLEWHITE #header h1 { /* add by drudo */
/*	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	color: #3b6ea5;
	font-size: 2.8em;
	margin: 0
}*/

#maincontent /* SimpleWhite */
{
	float: left;
	width: 460px;
}

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333; /* headline_txt_color */
	font-size: 1.4em;
	font-weight: bold
}

#maincontent .blog_byline
{
	color: #999; /* date_txt_color */
	font-size: 90%;
	margin-bottom: .5em
}

#maincontent .footer_news
{
	margin: 1em 0;
	font-size: 90%
}

#maincontent ul
{
	list-style: none;
	margin: 10px 0;
	padding-left: 20px;
	/*text-indent: -10px*/
}

#maincontent ul li:before
{
	content: "\00BB \0020"
}

#maincontent ol
{
	list-style-position: inside;
	margin: 10px 0;
	padding-left: 20px
}

#maincontent li
{
	line-height: 1.6em
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block
}

#sidebar /* SimpleWhite */
{
	float: right;
	width: 180px;
	text-align: left;
	line-height: 1.35em;
	font-size: 90% !important;
	font-size: 85%
}

#sidebar .menu_title
{
	text-transform: uppercase;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em
}

#sidebar .menu_body
{
	padding: 0
}

#sidebar .divider
{
	margin: 8px 0px 8px 0px
}

#sidebar .calendar
{
	font-size: 10px
}

#sidebar .calendar td
{
	padding: 2px
}

#sidebar hr
{
	display: none
}

/* NEW */
#archive_tree_menu ul /* SimpleWhite */
{
	list-style: none inside;
	padding: 6px;
	margin: 0px;
	border-left: 1px dotted #ccc
}

#archive_tree_menu ul ul
{
	border-left: 1px dotted #999
}

/* NEW */
#archive_tree_menu li
{
	margin: 0 10px 0 0;
	padding: 0
	/* border: 1px #F0F dashed; */
}

#footer /*SimpleWhite*/
{
	clear: both;
	width: 70%;
	font-size: 90%;
	padding-top: 20px;
	text-align: center
}

.divider
{
	margin: 20px 0px 15px 0px
}

/* NEW class add by drudo */

.center
{
	text-align: center
}

.preferences
{
	padding: 5px;
	border-left: 2px solid #94BEE8; /* SimpleWhite */
	background: #FFFFDC
}

.permalink
{
	padding-left: 14px;
	background: transparent url('images/permlink.gif') left center no-repeat
}

.relatedlink
{
	padding-left: 18px;
	background: transparent url('images/link.gif') left center no-repeat
}

.trackback
{
	padding-left: 14px;
	background: transparent url('images/trackback.gif') left center no-repeat
}
