/* Custom CSS for rssowl.org
Original version by: Negen (negen.altervista.org)
Modified for rssowl.org by: Tobias Eichert (tobias@rssowl.org)

You may use parts of this CSS code for your own site. It is _not_ allowed to adapt
rssowl.org specific images and colors, i.e. the unique combination of colors.

Feel free to contact me if you have any questions.

*/

/* HTML elements */

body {
  margin: 2em 3em;
  padding: 0;
  color: #333;
  font-family: Verdana, Helvetica, sans-serif;
  text-align:center;
  line-height: 120%;
  font-size: 75%;
  background-color: #888;
}

#body_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
		text-align:left;
   background: #888 url("./img/shadow_page.gif") top center repeat-y;
}

#page {
  border: 1px #000 solid;
	width: 750px;
	margin: 0 auto 0 auto;
	text-align:left;
	background-color: #666;
}



#shadow_top , #shadow_bottom {
	background: url("./img/shadow_top.gif") bottom left no-repeat;
	margin: 0 auto 0 auto;
	width: 784px;
	height:20px;
}

#shadow_bottom {
  background: url("./img/shadow_bottom.gif") top left no-repeat;
}

tr.dark td, tr.light td {
  padding: 0.2em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  font-weight: normal;
}
a:link {
  color: #6C79BB;
}
a:visited {
  color: #6C79BB;
}
a:hover {
  color: #6C79BB;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

#main table {
  width: 95%;
	padding: 0; margin: 0;
}

#main table tr td , #main table tr{
	padding:0.2em 0 0.2em 0; margin:0;
  font-size: 0.9em;
}
#main table tr td {
  font-size: 0.9em;
  width: 97%;
}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
	font-size: 0.9em;
	padding-left: 15px;
	background: url("./img/post2.gif") top left no-repeat;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/



#header, #content {
  width:750px;
}
#header {
  margin-bottom: 0px;
  background-color: #999;
  /* background: url("./img/primary_top.gif") top left repeat-x; */
}

#content {
	background-color: #fff;
}

#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em;
  border: 0px;
}
#menu {
  padding: 0.3em 0.5em 0 0.5em;
  border-top: 1px #666 solid;
  font-family: "Trebuchet MS", Helvetica, sans-serif;

	text-align: right;
}
#primary {
  font-size: .9em;
  padding: 0.1em 0.8em 0.1em 0;
  color: #8cf;
}
#primary a:hover {
  color: #fff;
	margin: 20px 2px 0px 2px;
	padding: 5px;
}
#primary a {
  font-weight: bold;
  color: #fff;
	margin: 20px 2px 0px 2px;
	padding: 5px;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #ddd;
}
#secondary a {
  font-weight: bold;
  color: #fff;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0.2em 0.5em 0 0.2em;
  margin: 0.3em 0 0.7em 0;
}
#search .form-submit {
  height: 1.5em;
}

#search {
  margin: 0.8em 0 0 0;
}

#mission {
  background-color: #FFA235;
  padding: 1em ;
	border-top: 1px #999 solid;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #f00;
  font-weight: normal;
}
.site-name {
  margin: 1em ;
  padding: 0em;
  font-size: 1.2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #ccc;
  text-decoration: none;

}
.site-slogan {
  padding-top: 1.2em;
  color: #eee;
  display: block;
  margin: 1em;
  font-weight: normal;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 1em;

}

#main > .title {
  font-size: 1.6em;
}


#mission, .node .content, .comment .content {
  line-height: 1.4em;
}

.comment {
   background: url("./img/comment_title.gif") top left no-repeat;
 	 margin-left: 1em;
}

.comment .content {
  font-size : 0.9em;
	color: #000;
	padding-left: 15px;
}
#main .box
{
  margin-left: 20px;

}

#main textarea , #main .form-item{ width: 90%;}

.comment .title {
   background: url("./img/login.gif") left no-repeat;
	 padding-left: 20px;
   margin-top: 10px;
	 font-size: 0.98em;
	 border-bottom:none;
	 margin-left:15px;
}
.comment .links { 	background:none; padding-left: 15px;}
.comment .submitted { 	 padding-left: 15px; }


#sidebar-right ul li {
  list-style-image: url("./img/item4.gif");
}

.node .content ul li {
  list-style-image: url("./img/item2.gif");
  margin-left: 3px;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
  margin-top: .4em;
	font-size: 0.9em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-right {
  font-family: Tahoma, Helvetica, sans-serif;
  background-color: #EDEDED;
  font-size: 0.9em;
  border-left: 1px #999 solid;
  padding:0.5em;
  vertical-align: top;
  /* border-right: 1px #000 solid; */
  width: 150px;

}

#sidebar-right .block .title {
  font-weight: bold;
  font-size: 0.98em;
  color: #333;
  border-bottom: 1px #999 solid;
  padding: 2em 0 0.5em 1em;
}

#sidebar-right img {
	border: 0px;
}

.sidelinks {
	margin-top: 1em;
	line-height: 140%;
	text-align: center;
}

.menu {
  padding:0;
  margin:0;
}
.menu a {
	margin: 0;
}

.contrib {
	border: 1px solid #ccc;
	background-color: #F6F6F6;
	padding: 1em;
	width: 130px;
}

.contrib td {
	text-align: center;
}

.contrib img {
	margin-top: 3px;
}

.sponsors {
	padding: 1em 1em 0em 1em;
	text-align: left;
}

