/*
Theme Name: Clues (by hoi.polloi)
Theme URI: http://cluesforum.info
Description: 
Author: 
Author URI: http://septemberclues.info
Tags: 
Version: 1.0.1
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html

*/

/* SPECIAL FONTS */

@font-face {
    font-family: 'Trebuchet';
    src: url('style/fonts/trebuc.ttf') format('truetype');

	/* url('style/fonts/trebucbd.ttf') format('truetype');*/
        /* url('style/fonts/Trebuchet-webfont.svg#Trebuchet') format('svg');*/
    font-weight: normal;
    font-style: normal;
}




/* STANDARD TAGS */


a img {
	border: none;
}


html {
	overflow-y: scroll;
}



/* SIDE MENU TEXT */

.sidebar {
	font-family: 'Trebuchet MS', 'Trebuchet','Helvetica','Arial',sans-serif;
}


.sidebar a {
	color: #ffffff;
	text-decoration: none;
}

.sidebar a:link {
	color: #fff;
}

.sidebar a:visited {
	color: #ffdb98;
}

.sidebar a:hover {
	color: #ffde00;
}

.sidebar a:focus {
	outline: none;
}


h1, h1 a {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -2px;
	text-transform: capitalize;
}

h2, h2 a {
	padding: 1px 0 1px 0;
	margin: 2px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -1px;
	font-variant: small-caps;
}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: -2px;
	letter-spacing: 1px;
}

h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 13.5px;
	letter-spacing: -0.25px;
}


/* CLUES TITLE */

.cluestitle table {
	width: 100%;
	cellpadding: 10px; 
}

.cluestitle tr {
	width: 100%;
}

.cluestitle td {
	width: 100%;
	max-width: 100%;
	padding-left: 155px;
	height: 93px;
	background: url(september_clues_header.jpg) left no-repeat;
	font-family: 'Trebuchet MS', 'Trebuchet','Helvetica','Arial',sans-serif;
	font-size: 23.5px;
	
	border-style:solid;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-width:3px;
	border-bottom-color:#724f17;

}


