/*  
Theme Name: Frank Showalter v2
Theme URI: http://www.frankshowalter.com 
Description: Minimalist one-page theme.
Version: 2.0
Author: Frank Showalter 
Author URI: http://www.frankshowalter.com
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 17px;
	line-height: 28px;
}

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

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

a img
{
	border: none;
}

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

p {
	margin-bottom: 28px;
}

#skip {
	text-align: right;
}

h3, h3 a, #top p span.big {
	text-transform: lowercase;
	border-bottom: none;
	clear: both;
	font-weight: bold;
	font-size: 36px;
	line-height: 56px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
}

#top p span.big {
	text-transform: none;
	float: left;
	display: block;
	margin-top: -6px;
	line-height: 28px;
}


#container {
	width: 700px;
	margin: 28px auto 28px auto;
}

ol {
	margin: 0 0 28px 1em;
}

li {
	padding-left: 25px;
	list-style-type: none;
	clear: both;
	line-height: 28px;
}

li.google-reader {
	background: url('images/services/googlereader.png') no-repeat 0 6px;
}

li.delicious {
	background: url('images/services/delicious.png') no-repeat 0 6px;
}

li.movie-log {
	background: url('images/services/wordpress.png') no-repeat 0 6px;
}

li.picasa {
	background: url('images/services/picasa.png') no-repeat 0 6px;
}

li.picasa a img {
	text-decoration: none;
	float: left;
}

li.twitter, li.my-twitter, li.my-twitter-mentions {
	background: url('images/services/twitter.png') no-repeat 0 6px;
}

.about {
	color: #7f7f7f;
}

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

.pagenav {
	margin-top: 56px;
}

#search {
	margin-bottom: 28px;
}

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

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;
}

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

.hidden {
	display: none;
}