/*
Theme Name: phdesign
Theme URI: http://www.phdesign.com.au/
Description: The theme for the phdesign site.
Version: 1.0
Author: Paul Heasley
Author URI: http://www.phdesign.com.au/
Tags: dark, twitter, fixed width, center, two columns, widgets
*/

@charset "utf-8";
html {
	height: 100%;	
}
body  {
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}
img {
	border: 0;
}
#container { 
	height: 100%;
	position: relative;
	background: url(images/content_bg.gif) repeat-y top center;
	min-width: 780px;
} 
/* Hack for IE6, it can't read the child selector and doesn't support min-height */
body > #container {
   height: auto;
   min-height: 100%;
}
#header { 
	height: 150px;	
	width: 100%;
	background: #333 url(images/header_glow.png) no-repeat top center;
} 
div.centered {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;	
	padding-left: 10px;
}
#header img.logo {
	margin-top: 80px;
}
.twitter {
	float: right;
}
.twitter .twitterBird {
	padding-top: 65px;	
}
.twitter .bubble {
	width: 250px;
	float: left;
	margin-top: 10px;
	background: url(images/twitter_bubble_bottom.gif) no-repeat bottom left;
}
.twitter .bubble img {
	float: right;
	margin: 0 20px 2px 0;
}
.twitter .bubbleInner {
	background: url(images/twitter_bubble_top.gif) no-repeat top left;
	padding: 5px 10px 12px 10px;
	font-size: 0.6875em; /* 11px */
	color: white;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-style: italic;
}
.twitter .twitter-timestamp {
	color: #E4E2D1;
	display: block;
}
#navigation {
	height: 30px;
	background: #640000 url(images/navigation_top.gif) repeat-x top left;
}
#navigation .glow {
	background: url(images/navigation_glow.png) no-repeat top center;
	height: 100%;
} 
#navigation ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}
#navigation li {
	display: block;
	padding: 1px 20px 0 20px;
	float: left;
	height: 29px;
	vertical-align: middle;
	background: url(images/navigation_separator.gif) repeat-y top left;
	color: white;
}
#navigation li.first {
	padding-left: 0;
	background: none;
}
#navigation li img {
	vertical-align: middle;
}
#toolbar {
	float: right;
	padding-top: 1px;
	height: 29px;
}
#toolbar img {
	margin: 0 10px 0 20px;	
	float: left;
}
#contentPanel {
	clear: both;
	background: url(images/navigation_shadow.gif) repeat-x top center;
	padding-bottom: 100px;
}
#contentPanel #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0 100px 0;
	padding-bottom: 100px;
}
#contentPanel #content { 
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#contentPanel div.centered {
}
#content p, 
#content li,
#content table {
	font-size: 0.875em; /* 14px */	
}
#content h2 {
	font-size: 1.375em; /* 22px */	
	font-weight: normal;
	margin: 10px 0 0 0;
	color: #661E51;
}
#content h2 a {
	color: #661E51;
	text-decoration: none;
}
#content h2 a:hover {
	color: #000;
	text-decoration: none;
}
#content h3 {
	color: #666666; /*#D93315;*/
	font-style: italic;
	font-size: 1.25em; /* 20px */	
	font-weight: normal;
}
#content img.pageTitle {
	padding-top: 10px;
	display: block;
}
#content .post {
	margin-bottom: 30px;
}
#content .postTitle {
	padding: 0 0 3px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #D4D4D4;
	position: relative;
}
#content .postMeta {
	color: #868686;
	float: left;
	font-size: 0.75em; /* 12px */
	margin: 3px 15px 3px 0;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	/* overflow: hidden; */
}
#content .postMeta a {
	color: #868686;
	text-decoration: none;
}
#content .postMeta a:hover {
	color: #868686;
	text-decoration: underline;
}
#content .postCreated {
	background: url(images/icon_calendar.gif) no-repeat top left;
	/*position: absolute;
	bottom: 3px;
	right: 0;
	float: right;
	margin: 3px 0 3px 0;*/
}
#content .postCommentCount {
	background: url(images/icon_balloon.gif) no-repeat top left;
}
#content .postCategory {
	background: url(images/icon_folder.gif) no-repeat top left;
}
#content .postTags {
	background: url(images/icon_tag.gif) no-repeat top left;
}
#content .phreplaceDownload {
	position: absolute;
	bottom: 3px;
	right: 0;
	float: none;
	margin: 3px 0 3px 0;
	text-align: right;
	color: #868686;
	font-size: 0.75em; /* 12px */
}
#content .phreplaceDownload img {
	margin-bottom: 5px;	
}
#content .postNav {
	float: right;
}
#content .buttonPrev,
#content .buttonNext  {
	float: left;
	margin-left: 5px;
}
#content .buttonPrev span,
#content .buttonNext span {
	display: none;
}
#content .buttonPrev a {
	background: url(images/button_newer.gif) no-repeat top left;
	width: 68px;
	height: 25px;
	display: block;
}
/*
#content .buttonPrev  a:hover {
	background: url(images/button_newer_hover.gif) repeat top left;
}
*/
#content .buttonNext a {
	background: url(images/button_older.gif) no-repeat top left;
	width: 62px;
	height: 25px;
	display: block;
}
/*
#content .buttonNext a:hover {
	background: url(images/button_older_hover.gif) repeat top left;
}
*/
#content .more-link span {
	display: none;
}
#content .more-link {
	background: url(images/button_readmore.gif) no-repeat top left;
	width: 105px;
	height: 25px;
	display: block;
	margin-top: 15px;
}
#featurePhreplace {
	background: #C0BB94;	
	margin-top: 10px;
}
#featureCategory {
	background: #8099B6;	
}
#featureCategory ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
}
#featureCategory li {
	font-size: 0.875em;
	text-transform: lowercase;
	font-style: italic;
	padding: 2px 5px;
}
#featureCategory li:hover {
	background: #C9D3E0;
}
#featureCategory li a {
	color: black;
	text-decoration: none;
}
#featureCategory li a:hover {
	color: black;
	text-decoration: underline;
}
#featureTags {
	background: #E4E2D1;
}
/* Features specific to the phreplace page */
#featureDocs {
	background: #C0BB94;
	margin-top: 10px;
}
#featureDocs ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
}
#featureDocs li {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 0.75em;
	margin: 0;
	border-bottom: 1px solid #CCC8A8;
	color: #000;
}
#featureDocs li a {
	padding: 2px 5px;
	color: #000;
	text-decoration: none;
	display: block;
}
#featureDocs li.sub a {
	padding-left: 15px;
}
#featureDocs li a:hover {
	background-color: #E4E2D1;
	text-decoration: none;
}
#featureRelated {
	background: #E4E2D1;
	font-size: 0.6875em;	/* 11px */
}
#featureRelated .post {
	margin-top: 10px;
}
#featureRelated .postTitle {
	font-size: 1.09em; 		/* 12px */
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}
#featureRelated .postTitle a {
	color: #000;
	text-decoration: none;
}
#featureRelated .postTitle a:hover {
	color: #000;
	text-decoration: underline;
}
#featureRelated .postCreated {
	color: #868686;
	font-style: italic;
}
#featureRelated .excerpt {
	color: #5e5e5e;
	margin-top: 5px;
}
#featureRelated .excerpt p {
	display: inline;
	margin: 0px;
}
#featureRelated .readAll {
	text-align: right;
	padding-top: 10px;
}
.feature .icon {
	margin-right: 5px;
}
.tagCloud a {
	color: #000;
	text-decoration: none;
}
.tagCloud a:hover {
	color: #000;
	text-decoration: underline;
}
.feature {
	margin-top: -5px;
}
.feature .left {
	background: url(images/feature_left.gif) repeat-y top left;
}
.feature .right {
	background: url(images/feature_right.gif) repeat-y top right;
}
.feature .top {
	background: url(images/feature_top.gif) no-repeat top left;
}
.feature .bottom {
	background: url(images/feature_bottom.gif) no-repeat bottom left;
	padding: 10px 15px 20px 15px;
	width: 220px;
}
.feature .inner {
	padding: 5px;	
}
.clearleft {
	clear: left;	
	height:0;
    font-size: 1px;
    line-height: 0px;
}
.searchField {
	height: 23px;
	line-height: 25px;
	border: 1px solid #D4D4D4;
	margin: 0 10px 10px 10px;
	padding: 0;
	float: left;
	width: 146px;
}
.searchButton {
	background: url(images/button_search.gif) no-repeat top left;
	height: 25px;
	width: 70px;
	border: 0px;
	cursor: pointer;
}
#footer { 
	background: #333 url(images/footer_bg.gif) repeat-x top left; 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
} 
#footer div.centered {
	padding-top: 15px;
	height: 85px;
}
#footer img {
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#content .greyDate {
	font-style: italic;
	color: #868686;
	font-size: 0.857em;
}
ul.tick {
	list-style-type: none;
	padding-left: 10px; 
}
ul.tick li {
	background: url(images/bullet_tick.gif) no-repeat top left;	
	padding-left: 25px; 
	margin-bottom: 5px;
}
#content pre {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	max-height: 230px;
	overflow: auto;
	padding: 9px;
}
#content code {
	font-size: 12px;
	font-family: Consolas,"Lucida Console",Monaco,monospace;
}
/* Some Wordpress specific styles */
.more-link {
	white-space: nowrap;	
}
/* Some generic WordPress styles */
img.centered,
img.aligncenter {
	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;
}
td.centered {
	text-align: center;
}