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

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

img {
   behavior: url("http://www.becast.at/plugin/pngbehavior.htc");
}
.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    direction: ltr;
}

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #DDDDDD;
    padding: 10px;
    white-space: pre;
    overflow: auto;
    max-height: 24em;
}

.bb-quote {
    background-color: #DDDDDD;
    padding: 10px;
}

.bb-list-ordered-d {
    list-style-type: decimal;
}
.bb-list-ordered-la {
    list-style-type: lower-alpha;
}
.bb-list-ordered-ua {
    list-style-type: upper-alpha;
}
/* 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/becast/style.css  */
/* The ultra77 template is designed and released by Ian Smith
of N-vent Design Services LLC - www.n-vent.com. Feel free to
use this, but please don't sell it and kindly leave the credits
intact. Muchas Gracias!

January 2007

global styles
============================== */
body {
    position: relative;
	color: gray;
	margin: 10px 0 0 0;
	padding: 0;
	font: 75% Arial, Helvetica, sans-serif;
	min-width:800px;
	background: #fff url(templates/becast/images/bg.png) repeat-y center;
	}
#titlebar {
	padding: 0px 0px 0px 5px;
	height:16px;
	xborder-top: solid 1px #73a5d3;
	xborder-bottom: solid 1px #39526b;
	background-color: #807A73;
	color: #fff;
	margin-top:-10px;
	margin-bottom: 11px;
}
#wrapper{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative;
	border: 0;
	}
h1, h2, h3{
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
	}
h1{
	font-size: 130%;
	color: black;
	border-bottom: 1px dashed silver;
	}
h2{
	font-size: 110%;
	color: black;
	border-bottom: 1px dashed #e8e8e8;
	}
h3{
	font-size: 100%;
	color: #80a1cd;
	}
a:link {
	color: #3D82C7;
    }
a:visited {
	color: #234D76;
    }
a:hover {
	color: red;
    }

div.syntax
{
background:white;
font-size:125%;
}

div.syntax a
{
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
	color:black;
	text-decoration:underline;
}
li.highlight{ background-color: #D9D0C3; }
code { font-size:12px;width:98%;}

table.diff 
{
	background:white;
}

table.diff td
{
	text-align:right;
	padding-left:3px;
	padding-right:3px;
	font-size:8pt;
}

table.diff td.code
{
	text-align:left;
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
}

table.diff td.code pre
{
	margin:0;
	padding:0;
}

table.diff tr.new
{
	background:#ddddff;
}
table.diff tr.old
{
	background:#ffdddd;
}
table.diff tr.hidenew
{
	display:none;
}
table.diff tr.hideold
{
	display:none;
}

/* header styles
============================== */

#header{
	position: relative;
	height: 138px;
	background: url(templates/becast/images/hbg.png) no-repeat center;
	}
#branding {
	position: relative;
	left: 15px;
	top: 25px;
	width: 300px;
	height: 110px;
    }
#pagedescription{
	position: relative;
	top: 50px;
	float: right;
	margin: 0 15px 0 0;
	text-align: right;
	line-height: 100%;
	clear: both;
    }
#pagedescription h2{
	font-weight: normal;
	color: gray;
	padding: 0;
	margin: 0;
    }
#pagedescription h1 {
	font-weight: normal;
	border: 0;
	padding: 0;
	margin: 0;
    }

/* feel free to delete this class. */
.templogo {
    font-size: 3em;
	}




/* menu styles
============================== */

#menu{
	margin-top: 10px;
	position: relative;
	height: 38px;
	font-size:15px;
    background: url(templates/becast/images/mbg.png) no-repeat center;
	text-align: center;
    }
#menu ul {
	position: relative;
	top: 10px;
	padding: 0;
    }
#menu li,
#footer li{
	display: inline;
	padding: 0 6px;
    }
#menu li a{
	display: inline;
	color: black;
	font-size:15px;
	padding: 0 15px;
	text-decoration: none;
    }
#menu li a:hover,
#menu li a:focus{
    color: red;
    text-decoration: underline;
    }
.active{
    font-weight: bolder;
    }
#sidemenu {
    margin-top: 10px;
	position: absolute;
	top: 200px;
	width: 194px;
	background: url(templates/becast/images/body-bg.png) repeat-x center;
    }
#smtop,
#smbottom{
	position: relative;
	background: url(templates/becast/images/sm-top.png) no-repeat center;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	clear: both;
    }
#smbottom{
	background: url(templates/becast/images/sm-bottom.png) no-repeat center;
    }
#sidemenu ul,
#smtitle{
	list-style: none;
	padding: 0;
	margin: 0;
	background:  url(templates/becast/images/sm-bg.png) repeat-y center;
    }
#smtitle h1{
    padding: 10px;
    font: normal normal bolder 120% Arial, Helvetica, sans-serif;
    border: 0;
    }
#smtext{
	margin: 0px 10px;
    }
#sidemenu li{
	padding: 3px 0 3px 1px;
	display: block;
    }
#sidemenu li a{
	line-height: 18px;
	padding-left: 24px;
	color: black;
	display: block;
	height: 19px;
	text-decoration: none;
    }
#sidemenu li a:hover,
#sidemenu li a:focus{
	background: url(templates/becast/images/sm-over.png) no-repeat center;
    }
#sidemenu li a.currentpage {
    background: url(templates/becast/images/sm-urhere.png) no-repeat center;
    }



/* content styles
============================== */

#bodywrap{
	position: relative;
	left: 160px;	width: 820px;
	min-height: 200px;
	text-align: center;
    background: url(templates/becast/images/body-bg.png) repeat-y left;
    }
#bodytop,
#bodybottom{
	position: relative;
    left: 160px;
	width: 820px;
	background: url(templates/becast/images/body-top.png) no-repeat center;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
    }
#bodytop {
    margin-top: 10px;
    }
#bodybottom{
	background: url(templates/becast/images/body-bottom.png) no-repeat center;
    }
#contentbody{
    position: relative;
	padding: 0 15px 0 45px;
	margin: 0;
	border: 0;

	text-align: left;
    }
#contentbody p{
	padding: 3px 0;
	margin: 0;
    }
#contentbody ul{
	padding: 3px 0;
	margin: 0 18px;
	list-style: outside;
}
#contentbody ol{
	padding: 10px 10px;
	margin: 0 18px;
    }

.emoticon {
	border: 0;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #DDDDDD;
    background-color: #EFEFEF;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
img.serendipity_entryIcon {
    float: right;
    border: 0px;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
}

.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 #DDDDDD;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}




/* footer styles
============================== */

#footer{
	margin-top: 10px;
	clear: both;
	position: relative;
	height: 38px;
	background: url(templates/becast/images/footerbg.png) no-repeat center;
	text-align: center;
	font-size: 9px;
    }
#footer p{
	position: relative;
	top: 13px;
	padding: 0;
	padding-left: 15px;
	display: inline;
    }
#footer ul{
	display: inline;
	position: relative;
	top: 13px;
	padding: 0;
    }
#footer li{
	padding: 0 0 0 10px;
	display: inline;
	list-style: none outside;
    }
#footer a:link {
	color: #000;
	text-decoration: none;
    }
#footer a:visited {
	color: gray;
	text-decoration: none;
    }
#footer a:hover {
	color: #000;
	text-decoration: underline;
    }

.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
