/* @override http://amphibian.info/wp-content/themes/amphibian/style.css */

/*  
Theme Name: Amphibian October 2007
Theme URI: http://amphibian.info
Description: Burn the land. Boil the sea.  You can't take the sky from me.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info
*/

/* @group Reset */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, li, dl, address {
	margin: 0px;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* @end */

/* @group Global */

body {
	background: #000;
	text-align: center;
	color: #444;
	font: normal 12px/17px Arial, Helvetica, sans;
}

#top {
	width: 100%;
	background: #FFF url(images/top.png) repeat-x center top;
}

#content {
	text-align: left;
	width: 704px;
	margin: 0px auto;
	padding-bottom: 2em;
}


h1 {
	font: normal 30px/34px Georgia, Palatino, serif;
	margin-bottom: 0.25em;
	color: #000;
	padding-top: 0.6em;
	background: url(images/line1.png) no-repeat center top;
}

h2 {
	font: italic 22px/24px Georgia, Palatino, serif;
	background: #FFF url(images/newArrowReverse.png) no-repeat left top;
	padding: 10px 0 30px 30px;
	color: #000;
}

h3 {
	font: normal 18px/20px Georgia, Palatino, serif;
	margin-bottom: 1em;
	color: #000;
}

p {
	margin: 0 0 1em 0;
}

p.punchline {
	font: normal 20px/24px Georgia, Palatino, serif;
	color: #666;
	padding-bottom: 1em;
	background: url(images/line2.png) no-repeat center bottom;
	margin-bottom: 2em;
}

a, a:visited {
	text-decoration: none;
	color: #C02333;
}

a:hover {
	color: #000;
}

ul, ol {
	margin: 0 0 1em 0;
}

ul li {
	list-style: none outside;
	padding-left: 42px;
	margin-bottom: 0.5em;
	background: url(images/arrow1.png) no-repeat left top;
}

li.alt {
	background: url(images/arrow2.png) no-repeat left top;
}

ol li {
	list-style: decimal outside;
	margin-left: 42px;
}

/* @end */

/* @group Header */

#header {
	width: 704px;
	height: 180px;
	margin: 0px auto;
	position: relative;
}


#header div {
	background: url(images/newArrow.png) no-repeat 240px 85px;
	height: 160px;
}

ul#nav {
	position: absolute;
	width: 325px;
	height: 30px;
	left: 308px;
	top: 105px;
	background: transparent url(images/newNav.png) no-repeat left top;
	padding-left: 40px;
}

#nav li {
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(images/newNav.png);
	list-style: none;
}

#nav li a {
	display: block;
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(images/newNav.png);
}

#nav span {
	visibility: hidden;
	text-indent: -9999px;	
}

li#websites, li#websites a:hover {
	background-position: -40px -30px;
	width: 40px;
}
li#websites a {
	background-position: -40px 0px;
}

li#printed, li#printed a:hover {
	background-position: -80px -30px;
	width: 45px;
}
li#printed a {
	background-position: -80px 0px;
}

li#profile {
	margin-left: 45px;
}

li#profile, li#profile a:hover {
	background-position: -170px -30px;
	width: 60px;
}
li#profile a {
	background-position: -170px 0px;
}
li#applause, li#applause a:hover {
	background-position: -230px -30px;
	width: 70px;
}
li#applause a {
	background-position: -230px 0px;
}
li#contact, li#contact a:hover {
	background-position: -300px -30px;
	width: 65px;
}
li#contact a {
	background-position: -300px 0px;
}

/* @end */

/* @group Home */

.home blockquote {
	margin-top: -10px;
}

#notable {
	position: relative;
	margin-bottom: 3em;
}

#notable .featureThumbs {
	top: 0px;
}


#notable .screen {
	float: right;
}

#notable .description {
	float: left;
	margin-top: 84px;
	width: 324px;
}

#notable .feature h3, #notable .feature p {
	margin: 0 0 8px;
	padding: 0;
}

