/*
Theme Name: d'Jin Salon
Theme URI: http://robmiracle.com/
Description: Custom Theme for d'Jin Salon
Version: 0.9
Author: Rob Miracle
Tags: Single column, lime, black, page oriented

This theme is Copyright 2010 Rob Miracle and is developed soley for the use
of d'Jin Salon in Durham, NC.  All right reserved.
*/

/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* End HTML5 Reset */


@font-face {
 font-family: brankovic;
 src: url("fonts/brankovic.eot") /* EOT file for IE */
}
@font-face {
 font-family: brankovic;
 src: url("fonts/brankovic.ttf") /* TTF file for CSS3 browsers */
}


body {
    background-color: #171717;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
    background-image: url("images/black_gray_bg_tattoo_djin.png");
}

h1 {
    font-family: brankovic, arial, helvetica, sans-serif;
    font-weight: normal;
}


a {
    text-decoration: none;
}

p {
    padding-bottom: 15px;
}

.green {
    color: #4F8B12;
}

.white {
    color: #fff
}

.gray {
    color: #777;
}

.key {
    color: #A6BB3A;
}

#page_container {
    margin: 0 auto;
    width: 768px;
    background-color: #000;
}

#masthead {
    border-top: 2px solid #A6BB3A;
    border-bottom: 1px dotted #A6BB3A;
    margin: 0 auto 3px auto;
    height: 130px;
}

#masthead header {
    width: 203px;
    float: left;
    padding: 13px 25px;
}

#masthead nav {
    color: #fff;
    text-transform: uppercase;
    width: 350px;
    float: left;
    padding: 0px 50px;
}

#masthead ul {
        border-left: 1px solid #aaa;
        height: 75px;
        margin-top: 25px;
        padding-left: 90px;
        padding-top: 5px;
}

#masthead nav li {
    display: block;
    float: left;
    width: 49%;
    font-size: 0.8em;
    letter-spacing: 0.08em;
}

#masthead a {
    color: #aaa;
}

#masthead a:hover {
    color: #fff;
}

#maincontent {
    height: 289px;
    padding: 5px 0px;
    background: url(images/dJinSplash.jpg) no-repeat 0 0;
    margin: 5px 0 5px;
}

#maincontent h1 {
    color: #fff;
    font-size: 3.3em;
    text-align: right;
    text-shadow: 1px 3px 6px rgba(0,0,0,0.5);
    border-bottom: 3px solid #fff;
    margin-top: 75px;
    margin-bottom: 6px;
}

#maincontent article {
    width: 50%;
    float: right;
    line-height: 1.2;
    padding: 10px;
    font-size: 1.3em;
    display: none;
}

#maincontent p {
    color: #fff;
    font-size: 0.85em;
    text-align: right;
    text-shadow: 0px -1px 1px #000;
    letter-spacing: 0.09em;
    line-height: 1.1;
}

#maincontent a {
    color: #fff;
}

#panels {
    border-top: 1px dotted #A6BB3A;
    border-bottom: 1px dotted #A6BB3A;
    padding: 5px 0px;
    color: white;
    overflow: hidden;
}

#panels article {
    width: 256px;
    float: left;
    font-size: 0.9em;
}

#panels article p {
    padding-left: 10px;
    padding-right: 5px;
}

#panels article img {
    float: left;
    padding-left: 10px;
    padding-right: 5px;
}

#panels header {
    background-color: #333;
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
}

#panels header h2 {
    font-size: 1.3em;
    padding-left: 10px;
    padding-top: 6px;
    font-family: brankovic, arial, helvetica, sans-serif;
    font-weight: normal;
}

#panels header a {
    color: #fff;
}

#panels ul {
    list-style-position: inside;
}

#footer {
    background-color: #000;
    color: #aaa;
    font-size: 0.8em;
    margin-top: 8px;
}

#footer ul {
    list-style: none;
}

#footer li {
    float: left;
    width: 20%;
    text-align: center;
}

#footer li.copyright {
    width: 40%;
    text-align: left;
}

#footer li.sound {
    width: 20%;
    text-align: right;
    display: none;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

#secondaryfooter li {
    width: 355px;
    padding-top: 5px;
    text-align: left;
}

article.page {
    padding: 10px;
    color: #aaa;
}

article.page h1 {
    font-size: 2.0em;
    padding-bottom: 10px;
}

article.page h2 {
    font-size: 1.5em;
    padding-botom: 5px;
    color: #fff;
}

article.page a {
    color: #fff;
}


article.page ul {
    list-style-position: inside;
    color: #ccc;
}

#post-7 div.post {
    overflow: hidden;
}

#post-10 div.post {
    overflow: hidden;
}

#gallery_top_left {
    width: 364px;
    height: 242px;
    overflow: hidden;
    float: left;
    position: relative;
}

#gallery_top_right {
    width: 364px;
    height: 242px;
    overflow: hidden;
    float: left;
    position: relative;
}

#gallery_bottom_left {
    width: 364px;
    height: 242px;
    overflow: hidden;
    float: left;
    clear:both;
    position: relative;
}

#gallery_bottom_right {
    width: 364px;
    height: 242px;
    overflow: hidden;
    float: left;
    position: relative;
}

#dj_contact_form {
    width: 300px;
    float: left;
}

.gallery_caption {
    background-color:#000000;
    bottom:0;
    font-size:2em;
    font-weight:bold;
    height:40px;
    opacity:0.7;
    padding-top:10px;
    position:absolute;
    text-align:center;
    width:100%;
    z-index: 10;
    display: none;
}

#gallery_files {
    display: none;
}

#gallery {
    margin: 0 auto;
}

.aligncenter {
    margin: 0 auto;
    text-align: center;
}

#gallery div {
    width: 600px;
}

#gallery div img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
