/* Random quote */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.glutendb_randomquote q {
}

.glutendb_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
}

.glutendb_author { /* author */
	font-style:normal;
}

.glutendb_source { /* source */

}

.glutendb_nextquote { /* 'Next Quote »' link */

}

.glutendb_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */

}
table.searchbar {
	width: 100%;
	background-color: #f3efcf;
	border-style:inset;
	border: 5px solid #666 #999;
	height:75px;
}
table.glutendb td {
	padding:0.5em 1em 0.5em 0.5em;
}
table.glutendb th {
	padding: 8px 0 2px 0;
	text-align:center;
}

table.glutendb a {
	line-height:1.3em;
	font: normal .9em verdana, arial, sans-serif;
	}

p .button {
    background: transparent url('button-a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	width:135px;
	border:0px;
    line-height: 14px;
	height:24px;
    padding: 5px 0 5px 5px;
	border:0px;
} 
.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

p .button:active {
    background-position: bottom left;
    padding: 6px 0 4px 5px; /* push text down 1px */
} 



/* Quotes page */
blockquote.glutendb {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.glutendb q {

}

blockquote.glutendb cite {
	display:inline;	
	font-size:0.83em;
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

/*
q:before, q:after {
	content:"";
}
*/

