/*  
Theme Name: Bad Words
Theme URI: http://www.frankshowalter.com/links/ 
Description: Minimalist one-page theme.
Version: 1.0
Author: Frank Showalter 
Author URI: http://www.frankshowalter.com
*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-family: verdana;
	line-height: 28px;
}

a {
	text-decoration: none;
	border-bottom: dotted 1px #7f7f7f;
}

a:hover {
	color: white;
	background-color: black;
}

a img {
	border: none;
}



#mast {
	font-size: 36px;
	line-height: 28px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-weight: bold;
	float: left;
	width: 157px;
	display: block;
	margin-top: -5px;
	
	/*line-height: 56px;
	clear: both;
	float: left;
	display: block;
	margin-top: -7px;
	line-height: 28px;
	margin-right: 7px;
	z-index: 12;*/
}

h2 {
	text-transform: lowercase;
	font-size: 28px;
	line-height: 56px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
}

h2 a {
	text-transform: none;
	font-size: 24px;
	line-height: 28px;
}

h2.single
{
	text-transform: none;
	font-size: 36px;
}

p {
	margin-bottom: 28px;
}

ol li
{
	list-style-type: none;
}

body {
	background: url('images/grid28.gif') repeat;
}

#skip
{
	text-align: right;
}

#about
{
	/*background-color: #f3f3f3;*/
	width: 100%;
	border-top: solid 1px #e3e3e3;
	padding: 27px 0 27px 0;
}

.page {
	width: 650px;
	position: relative;
	margin: 0 auto;
}

#search {
	margin: 28px 0;
}

#q {
	border: solid 1px rgb(223, 223, 223);
	height: 26px;
	vertical-align: top;
}

input.button {
	border: solid 1px rgb(223, 223, 223);
	background-color: rgb(242, 242, 242);
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	font-size: 16px;
	vertical-align: top;
	background: #f2f2f2 url('images/white-grad.png') repeat-x scroll left top;
	font-size: 13px;
	padding: 0 6px;
	height: 26px;
}

input.button:hover {
	color: black;
	border-color: rgb(102,102,102);
}

.hidden {
	display: none;
}

.posted {
	color: #7f7f7f;
}

.posted, .posted a {
	font-size: 13px;
	line-height: 28px;
}

#copy, .pagenav, .pagenav a {
	clear: both;
	text-align: center;
	padding-top: 28px;
}

.pagenav {
	margin-top: 56px;
}

#responses
{
	background-color: #f9f9f9;
	border-top: solid 1px #e3e3e3;
	padding: 27px 0 27px 0;
}

h3#responses-header
{
	border-bottom: solid 2px #e0e0e0;
	margin: 26px 0 0 0;
}

#responses-slug, #responses-slug a
{
	font-size: 13px;
	line-height: 28px;
	
}

#response-list
{
	padding-bottom: 28px;
}

#response-list li blockquote div:before, #response-list li blockquote div:after
{
	color: #7d7d7d;
	line-height: 28px;
	display: block;
}

#response-list li blockquote div:before
{
	margin-left: -25px;
	height: 0;
	content: open-quote;
}

#response-list li blockquote div
{
	margin: 0 45px 0 45px;
	line-height: 28px;
}

#response-list li blockquote div:after
{
	content: close-quote;
	margin-top: -58px;
	height: 56px;
	margin-left: 575px;
}

#response-list li blockquote
{
	border: solid 1px #e0e0e0;
	padding-top: 28px;
	background-color: white;
}

#response-list li blockquote.response-by-frank
{
	border: solid 1px #b0b0b0;
	background-color: #f3f3f3;
}

#response-list li p.footer
{
	text-align: right;
	font-size: 13px;
	line-height: 28px;
}

#response-list li p.footer cite, #response-list li p.footer a
{	
	font-size: 13px;
	line-height: 28px;
}

h3#respond
{
	border-bottom: solid 2px #e0e0e0;
	margin: 26px 0 28px 0;
}

label small
{
	font-size: 15px;
	line-height: 28px;
}

#addResponse input.flat
{
	display: block;
	border: solid 1px #e3e3e3;
	height: 26px;
}

textarea
{
	width: 100%;
	height: 280px;
	line-height: 28px;
	padding-bottom: 26px;
	border: solid 1px #e3e3e3;
}

p#submit-response
{
	text-align: right;
	line-height: 28px;
	padding: 0;
	margin: 0;
}

p#submit-response input
{
	display: inline;
}

p#submit-response #submit
{
		display: inline;
		margin-bottom: 28px;
}