/*
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

*/



body {
    text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #00aef6;
}

.layoutHeader {
    margin-bottom: 40px;
    background-color: #000;
}

.layoutHeaderContent {
    position: relative;
    width: 800px;
    height: 130px;
    margin: 0 auto;
    text-align: left;
}
.layoutHeader .title {
    position: absolute;
    bottom: 30px;
    left: 0;
}

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

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


.layoutHeader .menu {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 18px;
    text-transform: lowercase;
}

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

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

.layout {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

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

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

.layoutFooter {
    clear: left;
    font-size: 10px;
}


.searchForm {
    margin-bottom: 2.5em;
}

.searchForm input {
    display: block;
}

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

.articleNavBlock { 
    margin-bottom: 2.5em;
}

.articleNavBlock h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0.4em;
}

.articleNavBlock ul {
    font-size: 14px;
    text-transform: lowercase;
}

.articleNavBlock ul li {
    margin-bottom: 0.2em;
}

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

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


.articleNavBlock ul .page_item {
    color: #000;
}

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





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

.blogPost .header .date {
    position: absolute;
    top: 7px;
    left: -50px;
    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;
    text-transform: uppercase;
    font-weight: bold;
}

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

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


.blogPost .header h1 {
    font-family: Georgia, serif;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 0.3em;
}


.blogPost .header .postInfo {
    background-image: url('./images/gradient-background-light-orange.gif');
    background-repeat: repeat-x;
    background-position: top;
    border-top: 1px solid #333;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.4em;
}


.blogPost .body {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 4em;
}

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

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

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

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

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

.blogPost .body h1,
.blogPost .body h2,
.blogPost .body h3,
.blogPost .body h4,
.blogPost .body h5 {
    font-weight: bold;
    margin-bottom: 0.2em;
}

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

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

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


.blogPost .body ul {
    font-size: 13px;
}


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


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

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

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

.blogPost .syntaxhighlighter {
    clear: both;
}

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

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


.blogPost .comments {
    border: 1px solid #CCC;
    padding: 15px;
}

.blogPost .comments h3 {
    font-family:Georgia,serif;
    font-size:22px;
    line-height:1.1em;
    margin-bottom: 1em;
}

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

.blogPost .commentlist .comment .vcard {
    font-size: 11px;
    line-height: 1.4em;
}

.blogPost .commentlist .comment .vcard cite {
    font-size: 14px;
    font-weight: bold;
}

.blogPost .commentlist .comment .commentmetadata {
    background-image:url(./images/gradient-background-light-orange.gif);
    background-position:center top;
    background-repeat:repeat-x;
    border-top:1px solid #333333;
    font-size:11px;
    line-height:1.4em;
    padding:3px 0;
}
