/*
Theme Name: Dynamic-Vision
Theme URI: http://benediktrb.de
Description: Dynamic-Vision Theme
Version: 1.0
Author: Marcel Kliemannel / Benedikt Rieke-Benninghaus
Author URI: http://benediktrb.de
Modified by: Núria Macià
*/

/***** CONTAINTERS *****/

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

body {
    width: 1024px;
    background: #f4f4f4 url(images/bg.gif) top center repeat-y;
    color: #000;
    font: 0.75em/120% "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#wrap {
    width: 1024px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    margin: 0 auto;
    text-align: left;
}

#inhalt {
    background-color: #fffff;
}

#content {
    background: #fff;
    font-size: 1.1em;
    float: left;
    padding: 3em;
    width: 650px;
    text-align: justify;
}

#content img {
    padding-right: 15px;
}

#contentbox {
    width: 1024px;
    border-top: 1px dotted #999;
    margin: 0;
    padding: 4px;
}

#kategorien {
    float: left;
    width: 250px;
}

#archive {
    margin-left: 20px;
    float: left;
    width: 250px;
}

#sidebar {
    background: #fff;
    font-size: 1.1em;
    font-weight: bold;
    float: right;
    width: 240px;
    padding: 3em 0 0 0px;
}

#header {
    position: absolute;
    top: 10px;
    width: 1024px; 
    margin: 0;
    padding: 0;
    background: #fff url(./images/logo_bg.gif) repeat-x top left;
    height: 55px;
    line-height: 55px;
}

#headerpicture_home { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_home.jpg) repeat-x top left;
}

#headerpicture_research { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_research.jpg) repeat-x top left;
}

#headerpicture_members { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_members.jpg) repeat-x top left;
}

#headerpicture_publications { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_publications.jpg) repeat-x top left;
}

#headerpicture_projects { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_research.jpg) repeat-x top left;
}

#headerpicture_links { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_links.jpg) repeat-x top left;
}

#headerpicture_education { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_education.jpg) repeat-x top left;
}

#headerpicture_news { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_news.jpg) repeat-x top left;
}

#headerpicture_contact { 
    width: 1024px; margin: 0; padding: 0; height: 215px; line-height: 200px;
    background: #fff url(./images/header_contact.jpg) repeat-x top left;
}

#menu {
    width: 1024px;
    height: 25px;
    line-height: 15px;
    margin: 0 auto; 
    padding: 0;
    background: #fff url(./images/menu_bg.gif) repeat-x top left;
    float: right;
}

#footer {
    width: 1024px;
    clear: both;
    background: #010101 url(./images/footer_bg.gif) repeat-x top left;
    color: #fff;
    font-size: 0.9em;
}


/***** HEADERS *****/

h1, h2, h3 {
    font-weight: normal;
    margin: 0;
}

#header h1 {
    float: left;
    margin-left: 1.5em;
    height: 55px;
}

#header h1 a {
    color: #000;
}

.entrytitle h2 {
    background : url(images/trennung.gif) no-repeat bottom left;
    font-size: 1.4em;
}

.entrytitle h2 a {
   color: #000;
}

.entrytitle h2 a:hover {
   color: #DF0101;
}

#sidebar h3 {
    color: #000;
    font-size: 1.5em; 
    margin: 2px;
    font-weight: bold;
}


/***** ENTRIES *****/

.entry {
    margin-bottom: 3em;
}

.entry p {
    padding: 4px;
}

.entry ul {
    list-style-type: square;
    padding: 4px;
}

.entry li {
    list-style: square;
    padding-left: 4px;
    margin-top: 2px;
    display: block;
}

.entry code {
    padding: 4px;
    background: #fffff;
    color:#6F6F6F;
}

.entry h3 {
    padding: 2px;
    margin: 2px;
    font-weight: bold;
    font-size: 1.2em;
}

.postinfo {
    border-top: 1px dotted #ccc;
    font-size: 0.7em;
}

.entrybody {
    margin-top: 12px;
}

.entrybody img {
   padding-right: 15px;
}

.entrybody a {
   color: #DF0101;
   margin-top: 12px;
}

.entrymeta {
    margin-top: 12px;
    color: #000;
    font-size: 1em;
}

.author {
    font-weight: bold;
    color: #DF0101;
}

.comments {
    padding-left: 20px;
    background: #fff url(./images/comments.gif) no-repeat;
    font-weight: bold;
}

.postmetadata {
    background-color: #F0F0F0;
    border: 1px solid #E1E1E1;
    padding: 0.5em;
    color: #000;
    margin-top: 30px;
}

