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

/*
** HTML elements
*/
@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
}
@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('Delicious-Bold.otf');
}
@font-face {
	font-family: Delicious-Heavy;
	src: url('Delicious-Heavy.otf');
}
body {
  background: url('http://www.thebuzzmedia.com/wp-content/uploads/2008/08/grand-theft-auto-iv-pc-screenshot-liberty-city-night-skyline.jpg') no-repeat top fixed;
  background-color: black;
  font-family: arial, helvetica, sans-serif;
}
ul.links {
  color: black;
}
.messages {
  background: grey;
}
#contentLayer {
  background: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px;
  padding: 20px;
}
.node .content {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.tabs {
  background: white;
}
.comment {
  background: white;
}
form {
  background: white;
}
#user-login {
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer {
  color: white;
  background-color: black;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=6);
  margin-bottom: 10px;
}
.item-list .pager {
 background-color: white;
}
.pager-current{
 color: red;
}
.content {
  background-color: white;
}
a:link {
  color: #656
}
a:visited {
  color: #656
}
a:active {
  color: #ccc
}
h2 {
  /*background-color: #FFFFCC;
  border: solid 1px #FF9933;*/
  background-color: #F5D0A9;
  border: solid 2px #FE9A2E;
  font-size: 1.1em;
  margin: 0.5em 0em 0.5em 0em;
  padding: 0.5em;
  font-family: Delicious-Heavy, arial, helvetica, sans-serif;
}
h2.title {
  background-color: #fff;
  border: solid 1px #FF9933;
  margin-top: 1em;
}
p {
  margin: 0 1em 1em 0; /* LTR */
  padding: 0;
}
table {
  font-size: 1em;
}

/*
** Page layout blocks / IDs
*/
#header img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#navlist {
  text-align:center;
  background: rgba(255, 255, 255, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main {
  width: 80%;
}
#header .title {
  padding-top: .75em;
}
#subnavlist {
  font-size: 0.8em;
}
#sidebarleft #sidebarright {
	padding: 0px;
}
#topcenter {
	padding: 25px;
	text-align: center;
}
#topcenter .block {
	width: 100%;
}
ul.links li {
  border-left: 1px solid #FF9933; /* LTR */
}
ul.links li.first {
  border: none;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.tundra .dijitTitlePaneTitle {
  /*background: #FFFFCC;
  border: solid 1px #FF9933;*/
  background: #F5D0A9;
  border: solid 2px #FE9A2E;
  font-size: 1.1em;
  font-style: oblique;
  padding: 0.5em;
}
.node .submitted {
  color: #7c7c7c;
  font-size: 0.9em;
  float: left; /* LTR */
  padding: 0.5em 0em 0.5em 1em; /* LTR */
}
.node .taxonomy {
  color: #7c7c7c;
  font-size: 0.9em;
  float: right; /* LTR */
}
.node .content {
  clear: both;
  padding-left: 1em; /* LTR */
}
.node .links {
  padding: 1em 0 1em 0.2em; /* LTR */
}
.comment {
  border: solid 1px #FF9933;
  margin: 0.5em 0;
  padding: 0.5em;
}
.block {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.block .content {
  border: solid 1px #FF9933;
  border-top: none;
  margin: 0;
  padding: 5px;
}
.block h2.title {
  margin: 0;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}

div.admin-panel .body {
  background: #f4f4f4;
}

div.admin-panel h3 {
  background-color: #888;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style-image: url(bullet.png);
}
.path, .path a, .path a:visited {
  color: #888;
}

.views-field {
	padding: 15px;
}
