/*
Theme Name: Root Weddings
Theme URI: http://rootweddings.com/
Description: A custom theme designed and developed for Root Photography, based on the default WordPress theme.
Version: 1.0
Author: Justin and Lu Cone
Author URI: http://lucone.com/
Tags: blue, fixed width, one column, widgets

*/

/* ================================================================ HTML STYLES */

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(images/flowers-blue.gif);
	background-attachment: fixed;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 87%;

}

.cufon-loading h1 { /* for Cufon.replace('h1') */ visibility: hidden !important; }

table, tr, td {
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

a, a:visited {
  outline: none;
  text-decoration: none;
  color: #64395e;
}

a:hover {
  color: #ab61a1;
}

.smaller {
	font-size: .8em;
}

.smallest {
	font-size: .7em;
}
/* ================================================================ WRAPPERS */

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#content-container {
	position: relative;
	top: 28px;
	left: 1px;
	width: 910px;
	margin: 47px auto 0 auto;
	background-color: #f7f6f1;
	border-top: 2px solid #cfceca;
	padding: 0;
	/* border: 2px solid #0C0; */
}

/* ================================================================ HEADER */

#header-container {
	position: relative;
	width: 960px;
	margin: 0 auto -30px auto;
	padding: 0;
}

#masthead-left {
	float: left;
	width: 25px;
	padding: 0;
	margin: 0;
}

#masthead-image {
	float: left;
	width: 910px;
	padding: 0;
	margin: 0;
}

#masthead-right {
	float: right;
	width: 25px;
	padding: 0;
	margin: 0;
}

/* ================================================================ MAIN NAV */

#nav-container {
	position: relative;
	z-index: 20;
	width: 960px;
	padding: 0;
	margin: 0;
}

#nav-left {
	float: left;
}

#nav-categories {
	float: left;
	width: 147px;
	height: 42px;
	background: url("images/header-categories.png") no-repeat 0 0;
}

#nav-categories:hover {
	background-position: 0 -42px;
}

/* This rule combines with jQuery in header.php to ensure that Categories stays highlighted after it is clicked */
#nav-categories.semi-activated, #nav-categories.semi-activated:link, #nav-categories.semi-activated:active {
	background-position: 0 -42px;
}

#nav-categories.activated, #nav-categories.activated:link, #nav-categories.activated:active {
	background-position: 0 -84px;
}

#nav-about {
	float: left;
	width: 163px;
	height: 42px;
	background: url("images/header-about.png") no-repeat 0 0;
}

#nav-about:hover {
	background-position: 0 -42px;
}

#nav-about.activated, #nav-about.activated:link, #nav-about.activated:active {
	background-position: 0 -84px;
}

#nav-contact {
	float: left;
	width: 118px;
	height: 42px;
	background: url("images/header-contact.png") no-repeat 0 0;
}

#nav-contact:hover {
	background-position: 0 -42px;
}

#nav-contact.activated, #nav-contact.activated:link, #nav-contact.activated:active {
	background-position: 0 -84px;
}

#nav-proofs {
	float: left;
	width: 112px;
	height: 42px;
	background: url("images/header-proofs.png") no-repeat 0 0;
}

#nav-proofs:hover {
	background-position: 0 -42px;
}

#nav-site {
	float: left;
	width: 96px;
	height: 42px;
	background: url("images/header-site.png") no-repeat 0 0;
}

#nav-site:hover {
	background-position: 0 -42px;
}


/* ================================================================ SUB NAV */


#subnav-container {
	position: absolute;
	top: 264px;
	z-index: 10;
	width: 910px;
	height: 27px;
	left: 37px;
}

#subnav-weddings {
	float: left;
	width: 110px;
	height: 27px;
	background: url("images/header-sub-nav-weddings.png") no-repeat 0 0;
}

#subnav-weddings:hover {
	background-position: 0 -27px;
}

#subnav-weddings.activated, #subnav-weddings.activated:link, #subnav-weddings.activated:active {
	background-position: 0 -54px;
}

#subnav-disney {
	float: left;
	width: 84px;
	height: 27px;
	background: url("images/header-sub-nav-disney.png") no-repeat 0 0;
}

#subnav-disney:hover {
	background-position: 0 -27px;
}

#subnav-disney.activated, #subnav-disney.activated:link, #subnav-disney.activated:active {
	background-position: 0 -54px;
}