#content blockquote {
    margin: 20px;
    padding: 1px 10px 1px 70px;
    background: transparent url( images/quote.png ) top left no-repeat;
}


/***** CONTENT BOXES *****/

#archive, #kategorien ul {
    list-style-type: none;
}

#kategorien li, #archive li {
    display: block;
    font-size: 0.9em;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

#kategorien li a, #archive li a, #kategorien li a:visited, #archive li a:visited {
    display: block;
    text-decoration: none;
    padding: 3px 5px 3px 10px;
    height: 17px;
}

#kategorien li a:hover, #archive li a:hover, #kategorien li a:active, #archive li a:active {
    background: #2F2C2C;
    color: #fff;
}

#archive h2, #kategorien h2 {
    font-weight: bold;
    font-size: 1.2em;
}


/***** SIDEBARS *****/

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 20px;
}

#sidebar ul li {
    padding 0px;
}


/***** FOOTER *****/

#footer_container {
    width: 850px;
    margin: 15px auto;
}

#lastthreads {
    float: left;
    width: 350px
}

#lastthreads ul {
    list-style-type: none;
    padding: 8px;
}

#lastcomments ul {
    list-style-type: none;
    padding: 8px;
}

#lastthreads li {
    font-size: 1.2em;
}

#lastcomments li {
    font-size: 1em;
}

#lastthreads li, #lastcomments li {
    display: block;
    text-align: left;
    text-decoration: none;
    padding-left: 30px;
    margin-bottom: 6px;
}

#lastthreads li {
    background:transparent url(./images/green_arrow.gif) 2px center no-repeat;
}

#lastcomments li {
    background:transparent url(./images/orange_arrow.gif) 2px center no-repeat;
}

#lastthreads li a, #lastthreads li a:hover, #lastthreads li a:visited, #lastcomments li a, #lastcomments li a:hover, 

#lastcomments li a:visited {
   color: #fff;
}

.last_author {
    color: #FF2BD5;
}

#lastcomments {
   float: right;
   width: 400px;
}

#lastthreads h2, #lastcomments h2 {
    font-weight: bold;
    font-size: 1.4em;
}

.copy a, .copy a:visited { 
    color: #FF2BD5;
}

.copy, .copy a:link {
    margin-top: 25px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


/***** COMMENTS *****/

.commentsblock {
    margin: 0;
    padding: 0;
}

.commentauthor {
    display: block;
    font-size: 1.5em;
}

ol.commentlist {
    color: #000;
    font-size: 0.9em;
    list-style-type: none;
    margin: 0;
    margin-top: 1.5em;
    padding:0;
}

.commentlist li {
    padding:0.5em;
}

.alt {
    background-color: #EEEEEE;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    padding: 0.8em;
    color: #000;
}

.normal {
    padding: 0.8em;
    color: #000;
}

h3#comments {
    font-size: 1.3em;
}

h3#respond {
    font-size: 1.3em;
    margin-top: 30px;
}

.countcomment {
    color: #000;
}

.commentmetadata {
    font-size: 0.9em;
}

.gravatar {
    float: left;
    border: 1px solid #000;
    margin-right: 5px;
    margin-top: 5px;
    width: 36px;
    height: 36px;
}


/***** HEADER LINES *****/

#menu ul {
    list-style-type: none;
    float: right
}

#menu li {
    margin-right: 10px;
    display: inline;
}

#menu li a, #menu li a:visited {
    height: 25px;
    width: 100px;
    padding-top: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    float:left;
    margin-right: 5px;
}

#menu li a:hover {
 /*   background: transparent url(./images/menu_over.gif) no-repeat;*/
}

#menu li a:active{
  /*  background: transparent url(./images/menu_active.gif) no-repeat;*/
}


/***** HEADER LIST *****/

#header ul {
    list-style-type: none;
    float: right;
    margin: 0;
    margin-right: 1em;
}

#header li {
    padding: 0;
    display: inline;
}

#header li a {
    display: inline;
}


/***** MISCELLANEOUS *****/

a {
   color: #737373;
   text-decoration: none;
}

a:hover {
    color: #000;
}

.nodisplay {
    left: -5000px;
    position: absolute;
}

.bold {
    font-size: 1em;
    font-weight: bold;
} ?

.trennen {
    background: #fff url(./images/trennung.gif) no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
    margin: 0 auto;
}

input {
   border: 1px solid #939393;
   padding: 4px;
   font-size: 1.1em;
}

textarea {
   border: 1px solid #939393;
   padding: 2px;
   font-size: 1.0em;
}

