/* blog css */
h1,h2,h3 {
	margin:0;
	padding:0;
}

body {
	background:#000;
	text-align:center;
}

blockquote {
	background:#eee;
	border:1px dotted #ddd;
	padding:0 1.5em;
}

.EPage {
	margin:auto;
	width:90%;
	height:95%;
	text-align:left;
	background:#fff;
}

.SPage {
	margin:auto;
	width:90%;
	text-align:left;
	background:#fff;
}

.Header {
	height:45px!important;
	height:77px;
	padding:32px 0 0 0;
	margin-top:20px;
	background:#fff;
	position:relative;
}

.HeaderBg {
height:35px;
background:#fff url(/images/headerbgy.jpg) repeat-y;
}

.Logo {
height:62px;
width:367px;
background:url(/images/logo.png) top left no-repeat;
position:absolute;
top:-10; left:3;
}

.BlogTitle {
height:25px!important;
height:37px;
background:url(/images/bloglogo.png) top left no-repeat;
padding:12px 0 0 68px;
font-size:16px;
position:absolute;
top:5; left:380;
}

.HomeLink {
margin:0 0 1em 1em;
}

.HomeLink a {
color:#3396CC;
}

.HomeLink a:visited {
color:#6E4A8F;
}

.TehNav {
width:55%;
height:2em;
}

.TehNav .OlderLink, .SPrevLink {
float:left;
margin-left:1em;
}

.TehNav .NewerLink, .SNextLink {
float:right;
}

.TehNav a, .SPrevLink {
color:#3396CC;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.6em;
	font-weight:normal;
}

.Header h1 {
	display:inline;
	color:#60C;
}

.Header h1 a {
	color:#60C;
	text-decoration:none;
}

.Header h1 a:hover {
	text-decoration:underline;
}

.Header h2 {
	display:inline;
}

.Main {
	padding:1em;
	background:#fff;
	margin-bottom:.5em;
}

.Post {
	margin-left:1em;
	padding-left:0.4em;
	border-left:1px solid #6E4A8F;
}

.PostTitle {
	font-size:1.5em;
	font-weight:bold;
	color:#3396CC;
	margin-bottom:0.2em;
}

.PostTitle a {
	color:#3396CC;
	text-decoration:none;
}

.PostTitle a:hover {
	text-decoration:underline;
}

.PostText {
}

.PostText a {
color:#6E4A8F;
}

.PostInfo {
	font-size:0.9em;
}

.PostInfo a {
color:#3396CC;
}

.GroupDate {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:.1em;
	border-bottom:1px solid #6E4A8F;
	margin-bottom:1em;
	width:55%;
}

.Footer {
	background:#000 url(http://soggypockets.com/blog/powered_by_blosxom.png) no-repeat top right;
	border:1px solid #fff;
	text-align:center;
	height:33px;
}

.Copyright {
	font-size:.8em;
	padding-top:.8em;
	color:#fff;
}

.BlosxomLink {
	float:right;
}
