/*
Theme Name: Dust and Scratches
Theme URI: http://dustandscratchesfilms.com/
Description: A custom theme for Dust and Scratches Films.
Version: 1.6
Author: Joe Sender
Author URI: http://js23.net/
Tags: 
*/

@import url("reset-fonts-grids.css");

body, html {
    background-color:#000;
    height:100%;
    margin:0;
    padding:0;
}
a {
    color:#fff;
    text-decoration:none;
    outline:none;
}
p {
    margin:10px 0;
}
h2 {
    font-size:138.5%;
}
strong {
    font-weight:bold;
}

#doc {
    width:61.54em;
    min-height:100%;
    color:#fff;
    padding-top:40px;
    font-family: Arial, Verdana, sans-serif;
    position:relative;
}
#bd {
    padding-top:50px;
    padding-bottom:60px;
}
#ft {
    height:40px;
    padding-top:25px;
    position:absolute;
    bottom:0;
    left:0;
    font-size:85%;
    color:#666666;
}

/* Header*/
#logo {
    float:left;
}
#header-links {
    width:600px;
    float:right;
    padding-top:58px;
    font-size:146.5%;
    position:relative;
}
#header-links li{
    display:inline;
    
}
#header-links a{
    text-decoration:none;
    font-weight:bold;
}
.page_item {
    padding:0 5px;
}
.page_item a {
    color:#0c587c;
}
li.page_item a {
    height:20px;
    background-position:0 0;
    display:inline-block;
}
li.page_item a:hover {
    background-position:0 40px;
}
li.page-item-latest a {
    background-image:url("images/menu/latest.png");
    width:53px;
}
li.page-item-work a {
    background-image:url("images/menu/work.png");
     width:47px;
}
li.page-item-about a {
    background-image:url("images/menu/about.png");
    width:53px;
}
li.page-item-contact a {
    background-image:url("images/menu/contact.png");
    width:67px;
}
#current_page_item a{
    color:#ffffff;
    background-position:0 20px;
}
.no-js {
    font-weight:bold;
    color:red;
    font-size:116%;
}
/* Work pages*/
.project-header {
    position:relative;
}
.project-content {
    width:640px;
    margin-right:auto;
}
.player {
    display:block;
    width:640px;
    height:384px;
    margin:auto;
    background-color:#000;
}
.pics-wrap, .vid-wrap {
    display:block;
    width:640px;
    height:384px;
    position:relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hidden {
    display:none;
}
.pics-vids-links {
    font-size:116%;
    font-weight:bold;
    text-align:right;
    position:absolute;
    bottom:0;
    right:0;
    color:#0c587c;
}
.pics-vids-links a{
    color:#0c587c;
}
a.current-pics-vids-link {
    color:#fff;
}
.main-still {
    width:640px;
    height:360px;
}
.thumbs-wrap {
   width:648px;
}
.thumb {
    width:72px;
    height:44px;
    float:left;
    text-align:left;
}
.thumb img{
    margin-right:8px;
}
.current-thumb img {
    border:1px solid #fff;
}
.entry {
    font-size:108%;
	line-height: 1.5;
	width:640px;
	margin-right:auto;
}
.entry a {
    text-decoration:underline;
    font-weight:bold;
}
.project-divider {
    color:#333333;
    background-color:#333333;
    height:1px;
    width:50%;
    margin:50px auto 50px auto;
    border:none;
    text-align:center;
}

/* Contact page */
.wpcf7-form {
    margin-top:50px;
}
.form-label {
    float:left;
    width:120px;
    clear:both;
    margin:5px 0;
}
.wpcf7-form-control-wrap {
    float:left;
    margin:5px 0;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .dust-btn {
    background-color:#000;
    color:#fff;
    border:1px solid #333333;
}
div.wpcf7-mail-sent-ok {
    border:2px solid #489ac0;
}
.dust-btn {
    font-weight:bold;
    cursor:pointer;
    padding:5px;
}
/* Work category page*/
#work-content {
    width: 750px;
    margin-right: auto;
}
.work-project {
    width:250px;
	height:200px;
    margin:0;
    text-align:center;
    float:left;
    padding:10px 0;
}
.work-image {
    width:200px;
    margin-right:auto;
}
.work-title, .work-excerpt {
    width:200px;
    margin:5px auto 0 auto;
}
.work-title {
    font-weight:bold;
    font-size:108%;
}
.work-excerpt p {
    margin: 0;
}

/* 404 */
.image-404, .text-404 {
    float:left;
}
.text-404 {
    font-size:123.1%;
    font-weight:bold;
    padding-top:3.8em;
    padding-left:1em;
}
