
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://planetlost.com/plugin/pngbehavior.htc");
}
/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/PL3/style.css  */
/* css for planetlost! */
/*
DK GRN: #639E12
MED GRN: #99D06B
LT GRN: #C9F898
GRAY: #8D9E8E
BRN/OLIVE: #978F46
ORANGE: #FA9C39

*/
* {	margin:0;padding:0; }

body {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	background: #978F46;
}

input,textarea,select {
	border: 1px solid black;
	background: #e0e0e0;
}

textarea {
	background-image: url(templates/PL3//img/g1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

blockquote {
	margin: 10px;
	border-left: 1px solid gray;
	font-style: italic;
	padding: 5px 5px 5px 10px;
}

ul { margin: 10px; }

img { border:0; }
a { color: #639E12; font-weight: bold; }
a:hover { color: #FA9C39; }

div#header {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background: black; color: white;
}

div#mainpane {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
div#container {
	margin-right: -220px;
	width: 100%; float: left;
}

div#content {
	width: 760px;
	float: left;
	margin-right: -220px;
}

div#content div { margin-right: 10px;}
div#content h1 { margin-right: 10px;}
div#content h2 { margin-right: 10px;}
div#content h3 { margin-right: 10px;}

div#RightSideBar {
	width: 220px;
	float: right;
	padding-top: 10px;
}

div.clr { height: 0; clear: both; }

div.serendipity_entry {
	background: white;
	background-image: url(templates/PL3//img/g1.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 1px 0 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

div.serendipity_entry a.ext_link {
	margin-left: 10px;
}

div.serendipity_entry_body, div.serendipity_entry_extended {
	text-align: justify; margin: 15px 20px 15px 15px;
}

div.serendipity_entryFooter {
	margin: 10px; padding-bottom: 1px;
}

h1.serendipity_title {
	background: black;
	border-bottom: 5px solid #99D06B;
	font-size: 2em;
	padding: 5px 5px 5px 15px;
}

h1.serendipity_title a {
	color: #99D06B; display: block;
  text-decoration: none; font-size: 20px;
}

h1.serendipity_title a:hover { color: #C9F898; }

h3.serendipity_date {
	text-align: right;
	background: #978F46;
	color: #444444;
	text-transform: uppercase;
	padding: 6px 0 5px 3px;
  font-size: 11px; letter-spacing: 3px;
}

h3.serendipitySideBarTitle {
  border-bottom: 1px solid #C9F898;
  margin: 0 -10px 5px 0;
  padding: 3px 5px 3px 5px;
  background: black;
  color: #8D9E8E;
  text-transform: uppercase;
  font-size: 15px;
}

#RightSideBar a { color: #1A1A1A; }
#RightSideBar a:hover { color: #FA9C39; }

.serendipitySideBarItem {
	margin: 0 10px 20px 0;
	font-size: 14px;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	font-size: 10px;
}

#footer a { color: black; }

div#ads_top {
	width: 720px; height: 90px;
	background: black; color: white;
	margin-left: auto; margin-right: auto;
	text-align: left;
}

div#ads_frontpage_ins {
	width: 468px; height: 60px;
	margin: 0 0 10px 0;
	text-align: left;
}

.serendipity_center { text-align: center; }

div.serendipity_comments {
	background: white;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.serendipity_commentsTitle {
	font-size: 14px; font-weight: bold; font-style: italic;
	border-bottom: 1px solid #444;
	padding: 10px; margin-bottom: 10px;
}

div.serendipity_commentBody {
	text-align: justify;
	margin: 10px;
}

div.serendipity_comment_source {
	border-bottom: 1px dotted #444;
	margin: 10px 10px 0 10px;
}

form#serendipity_comment {
	margin: 10px;
}

div.serendipity_findmore { background: white; text-align: center; margin: -10px 0 10px 0; padding: 10px;}

div.inline_ad {
	float: right; margin: 10px 0 10px 15px;
}

div.serendipity_freeTag_related { margin: 10px; }

hr.jump { width: 75%; height: 1px; color: black; }

