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

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

img {
   behavior: url("http://oxygenws.com/blog/plugin/pngbehavior.htc");
}
.serendipity_karmaVoting {
    text-align: center;
    font-size: 7pt;
    margin: 0px;
}

.serendipity_karmaVoting a {
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_karmaVoting a:hover {
    color: green;
}

.serendipity_karmaError {
    color: #FF8000;
}
.serendipity_karmaSuccess {
    color: green;
}
.serendipity_karmaVoting_links,
.serendipity_karmaVoting_links a:hover,
.serendipity_karmaVoting_current-rating {
    background: url(http://oxygenws.com/blog/plugins/serendipity_event_karma/img/stars-def-yellow-green-sm.png) left;
    font-size: 0;
}
.serendipity_karmaVoting_links {
    position: relative;
    width: 75px;
    height: 15px;
    overflow: hidden;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    background-position: left top;     
    text-align: center;
}
.serendipity_karmaVoting_links li {
   display: inline; 
}
.serendipity_karmaVoting_links a ,
.serendipity_karmaVoting_current-rating {
    position:absolute;
    top: 0px;
    left: 0px;
    text-indent: -9000em;
    height: 15px;
    line-height: 15px;
    outline: none;
    overflow: hidden;
    border: none;
}
.serendipity_karmaVoting_links a:hover {
    background-position: left bottom;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link1 {
    width: 20%;
    z-index: 6;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link2 {
    width: 40%;
    z-index: 5;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link3 {
    width: 60%;
    z-index: 4;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link4 {
    width: 80%;
    z-index: 3;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link5 {
  width: 100%;
    z-index: 2;
}
.serendipity_karmaVoting_links .serendipity_karmaVoting_current-rating {
    z-index: 1;
    background-position: left center;
}
.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;
}
#LSResult {
    position: absolute;
    margin-left: 4px;
    margin-top: 4px;
       background-color: #fff7e8;
}

#LSShadow {
    position: relative;
    bottom: 1px;
    right: 1px;
    color: inherit;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#LSHighlight {
    background-color: #bdd2ec;
    color: black;
}

.serendipity_livesearch_row {
  margin: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-indent: -1em;
  line-height: 1.4em;
}

.serendipity_livesearch_result {
    position: relative;
    bottom: 2px;
    border: 1px solid black;
    right: 2px;
    padding: 2px;
}
/* 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: 10px;
    text-align: center;
}

/* END OF style_fallback.css */
/* templates/omid/style.css  */
/*
Stylesheet by Vladimir Simovic (aka Perun)
www.perun.net | www.vlad-design.de
Don't remove these Lines
*/
/*
 Extremly edited by Omid Mottaghi ;)
 http://oxygenws.com/
*/

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

/*********************/

img {
    border: none;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #FFF;
    font: 62.5% tahoma, arial, sans-serif;
    color: #333;
    direction: rtl;
}

/* IDs */

#mainpane {
    text-align: right;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 1.1em;
}

#mainpane_right{
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    bottom: 0;
    position: absolute;
}

#mainpane_center{
    margin-left: 215px;
    margin-right: 40px;
}

#mainpane_left{
    width: 215px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#mainpane_left_right{
    width: 17px;
    float: right;
    padding: 0;
    height: 100%;
}

#mainpane_left_center{
    width: 175px;
    padding: 0;
    height: 100%;
    float: right;
}

#mainpane_left_left{
    overflow: hidden;
    height: 100%;
    padding: 0;
    height: 100%;
    float: right;
    width: 23px;
    /* stupid IE, really it CAN NOT count pixels!! */
    _width: 20px;
}

#banner {
    margin: 0;
    height: 110px;
}

#banner h1 {
    font: normal 2.2em 'times new roman' times, serif;
    text-align: right;
    margin: 0 20px 2px 0;
    padding-top: 12px;
}

#banner h2 {
    font-size: 1.1em;
    margin: 0 20px 0 0;
}

#banner h1 a, #banner h2 a {
    text-decoration: none;
}

#banner h1 a:hover, #banner h2 a:hover {
}

#content {
    margin: 0 10px 0 10px !important;
    padding: 5px 20px 20px 20px;
}