#subnav-engagements {
	float: left;
	width: 140px;
	height: 27px;
	background: url("images/header-sub-nav-engagements.png") no-repeat 0 0;
}

#subnav-engagements:hover {
	background-position: 0 -27px;
}

#subnav-engagements.activated, #subnav-engagements.activated:link, #subnav-engagements.activated:active {
	background-position: 0 -54px;
}

#subnav-portraits {
	float: left;
	width: 109px;
	height: 27px;
	background: url("images/header-sub-nav-portraits.png") no-repeat 0 0;
}

#subnav-portraits:hover {
	background-position: 0 -27px;
}

#subnav-portraits.activated, #subnav-portraits.activated:link, #subnav-portraits.activated:active {
	background-position: 0 -54px;
}

#subnav-travel {
	float: left;
	width: 88px;
	height: 27px;
	background: url("images/header-sub-nav-travels.png") no-repeat 0 0;
}

#subnav-travel:hover {
	background-position: 0 -27px;
}

#subnav-travel.activated, #subnav-travel.activated:link, #subnav-travel.activated:active {
	background-position: 0 -54px;
}


#subnav-personal {
	float: left;
	width: 97px;
	height: 27px;
	background: url("images/header-sub-nav-personal.png") no-repeat 0 0;
}

#subnav-personal:hover {
	background-position: 0 -27px;
}

#subnav-personal.activated, #subnav-personal.activated:link, #subnav-personal.activated:active {
	background-position: 0 -54px;
}

/* ================================================================ SEARCH */

#search-container {
	float: left;
	width: 300px;
	height: 42px;
	background: url("images/header-search.png") no-repeat 0 0;
}

fieldset.search {
	border: none;
	width: 243px;
	margin: 0 0 0 15px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #333;
	font-size: .9em;
	width: 180px;
	height: 11px;
	padding: 5px 5px 4px 0;
	border: 1px dashed #d6d5d0;
	background: #fcfcf7 url("images/search_bg.gif") no-repeat;
	margin-top: 3px;
	margin-right: 5px;
}
.search input.box:focus {
	background: #fff url("images/search_bg.gif") no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	margin-top: 8px;
	background: url("images/button-search.png") no-repeat top right;
}


/* ================================================================ POSTS */


.post-container {
	position: relative;
	width: 910px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #e9e8e3;
	padding: 12px 0 10px 0;
	/* background: url("images/vert-divider.gif") repeat-y;
	background-position: 180px 0;*/
}

.post-content {
	position: relative;
	width: 680px;
	left: 200px;
	color: #333;
	margin: 20px 0 20px 0;
	z-index: 5;
}

.post-content p {
	width: 620px;
	line-height: 1.5em;
	font-size: .95em;
}


.post-content img {
	/*width: 910px;*/
	overflow: hidden;
	position: relative;
	left: -200px;
	margin: 0px 0 20px 0;
}

.post-content p img.aligncenter {
	text-align: center;
	left: 0;
}

.post-container .title-container {
	width: 680px;
	margin: 10px 30px 15px 200px;
}

.post-container .title-container .title-content h1 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 2.7em;
	width: 650px;
}

.post-container .meta-container {
	margin-bottom: 25px;
}

.post-container .meta-container p {
	line-height: .2em;
	font-size: .7em;
	color: #9f9e9b;
}

.navigation {
	/*border-top: 2px dashed #e9e8e3;*/
	padding: 10px 30px 30px 30px;
	margin-bottom: 20px;
	display: block;
	height: 15px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	text-align: right;
}


/* ================================================================ SOCIAL ACTIONS */

.social-container {
	position: absolute;
	width: 170px;
	left: 22px;
	top: 15px;
	z-index: 50;
}

.social-actions {
	margin: 10px 0 0 -32px;
	padding: 0;
	width: 175px;
}

.social-actions div a {
	display: block;
}

#social-tweet {
	width: 175px;
	height: 38px;
	background: url("images/social-tweet.png") no-repeat 0 0;
}

#social-comment {
	width: 175px;
	height: 27px;
	background: url("images/social-comment.png") no-repeat 0 0;
}

#social-email {
	width: 175px;
	height: 27px;
	background: url("images/social-email.png") no-repeat 0 0;
}

#social-link {
	width: 175px;
	height: 39px;
	background: url("images/social-link.png") no-repeat 0 0;
}

