/*
Theme Name: dialogdirect
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: dialogdirect
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 dialogdirect is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);

body {
    color: #666; 
    font-family: Roboto, Neue Helvetica, Arial;
    font-size: 14px;
    line-height: 1.5em;
}

a {
    color: #0269b2;
}

p {
}

h1{
    font-size: 24px;
    color: #0eb2b2;
}

h2{
    font-size: 15px;
}

h3{
    font-size: 14px;
}

h4{
    font-size: 13px;
}

h5{
    font-size: 12px;
}

h6{
    font-size: 11px;
}

#wrapper {
    margin: 0 auto;
    width: 900px;
}

#header_wrapper {
    height: 130px;
    background-image: url("images/dialogdirect.png");
    background-repeat: no-repeat;
	background-position-y: 3px;
}

#search {
    float: right;
    padding-top:30px;
}

#main_nav {
    float: right;
    overflow:auto;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

#mini_nav {
    width: 900px;
    height: 30px;
    padding-top: 10px;
    font-size: 13px;
}

#content_wrapper {
    height: auto;
    min-height: 400px;
}

#content {
}

#footer {
    font-size: 13px;
    color: #666666;
    width: 900px;
    height: 40px;
    border-bottom: 1px dotted #c0c0c0;
}

#content-thumbnail {
    float:left;
    width: 450px;
}

#content-post {
    float:left;
    width: 420px;
    margin: 0 0 0  30px;
}

/**********/

#search {
    height: 30px;
}

#search input.search-submit {
    background-image: url("images/hi_suche.png");
    background-repeat: none;
    border: none;
    background-size: 23px;
    color:transparent;
    width: 23px;
    height: 23px;
    cursor:pointer;
}

#main_nav ul{
    list-style-type: none;
    margin: 0px;
}

#main_nav ul li{
    float: left;
}

#main_nav ul li a {
    font-style: italic;
    border-right: 2px solid #FFFFFF;
    color: #666666;
    display: block;
    font-weight: bold;    
    line-height: 29px;
    margin: 0;
    padding: 0 21px 0 21px;
    text-decoration: none;
}

#main_nav ul li a:hover {
    color: #000;
    cursor: pointer;
}

#mini_nav ul {
    margin:0;
    padding: 0;
    float: right;
}

#mini_nav ul li {
    float: left;
    list-style-type: none;
    line-height: 1.2em;
}

#mini_nav ul li a {
     background-image: url("images/hi_mehr.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    font-weight: bold;
    margin: 0 4px 0 75px;
    padding: 0 0 5px 26px;
    text-decoration: none;
}

#mini_nav ul li a:hover {
    color: #000;
    cursor: pointer;
}

#footer_nav {
    text-transform: uppercase;
    float: right;
}

#footer_nav ul {
    margin: 0;
    padding: 0;
}

#footer_nav ul li {
    float: left;
    list-style-type: none;
    padding-left: 10px;
}

#footer_nav ul li a {
    text-decoration: none;
    color: #666;
}

#footer_nav ul li a:hover{
    color: #000;
    cursor: pointer;
}

#footer_content{
    float: left;
    padding-top: 18px;
}

#footer a {
    text-decoration: underline; 
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {

}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