.sponsorsnarrow {
	padding: 1em 0.3em 0em 1em;
	text-align: left;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.sponsors td {
	text-align: center;
}

.sponsors img {
	margin-top: 3px;
}

.login {
	border: 1px solid #ccc;
	background-color: #F6F6F6;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
	width: 130px;
	margin-bottom: 1.5em;
}

.blockbox {
	border: 1px solid #ccc;
	background-color: #F6F6F6;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
	width: 130px;
	margin-bottom: 1.2em;
	text-align: center;
}

.blockbox .content {
	line-height: 1.5em;
}

.content img {
	padding: 5px;
}

.upline {
	text-align: center;
}

.feature {
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}

#shotmatrix {
	text-align: center;
}

#shotmatrix .shot {
	float: left;
	margin: 0 11px 15px 0;
	padding: 6px;
}

.faqentry {
	font-weight: bold;
	color: #B2C458;
}

.feature img.thumb {
	float: left;
	margin-right: 20px;
	margin-bottom:10px;
	padding: 5px;
	border: 1px solid #cccccc;
}

#main img.more {
	margin-right: 5px;
}

#footer {
  background-color: #eee;
  padding: 1em;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: x-small;
  line-height: 100%;
	border-top: 1px #ccc solid;
}

/*
** 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: normal;
  font-size: 1.2em;
	color: #A2B34D;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
	font-family: "Trebuchet MS" , "Arial Unicode MS", Helvetica, sans-serif;
}



.submitted {
  color: #777;
  font-size: 0.8em;
	margin: 0.2em 0 1em 0;
	padding-bottom: 0.5em;
  /* padding-left: 15px;
	 background:   url("./img/about.gif") top left no-repeat; */
	border-bottom: 1px #ccc solid;
}
.user-login-block{
  text-align: left;
}

.links {
  color: #999;
}

.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  /* border-bottom: 1px solid #bbb; */
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
	/* background-color: #eee; */
	padding: 0.2em 0 0.2em 0.2em;
	border-bottom-color: #bbb;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .9em 0 .9em 0;
	padding: 0.5em;
}

.node .title a:hover {
  text-decoration:none;
	color: #BDC85F;
}


.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .2em 0 .2em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.9em;
  margin: 1.5em 1.5em .5em 0;
  padding-left: 15px;
	background:url("./img/folder2.gif") top left no-repeat;

}

.node img {
  margin: 0em;
  padding: 0px;
  border: none;
}

.node .picture {
	padding: 0px;
	float:right;
	border: none;
}

.node .picture img {border:none;}


.comment {
 padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

.comment .submitted {
  border:none;
}

/*
** 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 #abc;
  padding: .5em;
  margin: 1em 0em 1em 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;
}

cite , quote , add{
  margin: 10px  0 10px 15px;
  border: 1px #ddd solid;
	display: block;
	clear: both;
	width: 90%;
	background: transparent url("./img/cite2.gif") top left no-repeat;
	padding: 30px 8px;
}

.site_map .name {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}

.site_map .description {
  font-size: 0.9em;
	margin-bottom: 1em;
}
.site_map .tree .level-1 a{
  font-size: 1.2em;
  font-weight: bold;
}

 .site_map .tree .level0 .level1 a{
  font-size: 1em;
  font-weight: normal;
	margin: 1em 0;
}

.site_map .tree .level1 .level2 a{
  font-size: 0.9em;
	font-weight: normal;
	margin: 1em 0;
}

.weblink-term {
 margin-top: 1em;
}

.weblink-term , .weblink-term a{
  font-weight: bold;
	line-height:1.3em;
}

.weblink-subterm a{
  font-weight: normal;
	line-height:1.3em;
}

.weblink-meta .item-list
{ border-bottom: 1px #ccc solid;}

.weblink-page dl dt{
  margin-top: 1em;
	font-weight:bold;
}

#alpha-index-char-list {
  border-bottom: 1px #ccc solid;
	margin-bottom: 1em;
	padding-bottom: 0.8em;
  line-height: 2em;
}
#alpha-index-char-list .selected {
  padding: 0.3em ;
	margin: 0.3em;
	border:1px #ccc solid;
	font-weight:bold;
	font-size:1.2em;
}

.alpha-index-list {
  line-height: 1.5em;
}

#tracker table tr {
 background-color: #fff;
 border:none;
 border-bottom: 1px #ccc dotted;
 font-size: 0.9em;
 line-height:1.6em;
}

#tracker table tr:hover {
  background-color: #eee;
}

add {
	background: #fff url("./img/add.gif") top left no-repeat;
	border-color: #FFCF0F;
	color: #aaa;
}

/* add {
  padding: 0 0 1em 2.5em;
  color: #bbb;
	background: #fff url("./img/add.gif") center left no-repeat;
	border-top: 1px #bbb dotted;
	border-bottom: 1px #bbb dotted;
	display: block;
} */

input , input[type="text"] , input[type="submit"] , select , input[type="password"] ,
input[type="file"] , select , textarea {
  border: none;
	border: 1px #999 solid;
}

input[type="submit"] {
	font-size: 0.9em;
}

input[type="text"] , input[type="submit"] ,  input[type="password"] ,
input[type="file"]{
  background: transparent url("./img/sec_back2.png") top left repeat-x;
}

.trip-search-form input.form-submit {
  margin-bottom: 1em;
}
.trip-search-more-link {
  font-weight: bold;
  font-style: italic;
}

/* follow */

#block-user-0 .title {
	display: none;
}