#content h3 {
    font: bold 1.2em 'times new roman' serif;
    background: #f5f5f5;
    padding: 5px;
    margin: 0;
    text-align: left;
}

#content h4 {
    font: 180% 'times new roman' serif;
    color: #333;
    border-bottom: 1px solid #aaa;
    margin: .3em 0 .2em 0;
    padding-bottom: 5px;
}

#content h4 a {
    text-decoration: none;
}

#sidebar {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 2px;
    padding-top: 0;
    width: 165px;
    float: left;
    color: #000;
    line-height: 130%;
}

#sidebar h3 {
    margin: .2em 0;
    font: bold 1.3em 'times new roman' serif;
}

#sidebar a {
    color: #333;
    text-decoration: underline;
}

#sidebar a:hover {
}

#sidebar form {
    margin-top: 0;
    padding-top: 0;
}

#sidebar input {
    border: 1px solid #000;
    width: 165px;
    background: #eee;
}

.serendipity_entryFooter {
    padding-top: 10px;
}

.serendipity_comment {
    margin: 10px 10px 0 10px;
    padding: 3px;
    overflow: auto;
}

.serendipity_entry {
    line-height: 130%;
    margin-bottom: 1em;
}

.serendipity_whole_entry {
    border: 1px dashed #ccc;
    margin: 5px 0 10px 0;
    padding: 10px;
}

#sidebar_hide_button{
    position: absolute;
    top: 69px;
    left: 200px;
    width: 15px;
    height: 33px;
    cursor: pointer;
    background-position: top;
}

.serendipity_hide_button{
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    cursor: pointer;
    background-position: top;
    background-image: url(templates/omid/image.php?i=entry_showhide.gif);
}

.serendipity_hide{
    overflow: hidden;
    height: auto;
}

.autor {
    margin: 1em 0;
}

.copyright {
    margin: 0 10px 0 10px !important;
    padding: 10px;
    text-align: center;
}

.logo_buttons{
    padding-bottom: 20px;
    text-align: center;
}

/**//**//**/

.serendipity_entry_date {
    margin: auto;
}

.serendipity_date {
    right: 0px;
}

.serendipity_commentsTitle {
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #000;
}

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

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

td.serendipity_commentsLabel {
    font-weight: bold;
    vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    padding: 2px;
    width: 400px;
}

.serendipity_commentForm {
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

.serendipity_comment_source {
    margin-top: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    background-color: #eee;
}

table.serendipity_calendar td {
    padding: 2px;
}
table.serendipity_calendar a {
    font-weight: bold;
    text-decoration:none;
}

table.serendipity_calendar a:hover {
    text-decoration: none;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}

div.serendipityPlug {
    padding-right: 10px;
}

div.serendipityPlug a {
    text-decoration: none;
    border: 0px;
}

/* Container for each item on the side bar */
.serendipitySideBarItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

/* title of an individual item */

.serendipityImageButton {
    cursor: pointer;
}
.serendipity_entry p {
    margin: 0px;
    padding-bottom: 0px;
}

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

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: right;
}

.serendipity_imageComment_right {
    float: left;
}

.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;
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_comment_author_self .serendipity_comment_source {
    background-color: #eee;
}

.serendipityCommentForm table {
    font-size: 11px;
    width: auto;
}

/* Fuer Popups */
#serendipity_comment_page, .s9y_wrap {
    padding: 1em;
    background: #fff;
}

/* others */
.container_serendipity_plugin_linklist {
    text-align: left;
    direction: ltr;
}

.serendipitySideBarTitle {
    text-align: right;
    direction: rtl;
}

.command {
    padding: 10px;
    text-align: left;
    color: white;
    width: 98%;
    background-color: black;
    direction: ltr;
    font-family: monospace;
    font-size: 14px;
}
div.linklist span.menu_title {
}

div.linklist {
      padding: 0px;
      margin: 0px;
      text-align: left;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
div.linklist ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      text-align: left;
	white-space: nowrap;
}

div.linklist li {
      margin: 0px;
      padding: 0px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}


div.linklist img {
	border: 0px;
	vertical-align: middle;
}
div.linklist a.folder {
	text-decoration: none;
}
div.linklist a.link {
	text-decoration: underline;
}
div.linklist a:hover {
	color: #333;
}
