/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  color: #930;
}
a:visited {
  color: #630;
}
body {
  padding: 5em 0 0 3em; /* LTR */
	background-image: url(morganww_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/
#content {
}
#main {
	background-image: url(morganww_backgroundtile.png);
	background-repeat:repeat;
	display: block;
	margin: 0 44px 6em 368px;
	bottom: 0px;
	min-height: 650px;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}
#sidebar-left { 
  /*border-right: 1px solid gray; LTR */
  position: absolute;
  display: block;
  float: left;
  width: 328px;
  z-index: 3;
  margin: 0;
  left: 0px;
}
#sidebar-right {/*
  border-left: 1px solid gray;  LTR */
  display: block;
  float: right;
  width: 75px;
  padding-left: 1em;
  padding-bottom: 1em;
}
div.navlinks {
	left: 0px;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#logo {
  /*float: left;  LTR */
  /*padding: 0em 2em .5em 0em;  LTR */
  display: block;
	width: 368px;
	height: 184px;
  padding: 0;
  margin: 0;
  border: none;
  border-style: none;
  border-width: 0;
}
#header {
	position: absolute;
	width: 368px;
	z-index: 0;
  left: 0px;
}
#header .title {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 368px;
	height: 210px;
	background-image: url(morganww_07.png);
  text-indent: -99999px;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #aaa;
	padding: 0;
	margin: 0;
}
#header .title a:hover {
  color: #930;
}
#header .site-slogan {
	text-align: center;
  font-size: 1.2em;
  font-style: italic;
}
#block-user-1 {
  background-image: url(morganww_admintile.png);
  padding: 1em;
  margin-right: 0px;
}
#block-user-0 {
	text-align:center;
	margin: 0 auto;
}
#block-user-0 h2{
	display: none;
}
#block-user-0 .item-list{
	display: none;
}
#block-image-1 {
	position: absolute;
	display: block;
	background-image: url(randompic_frame.png);
	z-index: -3;
	padding: 0;
	left: 0;
	top: 394px;
	width: 368px;
}
#block-image-1 h2 {
	position: absolute;
	display: block;
	background-image: url(randompic_frame.png);
	padding: 0;
	margin: 0;
	width: 368px;
	height: 346px;
	text-indent: -5000px;
	border-style: none;
}
#block-image-1 .content .image {
	padding: 0 17px 0 21px;
	z-index: -5;
}

#subnavlist {
  font-size: 0.8em;
}
ul.links li {
  border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  border-left: none; /* LTR */
}
.node .title {
	font-weight:normal;
	font-size: 1.4em;
	padding-right: 1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #775046;
	margin: 0.2em 0;
	padding: 0 0 0 0;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}

div.links {
  margin: 1em 0 3em 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
}
.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
#edit-cid-wrapper {
	position: absolute;
	top: 2.5em;
	margin-left: 9em;
}

#edit-cid-wrapper label{
	display: none;
}