/* ================================================================ COMMENTS */

ol.commentlist {
	margin:0;
	padding:0;
	font-size: .9em;

}

ol.commentlist ul.children {
}

.commentlist li {
	list-style:none;
}


.commentlist  {
	position: relative;
	width: 470px;
}


.commentlist .quote {
	}

.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background: #dcdbd7 url("images/comments-quote-bot.gif") bottom no-repeat;
	color:#222;
	}
	
.commentlist li.alt {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background: #ebeae6 url("images/comments-quote-bot-alt.gif") bottom no-repeat;
	color:#222;
}

/* This is the style for "author", currently set to be the same as the post author */
.commentlist li.author {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background: #804d79 url("images/comments-quote-bot-author.gif") bottom no-repeat;
	color:#fff;
}

.commentlist li p {
	width: 100%;
}

.commentlist cite {
	display:block;
	font-style:normal;
	font-size: .9em;
	margin-bottom: 20px;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#804d79;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#5c3757;
	text-decoration:underline;
	}

.comment-meta {
	font-size: .8em;
}

#respond h3 {
	margin: 20px 0 10px 0;
	padding-top: 10px;
	border-top: 2px dashed #e9e8e3;
}

/* ================================================================ FOOTER */

#footer-container {
	position: relative;
	width: 960px;
	margin: 0 auto 50px auto;
	color: #656563;
	font-size: .95em;
}


#footer-left {
	float: left;
	width: 25px;
	padding: 0;
	margin: 0;
}

#footer-image {
	float: left;
	width: 910px;
	padding: 0;
	margin: 0;
}

#footer-right {
	float: right;
	width: 25px;
	padding: 0;
	margin: 0;
}

#footer-copyright {
	position: absolute;
	width: 500px;
	top: 454px;
	left: 160px;
	font-size: .9em;
}

/* ================================================================ TWITTER FEEDS */

#jensey-twitter-container {
	position: absolute;
	width: 200px;
	top: 195px;
	left: 260px;
}


#jensey-twitter-text {
	padding: 0 20px 0 20px;	
	background: url("images/twitter-left-middle.png") repeat-y 0 0;
}

#nathan-twitter-container {
	position: absolute;
	width: 200px;
	top: 200px;
	left: 620px;
}

#nathan-twitter-text {
	padding: 0 20px 0 20px;	
	background: url("images/twitter-right-middle.png") repeat-y 0 0;
}

.twitter-text a {
	color:  #64395e;
}	

.twitter-link {
	margin-top: 4px; 
	font-size: 11px;
}

.twitter-link a, .twitter-link a:link, .twitter-link a:active {
	color: #9F9E9B;
}
.twitter-link a:hover {
	color: #7a7977;
}
/* ================================================================ FOOTER SOCIAL BOX */


#footer-social-container {
	position: absolute;
	width: 173px;
	top: 130px;
	left: 15px;	
}

#footer-social-container div a {
	display: block;
}

#social-footer-tweet {
	width: 173px;
	height: 34px;
	background: url("images/social-box-footer-twitter.png") no-repeat 0 0;
}

#social-footer-facebook {
	width: 173px;
	height: 31px;
	background: url("images/social-box-footer-facebook.png") no-repeat 0 0;
}

#social-footer-email {
	width: 173px;
	height: 37px;
	background: url("images/social-box-footer-email.png") no-repeat 0 0;
}

/* ================================================================ SEARCH RESULTS PAGE */

#search-wrapper {
	height: 100%;
	margin: 47px auto 25px auto;

}

#search-header {
	width: 320px;
	height: 200px;
	float: left;
	text-align: left;
}

#search-results-container {
	width: 540px;
	margin-left: 350px;
	padding: 9px 0 20px 0;
}

#search-results-container h2 {
	color: #333;
	font-size: 1.5em;
}

.search-results {
	border-bottom: 1px dashed #d6d5d0;
}

.search-results p {
	margin: 7px 0 8px 0;
}

.search-results h3 {
	margin-bottom: 0;
}

.search-count {
	color: #9b9a97;
}

p.postmetadata {
	font-size: .8em;
}

/* ================================================================ FACEBOOK CONNECT */

/* ================================================================ SUBSCRIBE TO COMMENTS */
#subscribecomments {
	font-size: 11px;
}

#subscribecomments a {
	font-weight: bold;
}
