
/*
Style for blog
*/
* {
	margin:0;
	padding:2px;
} 
.message {
	padding-top: 010px;
	color: red;
	position: fixed;
	max-width: 210px;
}  
body {	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: black;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#tags {
	font-weight: normal;
	position: fixed;
	left: 5px;
	top: 30px;
	max-width:180px;
}
#header {
	position: fixed;
	left: 200px;
	background-color: whitesmoke;
	min-height: 30px;
	min-width: 800px;
	vertical-align: middle;
}
#footer {
	position: fixed;
	left: 200px;
	bottom: 0px;
	background-color: whitesmoke;
	min-height: 30px;
	min-width: 800px;
	vertical-align: middle;
	text-align: center;
	font-size: 0.7em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer a {
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: normal;
} 
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em; 
}
#container{
	width: 800px;
	padding-top: 10px;
	padding-left: 200px;
	padding-bottom: 30px;
	background-color: white;
}
table {
	width: 100%;
}
table tr.altrow {
	background: rgba(219,253,138,0.69);
}

#login {
	background-color: #efefef;
	top: 20px;
	text-align: left;
}
#login a {
	background-color: #efefef;	
	text-align: center;
}
small {
	font-size: 0.7em;
}
.tinymce {
	width: 98%;
	height: 100px;
}
a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
}
a img {
	border:none;
} 

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.tagi {
	font-size: 0.8em;
}
.comment {
	font-size: 0.7em;
}
ul {
	text-shadow: #000000 0 0 0;
	font-weight: normal;
	font-size: 0.8em;
	list-style-type: circle;
	list-style-position: inside;
	text-indent: 1.5em;
}
.menu a{
	color: black;
	text-decoration: none;
	background-color: transparent;
}
.menu a:hover{
	color: red;
	text-decoration: underline;
}