/* @override http://www.differentrealms.com/familyrealm/wp-content/themes/family/style.css */

/*
Theme Name: Family
Theme URI: http://differentrealms.com/
Description: A clean, simple, typographically elegant theme.
Version: 1
Author: John Nelson
Tags: clean, elegant, two columns, typography

*/

/* 

CSS by John Nelson
johnjulianelson@comcast.net
http://www.differentrealms.com

*/

/* @group Colors */

/* Slate - 4C4C61 */ 
/* Dark Slate - 2B2B36 */


/* @end */

/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Globals */

body {
	background: #000;
	font: 62.5%/1.5 Baskerville, "Baskerville", Garamond, Georgia, Times, "Times New Roman", serif;
	color: #444;
}

li, dt, dd, p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.5em; 
}	
li *, dt *, dd *, p * {font-size: 1em; }
ul, ol, dl, p {margin-bottom: 1.25em; } 

h1, h2, h3, h4, h5, h6,
p, blockquote, dl, ol, ul, th, td,
code, q, fieldset, caption, legend, label {
	padding: 0 6px;
}

input, select, textarea {
	margin: 0 6px;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p *, blockquote *, dl *, ol *, ul *, th *, td *, 
code *, q *, fieldset *, caption *, legend * { 
	padding: 0;
}

img.left {margin: 0 2em 1em 6px; display: inline; /* IE6 */ }
img.right {margin: 0 6px 1em 2em; display: inline; /* IE6 */ }

img.thumb {
	margin: 0 2px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

a {color: #4C4C61; text-decoration: none;}
a:hover {color: #2B2B36; text-decoration: underline; }

em {
	color: #2B2B36;
}

/* @end */


/* @group Layout */

.container {
	margin: 0 auto;
	width: 960px;
}

.content {width: 960px; }

.two-col .content {width: 636px; }
.two-col .sidebar {width: 312px; }

#body .content {float: left; }
#body .sidebar {float: right; }

.section {
	clear: both;
	margin: 0 0 12px;
}

.first {
	clear: left;
}

.last {
	margin-right: 0 !important;
}

#left, .left {float: left; }
#right, .right {float: right; }

.clear {
	width: 100%;
	clear: both;
}

/* @end */

/* @group Navigation */

#nav-primary {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}

#nav-primary li {
	float: left;
	width: 150px;
	border-top: 2px solid #B9B2AC;
	padding: 0;
	margin: 0 12px 0 0;
	font-size: 1.6em;
	line-height: 1;
}

#nav-primary li a {
	display: block;
	width: 138px;
	padding: 12px 6px;
	color: #000;
}

#nav-meta {
	float: right;
	margin: 0 0 90px;
}

#nav-meta li {
	float: left;
	font-size: 1.1em;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	border-right: 1px solid #ccc;
}

#nav-meta li.last {
	margin: 0;
	padding: 0;
	border-right: none;
}

.pagination {
	padding-top: .6em;
	line-height: 1.2em;
	border-top: 2px solid #B9B2AC;
	margin-bottom: 2em;
}

.pagination p {
	display: block;
	margin-bottom: 0;
}

.pagination p.prev {
	float: left;
	padding: 0 0 0 18px;
	background: url(images/arrow_left.png) no-repeat left center;
}

.pagination p.next {
	float: right;
	padding: 0 18px 0 0;
	background: url(images/arrow_right.png) no-repeat right center;
}


/* @end */

/* @group Headings */

h1 {
	font-size: 2.5em; 
	margin: 0 0 .8em; 
	color: #000; 
	float: left; 
	clear: left;
        padding-left: 10em;
}

h1 a {
	clear: both;
	display: block;
	width: 318px;
	height: 75px;
	margin: 2 auto 0;
	background: url(images/title.png) no-repeat left top;
	text-indent: -999em;
        padding-left: 2em;
        background-position-x: 80%;
}

h2 {
	font-size: 2.4em;
	font-variant: small-caps;
	margin: 0 0 .6em 0;
	padding-bottom: .2em;
        padding-left: 0em;
	line-height: 1.2em; 
	color: #777;
	border-bottom: 2px solid #B9B2AC;
}

h3 {font-size: 2.2em; margin: 0 0 .4em 0; line-height: 1.2em; }
h4, h5 {font-size: 1.8em; margin: 0 0 .2em 0; line-height: 1.2em; }
h6 {font-size: 1.6em; margin: 0 0 .2em 0; line-height: 1.2em; }

