


/*

Theme Name: Stewart Pearce
Theme URI: http://www.stewartpearce.com/
Description: A bespoke WordPress theme for <a href="http://www.stewartpearce.com/">Stewart Pearce</a>. Not for re-distribution.
Version: 1.0
Author: Ben Huson
Author URI: http://www.benhuson.com/

The CSS and XHTML is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

The copyright for the overall look and feel of the design is assigned to Stewrat Pearce.

*/



/**
 * @font        AlexandriaFLF
 * @vendor:     Casady & Greene
 * @vendorurl   http://www.moorstation.org/typoasis/designers/casady_greene/
 * @licenseurl  http://www.fontsquirrel.com/license/AlexandriaFLF
 */

@font-face {
	font-family: 'AlexandriaFLFRegular';
	src: url('fonts/AlexandriaFLF/AlexandriaFLF.eot');
	src: local('fonts/AlexandriaFLF/AlexandriaFLF Regular'), local('fonts/AlexandriaFLF/AlexandriaFLF'), url('fonts/AlexandriaFLF/AlexandriaFLF.ttf') format('truetype');
}

/*
@font-face {
	font-family: 'AlexandriaFLFBold';
	src: url('fonts/AlexandriaFLF/AlexandriaFLF-Bold.eot');
	src: local('fonts/AlexandriaFLF/AlexandriaFLF Bold'), local('fonts/AlexandriaFLF/AlexandriaFLF-Bold'), url('fonts/AlexandriaFLF/AlexandriaFLF-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'AlexandriaFLFMediumItalic';
	src: url('fonts/AlexandriaFLF/AlexandriaFLF-Italic.eot');
	src: local('fonts/AlexandriaFLF/AlexandriaFLF Medium Italic'), local('fonts/AlexandriaFLF/AlexandriaFLF-Italic'), url('fonts/AlexandriaFLF/AlexandriaFLF-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'AlexandriaFLFBoldItalic';
	src: url('fonts/AlexandriaFLF/AlexandriaFLF-BoldItalic.eot');
	src: local('fonts/AlexandriaFLF/AlexandriaFLF Bold Italic'), local('fonts/AlexandriaFLF/AlexandriaFLF-BoldItalic'), url('fonts/AlexandriaFLF/AlexandriaFLF-BoldItalic.ttf') format('truetype');
}
*/



/**
 * Default Styles
 */

body {
	background-color:#000;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	font-size:11px;
	line-height: 1.4em;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}

h1, h2, h3, h4 {
	font-family: 'AlexandriaFLFRegular', 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size:28px;
	line-height:1em;
	border-bottom: 1px solid #252525;
	margin:0 0 20px 0;
	padding:20px 0;
	color:#FFA300;
}

h2 {
	font-size:23px;
	line-height:1em;
	margin:20px 0 15px 0;
	padding:0;
	color:#FFF;
}

h3 {
	font-size:16px;
	line-height:1.2em;
	margin:15px 0 15px 0;
	padding:0;
	color:#FFA300;
}

h4 {
	font-size:16px;
	line-height:1.2em;
	margin:15px 0 15px 0;
	padding:0;
	color:#FFF;
}

h5 {
	font-size:11px;
	font-weight:normal;
	margin:15px 0 1em 0;
	color:#FFA300;
}

ol, ul {
	margin-top:20px;
	margin-bottom:20px;
}

ol li {
	margin-top:1em;
	margin-bottom:1em;
}

hr {
	display: none;
}

strong {
	color:#FFA300;
}

em {
	font-style:normal;
	font-weight:bold;
}

blockquote {
	margin: 20px 0;
	padding:0 20px;
	color:#FFA300;
}

blockquote cite {
	color:#FFF;
	margin: 1em 0;
}

a:link, a:visited {
	color:#FFA300;
}

a:hover, a:active {
	color:#BE9800;
}

#page {
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
}

#header {
	height:133px;
	margin:0 0 0 210px;
}

#header p.title {
	font-family: 'AlexandriaFLFRegular', 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
	font-size:48px;
	line-height:1em;
	margin:0 0 20px 0;
	padding:65px 0 0 0;
	color:#FFFFFF;
}

#header p.title a:link, #header p.title a:visited,
#header p.title a:hover, #header p.title a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#header p.description {
	line-height:2em;
	overflow:hidden;
	display:block;
	height:1px !important;
	margin:0px;
}

#content {
	border-top: 1px solid #252525;
	position:relative;
	width:350px;
	margin:0 0 0 210px;
	padding:0 0 30px 0;
}

#sidebar-main {
	border-top: 1px solid #252525;
	position:absolute;
	top:133px;
	left:590px;
	width:150px;
}

#sidebar-secondary {
	position:absolute;
	top:350px;
	left:15px;
	width:170px;
}

#portrait {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
}


/* Pages Widgets */

div.widget_pages {
	font-family: 'AlexandriaFLFRegular', 'Trebuchet MS', Arial, sans-serif;
	font-size:11px;
	line-height:1.2em;
	text-transform:lowercase;
	margin:0 0 30px 0;
	letter-spacing:1px;
}

div.widget_pages a:link,
div.widget_pages a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

div.widget_pages a:hover,
div.widget_pages a:active,
div.widget_pages li.current_page_item a:link,
div.widget_pages li.current_page_item a:visited,
div.widget_pages li.current_page_ancestor a:link,
div.widget_pages li.current_page_ancestor a:visited {
	color:#FFA300;
	text-decoration:none;
}

div.widget_pages h3 {
	display:none;
}

div.widget_pages ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}

div.widget_pages ul li {
	display:block;
	margin:0px;
	padding:4px 0px;
	list-style:none;
	background-image:none;
	border-bottom: 1px solid #252525;
}


div.widget_pages li.current_page_item ul a:link,
div.widget_pages li.current_page_item ul a:visited,
div.widget_pages li.current_page_ancestor ul a:link,
div.widget_pages li.current_page_ancestor ul a:visited {
	color:#7F6600;
}

div.widget_pages li.current_page_item ul a:hover,
div.widget_pages li.current_page_item ul a:active,
div.widget_pages li.current_page_ancestor ul a:hover,
div.widget_pages li.current_page_ancestor ul a:active {
	color:#FFA300;
}

div.widget_pages li.current_page_item ul li.current_page_item a:link,
div.widget_pages li.current_page_item ul li.current_page_item a:visited,
div.widget_pages li.current_page_ancestor ul li.current_page_item a:link,
div.widget_pages li.current_page_ancestor ul li.current_page_item a:visited,
div.widget_pages li.current_page_item ul li.current_page_ancestor a:link,
div.widget_pages li.current_page_item ul li.current_page_ancestor a:visited,
div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:link,
div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:visited{
	color:#FFA300;
}

div.widget_pages ul ul {
	margin:4px 0;
	padding:4px 0 0 0;
	border-top: 1px solid #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:11px;
	display:none;
}

div.widget_pages ul ul li {
	border-bottom: none;
}

div.widget_pages ul li.current_page_item ul,
div.widget_pages ul li.current_page_ancestor ul {
	display:block;
}



/* Quotes */

div.widget_quote blockquote {
	display:block;
	margin:1em 0;
}

div.widget_quote cite {
	display:block;
	margin:1em 0;
	padding:0 20px;
	font-style:normal;
}



/* Footer */

#footer {
	clear:both;
	position:relative;
	width:350px;
	margin:30px 0 0 210px;
	padding:10px 0 30px 0;
	border-top: 1px solid #252525;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1em;
}

#footer p {
	margin:0px;
}

#footer a:link, #footer a:visited {
	color:#333333 !important;
	text-decoration:none !important;
}

#footer a:hover, #footer a:active {
	color:#666666 !important;
	text-decoration:underline !important;
}



/* Other */

div.hr {
	height:1px !important;
	overflow:hidden;
	border-top: 1px solid #252525;
	width:100%;
	margin:20px 0;
}

div.hr hr {
	visibility:hidden;
}



/* Button Text */

