/*
Theme Name: The Mitchell Family
Description: Theme created by <a href="http://www.ecominsites.com">ECOM In-Site Designs</a>.
Version: 1.0
Author: Jared Mitchell
Author URI: http://www.kiwiot.com

This theme was designed and built by Jared Mitchell,
whose blog you will find at http://www.kiwiot.com


*/

/* Default Settings */

a:link				{color: #5C2820; text-decoration: none;}    /* unvisited link */
a:active			{color: #5C2820; text-decoration: none;}   /* selected link */
a:visited			{color: #5C2820; text-decoration: none;}	/* visited link */
a:hover				{color: #2F4467; text-decoration: underline;}


strong {
	font-weight: bold;
}

code {
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	font-size: 0.8em;
	background: #eee;
	border: solid 1px #aaa;
}

pre {
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	background: #eee;
	border: solid 1px #aaa;
	padding: 10px;
}

pre code {
	border: 0;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

small {
	font-family: Helvetica, Arial,  Sans-Serif;
	font-size: 0.6em;
	line-height: 1.5em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-bottom: 20px;
	}

select {
	width: 130px;
}

/* Post Header and Image Style*/

.headwrap {

  position: relative;

  padding: 12px;

  width: 600px;

  height: 66px;

  background: url("/images/blog_img.jpg") no-repeat;

}

.headright {

  position: relative;

  float: right;

  width: 535px;
}

#content .headright h2,
#content .post .headright h2 {

    font-weight: 700;

    border-bottom: 0px;

    font-size: 16px;

    margin-bottom: 2px;

}

.details
{
  font-size: 11px;

  letter-spacing: 1px;

  position: relative;

  display: block;
}


/*** Content ***/

#content div.entry {

	margin-top: 7px;

}

#content .post h2, h3#comments {
	font-size:1.6em;
}

.post {
	margin: 0 0 25px;
}

.post hr {
	display: block;
}

/*** Page/Blog Entry ***/


.entry p,
.entry h4,
.entry h5,
.entry h6,
.entry li {

   font-size: 14px;
}


.entry ul {
	margin: 15px 10px 15px 0;
	padding-left: 30px;
	list-style: disc;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	margin-left: 10px;
	padding-left: 30px;
	list-style: decimal;
	}

.entry a:link,
.entry a:active {

	color: #5C2820;

	text-decoration: underline;
}

.entry a:visited,
.entry a:hover {

	color: #2F4467;

	text-decoration: underline;
}

/* Additional Styling from original wp theme */

.postmetadata {
	text-align: center;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}



/* Begin Images */
p img {
	padding: 20px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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
	}
/* End Images */




/* End Entry Lists */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}




/* Comments styling */

h3#comments {
	font-size:1.6em;
	background-color:inherit;
	border-bottom: 1px solid #ddd;
	color:#606060;
	letter-spacing:2px;
	margin:0 0 0.5em 0;
	padding:0;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform {
    margin-bottom: 35px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 25px 0 0 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.navigation {
  padding-bottom: 1px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.rc_list {
 margin: 0 0 10px 0;
}


.rc_list li a {display: block; text-decoration: none; padding: 3px 0 3px 5px;}
.rc_list li a:link				{color: #333; text-decoration: none;}    /* unvisited link */
.rc_list li a:active			{color: #333; text-decoration: none;}   /* selected link */
.rc_list li a:visited			{color: #333; text-decoration: none;}	/* visited link */
.rc_list li a:hover				{display: block; color: #333; background-color: #C6E8FA; text-decoration: none;}

.rc_post {
 display: block;
 border: solid 1px #333;
 background-color: #F8FAC6;
 margin: 0 0 5px 0;
}











