body {
	font-family : sans-serif ;
	color : black ;
	
}

a {
	color : grey ;
}

a:hover {
	color : #2c4d7b ;
}

div#leftpane {

}

div#middlepane {

}

div#rightpane {

}

div#date {
	font-size : 14px ;
	font-weight : bold ;
}

div#menu {
	font-size : 10px ;
}

div#whoami {
	font-size : 9px ;
}

div#title {
	font-size : 18px ;
	font-weight : bold ;
	color : #2c4d7b ;	
	border-bottom : 1px solid grey ;
	text-align: center ;

}

div#title:hover {
	color : light green ;
}

div#content {
	font-family : courier ;
	font-size : 11px ;
}


div#archive {
	font-size : 10px ;
}	


/** LINKS **/
div#menu a {
	color : gray ;
	text-decoration : none ;
}

div#menu a:hover {
	color : #2c4d7b ;
	text-decoration : underline ;
}


/** SHOUTBOX **/
div#shoutboxtitle {
	font-size : 11px ;
	font-weight : bold ;
	text-align : center ;
	background : grey ;
	width: 165px ;
	color : white ;
}

textarea#shoutbox1 {
	border : 1px solid black ;
	background : #ededed ;
	padding :  5px ;
	font-size : 9px;
	width: 165px ;
	height: 300px ;
}

input[type=text]#shoutbox2 {
	border : 1px solid black ;
	background : #f6f6f6 ;
	font-size : 10px ;
	width: 165px ;
}

input[type=text]#shoutbox2:hover {
	background : #ffffff ;
}

input[type=submit]#shoutbox3 {
	width: 165px ;
}

input[type=submit] {
	background : #ededed ;
	border : 1px solid black ;
	font-size : 10px ;
}

input[type=submit]:hover {
	color : black ;
	background : #a9c7ae ;
}	


/** BLOG **/

div#blog_entry {
	color : black ;
}

div#blog_info {
	border-bottom : 1px solid grey ;
	color : #2c4d7b ;	
}

div#blog_date {
	font-weight : bold ;
	font-size : 16px ;
}

div#blog_hour {
	font-size : 10px ;
	color: grey ;
}

div#blog_info:hover {
	color : #2c4d7b ;
}


div#blog_text {
	text-align : justify ;
	font-size : 12px ;
	font-family: serif;
}

img.blog {
	border : 10px solid #f0f0f0 ;
	display : block ;
	margin-left : auto ;
	margin-right : auto ;
}

div#comment {
	font-size : 10px ;
}

textarea#comment {
	border : 1px solid black ;
	background : #ededed ;
}

div#blog_comment {
	border-left : 1px solid black ;
}

div#blog_comment_info {
	font-weight : bold ;
	font-size : 14px ;
}

div#blog_comment_date {
	font-size : 9px ;
	border-bottom : 1px solid grey ;
}

div#add_comment {
	font-size : 12px ;
}

div#add_comment_title {
	font-size : 20px ;
	font-weight : bold ;
	text-align : center ;
}

input[type=text]#blog_comment {
	border : 1px solid black ;
	background : #ededed ;
	font-size : 9px ;
}

input[type=text]#blog_comment:hover {
	border : 1px solid black ;
	background : #f0f0f0 ;
	font-size : 9px ;
}



/** HOME **/
div#home {
	font-family : sans ;
	font-size : 10px ;
}


/** PHOTOS **/
div#photohdr {
	font-size : 18px ;
	font-family : arial ;
	font-weight : bold ;
}

div#photonav {
	font-size : 15px ;

	font-family : arial ;

	letter-spacing : 10px ;
}

/** CODE **/
div#coding {
	font-size : 12px;
	font-family : system;
	background-color : #fffcb3;
	padding : 15px;
	margin: 20px;
	color : black;
	border-left: 1px solid grey;
	
}

pre {
	word-wrap: break-word 
}
