/* $Id: ubuntu-2010.css,v 1.1.2.1 2010/09/11 01:24:58 mtecknology Exp $ */

/**
 * Index:
 * 1. Body
 * 2. Header
 * 3. Subheader
 * 4. Content
 * 5. Sidebar
 * 6. Footer
 * 7. Nice Menus
 * 8. Advanced Forum
 */


/**
 * 1. Body
 */

* {
 /* color: #000000;*/
}

a {
  color: #000000;
}


body {
  color: #333333;

  background: #FFFFFF;
}

.container {
  background: #FFFFFF;
}

/**
 * 2. Header
 */

#header {
/*  background: url("../images/header.png") repeat-x scroll 0 0 #474854;*/
   background: url("../images/header.png") repeat-x scroll 0 0 #343b4a;
  /*#EF5A29 #5A6204;*/
}

#header li {
  border-left: 1px solid #F07B55;
}

#header li.last {
  border-right: 1px solid #F07B55;
}

#header li a {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #333333;
}

#header li a.active, #header li a:hover {
  background: url("../images/mainnav.png") repeat scroll 0 0 transparent;
}

#header #search {
  border: 2px solid #B73F00;
  background: #FFFFFF;
  box-shadow: inset #DFDFDF 2px 2px 2px;
  -moz-box-shadow: inset #DFDFDF 2px 2px 2px;
  -webkit-box-shadow: inset #DFDFDF 2px 2px 2px;
}

#header #search * {
  color: #E24E00;
  background: transparent;
}

/**
 * 3. Subheader
 */

#subheader {
  background: url("../images/dotted.png") repeat scroll 0 0 #FFFFFF;
}

#subheader .container {
}

#subheader .container-inside {
  background-color: #F7F7F7;
  box-shadow: #DFDFDF 0 1px 1px;
  -moz-box-shadow: #DFDFDF 0 1px 1px;
  -webkit-box-shadow: #DFDFDF 0 1px 1px;
}

#subheader .links a:focus, #subheader .links a:hover,
#subheader .links a:active, #subheader .links li.active a {
  background-color: #EFEFEF;
  color: #DD4814;
}

#subheader .form-submit {
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
}

#subheader .form-submit:hover {
  background-color:#f7f7f7;
  border: 1px solid #DD4814;
}

#subheader .form-text {
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
}

#subheader .form-text:focus {
  background-color: #F7F7F7;
  border: 1px solid #DD4814;
}

#subheader .block-search {
  float: right;
}

/* launchpad login */
#subheader #openid-launchpad-login-form input {
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background: url(../images/launchpad-logo.png) 4px 2px no-repeat;
}

/**
 * 4. Content
 */


#content {
  background: url("../images/dotted.png") repeat scroll 0 0 #FFFFFF;
}

#content .block h2 {
  color: #3D273A;
  border-bottom: dotted 1px #999999;
}

#content .block a {
  color: #111111;
}


h1 {
  color: #E24D00;
}

#center h2 a {
  color: #E24D00;
}

.submitted {
  color: #777777;
}

.comment h3 a {
  color: #3D273A;
}

.comment {
  border-left: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
}

.new {
  color: #555555;
}

.node .links a, .comment .links a {
  color: #555555;
}

.messages, .status {
  background: #F8F8F8;
  color: #444444;
}
/**
 * 5. Sidebar
 */

.sidebar .block {
  background:  #F8F8F8;
  box-shadow: #DFDFDF 0 2px 2px;
  -moz-box-shadow: #DFDFDF 0 2px 2px;
  -webkit-box-shadow: #DFDFDF 0 2px 2px;
}

/**
 * 6. Footer
 */

#footer {
  background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA;
}

#footer .block h2 {
  color: #8C3158;
}

#footer .block a {
  border-bottom: dotted 1px #999999;
}

/**
 * 7. Nice Menus
 */

/* Reset Nice Menu CSS */

ul.nice-menu, ul.nice-menu a, ul.nice-menu ul, ul.nice-menu li, ul.nice-menu-down,
ul.nice-menu-down ul, ul.nice-menu-down li, ul.nice-menu li.menuparent,
ul.nice-menu li.menuparent a, ul.nice-menu li.menuparent a:hover,
ul.nice-menu li.menuparent:hover, ul.nice-menu li.menuparent:hover a {
  background-color: transparent;
  background-image: none;
}

ul.nice-menu, ul.nice-menu ul {
  border-right: 1px solid #F07B55
}

#header ul.nice-menu li ul {
  border-right: 1px solid #F07B55
}

#header ul.nice-menu li ul li {
  background-color: #E45813;
}

#header ul.nice-menu li ul li a {
  background: none;
  background-color: #EF5A29;
}

#header ul.nice-menu li ul li a:hover {
  background-image: url("../images/mainnav.png");
}

/**
 * 8. Advanced Forums
 */


/**
 * 999. Custom Added
 */

#content .imagecache-big_thumbnail_article{
  float: right;
  margin-left: 10px;
}

