/*
 * Xopus.com screen stylesheet
 *
 */

@import url("chrome.css");
@import url("content.css");

.intro { margin-bottom: 2.5em; }

/* }}} */
/* Images {{{ */

/*img { border: none; }*/

.multiple-images,
.single-image
{
  clear: right;
  text-align: center;
}

.image-first { float: left; }

.multiple-images .image-first,
.multiple-images .image
{
  width: 42%;
  float: left;
  margin: 0px;
}

.multiple-images .image-first { margin-right: 2%; }

/* }}} */
/* Blog {{{ */

.icon img { border: solid 1px #add8e1; }

.cmstext { color: #800000; }


/* }}} */
/* Search {{{ */

.searchresults { margin: 1em 0 0 1em; }

.searchresults p { margin-bottom: 0.5em; }


/* }}} */
/* Comments and forum posts {{{ */

.commentbox { display: none; /* margin-top: 20px;*/ }

#commentbox.small #commentsmall,
#commentbox.form #commentform
{
  display: block;
}

.tip 
{
  line-height: 1.2em;
  color: gray;
}

.comment,
.comment-odd
{
  margin-bottom: 20px;
  padding: 15px 15px 5px 15px;
  clear: both;
  height: 100%;
  line-height: 1.5em;
}

.comment-odd {
  border:solid 1px #f4f3ee;
  background-color: #f9f8f3;
}

.comment td,
.comment-odd td { padding: 15px 15px 15px 15px; }

.displayname { color: gray; margin-bottom: 8px; }

.author
{
  font-weight: normal;
}

.security_level { color: gray; }

.html {
  padding-left: 0px;
  overflow: auto;
  width: 100%;
  word-wrap: break-word;
}


/* }}} */
/* Licenses {{{ */

.domainKeys img
{
  position: relative;
  top: 4px;
  left: -4px;
}

.relative
{
  position: relative;
}

.tools
{
  width: 150px;
  position: absolute;
  top: 0px;
  right: 100px;
  color:#808080;
}

.ie .tools { top: -3px; }

/* }}} */
/* Invoices {{{ */

.summaryTable td { }
.summaryRow { height: 1.5em; }

.invoice_name { font-weight: bold; }
.invoice_item p {
  position: relative;
  margin: 0;
  height: auto;
  line-height: 1.5em;
}

.line
{
  border-top: solid 1px #007dad;
  margin: 0em 0 0.5em 0;
}

/* }}} */

/* lifeline */
.lifeline {
  position:absolute;
  top:148px; right:1%;
  width:98%; height:1px;
  font-size:1px;
  line-height: 1px;
  z-index:51;
  border-top:solid 2px #add8e1;
}

body.demo-page 
{
  padding-top:52px;
}

.demo-navigation header {
  position: absolute;
}

