/* $Id: style.css,v 1.7 2005/03/05 14:34:39 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin: 2em 3em;
  padding: 0;
  color: #333;
  font: 75% Trebuchet MS, Verdana, Helvetica, sans-serif;
	text-align:left;
   background: #888 url("../images/shadow_page.gif");
}

#body_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align:left;

}

/* custom styles */

#appform table{
	width: 405px;
}

#appform table h2{
	background: #ccc;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

#appform table .label{
	text-align: right;
	width: 50%;
	padding-right: 5px;
	vertical-align: top;
}

#appform table .label label{
	font-weight: bold;
}

#appform table .field{
	text-align: left;
	width: 50%;
	padding-left: 5px;
}

#appform table .field50{
	width: 50px;
}

#appform table .field150{
	width: 150px;
}




.info, .links {
  font-size: 76%;
}



#page {
  border: 5px #ffffff solid;

	width: 90%;
	margin: 0 auto 0 auto;
		text-align:left;
	background-color: #ffffff;
}



.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 5px 5px 5px !important;
  margin: 10px 5px 5px 5px;
  }



.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -4px 4px 4px -4px;
  padding-bottom: 20px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  }








tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;

}
a:link {
  color: #ee0000;
}
a:visited {
  color: #bb0000;
}
a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
        width: 100%;
        height: 85px;
}
#header {
  height: 130px;
  /* background-image:  url('/dpl/images/Wide_header.jpg');  */
  background-image:  url('../images/Wide_header.jpg'); 
  background-position: 50% 50%;
}


#logo {
  vertical-align: middle;
}


#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}


#primary {
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 border-left: 0px solid;
 border-right: 0px solid;
 border-bottom: 0px solid; 
 font-size: 11px;
 font-weight: bold;
 background: #990000 url("../images/sec_back2.png") top left repeat-x;
 padding:9px 9px 8px 2px;
	vertical-align: bottom;
}
#primary img {
 	vertical-align:middle;
        padding:1px 2px 3px 2px;
}

#primary a:hover {
	background-color: #fff;
 	text-decoration:none;
	border-top: 3px #F1DD00 solid;
}
#primary a {
  	color: #333;
	padding:9px 9px 8px 2px;
	border-right: 1px #ccc solid;
 	vertical-align:bottom;
}




#nav {
	width: 100%;
	background: #990000;
	border-bottom: 1px #CCCCCC solid;

}


#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}


/* Forms */
.textarea, .form-text, .form-password {
width: 95%;
}





#mission {
padding: 1em ;
border: 1px #999 dotted;
color: #333333;
background: #F6DB3C;
}

#mission a, #mission a:visited {
color: #f00;
font-weight: normal;
}



.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 6em 0em 0em 8em;
  font-style: italic;
  font-weight: bold;
}

site-slogan.h1 { 
color: #ff0000;
font-size: 2em;

 }

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  background-color: #ffffff;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-right {
  border-left: 1px #CCCCCC;
   background: #F3FBC9 url("../images/sidebar_back.gif") top left no-repeat;
  width: 8em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  padding-top: 5px;
  vertical-align: top;
}

#sidebar-left, #sidebar-right #title {
font-size: 0.96em;
vertical-align: top;
width:160px;
color: #333;
border-bottom: solid 1px #ddd;
}


#sidebar-left {
  border-right: 1px #CCCCCC;
  background: #eee url("../images/sidebar_left_back.gif") top right no-repeat;
  width: 9em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  padding-top: 5px;
  vertical-align: top;
}



#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.1em;
  color: #000000;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}

.block, .box {
  padding: 0 0 1.5em 0;
}
.block {

  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.maintitle {
  font-size: 1.2em;
  border-bottom: solid 1px #ddd;
  font-weight: bold;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #ffffff;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 2em 0em 2em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

#promodiv { 
 background-image: url('../images/road.jpg');
 background-position: center;
 height: 386px;
    color: white;
    font-size: 110%;
    padding-left-value: 5%;
    padding-top: 0%;
    text-align: center;
    font-weight: bold;
}

#promodiv a:link, #promodiv a:visited
{ 
    display: block;
    color: white;
    width: 100%;
    height: 100%;
  }
  
#footer p{
	display: inline;
}