/* Whole page
   -------------------------------------------- */

body {
	background-image: url("gradient.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
}
	 
ol, li, dl, dt, dd, blockquote {
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
	margin-bottom: 	1em;
}

blockquote {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

img {
	border:	0
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
}

p, li {
	font-size: 1em;
	line-height: 1.65em;
}

input {
	width: 12em;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}

a:link, a:visited {
	text-decoration: none;
	color: #B54141;
}

a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}

/* Content & menu
   -------------------------------------------- */

#content {
	margin-right: 20em;
	margin-left: 40px;
	background-color: #fff;
	padding: 0.5em;
	margin-top: 180px;
	
	border: 1px #eee solid;
}

/* Image from sxc.hu (http://www.sxc.hu/browse.phtml?f=view&id=16710)
   Thanks bradleym! */


#header {
	position: absolute;
	top: 40px;
	left: 0px;
	background-image: url("pen-sm.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width:80%;
	height: 150px;
	padding-left: 50px;
}
	
#header	h1 {
	font-family: Georgia;
	font-weight: normal;
	color: #333;
	font-size: 3em;
	margin-top: 70;
	margin-bottom: 0;
}

#header	p {
	font-family: Georgia;
	margin: 0;
}

#menu {
	width: 14em;
	position: absolute;
	float: right;
	top: 180px;
	right: 5em;
}
* html #menu { /* make IE put it in the right place */
	right: 5em;
}


#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;	
	color: #B54141;
	/*text-indent: 1000em;*/

}

#menu ul a:link, #menu a:visited {
	color: black;
	border: none;
}

#menu ul ul {
	margin-left: 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
	text-indent: 0;
	color: black;
}


#menu form{
	margin: 0;	 
}

#menu form br {
	display:none;
}
 
#calendar {
	font-size: 0.8em;
}

#calendar a:link, #calendar a:visited {
	text-decoration: none;
	color: #B54141;
}

#calendar a:hover {
	background-color: #eee;
}

/* Post
   -------------------------------------------- */


#content h2 {
	font-size: 1.5em;
	color: #333;
	margin-top: 1em;
	margin-bottom: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.33em;
}

.date {
       border-bottom: 1px solid #ccc;
}

