/*
 * I wish I was a digital artist, but, in fact, I'm not.
 *
 * Great designers create, poor designers blatantly copy, so/so designers, well, 
 * "cite". Up to you to decide in which category I belong :-)
 *
 * Anyway, citations or blatant steals, here are the site that influenced me:
 *
 *  1) http://www.stupidfool.org/ -> an *awesome* example of how a web page
 *     should be designed. I generally like Movable Type blogs because they
 *     are used by people who care about readability of their text. Using
 *     the correct fonts, giving the proper "air" (read: space) between
 *     paragraphs and the like. And this comes straight fromt the people who
 *     designed the tool. I seriously thought about using it, but I'm too
 *     "hacker inside" and proud of my work on Cocoon to use another publishing
 *     system so I wrote Linotype.
 * 
 *  2) http://www.x180.org/ -> Dundan's blog. another example of readability
 *     clean design and well balanced space. To be honest, not much is
 *     really 'cited' from his stylesheets or web design, if not the 
 *     general philosophy of 'cut the crap' which I find refreshing in
 *     today's web where screen space feels like land to conquer pixel by pixel.
 *
 *  3) http://daringfireball.net/ -> hypertext has great potentials, but 
 *     most bloggers don't understand how visually aggressive (and distracting)
 *     those scattered underlined blue single words can be. Some try to lower
 *     this visual and cognitive aggression by removing the visual semantics
 *     of color keying or the use of underline and move onto a mouseover.
 *     One step up and two steps back: mouseover removes the hyperlink
 *     information from the visual semantics realms into a mixted bidimensional
 *     space of vision associated to motion, failing completely to provide a 
 *     'block overview' that is normally done when you are "eye scanning"
 *     a block of text to see if something interests you or not. This site
 *     concentrates a lot in making hyperlinks readable, coherent and meaningful
 *     without attacking your ability to read the text sequentially.
 *
 *  So, as you see, a lot of effort has been put into this stylesheet by 
 *  many different people. If you use it, please, at least cite us in the 
 *  stylesheet comments :-)
 *
 *  Stefano.
 *
 */
 
/* ----------------------------- Global Definitions -------------------- */

body {
    margin: 0px;
    padding: 0px;
    font-family: palatino, Georgia, Times, "Times New Roman", serif;
    color: #;
    background-color: #fff;
    font-size: 12px;
    quotes: "\201C" "\201E" "\2018" "\2019";
}

img {
    border: 0;
}

a:link {
	color: #222;
}

a:visited {
	color: #555;
}

a:hover {
	color: #000;
}

a:active {
}

a:focus {
}

p { 
	padding: 1px; 
	margin: 5px 0px 5px 0px; 
}
      
blockquote { 
	padding: 1px; 
	margin: 10px 40px 10px 40px; 
}

input {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
    color: #333;
}

input[type="text"] {
	border: 1px dashed #ccc;
	padding: 3px;
}

input[type="password"] {
	border: 1px dashed #ccc;     	
	padding: 3px;
}

input[type="button"] {
    margin: 5px;
}

input[type="submit"] {
    margin: 5px;
}

/* ----------------------------- Sidebar  -------------------------- */

#sidebar {
    position: fixed;
    width: 200px;
    height: auto;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 5% 20px 20% auto;
}

#sidebar a {
    text-decoration: none;
    letter-spacing: 0.10em;
    font-size: 12px;
    color: #666;
    font-weight:normal;
    margin: 20px 10px 3px 20px;
}

#sidebar a:hover {
	border: 1px dotted #eee;
	background-color: #eee;
	padding: 1px 2px 1px 2px;
}

#sidebar h1 {
    text-transform: uppercase;
    font-size: 14px;
    color: #2f4f4f;
    font-weight: normal;
    margin: 20px 20px 5px 20px;
}

#sidebar h1 a {
    letter-spacing: 0.0em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #2f4f4f;
    font-weight: normal;
    margin-left: 0px;
}

#sidebar h1 a:hover {
	border: 1px dotted #eee;
	background-color: #eee;
	padding: 1px 2px 1px 2px;
	margin: 0px;
}

#sidebar ul {
    padding: 0px 20px 10px 40px;
    margin: 0px;
}

#sidebar li {
    margin-left: 0px;
    list-style-type: none;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    margin-bottom: 5px;
}

#sidebar img {
    margin: 20px 20px 3px 40px;
}

	
/* ----------------------------- Page ---------------------------- */

#page {
	margin: 20px 220px 10px 220px;
}

#page .item {
	line-height: 5mm;
}

#page .item .left {
	margin: 20px auto 10px 20px;
	width: 50%;
}

#page .item .right {
	position: absolute;
	top: 130px;
	left: 55%;
}

#page .item p {
	margin-left: 50px;
}

#page .item a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #778899;
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
}

#page .item a:hover {
	border: 1px dotted #778899;
/*--	background-color: #778899; --*/
	background-color: #d5dddd; 
	padding: 1px 2px 1px 2px;
	margin: 0px;
}

#page .item a:active {
	background-color: #ccc !important;
	position: relative;
	top: 1px;
	left: 1px;
	padding: 1px 2px 1px 2px;
	margin: 0px;
}

#page .item a:focus {
	border: 1px solid #fff !important;
	background-color: #ccc !important;
	padding: 1px 2px 1px 2px;
	margin: 0px;
}



#page h1 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    padding: 30px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    color: #00008B;
    font-weight: normal;
}

#page h3 {
    font-family: verdana, helvetica, sans-serif;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
    font-weight: normal;
    margin-top: -20px;
    margin-bottom: 30px;
}

#page .item h2 {
    font-size: 13px;
    color: #333;
}

#page .item h2 img {
	padding-right: 5px;
}

#page .item h3 {
    font-family: verdana, helvetica, sans-serif;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 10px;
    color: #2f4f4f;
    font-weight:normal;
    margin-top: 40px;
    margin-bottom: 10px;
}

#page p {
    font-size: 14px;
    line-height: 18px;
}

#page span.firstletter {
	position: relative:
	top: 25px;
	padding: 2px;
	font-size: 36px; 
    font-weight: normal; 
    color: #000;    
    float: left;
	text-transform: uppercase
}

#page span.first { 
	text-transform: uppercase
}

#page div.info {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
}

#page div.separator {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#page div.figure {
	text-align: center;
	margin: 10px
}

#page div.figure div.dida {
}
	
#page img.left-inset {
	float: left;
	margin: 2px 5px 2px 0px;
}

#page img.right-inset {
	float: right;
	margin: 2px 5px 2px 5px;
}

#page blockquote {
	text-align: justify;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

#page ul {
	margin: 0px;
	padding: 10px;
}

#page li {
	padding: 1px; 
	margin: 5px 30px 5px 40px; 
	font-size: 12px;
    line-height: 18px;
}

#page em:before {
	content: open-quote;
}

#page em:after {
	content: close-quote;
}

#page .item[online=''] {
	background-color: #eee;
}

/* ----------------------------- Footer ---------------------------- */

#footer {
	font-size: 6px;
	margin: 200px 20px 200px 20px;	
	text-align: center;
	color: #778899;
}

#footer a {
	text-decoration: none;
	color: #778899;
	margin: 0px 2px 0px 2px;
	padding: 1px 1px 1px 1px;	
}
