/*  Theme Name: NB-Theme Gamma inspired by iThemeTheme URI: http://neue-bodenstaendigkeit.de & http://www.ndesign-studio.comDescription: WordPress theme inspired by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.Version: 1.0Author: Mathias Richel & Nick LaAuthor URI: http://neue-bodenstaendigkeit.de & http://www.ndesign-studio.com/	This theme was designed and built by Nick La & Mathias Richel.	The CSS, XHTML and design is released under Creative Commons Attribution 2.5:	http://creativecommons.org/licenses/by/2.5/		To use this theme, a link back to "http://www.ndesign-studio.com" must be provided. You are free to:	- use this theme for personal or commercial projects	- modify, translate, or distribute*/
body {
    background: #FFF;
    font: 75%/170% "Helvetica", Arial, sans-serif;
    padding: 0;
    margin: 0;
    color: #333
    }
a {
    color: #7090c0;
    text-decoration: none
    }
a:hover {
    text-decoration: none
    }
p {
    margin: 0 0 15px
    }
img {
    border: none
    }
ul {
    margin: 5px 0 15px;
    padding-left: 20px
    }
ul li {
    margin: 0
    }
ol {
    margin: 5px 0 15px;
    padding-left: 20px
    }
ul li {
    margin: 0
    }
form {
    margin: 0;
    padding: 0
    }
small {
    font-size: 90%
    }
#page {
    background-color: #FFF;
    border: 0 solid #FFF;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 800px
    }
#wrapper {
    width: 770px;
    margin: 0 auto;
    position: relative
    }
/* ------------------------------------- header area  */
#header {
    height: 120px
    }
/* site title */
h1 {
    position: absolute;
    top: 40px;
    left: 25px;
    color: #7090c0;
    margin: 0;
    padding: 0;
    font: normal 30px/100% "Helvetica", Arial, sans-serif
    }
h1 a, h1 a:visited {
    color: #7090c0;
    text-decoration: none
    }
h1 a:hover {
    color: #7090c0;
    text-decoration: none
    }
.description {
    position: absolute;
    top: 77px;
    left: 25px;
    color: #666;
    font: 12px "Helvetica", Arial, sans-serif
    }
/* search form */
#searchform {
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/searchform-bg.png) no-repeat right bottom;
    height: 37px;
    width: 210px
    }
#searchform #s {
    background: #fff url(images/form-field-bg.gif) no-repeat;
    height: 17px;
    width: 148px;
    margin: 6px 5px 0 10px;
    padding: 3px 7px 2px 5px;
    color: #7090c0;
    border: 1px
    }
#searchform #searchsubmit {
    background: url(images/search-btn.png) no-repeat left top;
    height: 24px;
    width: 24px;
    border: none;
    text-indent: -999%;
    line-height: 1px;
    margin-top: 6px
    }
/* ------------------------------------- main content area  */
#left-col {
    width: 545px;
    float: left;
    margin-top: 0
    }
/* main menu */
#nav {
    background: #fff;
    height: 26px
    }
#nav ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
    font: bold 12px/100% Arial, Helvetica, sans-serif
    }
#nav ul li {
    margin: 0 1px 0 0;
    padding: 0;
    float: left
    }
#nav ul li a {
    padding: 5px 7px 6px 7px;
    text-decoration: none;
    color: #000;
    display: block
    }
#nav li a:visited {
    text-decoration: none;
    color: #000
    }
#nav li a:hover, #nav .current_page_item a {
    text-decoration: none;
    background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
    color: #fff
    }
/* sub menu */
#subnav {
    background: #ecebeb
    }
#subnav ul {
    margin: 0;
    padding: 3px 0 18px 5px;
    list-style: none;
    font: 11px/100% Arial, Helvetica, sans-serif
    }
#subnav li {
    border-right: 1px solid #D8D8D8;
    padding: 0 7px;
    margin: 0;
    float: left
    }
#subnav li a, #subnav li a:visited, #subnav .page_item {
    text-decoration: none;
    color: #333
    }
#subnav .current_page_item a, #subnav .current_page_item a:visited {
    color: #3b9acc
    }
#subnav li a:hover {
    text-decoration: none;
    color: #3b9acc
    }
/* content */
#content {
    padding: 0 0 -25px -25px;
    background: #fff;
    clear: both;
    overflow: hidden
    }
.post {
    padding: 0 0 10px 40px;
    background: #FFF;
    clear: both;
    overflow: hidden
    }
.postdata {
    font-size: 90%;
    color: #7090c0
    }
.mini-add-comment {
    background: url(images/mini-down-arrow.gif) no-repeat left center;
    padding-left: 12px
    }
.entry {
    padding: 10px 0 5px;
    clear: both
    }
/* post title */
h2 {
    color: #7090c0;
    margin: 0;
    padding-bottom: 4px;
    font: normal 150%/100% "Helvetica", Arial, sans-serif
    }
h2 a, h2 a:visited {
    color: #7090c0;
    text-decoration: none
    }
h2 a:hover {
    color: #7090c0;
    text-decoration: none
    }
h3 {
    color: #7090c0;
    margin: 5px 0 5px;
    font: bold 110%/110% "Helvetica", Arial, sans-serif
    }
/* next & previous page navigation */
.page-nav {
    clear: both;
    background: url(images/navigation-bg.gif) no-repeat left center;
    height: 21px
    }
.page-nav a, .page-nav a:visited {
    color: #fff;
    text-decoration: none
    }
.page-nav a:hover {
    color: #7090c0;
    text-decoration: none
    }