.text-button,
.edit-link a {
	line-height:15px;
	white-space: nowrap;
	padding: 3px 30px 3px 15px;
	cursor: pointer;
	font-size: 11px !important;
	text-decoration: none;
	outline: 0px;
	margin: 0px;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
	background-color:#FFA300;
	color:#000;
	font-family: Arial, sans-serif;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.text-button:link,
a.text-button:visited,
a.text-button:hover,
a.text-button:active {
	color:#000 !important;
	text-decoration: none;
}

.edit-link a {
	background-color:#222 !important;
}

.edit-link {
	margin:20px 0;
}

.edit-link a:link,
.edit-link a:visited,
.edit-link a:hover,
.edit-link a:active {
	color:#CCC !important;
	text-decoration: none;
}



/**
 * Themes
 */



/* Blue */

body.theme-blue h1,
body.theme-blue h3,
body.theme-blue h5,
body.theme-blue strong,
body.theme-blue blockquote {
	color:#3B1DFF;
}

body.theme-blue a:link, body.theme-blue a:visited {
	color:#3B1DFF;
}

body.theme-blue a:hover, body.theme-blue a:active {
	color:#1D0E7F;
}

body.theme-blue div.widget_pages a:link,
body.theme-blue div.widget_pages a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

body.theme-blue div.widget_pages a:hover,
body.theme-blue div.widget_pages a:active,
body.theme-blue div.widget_pages li.current_page_item a:link,
body.theme-blue div.widget_pages li.current_page_item a:visited,
body.theme-blue div.widget_pages li.current_page_ancestor a:link,
body.theme-blue div.widget_pages li.current_page_ancestor a:visited {
	color:#3B1DFF;
}

body.theme-blue div.widget_pages li.current_page_item ul a:link,
body.theme-blue div.widget_pages li.current_page_item ul a:visited,
body.theme-blue div.widget_pages li.current_page_ancestor ul a:link,
body.theme-blue div.widget_pages li.current_page_ancestor ul a:visited {
	color:#1D0E7F;
}

body.theme-blue div.widget_pages li.current_page_item ul a:hover,
body.theme-blue div.widget_pages li.current_page_item ul a:active,
body.theme-blue div.widget_pages li.current_page_ancestor ul a:hover,
body.theme-blue div.widget_pages li.current_page_ancestor ul a:active,
body.theme-blue div.widget_pages li.current_page_item ul li.current_page_item a:link,
body.theme-blue div.widget_pages li.current_page_item ul li.current_page_item a:visited,
body.theme-blue div.widget_pages li.current_page_ancestor ul li.current_page_item a:link,
body.theme-blue div.widget_pages li.current_page_ancestor ul li.current_page_item a:visited,
body.theme-blue div.widget_pages li.current_page_item ul li.current_page_ancestor a:link,
body.theme-blue div.widget_pages li.current_page_item ul li.current_page_ancestor a:visited,
body.theme-blue div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:link,
body.theme-blue div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:visited{
	color:#3B1DFF;
}

body.theme-blue .text-button,
body.theme-blue .edit-link a {
	background-color:#3B1DFF;
}

/* Pink */

body.theme-pink h1,
body.theme-pink h3,
body.theme-pink h5,
body.theme-pink strong,
body.theme-pink blockquote {
	color:#FF0066;
}

body.theme-pink a:link, body.theme-pink a:visited {
	color:#FF0066;
}

body.theme-pink a:hover, body.theme-pink a:active {
	color:#7F0033;
}

body.theme-pink div.widget_pages a:link,
body.theme-pink div.widget_pages a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

body.theme-pink div.widget_pages a:hover,
body.theme-pink div.widget_pages a:active,
body.theme-pink div.widget_pages li.current_page_item a:link,
body.theme-pink div.widget_pages li.current_page_item a:visited,
body.theme-pink div.widget_pages li.current_page_ancestor a:link,
body.theme-pink div.widget_pages li.current_page_ancestor a:visited {
	color:#FF0066;
}

body.theme-pink div.widget_pages li.current_page_item ul a:link,
body.theme-pink div.widget_pages li.current_page_item ul a:visited,
body.theme-pink div.widget_pages li.current_page_ancestor ul a:link,
body.theme-pink div.widget_pages li.current_page_ancestor ul a:visited {
	color:#7F0033;
}

body.theme-pink div.widget_pages li.current_page_item ul a:hover,
body.theme-pink div.widget_pages li.current_page_item ul a:active,
body.theme-pink div.widget_pages li.current_page_ancestor ul a:hover,
body.theme-pink div.widget_pages li.current_page_ancestor ul a:active,
body.theme-pink div.widget_pages li.current_page_item ul li.current_page_item a:link,
body.theme-pink div.widget_pages li.current_page_item ul li.current_page_item a:visited,
body.theme-pink div.widget_pages li.current_page_ancestor ul li.current_page_item a:link,
body.theme-pink div.widget_pages li.current_page_ancestor ul li.current_page_item a:visited,
body.theme-pink div.widget_pages li.current_page_item ul li.current_page_ancestor a:link,
body.theme-pink div.widget_pages li.current_page_item ul li.current_page_ancestor a:visited,
body.theme-pink div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:link,
body.theme-pink div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:visited{
	color:#FF0066;
}

body.theme-pink .text-button,
body.theme-pink .edit-link a {
	background-color:#FF0066;
}

/* Green */

body.theme-green h1,
body.theme-green h3,
body.theme-green h5,
body.theme-green strong,
body.theme-green blockquote {
	color:#99FF33;
}

body.theme-green a:link, body.theme-green a:visited {
	color:#99FF33;
}

body.theme-green a:hover, body.theme-green a:active {
	color:#4C7F19;
}

body.theme-green div.widget_pages a:link,
body.theme-green div.widget_pages a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

body.theme-green div.widget_pages a:hover,
body.theme-green div.widget_pages a:active,
body.theme-green div.widget_pages li.current_page_item a:link,
body.theme-green div.widget_pages li.current_page_item a:visited,
body.theme-green div.widget_pages li.current_page_ancestor a:link,
body.theme-green div.widget_pages li.current_page_ancestor a:visited {
	color:#99FF33;
}

body.theme-green div.widget_pages li.current_page_item ul a:link,
body.theme-green div.widget_pages li.current_page_item ul a:visited,
body.theme-green div.widget_pages li.current_page_ancestor ul a:link,
body.theme-green div.widget_pages li.current_page_ancestor ul a:visited {
	color:#4C7F19;
}

body.theme-green div.widget_pages li.current_page_item ul a:hover,
body.theme-green div.widget_pages li.current_page_item ul a:active,
body.theme-green div.widget_pages li.current_page_ancestor ul a:hover,
body.theme-green div.widget_pages li.current_page_ancestor ul a:active,
body.theme-green div.widget_pages li.current_page_item ul li.current_page_item a:link,
body.theme-green div.widget_pages li.current_page_item ul li.current_page_item a:visited,
body.theme-green div.widget_pages li.current_page_ancestor ul li.current_page_item a:link,
body.theme-green div.widget_pages li.current_page_ancestor ul li.current_page_item a:visited,
body.theme-green div.widget_pages li.current_page_item ul li.current_page_ancestor a:link,
body.theme-green div.widget_pages li.current_page_item ul li.current_page_ancestor a:visited,
body.theme-green div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:link,
body.theme-green div.widget_pages li.current_page_ancestor ul li.current_page_ancestor a:visited{
	color:#99FF33;
}

body.theme-green .text-button,
body.theme-green .edit-link a {
	background-color:#99FF33;
}
















#header {
}

#content {
}

.thread-alt {
	background-color: #161616;
	margin 1px 0;
}

.thread-even {
	background-color: #161616;
	margin 1px 0;
}

.depth-1 {
	margin 1px 0 10px 0;
}

small {
}


#sidebar h3 {
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

textarea#comment {
	width:100%;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 3px;
	background: #000;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}



.post {
	margin: 0 0 40px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* Images & Alignment */

p img {
	padding: 0;
	max-width: 100%;
}

a img {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 30px 30px;
	display: inline;
}

img.alignleft {
	margin: 0 30px 30px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

#commentform input {
}



/* Comments */

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 1px 0;
	padding: 15px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.children {
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}



/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-align: center;
	width: 100%;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.hidden {
	display: none;
}

.navigation {
	display: block;
	margin: 1em 0;
}



/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


