/*  
Theme Name: gabrieleduva_theme
Theme URI: http://www.gabrieleduva.com/
Description: Theme of <a href="http://www.gabrieleduva.com">Gabriele D'Uva's blog</a>; Wordpress 1.5.x Theme.
Version: 2.0
Author: Gabriele D'Uva
Author URI: http://www.gabrieleduva.com/

	gabrieleduva v2.0 powered by
	http://www.gabrieleduva.com/

	My main page is http://www.gabrieleduva.com
	Art, science and more

***********************************************************************************/

/* WALLPAPER AND COLORS */
/*********************************/

#m_head			{ background: url('imgs/main_head.jpg') no-repeat; }
#m_content		{ background: #EDC url('imgs/main_cont.jpg') repeat-y; }
#m_foot			{ background: url('imgs/main_foot.jpg') no-repeat; }
#n_head			{ background: url('imgs/nav_head.jpg') no-repeat; }
#n_content		{ background: #EDC url('imgs/nav_cont.jpg') repeat-y; }
#n_foot			{ background: url('imgs/nav_foot.jpg') no-repeat; }
#n_head2		{ background: url('imgs/nav_head2.jpg') no-repeat; }
#n_content2		{ background: #EDC url('imgs/nav_cont2.jpg') repeat-y; }
#n_foot2		{ background: url('imgs/nav_foot2.jpg') no-repeat; }


/* MAINPROGRAM */
/*******************/

body {
	font: normal 12px Arial, sans-serif;
    color: #000;
	background-color: #333;
	margin: 0px;
}
div {
	position: relative; 
	margin: 0px;
}

/* LINKS */
/*********/

a {
	color: #700; 
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: line-through;
	cursor:pointer;
}
/* link layout fuer die navigationsleiste */
#nav a {
	color: #CCC;
}
#nav a:hover {
	color: #700;
	text-decoration: none;
}
#nav2 a {
	color: #CCC;
}
#nav2 a:hover {
	color: #700;
	text-decoration: none;
}
/* link layout fuer den footer und header in weiss und monospace */
#m_foot_title a {
	color: #000;
}
#m_title a {
	color: #FFF;
}
/* link layout fuer die ueberschriften der beitraege in schwarz */
.post h1 a {
	color: #000;
}
.post h1 a:hover {
	color: #700;
	text-decoration: none;
}

/* TEXT */
/********/
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
h1 {
	font: normal 18px Georgia, serif;
	margin: 0 0 15px 0;
}
h2 {
	font: normal 17px Georgia, serif;
	margin: 0 0 15px 0;
}
h3{
	font: normal 12px Georgia, serif;
	margin: 0 0 15px 0;
}
h4 {
	font: normal 10px Georgia, serif;
	margin: 0 0 15px 0;
}
h5 {
	font: normal 8px Georgia, serif;
	margin: 0 0 15px 0;
}
p {
	margin-bottom: 15px;
}
/* wie pack ich das datum direkt unter eine ueberschrift? */
.post h1 {
	margin: 0px;
}
.post div.entry {
	margin-top: 15px;
}

/* GRAFIC */
/************/

/* max-width wird nich vom ie6 interpretiert, deshalb trotzdem auf max 450px bilder-breite achten */
a img, img {
	border: 0px;
	max-width: 100%;
}
.post img {
	margin: 0 10px 10px 0;
}
/* als extra-klasse fuer lustige kleine bildchen */
.postimg {
	float: left;
}

/* DIVS */
/********/

div.post { 
	margin-bottom: 15px;
	text-align: justify;
}
div.meta {
	font-size: 10px;
	text-align: right;
}
small {
	font-size: 10px;
	text-align: left;
}
div.center {
	text-align: center;
}
div.line {
	height: 0px;
	font-size: 0px; /* IE bug */
	width: 100px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #000;
}

/* INPUT */
/*************/

#searchform input {
	font: normal 12px Arial, sans-serif;
	color: #CCC;
	background: #333;
	border: 1px solid #000;
}	
#commentform input, #commentform textarea {
	font: normal 12px Arial, sans-serif;
	background: transparent;
	border: 1px solid #000;
}
#commentform textarea {
	width: 450px;
	height: 200px;
}

/* NAVIGATIONLIST */
/*********************/

#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li ul {
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav h1, #nav h2, #nav h3 {
	text-align: left;
}
#nav2 ul, #nav2 li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav2 ul li ul {
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav2 h1, #nav2 h2, #nav2 h3 {
	text-align: left;
}

/* COMMENTLIST */
/*******************/

#main ol li {
	margin: 0 20px 10px 0;
}

/* NAVIGATION IN ARCHIVE */
/************************/

.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* MAIN DESIGN */
/********************************/
#container {
	width: 1024px;
	margin: 0 auto 20px auto;
}
/* die m_-divs, der inhalt auf der linken seite */
#m_container {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 500px;
}
#m_head {
	width: 548px;
	height: 127px;
}
#m_title {
	position: absolute; 
	font: normal 14px Courier New, monospace;
	text-align: left;
	color: #FFF;
	left: 349px;
	top: 78px;
	width: 120px;
	z-index: 2;
}
#m_content {
	width: 548px;
	padding-bottom: 170px;
}
#m_foot {
	margin: -31px;
	width: 630px;
	height: 770px;
	z-index: 1;
}
#m_foot_title {
	font: normal 12px Courier New, monospace;
	text-align: left;
	left: 115px;
	top: 0px;
	width: 430px;
	z-index: 2;
}
/* hier kommt letztendlich alles rein */
#main {
	text-align: justify;
	margin-bottom: 10px;
	width: 450px;
	left: 63px;
	top: 20px;
}		
/* und die n_-divs, die navigation auf der rechten seite */
#n_container {
	position: absolute;
	top: 30px;
	left: 810px;
	width: 190px;
	color: #FFF;
}
#n_container2 {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 120px;
	color: #FFF;
}
#n_head {
	width: 190px;
	height: 31px;
}
#n_content {
	width: 190px;
	padding-bottom: 1px;
}
#n_foot {
	width: 190px;
	height: 40px;
}
#n_head2 {
	width: 160px;
	height: 31px;
}
#n_content2 {
	width: 160px;
	padding-bottom: 1px;
}
#n_foot2 {
	width: 160px;
	height: 40px;
}
/* navigation sidebar */
#nav2 {
	width: 120px;
	top: -5px;
	left: 20px;
}
#nav {
	width: 142px;
	top: 5px;
	left: 23px;
}
#nav3 {
	width: 120px;
	top: -8px;
	left: 23px;
}
