/* ----------------------------------------------
Gutenberg CSS Theme for WordPress - http://wordpress.org/
By Serge K. Keller - http://www.almaren.ch
v1.0 - February 2004 - Validates as CSS3, for CSS2 take out the 'micro-icons' style
Designed for Alex King's WordPress CSS Style Competition - http://www.alexking.org/
---------------------------------------------- */
/* ----------------------------------------------
Copyleft (c) 2004 Serge K. Keller, Rue de Lausanne 9, 1700 Fribourg (Switzerland). All Rights Reversed.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
---------------------------------------------- */
/* ----------------------------------------------
General page layout
---------------------------------------------- */
body {
	margin : 20px;
	padding : 10px;
	background : #eee;
	color : #111;
	font-size: 1.0em;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
  line-height:24px;
}

#rap {
	margin : 10px auto;
	padding : 0;
	width : 750px;
	border : 1px solid #aaa;
	background : #fff;
	overflow: auto;
}

#Banner { 
	height: 50px;
 	background: #fff url(images/gutenberg.gif) no-repeat top right;
	padding: 30px 10px 5px 25px;
	border-bottom : 1px solid #aaa;
}
	
#header a {
	color: #111;
	text-decoration: none;
}
	
#header  h1 {
    color: #666;
    font-size: 130%;
	font-family: Georgia, "'New York'", Utopia, "'Times New Roman'", Times, serif;
	font-weight : bold;
	text-align : left;
}
	
#leftcontent {
	width: 200px;
	margin: 0;
	text-align: right;
	font-size: 90%;
	float: left;
	background-color: #fff;
	padding: 10px 10px;
}


.credit, credit cite {
	clear: both;
	margin: 15px 0 0 0;
	padding: 3px;
	background: #ddd;
	border-top: solid 1px #666;
	color: #111;
	font-size: 85%;
	text-align: center;
}

 .credit cite {
	color: #111;
	font-size: 85%;
	font-style: normal;
}

.credit a, .credit a:hover {
	color: #006;
	text-decoration: none;
}

/* ----------------------------------------------
Basic XHTML styling
---------------------------------------------- */
h1, h2, h3 {
	font-family : Georgia, "'New York'", Utopia, "'Times New Roman'", Times, serif;
}

h1 {
color: #900;
}

h2 {
	font-size: 120%;
	letter-spacing: .07em;
}

h3{
	font-size: 110%;
}

p .feedback {
	font: 85%/125% 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}
ul {
list-style-type: disc;
}	
li {
font:75% 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-left: 30px;
}

/* ----------------------------------------------
Links styling
Remember LoVe-HAte rule
---------------------------------------------- */
a {
	color: #036;
    text-decoration: none;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
}

a:hover {
	color: #900;
    text-decoration: underline;
}

a:active {
	text-decoration: underline overline;
}

a img {
	border: none;
}
	
/* ----------------------------------------------
Micro-icons (CSS3 only)
The following will probably work only in Mozilla browsers (state: January 2004)
but should degrade gracefully in other browsers
Info: http://my-dimension.com/article/mini_icons/
Icons: http://www.web-graphics.com/mtarchive/000305.php#000305
---------------------------------------------- */
a[href^="mailto:"] {
	background: transparent url(images/icons/email.gif) no-repeat 100% 50%;
	padding-right: 10px;
	white-space: nowrap;
}

div.storycontent a[href^="http:"] {
	background: transparent url(images/icons/outside.gif) no-repeat 100% 50%;
	padding-right: 10px;
	white-space: nowrap;
}

/* This avoids the icon being shown on internal links. Change to suit your taste */
div.storycontent a[href^="www.michaelpapet.com"],
div.storycontent a[href^="www.michaelpapet.com"] {
	background: inherit;
	padding-right: 0px;
}

/* ----------------------------------------------
Menu styling
---------------------------------------------- */
#leftcontent form {
	margin: 0;
}

#leftcontent input {
	background: #eee;
	border: 1px solid #111;
	letter-spacing: -0.05em;
}

#leftcontent ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	color: #111;
}

#leftcontent ul li {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 10px 0 10px 0;
	border-bottom : 1px #eee;
}

#leftcontent ul ul {
	list-style-type: none;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#leftcontent ul ul li {
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-left: 8px;
}

#leftcontent ul ul li a {
	text-decoration: none;
}

}

/* ----------------------------------------------
Form styling
---------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
	
input, textarea {
	background-color: #eee;
	border: 1px solid #aaa;
	font-size:85%; 
}

/* ----------------------------------------------
Other useful elements
---------------------------------------------- */
blockquote {
	font-size: 80%;
	color: #777;
	padding-left: 23px;
	background: url(images/blockquote.gif) no-repeat 0 3px;
}

cite {
	font-size: 80%;
	font-style: italic;
	color: #69c;
}

code {
	font-style: normal;
	color: #c30;
	padding-left: 15px;
	background: url(images/code.gif) no-repeat 0 3px;
	font-family : Fixed, 'Courier New', Courier, monospace;
}

acronym, abbr {
	border-bottom : 1px dashed #aaa;
	cursor : help;
	font-size: 80%;
	letter-spacing: .07em;
}

span.caps {
	font-size: 80%;
	font-variant : small-caps;
}

	

