/*
Theme Name: DellSala.com Theme
Theme URI: http://dellsala.com/
Description: Custom theme developed for dellsala.com
Version: 0.1
Author: Dell Sala
Author URI: http://dellsala.com/
Tags: simple, typography

*/

html {
    background-color: #000;
}


body {
    text-align: center;
    background-color: #000;
    font-family: "Droid Sans", Verdana, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    color: #00aef6;
}

.layoutContainer {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 40px;
}

.layoutHeader {
    background-color: #000;
}

.layoutHeaderContent {
    position: relative;
    width: 850px;
    height: 100px;
    margin: 0 auto;
}
.layoutHeader .title {
    position: absolute;
    top: 15px;
    left: 0;
}

.layoutHeader .title h1 {
    background: #000 url('./images/main-title.gif') no-repeat;
    height: 77px;
    width: 214px;
    text-indent: -1000em;
}

.layoutHeader .title h1 a {
    display: block;
    height: 71px;
    width: 230px;
}


.layoutHeader .menu-main-menu-container {
    position: absolute;
    top: 72px;
    right: 100px;
    font-size: 16px;
    text-transform: lowercase;
}

.layoutHeader .menu li {
    display: inline;
    margin-left: 2em;
}

.layoutHeader .menu li a {
    color: #FFFFFF;
}

.layoutHeader .menu li.current-menu-item a,
.layoutHeader .menu li.current-page-ancestor a {
    color: #00aef6;
}

.layoutHeader .menu li a:hover {
    color: #999;
}

.layoutHeader .connect_links {
    position: absolute;
    top: 74px;
    right: 0;
}

.layoutHeader .connect_links a {
    float: left;
    margin-left: 7px;
}


.layout {
    padding: 50px 50px 0 50px;
    background: #f2f2f2 url("./images/paper-background-header.jpg") no-repeat top left;
}

.layoutContent {
    float: left;
    width: 615px;
    margin-right: 50px;
}

.layoutSidebar {
    float: left;
    width: 180px;
}

.columnFooter {
    clear: left;
}

.layoutFooter {
    color: #FFF;
    text-align: right;
    height: 30px;
    padding-top: 40px;
    padding-right: 20px;
    font-size: 10px;
    background: #f2f2f2 url("./images/paper-background-footer.jpg") no-repeat bottom left;
}


.searchForm {
    margin-bottom: 2.5em;
}

.searchForm input {
}

.searchForm .textInput {
    width: 130px;
    border-width: 0;
    padding: 3px;
    margin-right: 5px;
}

.searchForm .submitButton {
    background-image: url('./images/buttons/search.gif');
    background-color: transparent;
    border: solid 0px #000000; 
    width: 16px; 
    height: 16px;
    cursor: pointer;
}

.articleNavBlock { 
    margin-bottom: 2.5em;
}

.articleNavBlock h3 {
    text-transform: lowercase;
    font-size: 18px;
    margin-bottom: 0.4em;
}

.articleNavBlock h3 a {
    color: #000;
}

.articleNavBlock ul {
    font-size: 11px;
}

.articleNavBlock li {
    margin-bottom: 0.7em;
    line-height: 1.3em;
    color: #666;
    background: transparent url('./images/bullet-blue.gif') no-repeat 0 1px;
    padding-left: 15px;
}

.articleNavBlock li a {
    color: #666;
}

.articleNavBlock li a:hover {
    color: #00aef6;
}

.archivesArticleNavBlock li {
    background-image: url('./images/bullet-purple.gif');
}

.tagsArticleNavBlock li {
    background-image: url('./images/bullet-green.gif');
}


