/*
Theme Name: Tutti-Frutti
Theme URI: http://www.laset.info/wordpress/tutti-frutti.html
Description: Tutti-Frutti theme for Wordpress
Version: 1.1
Author: LaSet
Author URI: http://www.laset.info/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;
	font: 100%/150% Georgia, 'Times New Roman', Serif;
	font-size: 0.9em;
	background: #fff;
	color: #333;		
}

a {
	color: #006699;	
}

a:visited {
	color: #006699;
}

a:hover {
	color: #FF6600;
}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	margin: 5px 0 5px 0;
	padding: 0 0 0 30px;
	}	

ol {
	padding: 0px;
	}	
	
ul ul {
	margin: 5px 0 20px 20px;
	}	

ol li {
	margin: 0;
	padding: 0;
	}	

h1, h2 {
	margin-top: 0px;
}

h1 {
	font: 300 xxx-large "Georgia", serif;
	line-height: 1em;
	margin-bottom: 0;
	color: #999999;
}

h2 {
	font-size: 1.5em;
	text-align: left;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	}

h2 a, h1 a, h6 a {
	text-decoration: none;
	color: #06c;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
}

h3 {
	font-size: 1.5em;
	color: #666;
	background: url(images/diag_bg.gif);
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
 	letter-spacing: -1px;
	line-height: 1.2em;
	}

h6 {
	font-size: 0.85em;
	font-weight: normal;
	margin: 0;
	line-height: 0.9em;
	color: #999;
	font-family: Arial, sans-serif;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

code {
	font: 110% "Lucida Console", "Courier New", "Courier", monospace;
}

pre {
	overflow: auto;
}
	
.data {
	color: #ccc;
   font-family: Tahoma, monospace;
	font-size: smaller;
	text-align: right;
   text-transform: uppercase;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0;
}

.data a {
	color: #ccc; 
	text-decoration: none;
}
	
p.comm {
	color: #CCCCCC;
	font-size: x-large;
	font-weight: bold;
	font-family: Georgia, sans-serif;
   float: right;
   margin-top: 10px;
   margin-left: 10px;
   padding-left: 8px;
   background: url(images/blogcom.gif) no-repeat;
	margin-bottom: -5px;
}

p.comm a, a:visited, a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	height: 150px;
	background: #104c80 url(images/bg-top.gif) repeat-x;
	color: #fff;	
}

#header a {
	color: #fff;
}

#header a:hover, #header .current_page_item {
	background: #FF6600;
	color: #fff;
}

#blog-title {
	vertical-align: text-bottom;
	float: left;
	width: 270px;
	height: 150px;
	text-transform: lowercase;
	font: 1.7em "Apple Garamond", "Garamond", serif;
	text-align: right;
	background: #104c80 url(images/bg-title.gif) repeat-x;
	color: #fff;	
}

#blog-title a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	padding: 100px 20px 0 0;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
}

#pages li {
	float: left;
	width: 8em;	
}

#pages a {
	display: block;
	height: 50px;
	width: 8em;	
	line-height: 50px;
	padding: 100px 0 0 0;
	text-align: center;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	background: #104c80 url(images/bg-top.gif) repeat-x;
	clear: both;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#footer .main, #footer .main a, #footer .main a:hover, #footer .main a:visited {
	color: #fff;
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 780px;
	margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
	width: 530px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	background: #fff url(images/sidebar.gif) repeat-y right top;
}

.entry {
	padding-bottom: 10px;
}

hr {
	display: none;
}
div.hr {
  height: 7px;
  background: url(images/side.gif) repeat-x;
}
div.hr hr {
  display: none;
}

#primary ul.archive-nav {
	list-style-image: none;
}

.meta {
	font-size: 0.85em;
	clear: both;
	color: #666;
	text-align: left;
}

.meta a {
	text-decoration: none;
	color: #666;
}

.meta a:hover {
	color: #006699;
}

.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.gif);
}

.meta span.comrss {
	background-image: url(images/comrss.png);
}

.meta span.edit {
	background-image: url(images/edit.gif);
}

.meta span.time {
	background-image: url(images/time.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

.meta span.doc {
	background-image: url(images/doc.png);
}

.gravatar {
        float:right;
        padding: 0px 0px 0px 0px;
        border: 1px solid #CCCCCC;
        background: #fff;
        margin: -5px 0px 0px 0px;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 0px solid #000;
	background: #fff;
}

#comments h2 {
	margin-top: 30px;
}
	
.commentlist li {
	font-weight: bold;
	font: 0.8em Georgia, 'Times New Roman', Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	}
	
#commentform {
	padding: 0;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
	}

#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;	
	padding: 0px;
	}

#commentform #submit {
	margin: 2px 0 0 0;	
	float: right;
	}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;	
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}

/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/ 
#secondary {
	padding-left: 15px;
	width: 215px;
	float: right;
	font-size: 0.85em;
	padding-bottom: 20px;
}

#secondary h2 {
	margin-bottom: 10px;
}

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

#searchform legend, #searchform label {
	display: none;
}

ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px dotted #ccc;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #333;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #FF6600;
	color: #fff;
}

ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.descriptionlist  li {
	margin-bottom: 0.5em;
}

#sidenotes h3 {
	font-size: 1em;
}

#sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}

.tile_body {
	font-size: larger;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/**-----------------------------------------------------------------------------
** UTILITIES
**/ 
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.alignright, .lzimg-right {
	float: right;
}
	
.alignleft, .lzimg-left {
	float: left
}

#primary img, #photos img {
	padding: 5px 5px 5px 5px;
	max-width: 500px;
	border: 0px solid #ccc;
}

#primary .totop img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}
	
img.noborder {
	border: none;
}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 95%;
	text-align: center;
	font-size: 12px;
	}
	
#wp-calendar #today{ background-color: #fff;
border: 1px dotted #FF6600;
text-align: center;
color: #FF6600;
font-weight:bold;}

#wp-calendar #next a {
	text-transform: uppercase;
	text-align: right;
	}

#wp-calendar #prev a {
	text-transform: uppercase;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	color: #0066CC;
	font-size: 0.95em;
	}

#wp-calendar caption {
	font: bold 1.1em 'Georgia', Arial, Helvetica, Sans-Serif;
	text-align: center;
	color: #006699;
	text-transform: uppercase;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */