/* @override http://possumtales.com/wp-content/themes/possumtales/style.css */

/*
Theme Name: possumtales.com
Theme URI: http://www.possumtales.com/
Description: The theme for http://www.possumtales.com
Version: 0.1
Author: Brandon Martinez
Author URI: http://www.brandonmartinez.com
*/

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

/* @group CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Font Face Declarations */

@font-face {
	font-family: 'Catholic School Girl';
	src: url('fonts/CATHSGBR.eot'); /* for IE */
	src: local('Catholic School Girl'),
	     url('fonts/CATHSGBR.TTF') format('truetype');
}

/* @end */

/* @group Basic HTML */
body {
	background: #000 url(images/background.png) top center;
	font: 14px/26px MyriadPro-Regular, Arial, Verdana, sans-serif normal;
}

h1, h2, h3, h4 {
	color: #000;
	font-family: 'Catholic School Girl', Arial, Verdana, sans-serif;
	padding-top: 2px;
	margin-bottom: 5px;
	clear: both;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.2em;
	color: #333;
}

h3 {
	font-size: 1.0em;
	color: #333;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

blockquote {
	margin-left: 50px;
	padding-left: 15px;
	margin-right: 25px;
	font-style: italic;
}

p + blockquote {
	margin-top: 24px;
}

blockquote + p {
	margin-top: 24px;
}

a, a:visited, a:hover {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #71879A;
}

/* @end */

/* @group Forms */

/* @group Basic */

form {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

fieldset {
	margin: 0 0 20px 0;
	border: none;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

legend {
	margin: 0;
	padding: 0 10px 0 1px;
	color: #333;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

form * div, form div {
	margin-bottom: 10px;
	padding: 0;
	display: block;
	width: 100%;
	clear: both;
}

/* @group Form Elements */

/* @group Basic */

div * label {
	float: left;
	width: 30%;
	padding: 0 1% 0 0;
	text-align: left;
	display: block;
}

div * input, div * textarea, div * select {
	float: left;
	width: 60%;
	padding: 3px .5%;
	color: #333;
}

/* @end */

/* @group Multiple */

div.fm-multi input, div.fm-multi select {
	width: 100px;
	margin-right: 5px;
}

div.fm-multi label.fm-multi {
	width: 150px;
}

/* @end */

/* @group Checkbox */

div.fm-checkbox {
	margin: 10px 0 10px 24%;
}

div.fm-checkbox input {
	width: 20px;
	float: left;
}

div.fm-checkbox label {
	float: left;
}

/* @end */

/* @group Submit */

div.fm-submit, input[type=submit] {
	padding-top: 1em;
	text-align: center;
	margin: 20px 0 0 30%;
	width: 100px;
}

/* @end */

/* @group Required */

div.fm-req {
	font-weight: bold;
}

div.fm-req label:after {
	content: "* ";
}

/* @end */

/* @end */

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

/* @end */

/* @group Layout */

#container {
	width: 740px;
	margin: 75px auto 0 auto;
}

/* @group Header */

#header {
	height: 61px;
	display: block;
	width: 770x;
	position: relative;
	background: url(images/content_top.png) top center no-repeat transparent;
	
}

#header #logo {
	position: absolute;
	top: -50px;
	left: 0px;
	z-index: 100000;
}

/* @group Top Navigation */

#header #TopNav {
	position: absolute;
	width: 440px;
	top: -25px;
	left: 270px;
	z-index: -10;
}

#header #TopNav span {
	display: block;
	width: 90px;
	height: 30px;
	float: left;
	margin-right: 20px;
}

#header #TopNav span a, #header #TopNav span a:visited, #header #TopNav span a:hover {
	display: block;
	width: 90px;
	padding: 0;
	height: 30px;
	text-align: center;
	background: url(images/tab.png) #f0e484;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-decoration: none;
	color: #555;
	line-height: 35px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
}

#header #TopNav span a:hover, #header #TopNav span a.selected {
	background-color: #cfc572;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Content */

#contentcontainer {
	background: url(images/content_tile.png) repeat-y top center;
	margin: -20px 0 0 0;
}

#content {
	width: 420px;
	margin-left: 10px;
	float: left;
	display: block;
}

/* @end */

/* @group Side Navigation */

#nav {
	width: 160px;
	float: left;
	margin-left: 50px;
	margin-top: 100px;
	padding: 20px;
}

#nav div {
	margin-bottom: 20px;
	clear: both;
}

#nav div input, #nav div select, #nav div button, #nav div textarea {
	float: none;
	clear: both;
	display: block;
}

#nav div form#searchform {
	width: 160px;
	height: 35px;
	background: url(images/search_field.png) no-repeat left center;
}

#nav div form#searchform input#s {
	float: left;
	width: 112px;
	margin: 0;
	padding: 8px 7px;
	border: 0;
	background: none;
	clear: none;
}

#nav div form#searchform input#searchsubmit {
	float: left;
	padding: 0;
	border: none;
	margin: 0;
	width: 34px;
	height: 35px;
	background: url(images/search_button.png) no-repeat center center;
	text-indent: -99999999px;
	cursor: pointer;
	clear: none;
}

#nav select {
	width: 100%;
}

/* @end */

#footer {
	height: 95px;
	width: 770x;
	display: block;
	position: relative;
	background: url(images/content_bottom.png) top center no-repeat transparent;
}

#designby {
	top: 90px;
	left: 70px;
	position: absolute;
	font-size: 10px;
	color: #bbb;
}

#designby a, #designby a:visited, #designby a:hover {
	color: #999;
	text-decoration: underline;
}

#designby a:hover {
	color: #777;
}

/* @end */

/* @group Post Styles */

div {
	margin: 0 0 20px 0;
	background: none;
	position: relative;
	display: block;
}

div .top {
	background: transparent url(images/posts_top.png) no-repeat top center;
	height: 55px;
}

div .tile {
	background: transparent url(images/posts_tile.png) repeat-y top center;
	padding: 0 40px 0 30px;
	margin-bottom: -10px;
	margin-top: -20px;
}

div .tile .content {
	margin-top: -12px;
}

div .tile .content .excerpt {
	font-style: italic;
	border-top: 1px dashed #bbb;
	padding-top: 5px;
}

div .bottom {
	background: transparent url(images/posts_bottom.png) no-repeat top center;
	height: 56px;
	margin-top: -20px;
}

div * p em {
	font-size:.75em;
	margin-top: 20px;
}

div * h1 a, div * h1 a:visited {
	text-decoration: none;
}


/* @end */

/* @group Post Navigation */

.navigation {
	display: block;
	width: 100%;
}

.navigation .alignleft {
	display: block;
	float: left;
	width: 50%;
}

.navigation .alignright {
	float: left;
	text-align: right;
	width: 50%;
}

/* @end */

.clear, .clearboth {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.clear *, .clearboth * {
	display: none;
}