/*
Theme Name: Trinette Reed and Chris Gramly
Theme URI: http://www.trinettereed.com/
Description: Custom Design for Trinette Reed Photography and Chris Gramly Photography
Version: 1.0
CSS Author: Jen Fletcher Web Development
Author URI: http://www.JenFletcher.com
Tags: simple, photography, images, clean, tableless, fluid layout, portfolio design

        Trinette Reed and Chris Gramly Design
	http://www.trinettereed.com/blog

        This theme was designed and built by Trinette Reed and Chris Gramly

	The CSS and XHTML was created by Jen Fletcher Web Development
	http://www.JenFletcher.com/

*/

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

html {
	background: #fff;
}

body {
	background: #FFF;
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 0.75em;
	color: #938D8D;
}

* html {
	height: 100%;
}

* body {
	height: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #938D8D;
}

a:hover {
	color: #434343;
}

h2, h2 a {
	color: #424242;
}

h2 a:hover {
	color: #434343;
}

img {
	margin-bottom: 10px;
	border: 0;
}

blockquote, blockquote p {
	margin: 0;
	padding: 0;
}


.midsf {
	border-left:1px solid #7e7a7b;border-right:1px solid #7e7a7b;
}

.sfsubrow { margin-top:20px; }

.sfnewrow { clear:both; }

/* ---- Easy Clearing Method ---- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	zoom: 1;
	display: block;
}

h5 {
	margin: 0;
	padding: 0;
	}
/* ---- page container for all elements except footer ---- */
#page {
	width: 960px;
	margin: auto;
	padding: 0;
	min-height: 100%;
	position: relative;
}

* #page {
	height: 100%;
}

/* has no properties and is used
as a div to which the easy
clearing fix is applied so that
the footer will always be at the bottom
of the page */
#page-inner {
	
}

/* ---- Header Area ---- */

#header {

	height: 140px;
	position: relative;
}

#header-upper {
	height: 90px;
	position: relative;
	top: 0;
	left: 0;
}

#header-upper-title {
	float: left;
	margin: 0;
	width: 600px;
	font-size: 3.0em;
	position: absolute;
	bottom: 20px;
	left: 0;
}

#header-upper-social-links {
	float: left;
	margin: 0;
	width: 195px;
	position: absolute;
	bottom: 25px;
	right: 0;
}

#header-upper-social-links ul,
#header-upper-social-links li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
}

#header-upper-social-links li {
	float: left;
	width: 27px;
	margin-right: 11px;
	display: block;
}

#header-upper-social-links li a {
	cursor: pointer;
	width: 27px;
	height: 27px;
	display: block;
}

#header-upper-social-links li.facebook {
	background: url(images/social-links-sprite.png) 0 0 no-repeat;
}

#header-upper-social-links li.vimeo {
	background: url(images/social-links-sprite.png) -38px 0 no-repeat;
}

#header-upper-social-links li.linkedin {
	background: url(images/social-links-linkedin.png) 0 0 no-repeat;
}

#header-upper-social-links li.twitter {
	background: url(images/social-links-sprite.png) -77px 0 no-repeat;
}

#header-upper-social-links li.rss {
	background: url(images/social-links-sprite.png) -115px 0 no-repeat;
}

#header-upper-social-links li.mail {
	background: url(images/social-links-sprite.png) -156px 0 no-repeat;
}

#header-upper-tagline {
	clear: left;
	width: 100%;
	color: #938D8D;
	margin: 0 0px 0 75px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.15em;
}

#header-links {
	height: 30px;
	line-height: 30px;
	width: 960px;
	position: absolute; 
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}

#header-links a {
	color: #938D8D;
}

#header-links a:hover {
	color: #434343;
}

/*---- navigation : split into two divs within header-links ---- */
#header-links ul, 
#header-links li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
}

#header-links li {
	float: left;
	margin-right: 11px;
	display: block;
}

#header-links li a {
	cursor: pointer;
	height: 27px;
	display: block;
}

#header-links li a:hover {
	color: #434343;
}

#header-links #site-links {
	float: left;
	width: 270px;
}

#header-links #primary-links {
	float: right;
	width: 600px;
	text-align: right;
}

#header-links #primary-links li {
	margin-right: 30px;
}

#header-links #primary-links li.last {
	margin: 0;
}