.articleNavBlock ul ul {
    font-size: 12px;
    margin-left: 2em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.articleNavBlock ul ul li {
    list-style: square;
}


.articleNavBlock .page_item a {
    color: #666;
}

.articleNavBlock ul .current_page_item a {
    color: #00aef6;
}



.post {
    margin-bottom: 3em;
}

.post .header {
    position: relative;
    margin-bottom: 15px;
}

.post .header h1,
.post .header h2 {
    font-size: 22px;
    color: #d71900;
    line-height: 1.1em;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    border-bottom: 1px solid #333;
}

.post .header h1 a,
.post .header h2 a {
    color: #d71900;
}


.post .header .postInfo {
    background-repeat: repeat-x;
    background-position: top;
    font-size: 11px;
    line-height: 1.4em;
    color: #666;
}

.post .header .postInfo a {
    color: #666;
}

.post .header .postInfo a:hover {
    color: #00aef6;
}


.blogPost .header .title,
.blogPost .header .postInfo {
    margin-left: 44px;
}

.blogPost .header .date {
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    top: 2px;
    left: -1px;
    background: transparent url('./images/date-box-blue.gif') no-repeat;
    width: 36px;
    height: 49px;
    padding-top: 6px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

.blogPost .header .date .month {
    line-height: 1.2em;
}

.blogPost .header .date .day {
    font-size: 20px;
    line-height: 0.7em;
    letter-spacing: -1px;
}




.post .body {
    font-size: 14px;
    line-height: 1.5em;
}

.post .body a {
    color: #046;
}

.post .body a:hover {
    color: #00aef6;
}

.post .body em {
    font-style: italic;
}

.post .body strong {
    font-weight: bold;
}

.post .body p,
.post .body h1,
.post .body h2,
.post .body h3,
.post .body h4,
.post .body ul
{
    margin-bottom: 0.8em;
}

.post .body h1,
.post .body h2,
.post .body h3,
.post .body h4,
.post .body h5 {
    margin-bottom: 0.2em;
}

.post .body h1 {
    font-size: 1.6em;
    line-height: 1.4em;
}

.post .body h2 {
    font-size: 1.3em;
    line-height: 1.4em;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0.5em;
}

.post .body h3 {
    font-size: 1em;
    line-height: 1.4em;
    text-transform: uppercase;
}


.post .body ul {
    font-size: 13px;
    margin-bottom: 1em;
}


.post .body ul li {
    list-style: disc;
    margin-left: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}


.post .body img {
    border: 1px solid #999;
}

.post .body img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.post .body img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.post .syntaxhighlighter {
    clear: both;
}

.post .body .gallery {
    margin-bottom: 1em;
}

.post .body .gallery a {
    margin-right: 1em;
}

.post .readmore {
    font-size: 11px;
}

.post .readmore a {
    color: #666;
}



/** PROJECT SPECIFIC STYLES **/

.projectList {
    padding-top: 30px;
    overflow: hidden;
}

.projectListContainer {
    width: 655px;
}


.projectList a {
    display: block;
    float: left;
    margin-right: 45px;
    margin-bottom: 45px;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

.projectImages {
    margin-bottom: 20px;
}

.projectImages a {
    display: block;
}

.projectImages img {
    display: block;
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;

}


.projectPrimaryImage {
    float: left;
    margin-right: 10px;
}

.projectThumbnails {
    width: 138px;
    height: 275px;
    float: left;
    overflow: hidden;
}

.projectThumbnails .container {
    width: 150px;
}

.projectThumbnails a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


.projectImages .footer {
    clear: left;
}


.post .projectList a img {
    border-width: 0;
    display: block;
}

.projectListfooter {
    clear: left;
}

.post .comments {
    margin-top: 4em;
    border: 1px solid #CCC;
    padding: 15px;
}

.post .comments h3 {
    font-size:18px;
    line-height:1.1em;
    margin-bottom: 1em;
}

.comments form p {
    margin-bottom: 0.5em;
}


.post .commentlist .comment {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 1.3em;
}

.post .commentlist .comment a {
    color: #666666;
}

.post .commentlist .comment a:hover {
    color: #00aef6;
}


.post .commentlist .comment-author {
    font-size: 11px;
    line-height: 1em;
    padding-bottom: 0.4em;
    color: #666;
    position: relative;
    padding-left: 42px;
}

.post .commentlist .avatar {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #999;
}
.post .commentlist .comment .commentmetadata {
    font-size:11px;
    line-height:1.4em;
    padding:2px 0;
    color: #666;
    margin-bottom: 0.3em;
    margin-left: 42px;
    border-top:1px solid #333333;
}



/** HOME PAGE STYLES **/

.welcomeBlock {
    background-color: #222;
    color: #CCC;
    padding: 30px 20px 25px 30px;
    margin-bottom: 40px;
}

.welcomeImage {
    float: left;
    width: 85px;
    margin-bottom: 30px;
    margin-right: 15px;
}

.welcomeBlockContent {
    float: left;
    width: 450px;
    margin-bottom: 30px;
}

.welcomeBlockContent a {
    color: #00aef6;
}


.welcomeBlockContent .title {
    line-height: 1em;
    font-size: 22px;
    color: #00aef6;
    margin-bottom: 0.3em;
}

.welcomeBlockContent .body {
    font-size: 12px;
    line-height: 1.6em;
}


.welcomeBlockProjects {
    clear: left;
    overflow: hidden;
    padding-bottom: 10px;
}

.welcomeBlockProjects .container {
    width: 120%;
}


.welcomeBlockProjects a {
    display: block;
    float: left;
    margin-right: 22px;
    -moz-box-shadow: 5px 5px 5px #111;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
}

.welcomeBlockProjects img {
    display: block;
}

.welcomeBlockProjects .projectsFooter {
    clear: left;
}


/** CONTACT FORM **/

.scf-form {
    float: right;
    width: 410px;
    border: 1px solid #CCC;
    padding: 20px;
}

.scf-form .form-row {
    margin-bottom: 0.5em;
}

.scf-form .form-label {
    font-size: 12px;
    color: #666;
}

.scf-error {
    padding: 8px 10px;
    background-color: #FFFFCC;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    color: #920;
}

.scf-form .text,
.scf-form textarea {
    width: 300px;
}

.scf-form textarea {
    height: 10em;
}


.scf-form .form-submit {
    padding-top: 10px;
}