.previous-entries a {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    background: url(images/navigation-left.gif) no-repeat left center
    }
.next-entries a {
    float: right;
    padding-right: 10px;
    margin-right: 10px;
    background: url(images/navigation-right.gif) no-repeat right center
    }
/* next & previous post navigation */
.post-nav {
    clear: both;
    padding-bottom: 35px;
    margin-top: -15px;
    font-size: 95%
    }
.post-nav a, .post-nav a:visited {
    color: #7090c0;
    text-decoration: none
    }
.post-nav a:hover {
    color: #000;
    text-decoration: none
    }
.post-nav .previous a {
    float: left;
    padding-left: 20px;
    background: url(images/post-nav-previous.gif) no-repeat left center
    }
.post-nav .next a {
    float: right;
    padding-right: 20px;
    text-align: right;
    background: url(images/post-nav-next.gif) no-repeat right center
    }
/* ------------------------------------- comment area  */
h3#comments {
    background: url(images/comments.gif) no-repeat;
    padding-left: 22px;
    font: normal 140%/120% "Helvetica", Arial, sans-serif;
    clear: both
    }
h3#respond {
    background: url(images/respond.gif) no-repeat;
    padding-left: 22px;
    font: normal 140%/120% "Helvetica", Arial, sans-serif;
    margin: 20px 0 0;
    clear: both
    }
/* commentform */
#commentform {
    margin-top: 10px
    }
#commentform label {
    font-weight: bold;
    color: #7090c0;
    font-size: 100%;
    padding-left: 5px
    }
#commentform small {
    color: #7090c0;
    font-size: 90%
    }
#commentform input {
    font: 110% "Helvetica", Arial, sans-serif;
    width: 220px;
    padding: 5px 3px 3px 7px;
    background: url(images/form-field-bg.gif) no-repeat;
    border-top: 1px solid #7090c0;
    border-right: 1px solid #7090c0;
    border-bottom: 1px solid #7090c0;
    border-left: 1px solid #7090c0
    }
#commentform textarea {
    font: 110% "Helvetica", Arial, sans-serif;
    width: 450px;
    height: 140px;
    background: url(images/form-field-bg.gif) no-repeat;
    border: solid 1px #7090c0;
    padding: 5px 3px 3px 7px
    }
#commentform #submit {
    font: 12px/100% "Helvetica", Arial, sans-serif;
    color: #000;
    background: url(images/submit-btn.gif) no-repeat top left;
    border: none;
    width: 105px;
    height: 25px;
    padding-bottom: 6px;
    margin-left: 300px
    }
#commentform #submit:hover {
    background: url(images/submit-btn.gif) no-repeat bottom left
    }
#commentform textarea:focus, #commentform input[type="text"]:focus {
    border: solid 1px #7090c0
    }
/* comment list */
.commentlist {
    margin: 10px auto;
    padding-left: 20px;
    line-height: 130%;
    width: 90%
    }
.commentlist li {
    padding: 0 0 0 0;
    border-left: 1px solid #7090c0
    }
.commentlist .alt {
    border-left: 1px solid #7090c0
    }
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
    font-weight: bold;
    font-style: normal;
    font-size: 110%;
    color: #7090c0
    }
.commentlist small {
    margin-bottom: 5px;
    display: block;
    font-size: 87%
    }
.commentlist small a, .commentlist small a:visited {
    color: #7090c0
    }
/* ------------------------------------- footer area  */
#footer {
    background: url(images/content-bottom-bg.png) no-repeat;
    padding: 10px 0 0 10px;
    font-size: 87%;
    color: #7090c0
    }
#footer a, #footer a:visited {
    text-decoration: none;
    color: #000
    }
#footer a:hover {
    text-decoration: none
    }
/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
    float: right;
    width: 210px;
    color: #666;
    line-height: 160%
    }
#sidebar p {
    margin: 0 0 15px
    }
#sidebar h3 {
    font: bold 12px/100% Arial, Helvetica, sans-serif;
    color: #666
    }
#sidebar h3 a, #sidebar h3 a:visited {
    color: #666
    }
#sidebar h3 img {
    vertical-align: middle
    }
#sidebar a, #sidebar a:visited {
    color: #000;
    text-decoration: none
    }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
    text-decoration: underline
    }
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
#sidebar ul li {
    background: url(images/bullet-orange.gif) no-repeat;
    padding-left: 18px
    }
#sidebar ul li ul li {
    background: url(images/bullet-grey.gif) no-repeat;
    padding-left: 12px
    }
/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
    background: #fff
    }
/* recent comments widget */
#recent-comments ul li {
    background: #fff
    }
/* category widget */
#categories ul li {
    background: #fff
    }
/* recent posts widget */
#recent-posts ul li {
    background: #fff
    }
/* links widget */
#links ul li {
    background: #fff
    }
/* meta */
#meta .rss {
    background: #fff
    }
#meta .login {
    background: #fff
    }
#meta .check {
    background: #fff
    }
#meta .wordpress {
    background: #fff
    }
/* calendar */
#calendar table {
    margin: 0 auto
    }
#calendar td {
    padding: 0 4px
    }
/* alignments */
.center {
    text-align: center
    }
img.center, img[align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.left {
    float: left
    }
img.left, img[align="left"] {
    float: left;
    margin: 2px 10px 5px 0
    }
.right {
    float: right
    }
img.right, img[align="right"] {
    float: right;
    margin: 2px 0 5px 10px
    }
.clear {
    clear: both
    }
hr.clear {
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0
    }
.hidden {
    clear: both;
    visibility: hidden
    }