#plinks
{	margin: 0;
	padding: 0;
	background: #fff;
}
	
	#plinks li
	{	float: left;
		list-style: none;
		background: #fff;
	}

	#plinks li a
	{	display: block;
		background: #fff;
		text-decoration: none;
		white-space: nowrap;
		color: #938D8D;
	}

	#plinks li a:hover
	{	background: #fff}
		
		#plinks li ul
		{	margin: 0;
			padding: 0;
			text-transform:lowercase;
			position: absolute;
			visibility: hidden;
			background: #fff;
			width: 400px;
			text-align:left;
			font-size: 14px;
			z-index: 9999;
		}
		
		#plinks li ul li
		{	float: none;
			display: inline;
			text-indent:5px;
		}
		
		
		#plinks li ul li a:hover
		{	background: #fff }



/* ---- Navigation ---- */
.navigation {
	margin-top: 5px;
	width: 960px;
	color: #424242;
}

.navigation a {
	color: #424242;
}

.navigation a:hover {
	color: #434343;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.navigation img {
	margin: 0;
}

/* ---- more link ---- */
.post { position: relative; }
a.morelink {
	font-style: normal;
	margin: 12px 0px 10px 0;
	padding:0;
	width: 290px;
	text-align: right;
	position: absolute;
		bottom: 0;
}
a.morelink {
	font-size: 14px;
	color: #424242;
}

a.morelink2 {
	font-style: normal;
	margin: 12px 0px 10px 0;
	padding:0;
}
a.morelink2 {
	font-size: 14px;
	color: #424242;
}

.entry  a {
	clear: both;
	width: 318px;
	font-size: 12px;
	color: #424242;
}
.entry a:hover {
	color: #434343;
}

.sfentry  a {
	clear: both;
	width: 318px;
	font-size: 12px;
	color: #424242;
}
.sfentry a:hover {
	color: #434343;
}

.hpentry  a {
        clear: both;
	width: 318px;
        font-size: 12px;
        color: #424242;
}
.hpentry a:hover {
        color: #434343;
}



/* ---- Comments area ---- */
#commentarea {
	clear: both;
	border-top: 2px solid #ACA6A8;
	border-bottom: 2px solid #ACA6A8;
	margin: 15px 0 0 0;
}

#commentarea h3 {
	color: #424242;
}

#commentarea #commentlinks {
	width: 960px;
	text-align: center;
}

#commentarea #commentlinks ul,
#commentarea #commentlinks li {
	list-style:none;
	margin: 0; 
	padding: 0;
}

#commentarea #commentlinks li {
	display: inline;
}

#commentarea #commentlistcontainer {
	width: 750px;
	margin: 0 auto 0 auto;
}
#commentarea .commentlist {
	width: 750px;
	border-top: 1px solid #aca6a8;
	padding: 15px 0 15px 0;
}

#commentarea .comment-author {
	width: 150px;
	float: left;
	margin-right: 40px;
	font-size: 11px;
}

#commentarea .comment-content {
	float: left;
	width: 550px;
	color: #000;
}

#respond {
	clear: both;
	margin: 0px auto;
	width: 750px;
}

#respond h3 {
	color: #424242;
}

#respond input.textfields {
	height: 25px;
	line-height: 25px;
	border: 1px solid #aca6a8;
}

#respond input.submitbutton {
	height: 25px;
	line-height: 15px;
	border: 1px solid #aca6a8;
	background: #f2f2f2;
}

#respond textarea {
	border: 1px solid #aca6a8;
}

/* ---- Fonts &amp; Typography ---- */
.dark {
	color: #4f4f4f;
}

.medium {
	color: #938d8d;
}

.light {
	color: #cad0ce;
}

/* ---- Content ---- */
#content {
	margin: 0;
	padding: 0;
}

.singlepost {
	border-top: 1px solid #ccc;
	width: 100%;
}
.post h2 {
	margin: 0;
	padding: 0;
}
/* ---- Home page styles ---- */
#hp-featured-item-image,
#hp-featured-item-image img {
	margin: 0 0 0 0;
	padding: 0;
}

#hp-featured-item {
	margin: 0;
	padding: 0;
	z-index: 0;
}

#hp-featured-item h2 {
	margin: 10px 0 5px 0;
	padding: 0;
	text-transform: lowercase;
}

#hp-featured-item .hpentry,
#hp-featured-item .hpentry p,
#hp-featured-item p {
	margin: 3px 0 0 0;
	padding: 0;
}

#subfeatured-posts {
	margin: 30px 0 0 0;
	padding: 0px;
}

#subfeatured-posts img {
	width: 318px;
	height: 156px;
	margin: 0;
	padding: 0;
}

#subfeatured-posts .post {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 318px;
	border-top: 5px solid #7e7a7b;
	border-bottom: 5px solid #7e7a7b;
	min-height: 302px;
}

* html #subfeatured-posts .post {
	height: 302px;
}

#subfeatured-posts h2,
#subfeatured-posts h2 a {
	color: #4f4f4f;
	text-decoration: none;
	font-size: 16px;
	margin: 15px 0 15px 0;
	padding-left: 6px;
	font-style: normal;
}

#subfeatured-posts h2 a:hover {
	color: #434343;
}

#subfeatured-posts .sfentry {
	padding-left: 12px;
	padding-right: 15px;
}

/* ---- Footer area ---- */
#footer {
	font-style: normal;
	margin: auto;
	width: 960px;
}
#footer a, #footer i {
	font-style: normal;
	}
#footer h2, #footer h2 a {
	color: #424242;
	font-style: normal;
}

#footer #tagcloud {
	margin-bottom: 30px;
	font-style: normal;
}

#footer #copyrightarea {
	border-top: 1px solid #c0c0c0;
	padding: 15px 0 0 0;
	text-align: center;
	width: 960px;
	margin-bottom: 25px;
}
