/*   
Theme Name: DarkLour's Theme
Theme URI: http://www.darklour.com/
Description: Thematic Child Theme.
Author: James Williams
Author URI: http://www.DarkLour.com/
Template: thematic
Version: 1.0
Tags: Thematic,CPA,Marketing,Sales Page,DarkLour,Lour,Splash
.
DarkLour's Theme is © James Williams http://darklour.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#wrapper {
	background : url("images/light-source-trans.png") no-repeat top center;
	margin:auto;
  }

body {
	background : #000000 url("images/bg.gif");
	color : #C0C0C0;
	font-family : Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
	font-size : 62.5%;
	line-height : 2em;
	}
a {
	color : #FFFFFF;
	text-decoration: none;
	}
a:hover {
  color: #C0C0C0;
  text-decoration: underline;
  }
  
#header {
    background: #000000 url(images/header.png) no-repeat;
	margin:0 auto 0 auto;
    width:960px;
	border:#FFFFFF 1px solid;
	height:133px;
	}
#header #topright {

  color: #000000;
  text-align: right;
  width: 940px;
  margin: auto;
  position:absolute;
  top : 0px;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size : 1.1em;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #C0C0C0;
  text-decoration: none;
  }
#branding, {
	margin : 0 auto;
	overflow : visible;
	width : 940px;
	}
#branding {
	padding-bottom : 20px;
	padding-top : 20px;
	padding-left: 15px;
	padding-right: 15px;
	}
#blog-title {
	margin:auto;
	}
#branding #blog-title a {
	color : #ffffff;
	font-family : Helvetica,Georgia,serif;
	font-size : 0px;
	font-weight : normal;
	text-decoration : none;
	}
#blog-description {
	color : #999;
	font-size : 0px;
	font-weight : normal;
	}
#container {
    width:650px;
    float:left;
    margin:10px 0 0 10px;
}
#content {
    overflow:hidden;
}
#primary {
    width:125px;
    float:right;
    margin:0 10px 0 20px;
}
#secondary {
    width:125px;
    float:right;
    margin:0 0 0 10px;
}
#primary a, #secondary a {
  color: #666;
  }
#primary a:hover, #secondary a:hover {
  text-decoration: underline;
  }  
.aside {
	font-size : 1.1em;
	padding-top : 30px;
	}
.aside a {
	text-decoration : none;
	}
.xoxo li {
	margin-bottom : 15px;
	}
.xoxo li li {
	margin-bottom : 0;
	}
#subsidiary {
    width:900px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:255px;
	padding: 5px;
    float:left;
    margin:0 0 0 25px;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	background:url("images/middlebg2.png") repeat;
}
#footer {
	background : #000000;
	color : #fff;
	font-size : 1.2em;
	padding : 10px 0;
    width:960px;
	margin:0 auto 0 auto;
		border:#FFFFFF 1px solid;
	}
#footer a {
  color: #999;
  text-decoration: none;
  }
  #footer a:hover {
  text-decoration: underline;
  }
.navigation {
	font-family : Helvetica,Arial,sans-serif;
	letter-spacing : 1px;
	margin-bottom : 20px;
	overflow : hidden;
	text-transform : uppercase;
	width : 100%;
	}
#nav-above {
	display : none;
	}
.nav-next {
	float : right;
	text-align : right;
	width : 45%;
	}
.nav-previous {
	float : left;
	width : 45%;
	}
.navigation a {
	color : #333;
	text-decoration : none;
	}
body.home #nav-above {
	display : none;
	}
.post {
    padding:10px;
	font-size : 1.2em;
	margin-bottom : 5px;
	border:1px solid #ffffff;
	}
#pageborder {
	border:1px solid #ffffff;
	height:100%;
	padding:10px;
	}
.entry-title {
	color : #ffffff;
	font-family : Helvetica,Arial,sans-serif;
	font-size : 2em;
	font-weight : bold;
	letter-spacing : -1px;
	margin-bottom : 5px;
	padding-bottom : 1px;
	}
.entry-title a {
	color : #ffffff;
	text-decoration : none;
	}
.post .entry-meta,.post .entry-utility {
	border-bottom : 1px dotted #ddd;
	color : #999;
	font-size : 0.825em;
	margin-bottom : 5px;
	padding-bottom : 5px;
	}
.post .entry-meta a,.post .entry-utility a {
	color : #666;
	text-decoration : none;
	}
.post .entry-meta a:hover,.post .entry-utility a:hover {
	border-bottom : 1px dotted #ccc;
	}
.post p {
	margin-bottom : 24px;
	}
.post pre,#content .page pre {
	font-size : 1.6em;
	}
#content .page code {
	font-size : 1.2em;
	}
.post ul,.post ol,#content .page ul,#content .page ol {
	color : #555;
	margin-bottom : 20px;
	margin-left : 20px;
	padding-left : 10px;
	}
.post ul li,#content .page ul li {
	list-style-type : disc;
	margin-bottom : 5px;
	}
.post ul li li,#content .page ul li li {
	font-size : 1em;
	}
.post ol li,#content .page ol li {
	list-style-type : decimal;
	}
.post ol li li,#content .page ol li li {
	font-size : 1em;
	}
.post dt {
	border-bottom : 1px dotted #ddd;
	margin-bottom : 5px;
	padding-bottom : 5px;
	}
.post dd {
	color : #555;
	margin-bottom : 1em;
	}
.post dl {
	margin-bottom : 1.3em;
	padding-left : 20px;
	}
.post a.more-link {
	background : #333;
	color : #fff;
	font-size : 0.75em;
	font-weight : bold;
	padding : 5px 10px;
	text-decoration : none;
	text-transform : uppercase;
	}
.post a.more-link:hover {
	background : #666;
	}
a.more-link .meta-nav {
	display : none;
	}
.post h3,.post h4,.post h5,.post h6 {
	border-bottom : 1px solid #eee;
	color : #999;
	margin : 5px 0;
	padding : 5px 0;
	}
.post h3 {
	font-size : 1.6em;
	}
.post h4 {
	font-size : 1.4em;
	}
.post h5 {
	font-size : 1.2em;
	text-transform : uppercase;
	}
.post h6 {
	font-size : 1.1em;
	text-transform : uppercase;
	}
.post blockquote {
	background : #f0f0f0;
	font-size : 1em;
	margin : 10px 0px;
	padding : 10px 20px 1px 10px;
	}
.post blockquote p {
	font-stayle : italic;
	}
.post pre {
	font : 1.2em Consolas,monospace;
	margin : 10px 0;
	}
.post code {
	font : 1em Consolas,monospace;
	}
.post .page-link {
	font-size : 0.825em;
	margin-bottom : 20px;
	text-transform : uppercase;
	}
.page-link a {
	background : #f0f0f0;
	border-bottom : 1px solid #ddd;
	border-left : 1px solid #eee;
	border-right : 1px solid #ddd;
	border-top : 1px solid #eee;
	padding : 5px 10px;
	text-decoration : none;
	}
.post .entry-utility {
	border-top : 1px solid #d0d0d0;
	margin-bottom : 10px;
	padding : 5px 0;
	}




#comments {
	padding : 22px 10px 0 0;
	}
#comments,#comments input,#comments textarea {
	font-size : 12px;
	}
#comments h3 {
	font-family : Helvetica,Arial,sans-serif;
	font-size : 1.4em;
	font-weight : bold;
	line-height : 22px;
	padding : 0 0 18px 0;
	}
#comments-list {
	padding : 0 0 18px 0;
	}
#comments-list ol,#comments-list ul {
	border : 3px double #eee;
	list-style : none;
	margin : 0;
	}
#comments-list ol {
	margin : 0 0 18px 0;
	}
#comments-list li {
	background : #fff;
	padding : 18px 1.5em 18px 1.5em;
	position : relative;
	}
#comments-list li.alt {
	background : #f0f0f0;
	}
#comments-list li.bypostauthor {
	background : #FFFFCC;
	}
#comments-list ul li {
	border : 1px solid #ccc;
	margin : 0 0 18px 0;
	}
#comments-list li .avatar {
	height : 36px;
	left : 1.5em;
	position : absolute;
	top : 22px;
	width : 36px;
	}
#comments-list .comment-author {
	font-weight : bold;
	padding : 9px 0 0 46px;
	}
#comments-list .comment-meta {
	color : #666;
	font-size : 11px;
	padding : 0 0 9px 46px;
	}
#comments-list .comment-meta a {
	color : #666;
	font-style : italic;
	text-decoration : none;
	}
#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
	color : #f0f0f0;
	}
.comment-reply-link {
	font-size : 11px;
	padding : 0 0 18px 0;
	text-align : right;
	}
.comment-reply-link a {
	color : #666;
	font-style : italic;
	text-decoration : none;
	}
.comment-reply-link a:active,.comment-reply-link a:hover {
	color : #333;
	}
.comment-navigation {
	font-weight : bold;
	margin-right : 0.5em;
	padding : 0 0 18px 0;
	}
.comment-navigation a {
	border : 1px solid #ccc;
	color : #666;
	font-weight : normal;
	padding : 0.5em 0.75em;
	text-decoration : none;
	}
.comment-navigation a:active,.comment-navigation a:hover {
	color : #333;
	}
.comment-navigation a,.comment-navigation span {
	margin-right : 0.5em;
	}
#trackbacks-list .comment-content {
	left : -9000px;
	position : absolute;
	}
#respond {
	background : #fff;
	margin-bottom : 22px;
	overflow : hidden;
	padding : 18px 0 0 0;
	position : relative;
	}
#comments-list #respond {
	border-bottom : 1px solid #ccc;
	margin : 0 0 18px 0;
	padding : 18px 1.5em;
	}
#comments-list ul #respond {
	border : 1px solid #ccc;
	margin : 0;
	}
#cancel-comment-reply {
	font-size : 11px;
	position : absolute;
	right : 1.5em;
	top : 18px;
	}
#cancel-comment-reply a {
	color : #666;
	}
#respond .required {
	color : #f0f0f0;
	font-weight : bold;
	}
.form-section label {
	font-size : 11px;
	}
.form-section input {
	margin : 0 0 18px 0;
	width : 98%;
	}
.form-section textarea {
	width : 99%;
	}
#form-allowed-tags p {
	color : #666;
	font-size : 11px;
	margin : 0;
	}
#form-allowed-tags span {
	font-style : italic;
	}
.form-submit {
	padding : 18px 0 0 0;
	text-align : right;
	}
.subscribe-to-comments {
	color : #666;
	float : left;
	font-size : 11px;
	margin : 0;
	padding : 18px 0 0 0;
	}
.solo-subscribe-to-comments {
	color : #666;
	font-size : 11px;
	padding : 18px 0 0 0;
	}
.comment_license {
	clear : both;
	color : #666;
	font-size : 11px;
	margin : 0;
	padding : 18px 0 0 0;
	}
#author-info {
	border: 1px dotted #ccc;
	padding: 5px;
	overflow: hidden;
	font-size: 1.2em;
	margin-bottom: 20px;
	}
#author-info h2 {
	border-bottom: 3px double #ddd;
	padding: 5px 0;
	font-size: 1.8em;
	margin-bottom: 10px;
	}
#author-info .avatar {
	float : left;
	border : 3px double #ddd;
	margin : 0 10px 10px 0;
	}