/*
Theme Name:     Lovelace 2012
Description:    Modifying Graphene theme to suit Steve-Lovelace.com.
Author:         Steve Lovelace
Template:       graphene
Version:        1.1
Author URI:     http://steve-lovelace.com
License:        Proprietary. All rights reserved.

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../graphene/style.css");

body, input, textarea, p {
        font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
        font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
        font-weight: bold;
}

.entry-content h1,
.entry-content h2,
.comment-entry h1,
.comment-entry h2 {
        font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
	font-size: 14pt;
	font-weight:bold;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-entry h3,
.comment-entry h4,
.comment-entry h5,
.comment-entry h6 {
        font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
	font-size: 12pt;
	font-weight:bold;
}

.post-title,
.post-title a,
.post-title a:visited {
        font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
        font-weight:bold;
}

.sidebar h3 {
        font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.wp-caption {
	background: none;
	border: none;
}
.entry-content .wp-caption img {
	border: none;
}
.wp-caption-text {
	color: #555 !important;
	font: normal 11px Karla, 'Trebuchet MS' !important;
}

.entry-content .gallery-caption {
	background: none;
	color: #555;
}

#header-menu > li {
        font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
}

.entry-content img,
.child-page img {
	border: none;
	margin: 5px;
}

#header-menu > li.menu-item-ancestor > a {
    background: none;
    padding-left: 12px;
}

table td,
table th,
table tr {
	font-family: Karla, 'Trebuchet MS', 'Deja Vu Sans', sans-serif;
	font-size:11pt;
	padding: 3px 6px;
}

.relatedthumbs img {
height: 150px;
width: 150px;
} 