#notable .feature img {
	float: none;
}


/* @end */

/* @group Applause */

blockquote {
	text-align: left;
	padding: 0px;
	margin: 2em 0em;
	position: relative;
	background: url(images/quoteRight.png) no-repeat right bottom;
}

blockquote p {
	width: 452px;
	margin: 0px 0px 0px 220px;
	padding: 17px 0px 0px 32px;
	background: url(images/quoteLeft.png) no-repeat left 5px;
	color: #000;
}

p.cite {
	background-image: none;
	width: 200px;
	color: #444;
	padding: 0px;
	position: absolute;
	top: 17px;
	left: auto;
	margin: 0px;
	text-align: right;
	font-style: normal;
}


cite {
	font-style: normal;
}

/* @end */

/* @group Web Features */

#webFeatures {
	position: relative;
	height: 285px;
}

p.deets {
	font-size: 11px;
	color: #888;
	margin-bottom: 0px;
}

.feature img, .featureThumbs img, #sites li img, #print li img {
	border: 1px solid #CCC;
}


li.feature {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	background-image: none;
	background: #FFF;
}

.feature h3 {
	padding-top: 20px;
}

.feature h3, .feature p {
	margin-left: 351px;
	margin-bottom: 8px;
}

.feature img {
	float: left;
}

.feature:hover img, #sites li:hover img, #print li:hover img {
	border-color: #AAA;
}

.feature a:hover img, .featureThumbs li a:hover img, #sites li a:hover img, #print a:hover img, #recent li a:hover img {
	border-color: #888;
}

ul.featureThumbs {
	position: absolute;
	z-index: 5;		
	left: 0;
	top: 200px;
	margin: 0;
	display: none;
}

.featureThumbs li {
	padding: 0px;
	background-image: none;
	width: 74px;
	height: 74px;
	float: left;
	margin: 0px 10px 0 0;
}

.featureThumbs li a.active img {
	border-color: #333;
}

/* @end */

/* @group Sites List */

#sites {
	width: 704px;
	margin-top: 4em;
}

#sites li {
	float: left;
	clear: left;
	list-style: none;
	width: 326px;
	padding: 0px 25px 0px 0px;
	padding-bottom: 2em;
	margin: 0;
	border-right: 1px solid #CCC;
}

#sites li.alt {
	float: left;
	clear: right;
	padding-left: 25px;
	padding-right: 0px;
	border-left: 1px solid #CCC;
	border-right: none;
	position: relative;
	left: -1px;
	background-image: none;
}

#sites h3, #sites p {
	margin-left: 84px;
	margin-bottom: 8px;
}

#sites img {
	float: left;
}

/* @end */


/* @group Printed */

#print h3, #print p {
	margin-left: 252px;
}

ul.thumbs {
	float: left;
	margin: 0px;
	padding-bottom: 35px;
	background: url(images/bracketPrint.png) no-repeat 31px 70px;
	/*background: url(images/dirtyBracket.png) no-repeat 22px 65px;*/
}

#print li {
	background-image: none;
	list-style: none outside;
	margin: 3em 0em 6em;
	padding: 0em;
}


#print li li {
	float: left;
	width: 74px;
	height: 74px;
	padding: 0px;
	margin: 0;
	margin-right: 10px;
}


/* @end */


/* @group Contact */

#contactLeft {
	width: 242px;
	float: left;
}

#contactLeft h3 {
	margin-left: 42px;
}

#contactLeft p {
	padding-left: 42px;
	margin-bottom: 3em;
}

.vcard {
	margin-left: 42px;
}

.org {
	font-weight: bold;
}

.postal-code {
	margin-left: 10px;
}

p#vcard {
	margin-top: 1em;
	background: url(images/arrow1.png) no-repeat left top;
}


.contactform {
	width: 368px;
	margin-left: 336px;
}

.contactform label {
	display: block;
	color: #000;
	line-height: 17px;
}

.contactform div {
	padding: 0 0 1em;
}

