body {
	background-color: #00AA00;
	background-image:url(img/bg2.jpg);
}

#headline {
    position: absolute;
    top: 200px; right: 0px;
}

#teaser {
    position: absolute;
    top: 250px;
	right: 200px;
}

#navi {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
	background-image:url(img/navi/blogHeadBg.jpg);
	background-repeat: repeat-x;
}

#blogIcon {
    position: absolute;
    top: 90px; left: 220px;
}

#content {
	position: absolute;
	top: 300px;
	right: 0px;
	width: 500px;
	background-color: #02CD1A;
	padding: 10px;
	font-family: georgia;
	font-size: 13px;
	color: #003300;
	line-height: 19px;
}

#subContent {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100px;
	padding: 10px;
}

#footer {
    position: absolute;
    bottom: 0px; right: 520px;
}


subContent, a {
	font-family: georgia;
	font-size: 13px;
	color: #02CD1A;
	text-decoration: none;
	line-height: 19px;
}


/*--------------666666*/

a {
	color: #24B; /* #0066cc; */
	text-decoration: none;
}




a:hover {
	color: #36C; /*#ff6600; */
	text-decoration: underline;
}

h1 {
	margin: 0 0 0 40px;
	padding: 24px 0 0 0;
	font-size: 6px;
	font-family:  Garamond, "Times new Roman", serif;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 1.5em;
}

/* special markup for the entry title */
h3 {
	margin: 0.2em 0 0.6em 0;
	padding-left: 20px;
	background: #02CD1A url(doc.png) no-repeat center left;
/*	color: #333;
	font-size: 1.8em;
	font-family:  Garamond, Georgia, "Times new Roman",serif;*/
	font-family: georgia;
	font-size: 23px;
	color: #FF0000;
	font-weight: bold;
}

h5 {
	margin: 0 0 0 40px;
	padding: 0px;
	letter-spacing: 1px;
	font: bold 6px/6px  Garamond, "Times new Roman", serif;
}


h1 a, h1 a:hover {
	text-decoration: none;
	color: #ffffff;
}

h1.top, h5.top {
	color: #FFF;
	margin-top: -1.55em;
	margin-left: 39px;
	padding: 0px;
}

h1.shadow, h5.shadow {
	color: #000;
}


h4 {
	font-size: 1.1em;
	margin: 0.3em 0 0 0;
}


/*p {
	font-family: georgia;
	font-size: 13px;
	color: #003300;
	line-height: 19px;
/*	font: 1em/1.6em "Verdana",sans-serif;
	margin: 0.5em 0;
	border: 0px dashed #0F0;*/
/*}*/

tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	
}

hr {
	margin: 1em 0.1em;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}


p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}

/*********************** STYLE SHEET SPECIFICS ********************************/



.pmo {
	white-space: nowrap;
	
}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}


/* wrap each entry in a div */
.entry {
	line-height: 1.4em;
	border-bottom: 1px dashed #999;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}


/* secondary info: post date, poster, category, number of comments */
.info {
	color: #666666;
}

/* attach the comments class to the 'x comments' link to get a comment icon in 
front of it */
.info .comments {
	padding-left: 13px;
	background: /*#ffffff*/ url(comment.png) no-repeat center left;
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {
	padding-left: 13px;
	background: /*#ffffff*/ url(person.png) no-repeat center left;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {
	padding-left: 13px;
	background: /*#ffffff*/ url(folder.png) no-repeat center left;
}


/* all other information goes here */
#secondary, #linkdump {
	position: relative;
	top: 0;
	left: 0;
	width: 25%;
	font-size: 0.70em;
	line-height: 1.4em;
	float: left;
	margin: 0 0px 0 0;
	padding: 18px 0px 0 0;
	border: 0px solid #0F0;
}

#secondary p, #linkdump p {
	line-height: 1.4em;
}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 5px 0 8px 0;
	padding: 0 0 0 22px;
	font: 6px 	Garamond, Georgia, "Times new Roman",serif;
	color: #555555;
}

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 0px solid #0FD; 
}

.misc {
	border: 1px solid #AAA;
	background-color: #DAE3E8;
	padding: 6px;
	color: #2F446B;
	margin: 10px 5px 10px 15px;	
}

/* attaching background images to the headers */
h3.links {
	background: transparent url(links.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;	
}

h3.linkdump {
	background: transparent url(linkdump.png) no-repeat center left;
}

 h3.about {
	background: transparent url(about.png) no-repeat center left;
	margin: 0 !important;
}

 h3.search {
	background: transparent url(search.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;
}


h3.archives{
	background: transparent url(archives.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;	
}


 h3.calendar {
	background: transparent url(calendar.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

 h3.comments{
	background: transparent url(comments.png) no-repeat center left;
	margin: 0em 0 0.2em !important;		
}

 h3.referrers{
	background: transparent url(referrers.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

 h3.stuff{
	background: transparent url(stuff.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3 .date {
	font-size: 11px;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}

h4 .date {
	font-size: 6px;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}


p.comments {
	padding-top: 0.4em;
}

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

