/*
Theme Name: Get Tracking
Theme URI: http://www.statusdesign.com
Description: A simple and clean theme designed by <a href="http://www.statusdesign.co.uk/">statusdesign.co.uk</a> for the clients webfront.
Version: 1.1
Author: Martin Hobbs
Author URI: http://www.statusdesign.com
*/

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper {
	width: 800px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#header {
	height: 300px;
	width: 800px;
	margin: 0px;
	background-image: url(images/header.gif);
}
#main {
	width: 800px;
}
#content {
	width: 520px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
}
#content a {
	color: #f18e00;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f18e00;}
#sidebar {
	width: 228px;
	height: 500px;
	float: right;
	border-left-color: #f18e00;
	border-left-width: 1px;
	border-left-style: solid;
	background-image: url(images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0;
}
#footer {
	height: 42px;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	position: absolute;
	top: -100px;
}
.post {
	font-size: 0.9em;
	border-bottom-style: solid;
	border-bottom-color: #f18e00;
	border-bottom-width: 1px;
}
.entry-content, .entry-excerpt {
	clear: left;
	border-top-color: #header.gif;
	background-image: url(images/dot-title.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
	font-size: 10px;
	margin-top: -13px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.entry-meta a {
	color: #999999;
}
.more-link a {
	text-decoration: none;
	color: #f18e00;
	float: left;
	margin-top: 10px;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #f18e00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.3em;
	background-image: url(images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 17px;
}
#sidebar li a:hover {
	color: #FEF800;
	font-weight: bold;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
	font-size: .9em;
	margin-left: px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: -100px;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 a {
	font-size: 26px;
	padding: 0;
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.post h3 {
	font-size: 26px;
	font-weight: lighter;
	text-decoration: none;
	background-image: url(images/dot-title.png);
	background-repeat: repeat-x;
	background-position: left 24px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	height: 30px;
	text-indent: 2px;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	display: inline;
}
.entry-month {
}
.entry-day {
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-text a {
	color: #f18e00;
	font-size: 13px;
}
/*===END SECTION 11===*/