.input {
	font: normal 12px/17px Arial, helvetica, sans;
	color: #555;
	padding: 3px;
	height: 1em;
	width: 360px;
	background: #F9F9F9;
}

.input:hover, .input:focus {
	background-color: #FFF;
}

textarea#wpcf_msg {
	height: 12em;
}

#wpcf_not_spam {
	width: 26px;
	padding: 3px;
	background: #F9F9F9;
	margin: 0px 5px;
}

.contactform .aside {
	margin-left: 5px;
}
p.contacterror {
	font-weight: bold;
	color: #C02333;
}

input.contacterror, #wpcf_msg.contacterror, #wpcf_not_spam.contacterror {
	background: #FFC;
}

/* @end */


/* @group Footer */

#bottom {
	clear: both;
	background: #000 url(images/bottom.png) repeat-x center top;
	padding: 30px 0px 20px;
}

#footer {
	width: 704px;
	font-family: Georgia, Palatino, serif;
	color: #888;
	font-size: 11px;
	text-align: left;
	margin: 0px auto;
}

#footer p {
	padding-top: 5px;
}

p.top {
	float: right;
	text-align: right;
	text-transform: uppercase;
}

p.top a {
	padding: 5px 20px 20px 0px;
	margin-top: -5px;
	display: block;
	background: url(images/up.png) no-repeat right top;
}

#footer a:hover {
	color: #FFF;
}

/* @end */


/* @group Eratta */

.amp {
	font-size: 1.2em;
	font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, serif;
	font-style: italic;
}

del {
	text-decoration: line-through;
}

.more {
	font: normal 12px/14px Arial, Helvetica, sans;
	color: #999;
	margin-left: 5px;
}

hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	padding: 0px;
	margin: 0px;
	background: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	display: inline;
	margin: 0 1em 1em 0;
}

img.right {
	display: inline;
	margin: 0 0 1em 1em;
}

.aside, small {
	color: #666;
	font-size: 11px;
}

abbr, acronym {
	border: none;
}

a:focus, a:active {
    outline: none; /* @ Firefox, remove ugly dotted border */
}

/* @end */


/* @group Deprecated */

#main {
	width: 410px;
	float: left;
}

#recent {
	width: 252px;
	float: right;
}

.home h3, #recent h3 {
	font-size: 20px;
	color: #555;
}

.post {
	padding-bottom: 2em;
	margin-bottom: 2em;
	background: url(images/arrowsDown.png) no-repeat left bottom;
}

.post h3, .post h4 {
	color: #AAA;
	font: normal 16px/17px Georgia, Palatino, serif;
	margin-bottom: 1em;
	padding: 0.5em 0;
	border: 1px solid #DDD;
	border-width: 1px 0px;
}

.img {
	text-align: center;
	color: #666;
	font-size: 11px;
	margin: 17px 0px;	
}

.img img {
	border: 1px solid #CCC;
}

.wide {
}

p.navigation {
	margin: 2em 0em 0em;
	padding-top: 1em;
	border-top: 1px solid #CCC;
}

.next {
	padding: 0px 5px 0px 32px;
	background: url(images/arrowNext.png) no-repeat left center;
}
.prev {
	padding: 0px 32px 0px 5px;
	background: url(images/arrowPrev.png) no-repeat right center;
}

p.posted {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, Palatino, serif;
	color: #888;
}

#recent ul {
	float: left;
	margin: 0px;
	padding-bottom: 2em;
}

#recent ul li {
	padding: 0px;
	background-image: none;
	width: 74px;
	height: 74px;
	float: left;
	margin: 0px 0px 10px 10px;
}

ul#reading li {
	width: 32px;
	height: 46px;
}

ul#listening li {
	width: 32px;
	height: 32px;
}

#recent h3 {
	margin-left: 10px;
}

#recent h3.links {
	color: #888;
	font-size: 18px;
}

#recent li img {
	border: 1px solid #AAA;
}

/* @end */



