/*   
Theme Name: Castle Photography Custom Theme
Theme URI: 
Description: Thematic Child Theme
Author: Bret Lund
Author URI: http://powerpix.net
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* ====== General ====== */

/*body, input, textarea {
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p, ul, ol, dd, pre {
	margin-bottom:auto;
}
pre, code {
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
}*/
p {
	margin-bottom:18px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
body {
	min-width:960px;
	margin: 0px;
	background-color: #191919;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
}
#header-inner-wrap {
	position:relative;
	padding: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background-color: #191919;*/
	/*background-image: url(images/header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#branding {
	width:289px;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 12px;
	margin: 0;
	height: 92px;
	overflow: hidden;
	/*visibility: hidden;*/
}
#blog-title {
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
}
#blog-title a {
	height: 92px;
	width: 289px;
	text-indent: -9000px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #FFF;
}
#blog-description {
	color:#666;
	font-size:13px;
	font-style:italic;
	text-indent: -9000px;
	visibility: hidden;
}
#header-aside {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	/*height: 50px;*/
	/*overflow: hidden;*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#search-2 {
	background-image: url(images/search-2-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 1px;
}
#access {
	position:relative;
	overflow:visible;
	clear: both;
	z-index: 100;
	border-bottom-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
.menu {
	width:940px;
	margin:0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*** MENU ***/
.sf-menu {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-weight: bold;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	border-bottom-color:#333;
	background-color: #333;	/*	background-image: url(images/sf-menu-li-active-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top*/
	text-decoration: none;
}
/* visited pseudo selector so IE6 applies text colour*/
.sf-menu a, .sf-menu a:visited  {
	color: #FFF;
	text-decoration: none;
}
.sf-menu li {
	background-color: #000;
	/*background-image: url(images/sf-menu-li-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
}
.sf-menu li li {
	background-color: #000;
}
.sf-menu li li li {
	background-color: #000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	border-bottom-color:#666;
	background-color: #404040;
	text-decoration: none;
}
.sf-menu ul {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	background:#fafafa;
	border-bottom:none;
	text-decoration: none;
}
.sf-menu ul a:hover {
	color: #000;
	text-decoration: none;
}
#main-wrap {
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
/* Not being used in this design */
/*#main-wrap-btm {
	margin-top: 0px;
	height: 20px;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-top-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/
#main {
	width:960px;
	overflow:hidden;
	position:relative;
	/*background-color: #FFF;*/
	/*background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
	background-position: center;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 10px;
	padding-top: 30px;
}
#container {
	width:620px;
	float:left;
}
#contentfull {
	width:936px;
	padding: 0px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	/*width:540px;*/
	width:580px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 20px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
#content h1 {
	color: #FFF;
	font-size: 24px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h2 {
	font-size:18px;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h3 {
	font-size:18px;
	color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 18px;*/
}
#content h4 {
	font-size:14px;
	color: #CCC;
	font-style: italic;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content a:link, a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: underline;	
}
#contentfull .entry-title {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
#contentfull .entry-content {
	margin-top: 0px;
	padding-top: 0px;	
}
.entry-title {
    /*font-family:Arial,sans-serif;*/
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color: #036;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #036;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1 {
	/*font-family:Arial,sans-serif;*/
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
	color: #036;
}
.entry-content h2 {
    /*font-family:Arial,sans-serif;*/
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    /*font-family:Arial,sans-serif;*/
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #036;
}
.main-aside {
	width:300px;
	float:right;
	position:relative;
	right:20px;
	/*background-color: #999;*/
	background-image: url(images/main-aside-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/*color: #FFF;*/
}
.main-aside a:hover {
	color: #FFF;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
	background:#333333;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height: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: #FF4B33;
}
.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: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.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: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#333333;
    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;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    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-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.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 {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

#primary {
	margin-bottom:22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 302px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#secondary {
	margin-bottom:22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 302px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear:right;
}
#primary .widgettitle, #secondary .widgettitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;	
}
#primary p, #secondary p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
}
#footer {
	clear:both;
	/*background-color: #191919;*/
	margin-top: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #666;
	/*	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
#footer-top {
	margin-top: 0px;
	height: 20px;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-top-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	visibility: hidden;
}
#siteinfo {
	clear:both;
	width:940px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#siteinfo a:hover {
	color: #FFF;
}
#subsidiary {
	width:930px;
	overflow:hidden;
	/*background-color: #CCC;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	/*background-image: url(images/subsidiary-btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
#subsidiary .aside {
	/*width:300px;*/
	width:296px;
	float:left;
	margin:0 20px 0 0;
	color: #FFF;
}
#subsidiary a {
	color: #CCC;
}
#subsidiary #first {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#subsidiary #second {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
/*#subsidiary #third {
	
}*/