h1, h2, h3, h4 {
	font-weight: normal;
}

h3 {
	color: #000000;
}

.sidebar h3 {
	font-variant: small-caps;
	letter-spacing: .05em;
	margin: 0 0 .3em;
	padding-bottom: .1em;
	border-bottom: 1px dotted #B9B2AC;
}

/* @end */

/* @group Design */

#header {
	height: 300px;
	padding: 1.4em 0 0;
	background: url(images/jns.jpg) no-repeat center bottom #f2eae4;
	border-bottom: 2px solid #B9B2AC;
}

#body {
	padding: 3em 0 200px;
	background: url(images/jnb.jpg) no-repeat right bottom #fff;
	border-bottom: 2px solid #B9B2AC;
}

.sidebar {
	padding: .55em 0;
}

.widget {
	position: relative;
	margin-bottom: 2em;
}

/* @group Post */

.post {
	margin: 0 0 36px;
}

.post h3 {
	padding-bottom: 0;
	border: none;
}

.post h3 a {
	font-weight: normal;
}

.post a {
	font-weight: bold;
}

p.meta {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #777;
	padding-top: .6em;
	padding-bottom: .6em;
	border-top: 1px dotted #B9B2AC;
	border-bottom: 1px dotted #B9B2AC;
}

p.meta a {
	font-weight: normal;
}

.more-link {
	font-weight: bold;
	text-align: right;
	display: block;
	padding: 0 18px 0 0;
	background: url(images/arrow_right.png) no-repeat right center;
}

.feedback {
	padding-top: .6em;
	padding-bottom: .6em;
	border-top: 1px dotted #B9B2AC;
	border-bottom: 1px dotted #B9B2AC;
}

.feedback p {
	float: left;
	font-size: 1.1em;
	color: #777;
	margin-bottom: 0;
}

.feedback p.comments {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

/* @end */

/* @group Slideshow */

#flickr-wrap {
	clear: both;
	width: 300px;
	height: 248px;
	background: #f3eae5;
	border-bottom: 1px dotted #B9B2AC;
	overflow: hidden;
	padding: 6px;
}

#slideshow h3 {
	margin-bottom: 0;
}

#slideshow .photo {
	display: block;
	width: 300px;
	height: 248px;
	text-align: center;
}

#slideshow img {
	margin: 0;
}

#slideshow p {
	position: absolute;
	right: 0;
	top: .6em;
	font-size: 1.2em;
}

/* @end */

/* @group Comments */

#commentlist li {
	padding: 0 6px 12px 52px;
	margin: 0 0 12px;
	border-bottom: 1px solid #eee;
}

#commentlist li img.avatar {
	float: left;
	margin: 0 0 0 -52px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

#commentlist li p {
	margin-bottom: 1em;
}

#commentlist li p.comment-meta {
	margin: 0;
	font-size: .85em;
}

p.comment-tracking {
	border-top: 1px dotted #B9B2AC;
	text-align: center;
	font-size: 1.1em;
	padding-top: .3em;
	margin-top: 2em;
	margin-bottom: 0;
}

p.comment-tracking a {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	border-top: 48px solid #2b2b36;
	padding: 1.4em 0;
}

#footer p {
	float: left;
	color: #444;
	font-size: 1.1em;
}

#footer p.credits {
	float: right;
}

#footer p a {
	font-weight: bold;
}

/* @end */

/* @end */

/* @group Forms */

input, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px !important;
	line-height: 1.2em;
	padding: .4em !important;
}

#searchform input {
	width: 200px;
}

form li {
	clear: both;
	margin-bottom: 12px;
}

form li label {
	display: block;
	font-weight: bold;
	margin-bottom: .2em;
}

form li label .required {
	font-weight: normal;
}

form li input,
form li select {
	margin: 0;
}

form li input.text {
	border: 1px dotted #B9B2AC;
}

.content .textarea {
	width: 624px;
	border: 1px dotted #B9B2AC;
	margin: 0 6px 12px;
	overflow: hidden;
}
.content .textarea textarea {
	border: none;
	width: 100%;
	margin: 0;
}

/* @end */


/* @group Progressive */

img.thumb,
#commentlist li img.avatar {
	box-shadow: 0 1px 2px #eee;
	-moz-box-shadow: 0 1px 2px #eee;
	-webkit-box-shadow: 0 1px 2px #eee;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */




