/*
Theme Name:     Graphene - Custom
Description:    Custom version of Graphene v1.8.2
Author:         RB
Template:       graphene

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../graphene/style.css");

.header_title {

	font: bold 28px "Trebuchet MS";
	padding: 10px 0 0 10px;
}
.header_title, .header_title a,.header_title a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#header {
    height: 275px;
}

#profiles {
    float: right;
    padding-top: 13px;
}
.previous {
    float: left;
    background: linear-gradient(#920B05, #780000) repeat scroll 0 0 transparent;
    border: 1px solid #780000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px #555555;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: bold 12px arial;
    margin: 0 5px 5px;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #16497E;
}
.previous, .previous a, .previous a:visited, .next-post, .next-post a, .next-post a:visited, .parent-return {
    color: #FFFFFF;
	font: bold 12px arial;
    text-decoration: none;
}
.next-post {
    float: right;
    text-align: right;
    background: linear-gradient(#920B05, #780000) repeat scroll 0 0 transparent;
    border: 1px solid #780000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px #555555;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: bold 12px arial;
    margin: 0 5px 5px;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #16497E;
}

.gallery dl, .gallery dl dt {margin: 0px;}