

/*
	dark	: #00008B
	- light : #6495ED
	light	: #E6E6FA
	biege 	: #FDFBE7
	- light : #DBE5E8
	text	: #e3e3e3
	bg	: #1e1d52
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	/* I hate you IE */
	text-align: center;

	background-color: #1e1d52;
	color: #e3e3e3;
	font-family: Helvetica, Arial, tahoma, sans-serif;
	font-size: .80em;
	letter-spacing: .5px;
	line-height: 140%;
}

h2, h3 {
	margin: 20px 0px 10px 0px;
}

p {
	margin: 15px 0px 0px 0px;
}

#page {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}


#title img {
	display: none;
}

#title h1 {
	border-bottom: 1px #ffffff solid;
	margin: 40px 0px 0px 0px;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
}

#title a {
	text-decoration: none;
}

.title-light {
	background-color: #6495ED;
}

.title-dark {
	background-color: #00008B;
}

#content {
	margin-top: 15px;
}

#content h1 a:link {
	color: #ffffff;
	text-decoration: none;
}

#content h1 a:hover {
	color: #e3e3e3;
	text-decoration: none;
}

#content h1 a:visited {
	color: #9a9a9a;
	text-decoration: none;
}


#left {
	padding: 0px 10px 0px 0px;
	width: 566px;
}


#left h1, h2 {
	margin: 30px 0px 0px 0px;
	width: 100%;
	background-color: inherit;
	border-color: #E6E6FA;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-align: left;
	padding: 5px 5px 2px 0px;
	font-size: 1.1em;
}


#left h1 {
	font-size: 1.3em;
}

#left h1:first-child {
	margin-top: 0px;
}

#left h1 + p {
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #9a9a9a;
}

#left a:link, #main a:link {
	color: #9a9a9a;
}

#left a:hover, #main a:hover {
	color: #ffffff;
	background-image: url('http://themolotov.net/styles/liverpool/images/w10.png');
	text-decoration: none;
}	

#left a:visited, #main a:visited {
	color: #e3e3e3;
}




#right {
	background-color: inherit;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 194px;
	float: right;
}

#right ul {
	list-style: none;
}

#right ul li a {
	display: block;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
	color: #9a9a9a;
}

#right ul li a:hover {
	background-image: url('http://themolotov.net/styles/liverpool/images/w25.png');
	color: #e3e3e3;
}

#right h3 {
	color: #ffffff;
	padding: 25px 0px 5px 0px;
	background-color: inherit;
	border-bottom: 1px #ffffff solid;
}

#right h3:first-child {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: inherit;
}

#bottom {
	background-color: transparent;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	color: #9a9a9a;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px 10px 15px;
	text-align: right;
}

#bottom a {
	color: #E6E6FA;
}

.archive_entry {
	margin: 0px;
	padding: 2px;
}

p[class="archive_entry"] + p {
	margin: -17px 0px 0px 0px;
	text-align: right;
}

.stat_list {
	border: 0px #fff solid;
}

.stat_list h3 {
	border-bottom: 1px #ffffff solid;
}

input[type="text"], textarea {
	border: 1px #e3e3e3 solid;
	background-image: url('http://themolotov.net/styles/liverpool/images/w25.png');
	background-color: transparent;
	color: #ffffff;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

.notice {
	background-image: url('http://themolotov.net/styles/liverpool/images/w25.png');
	background-color: transparent;
}

#reader {
display: none;
}

.inline_tags {
	display: inline;
	list-style-type: none;
	margin-left: 0;
}

.inline_tags ul, .inline_tags li {
	display: inline;
	margin: 0;
	padding: 0;
}

.list {
	margin-left: 35px;
}
