/*  
Theme Name: Pixieland
Description: Pixieland theme based on Hemingway Reloaded theme by http://www.wordpresslab.com
Version: 1.0
Author: Pixel and Grain, building on the shoulders of WordpressLab 
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

*{
	margin: 0px;
	padding: 0px;
}
* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}
* html #comments cite{
	width: 30.6%;
}
* html #primary .secondary{
	margin-right: 4%;
}
* html #primary.twocol-stories .story{
	margin-left: 2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}
#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

/* ------------ Links ------------ */
a{
	color: #333;
}

h1 a, h2 a, h3 a, h4 a,
#footer p.attributes a,
#comments cite a,
.comment-head a,
.copyright a,
#search-results ul li a,
.secondary .featured ul li a,
ul.dates a, ul.counts a{
	text-decoration: none;
}
#footer p.attributes a:hover,
#search-results ul li a:hover,
#comments cite a:hover, 
.details a:hover,
.copyright a:hover,
.secondary .featured ul li a:hover,
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #000;
	text-decoration: underline;
}

/* ------------ Images ------------ */
a img{
	border: none;
}
img.border{
	border: 1px solid #bbb;
}
/* Image alignment classes */
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignRight{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignLeft{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignRight{ float: right; }
.alignLeft{ float: left }
/* End Images */

blockquote{
	border-left: 2px solid #ccc;
	color: #ccc;
	margin-left: 1em;
	padding-left: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background: #D8D8D8;
	color: #404040;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 76%;
}
#header h2{
	font-size: 2.25em;
}
.comment-head h2,
h1{
	font-size: 1.5em;
}
textarea.commentbox,
.story h3,
h2, h3{
	font-size: 1.2em;
}
#comments cite .author,
#search input,
.secondary h2,
.primary p{
	font-size: 1.1em;
}
#comments .content h3,
.block h2{
	font-size: 1.0em;
}
.comment-head .details,
#footer p,
.dates .date,
.story .details,
#search-results small{
	font-size: 0.9em;
}

/* ------ headers -------- */
h1{
	color: #333;
	font-weight: normal;
	margin: 1.5em 0px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address{
	margin: 1em 0px;
}
h2, h3{
	color: #000;
	font-weight: normal;
}

/* ------ forms -------- */
fieldset{
	padding: .5em;
}
input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}
label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}
select option{
	padding: 0px 5px;
}
textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

/* ------ lists -------- */
li, dd{
	margin-left: 5%;
}
ol#comments{
	list-style-type: none;
	margin: 2em 0px;
}
ol#comments li{
	list-style-type: none;
	margin: 2em 0px;
}
ul li{
	list-style-type: square;
	margin: 0.5em 0px 0.5em 2em;
}
ul.counts .count{
	color: #7A7A7A;
	float: right;
}
ul.dates .date{
	color: #7A7A7A;
	padding: 0px 1.5em 0px 0px;
}
.secondary .featured ul li a,
ul.dates a, ul.counts a{
	color: inherit;
	color: #404040;
}
ul.dates li, ul.counts li{
	border-bottom: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}
ul.dates, ul.counts{
	border-top: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

/* ------ others -------- */
p{
	line-height: 1.75em;
}
pre{
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

/* ------ tables -------- */
table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}
table caption{
	color: #000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}
table td{
	background: #ccc;
	color: #000;
}
table th{
	background: #ccc;
	color: #000;
	text-align: left;
}
table th, table td{
	padding: 0.3em 0.75em;
}


/*-----------------------------------------------------------------------------------------------
  Classes
-----------------------------------------------------------------------------------------------*/

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.comment-head{
	border-bottom: 1px solid #E3E3E3;
	padding: 0.8em 2em 1.0em 2em;
}

.comment-head a{
	color: #868686;
}

.comment-head h2{
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}

.formactions input.submit{
	background-color: #ccc;
	border: 1px solid #868686;
	float: right;
	margin: -1em 0px 0px 0px;
	padding: 0px 0.5em;
}

.hide, .print-logo, .close-button{
	display: none;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	border-top: 1px solid #ccc;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.secondary .featured dl{
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary .featured ul{
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}
.secondary .featured ul li{
	list-style-type: none;
	margin: 0.2em 0px;
	padding: 0px 1em 0.4em 1em;
	border-bottom: 1px solid #eee;
}

.secondary .featured p{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary dd a{
	color: #808080;
}

.secondary dd a:hover{
	color: #000;
}

.secondary dt{
	color: #aaa;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.single-post h1, .single-post h2{
	margin-top: 0px;
}

.story h3{
	color: #666;
	font-weight: normal;
	margin: 0px 0px 1.5em 0px;
}

.story h3 a{
	border-bottom: 1px dotted #666;
	color: #333;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	padding: 2em 0px 0px 0px;
}

#ancillary .block{
	float: left;
	margin: 0px 0px 0px 5%;
	width: 30%;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 2em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}

#comment-form{
	margin: 5em 0px 5em 35.4%;
	width: 36em;
}

#comments .content{
	border-left: 1px solid #868686;
	float: left;
	margin-left: 1.9%;
	padding: 0px 0px 0px 2%;
	width: 60%;
}

#comments .content h3{
	margin: 0px;
}

#comments .content p{
	margin: 0px 0px 1em 0px;
}

#comments .pingback cite .author{
	background: url(../images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: right;
	width: 31%;
}

#comments cite .admin-tools{
	margin: 5px 0px;
}

#comments cite .admin-tools a{
	background: #666;
	border: 1px solid #999;
	float: right;
	margin: 0px 5px;
	padding: 0px 3px 3px;
}

#comments cite span{
	display: block;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #6C6C6C;
	margin: 2em 0px 3em 0px;
}

#footer .inside{
	background: url(../images/footer_black.gif) 50% 0 repeat-x;
	padding: 1em 0px;
}

#footer p{
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	color: #525252;
	padding: 0px 0px 0px 1em;
}

#footer p.attributes a:hover{
	color: #000;
}

#footer p.copyright{
	float: left;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: #fff;
}

#header .inside{
	padding: 3em 0px;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h2 a{
	color: #000;
}

#header p{
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#live-search{
	-moz-opacity: 0.4;
	position: absolute;
	text-align: right;
	top: 4em;
	width: 100%;
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#preview{
	border: 1px solid #ccc;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #fff;
	color: #7F7F7F;
	padding:1px 0 2em 0;
}

#primary .primary{
	float: right;
	width: 65%;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 0.65em;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #000;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}

* html #primary.twocol-stories .story{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #ccc;
	padding:0.5em 0;
	color:#4D4D4D;
}
.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	color:#4D4D4D;
	text-decoration:none;
}

.story .details a:hover{ color:#000; }

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #fff;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #ccc;
	border-top: 1em solid #000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555;
	border-top: 1px solid #666;
	display: block;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #ccc;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #ccc;
}

#search-results ul li:hover{
	background: #202020;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	background: #F3F3F3;
	border-top: 1px solid #E3E3E3;
	padding: 1px 2em;
}

.sidePanel{
	float: right;
	width: 300px;
	padding-left: 20px;
}
