/*
Theme Name: TimmonsPhotography
Theme URI: http://whalespine.org
Description: A custom theme for timmonsphotography.com
Version: 1.0
Author: Tim Beck
Author URI: http://whalespine.org
*/

body {
    margin: 0px 0px 0px 0px;
    padding: 0;
    background: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 8pt;
    color: #000000;
}

#page {
    width: 752px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    font-size: 8pt;
    color: #000000;     
}

a { text-decoration: none; }

a:link {
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
}

a:visited {
    color: #000000;
    font-size: 8pt; 
    font-weight: bold;
}

a:active {
    color: #66CC33; 
    font-size: 8pt; 
    font-weight: bold;
}

a:hover {
    color: #66CC33; 
    font-size: 8pt; 
    font-weight: bold;
}


a:link.black {
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
}

a:visited.black {
    color: #FFFFFF;
    font-size: 8pt; 
    font-weight: bold;
}

a:active.black {
    color: #66CC33; 
    font-size: 8pt; 
    font-weight: bold;
}

a:hover.black {
    color: #66CC33; 
    font-size: 8pt; 
    font-weight: bold;
}

img.alignright {
    float: right;
}

img.alignleft {
    float: left;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Header style */
#header {
    margin-bottom: 15px;
}

#header img {
    float: left;
}

#mainMenu {
    text-align: right;
    padding-right: 20px;
    text-transform:lowercase;    
}


#mainMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#mainMenu ul li {
    display: inline;
    padding: 0px 5px;
}


#mainMenu ul li.current_page_item a, #mainMenu ul li.current_page_parent a {
    color:#66cc33;
}

/* Content style */
#content {

}

#content H2, #content H2 a {
    color: #66CC33;
    font-size: 11pt;
    padding-left: 2px;
    padding-bottom: 0px;
}

#content #divider {
}

#content .mainContent {
    padding: 25px 45px;
}

#content .mainContent p {
    text-align: justify;
}

.mainContent H2 {
    display: inline;
    padding-right: 25px;
    background: url(/wp-content/themes/timmons/images/leafw.jpg) no-repeat 100%;
}

#portfolioSlides {
    padding: 30px 60px 40px;
}

#portfolioSlides a img {
    border: none;
}

/* Footer style */

#footer {
    text-align: center;
}

#footer img {
    float: right;
}

.contact {
    color: #66CC33;
    font-size: 11pt;
    font-weight: bold; }

.copyright {
    background: #000000;
    font-size: 8pt;
    color: #FFFFFF;
} 

/* Sidebar Style */

#sidebar {
    width: 182px;
    padding: 12px 1px;
}

#sidebar h2, #sidebar img {
    padding-left: 24px;
}

#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sidebar ul li {
    padding-bottom: 10px;
    padding-left: 25px;
    background: url(/wp-content/themes/timmons/images/leafw.jpg) no-repeat;
}

#sidebar ul li.current_page_item a {
    color:#66cc33;
}

#sidebar a img {
    border: none;
    margin: 0;
    padding: 0;
}

#sidebar #sidebarSlides {
    margin: 30px;
    margin-left: 27px;
}

/* Blog posts style */
.post {
    margin-bottom: 20px;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
}

.post-metadata, .post-metadata a {
    font-weight: bold;
    font-style: italic;
    font-size: 7pt;
    padding-left: 12px;
}

.post-metadata a {
    padding-left: 0px;
}

.post-content {
    padding-left: 5px;
}

ul.commentlist {
    list-style: none;
}

ul.commentlist li {
    border-bottom: 1px dashed #999;
    margin-top: 5px;
    padding: 5px 10px;
    background: #EDEDED;
}

ul.commentlist li .commentContent {
    padding: 5px;
    margin: 5px 0;
}

ul.commentlist li.alt {
    background: #FFFFEE;

}

.comment-edit-link {
    float: right;
}


/* Testimonial page */
.testimony {
    margin-top: 20px;
    margin-bottom: 20px;
}

.witness {
    font-weight: bold;
}
