/*
THEME NAME: AM1
THEME URI: http://andreamartines.com/
DESCRIPTION: Prima prova di innesto di iA in Thematic.
VERSION: 0.9.5.1
AUTHOR: Andrea Martines
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url(css/base.css);
@import url(css/typography.css);
@import url(css/list.css);
@import url(css/frame.css);
@import url(css/header.css);
@import url(css/footer.css);
@import url(css/jquery.fancybox.css);
@import url(css/iphone.css) screen and (max-device-width: 320px);
@import url(css/custom.css);

/* friendfeed widget */

#friendfeed.widget {
	border: 0px solid #000 !important;
    font-family: Georgia, "Hiragino Mincho Pro", serif !important;
}

#friendfeed.widget .entry {
	border-bottom: 0px solid #EEEEEE !important;
}

#friendfeed.widget div.text {
	font-size: 120% !important;
	padding-bottom: 4px;
}

#friendfeed.widget .entry .info a {
	{
	color: #cc0000 !important;
	text-decoration: underline !important;
	}
#friendfeed.widget .entry .info a:visited
	{
	color: #cc0000 !important;
	}