#content .views-field-field-alt-title-value a{
    color: #c74400;
    font-family:'Yanone Kaffeesatz';
    font-size: 25px;
    font-style:normal;
    text-decoration:none;
    line-height: 1.1em;
    margin-bottom: 15px;
}

#content .views-field-title h2{
    color: #c74400;
    font-family:'Yanone Kaffeesatz';
    font-style:normal;
    font-size: 25px;
    text-decoration:none;
    line-height: 1.1em;
    margin-bottom: 7px;
}


#content .views-field-title h3{
    text-transform:none;
    color: #c74400;
    font-family:'Yanone Kaffeesatz';
    font-style:normal;
    font-size: 25px;
    text-decoration:none;
    line-height: 1.1em;
    margin:5px 10px 10px 10px;

}



#content .views-field-field-alt-title-value {
    color: #e24d00;
    font-family:'Yanone Kaffeesatz';
    font-style:normal;
    font-size: 35px;
    line-height: 35px;
}


#content .views-field-field-alt-title-value h3{
    text-transform:none;
    color: #c74400;
    font-family:'Yanone Kaffeesatz';
    font-style:normal;
    font-size: 25px;
    text-decoration:none;
    line-height: 1.1em;
    margin:10px;
}

#content .views-field-field-alt-title-value a{
    text-transform:none;
    color: #c74400;
    font-family:'Yanone Kaffeesatz';
    font-style:normal;
    font-size: 25px;
    text-decoration:none;
    line-height: 1.1em;
    margin:0px;
}



#content .views-field-title a {
    text-decoration:none;
    font-style:normal;
}

#content .shoutbox-msg
{
   word-wrap: break-word; /* Internet Explorer 5.5+ */
   white-space: normal; /* Firefox */
   width: 160px;
}


#content .views-fluid-grid h4{
text-transform:uppercase;
margin-top:50px;
}


/*#content .views-fluid-grid h3{
text-transform:uppercase;
}
  */
#content .view-id-overview_tiles ul{
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-icab-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding-top:15px;
padding-bottom:15px;
background-color:#f8f8f8;
background: url("../images/back.png") repeat scroll 0 0 #FFFFFF;
margin-top:5px;
}


#content .view-id-leben_in_nl ul{
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-icab-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding-top:15px;
padding-bottom:15px;
background-color:#f8f8f8;
background: url("../images/back.png") repeat scroll 0 0 #FFFFFF;
margin-top:5px;
margin-left:15px;
margin-right:15px;
}


#content .view-id-newhome ul{
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-icab-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding-top:15px;
padding-bottom:15px;
margin-bottom:15px;
/*margin-left:15px;
margin-right:15px; */
background: url("../images/back.png") repeat scroll 0 0 #FFFFFF;
background-color:white;
}


#content .view-taxonomy-term ul{
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-icab-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding-top:15px;
padding-bottom:15px;
background-color:#f8f8f8;
background: url("../images/back.png") repeat scroll 0 0 #FFFFFF;
margin-top:5px;
}



#content .field-content ul{

background: none;
background-color:#FFFFFF;
}

#content .block-views {
padding: 0px;
}
  

/*.block-taxonomy_list li{
     float: left;
     }
  */
#subheader .views-fluid-grid-item a{
color: #111;
font-weight: normal;
text-transform:uppercase;
text-decoration:none;
}

#subheader ul.views-fluid-grid-list-left { text-align: left; margin-left: 6px;}
/*#subheader ul.views-fluid-grid-list-center {margin-left: 225px;}*/


#subheader .views-fluid-grid-item {
background-color: white;
}


#subheader .view-2nd-menu-w-terms {padding-top: 6px; padding-left: 5px;}


/*
#subheader li.views-fluid-grid-item :hover{
/*padding: 0px 1px 0px 1px;*/  /*
margin: 0px 1px 0px 1px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-icab-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
  
background-color: #DDDDDD;
   
 }
 
  */

#subheader li.views-fluid-grid-item {
/*    border: 1px solid #f6f6f6;*/
border: 0px;
background: white;
}
 
 
.more-link{display: none;}

#lswitch {
position: absolute;
/*left: 1130px;
top: 19px;*/
color: transparent;
font-style: bold;
line-height: 13px;
text-align: right;
margin: 36px 0 0 838px;
}

#lswitch ul li a{color:lightgrey; padding: 0 9px 0 9px;height:10px;line-height:10px;font-size:11px;}

#lswitch li{border-left:none;}

#lswitch li.last{border-right:none;}

#content .view-id-slideshow {margin:-5px 0 5px 0;}

.views_slideshow_singleframe_pager div a img{width:92px; height:26px; padding-top: 5px;}

.frontpagelink {
text-decoration: none;
}

div#block-block-11.block.block-block {padding:0px;min-width:200px;}
div#block-block-12.block.block-block {padding:0px 0px 0px 20px ;min-width:180px;}
div#block-block-14.block.block-block .content{padding-left:5px;}
