/*  
Theme Name: Richard and Tara Photography
Description: A search engine optimized website framework for WordPress.
Author: Krista A. Jones
Author URI: http://kristaajones.com
Version: 1.0
Tags: one-column, two-column, wedding, photography, photographer, portfolio, sweet, ribbon, paper, pattern
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* 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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	
	

/* CLEARING --------------------------------------------- */


.sep,
#content div.entry-body div.date .sep {	
	margin: 0 3px;
	color: rgba(0,0,0,.2);
	}

/* self-clear floats */

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


    
/* Master Styles --------------------------------------------- */


.single .nav-above {
    display:none;
}

body {	
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	background-image: url(images/bg.png);
	margin: 0;
	padding: 0;
	color: #282b30;
	font-size: 13px;
	}

a:link,
a:visited {
	text-decoration: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 19px;
	color: #c0a675;
	font-weight: 400;
	letter-spacing: .2em;
}

h2 {
	font-size: 17px;
	color: #333333;
	letter-spacing: .2em;
	line-height: 1.6em;
	display: block;
}

h3 {
	font-size: 15px;
	color: #242424;
	letter-spacing: .2em;
	padding: 5px 0;
	display: block;
	color: #c4d5c9;
	font-family: 'Raleway', sans-serif;
}

h4 {
	font-size: 11px;
	letter-spacing: .2em;
	color: #000000;
	font-style: italic;
	margin: 5px 0 0 0;
}

h5 {
	color: #028e8f;
	font-size: 13px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0 10px 0;
	line-height: 22px;
}

h6 {
	font-size: 14px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: normal;
	color: #bfa95f;
	margin: 5px 0 10px 0;
	line-height: 22px;
}

	

/* PAGE STRUCTURE --------------------------------------------- */

.outer_wrapper {
	width: 1100px;
	margin: 40px auto 50px auto;
	padding: 10px 0;
}

#wrapper {
	width: 1100px;
	margin: 0 auto 0px auto;
	padding: 7px 0;
}
	
	#inner_wrapper {
		margin: 0 auto;
		padding: 0px 20px;
	}

	.blog {
		padding: 0px 0 0 0;
		width: 990px;
	}
	
	.sidebar_right #container {
		float: left;
	}
	
	.sidebar_right #primary  {
	}

	.contentpage {
		margin: 0px 0 0 0px;
	}
	
		.one-column .contentpage {
			margin: 0 auto;
			width: 970px;
		}
	
	.contact {
		padding: 40px 0 40px 0;
	}	
		
	.contact .contentpage {
		float: left;
		width: 800px;
		margin: 0px 0 0 80px;
		padding: 0 20px 0 0;
		border-right: 1px solid #e3e3e3;
	}
	
	#main {
		width: 1100px;
	}
	
	.sidebar_right #content {
		width: 678px;
	}
	
/* NAVIGATION --------------------------------------------- */


.utility_nav {
	width: 170px;
	text-align: center;
	float: right;
	padding: 7px 0 6px 0;
	opacity: 1;
	margin-top: 8px;
	height: 20px;
	border-left: 1px solid #bdbbae;
}

	.utility_nav a {
		margin: 0 3px;
	}	
		
	.utility_nav a:hover {
		opacity: .7;
	}	
		
.nav {
    width: 100%;
    height: 48px;
    background-color: #e5e1d6;
    font-family: 'Raleway', sans-serif;
    border-bottom: 3px solid #d6d3c2;
}
	
	.nav_wrapper {
		width: 838px;
		margin: 0 auto;
	}
	
	.nav ul {
		
	}
	
	.nav ul li {
		float: left;
	}
	
		.nav ul li a {
			color: #393939;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: .2em;
			font-weight: 300px;
			display: inline-block;
			padding: 21px 23px 14px 23px;
		}

			.nav ul li a:hover {
				color: #000000;
=			}
			
				.nav ul .current_page_item {
					font-weight: bold;
				}
			
				.nav li:last-child {
				}
			
				.nav ul li:hover, .nav ul li:hover a, .nav ul li a:hover {
					background-color: #d6d3c2;
					color: #000000 !important;
					cursor: pointer;
				}
		
				.nav li ul {
					position: absolute;
					left: -999em;
					height: auto;
					width: 150px;
					text-align: left;
					z-index: 999;
					color: #4c483f;
					display: block;
					background-color: #d3e2e0;
					display: none;
				}
#header {
	width: 100%;
	text-align: center;
}

	.branding {
		text-align: center;
		margin: 0 0 70px 0;
	}

/* Main Content & Blog Styles --------------------------------------------- */

#main {
	padding: 0px 0;
}	

	.quicklinks {
		margin: -40px 0 40px 40px;
	}
	
		.entry-content a {
			color: #333333;
			font-weight: 800;
		}
		
			.entry-content a:hover {
				color: #c4d5c9;
			}
		
		.quicklinks a {
			margin: 0px;
			padding: 0;
			line-height: 0;
			display: inline;
			float: left;
		}	
	
		.entry-title {
			font-size: 19px;
			color:#c4d5c9;
			margin: 20px 0 0px 0;
			display: block;
			letter-spacing: .2em;
			text-transform: uppercase;
			padding: 0;
		}

			.entry-content .entry-title a {
				color:#c4d5c9;
				font-weight: normal;
			}

				.entry-title a:hover {
					color: #c0a675;
				}
				
		.entry-meta, .entry-meta a {
			font-family: 'Raleway', sans-serif;
			letter-spacing: .2em;
			text-transform: uppercase;
			font-size: 11px;
			color: #333333;
			margin: 0px 0 30px 0;
		}

			.entry-meta a:hover {
				color: #c0a675;
			}
			
			.divide {
				color: #938b84;
			}

	.post-meta {
		margin-top: 25px;
	}
	
	
	.post .entry-content {
		margin-bottom: 0px;
	}
	
		.error404 .entry-content {
			margin: 0;
		}
		
		.page .entry-content {
			color: #363a41;
			line-height: 1.5em;
			margin-bottom: 8px;
		}
		
		.entry-content p, .archive p, .entry-content div {
			color: #242424;
			font-size: 11px;
			letter-spacing: .1em;
			line-height: 2em;
			margin-bottom: 5px;
		}
			
			.entry-content .wp-caption-text {
				text-align: center;
				font-style: italic;
				letter-spacing: .1em;
				text-transform: uppercase;
				font-size:9px;
			}
			
			.entry-content blockquote, .entry-content blockquote p {
				font-size: 20px;
				color: #938b84;
				font-style: italic;
				text-transform: none;
				margin: 24px 0 5px 0;
				font-weight: normal;
				line-height: 1.3em;
			}


		.entry-content ul, .entry-content ol  {
			list-style: disc;
			color: #363a41;
			font-size: 13px;
			line-height: 1.6em;
			margin-bottom: 8px;
			margin-left: 3em;
		}	
		

		.entry-content ol {
			list-style: decimal;
		}
		
			.entry-content ul li {
				margin: 5px 0;
			}
	
	.entry-utility {
		font-size: 11px;
		width: 678px;
		border-top: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		margin: 40px 0 40px 0;
		padding-top: 5px;
	}
		
		.utility_comment {
			width:30%;
			float: left;
		}
		
			.add {
				float: left;
			}

		.utility_social {
		 	float: right;
		 	width: 190px;
		 	margin-right: 15px;
		}
		
			.utility_social img {
				float: left;
			}	

			

	.entry-content form input[type="submit"] {
		border: none;
		color: #ffffff;
		padding: 8px 11px 4px 11px;
		font-size: 1em;
		text-transform: uppercase;
		cursor: pointer;
		background-color: #c0a675;
		font-family: 'Raleway', sans-serif;
	}
	
	.entry-content form input[type="text"] {
		border: 1px solid #c9c9c9;
		height: 2.3em;
		width: 300px;
	}
	
	.entry-content select {
		width: 300px;
	}	
	
	.entry-content textarea {
		width: 550px;
		border: 1px solid #c9c9c9;
	}
	
.edit-link a, .edit-link a:visited  {
	color: red;
}


	.entry-content .readmore {
		margin: 15px 0 40px 0;
		display: block;
		color: #c0a675;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .1em;
		width: 100%;
		padding: 0 0 30px 0;
		border-bottom: 1px solid #d0d0d0;
	}
	

.alignleft {float: left; margin-right: 20px;}
.alignright {float: right; margin-left: 20px;}
.aligncenter {margin: 0 auto; display: block;}


.aboutleft {float: left; margin-right: 8px; margin-bottom: 8px;}


/* WIDGET/SIDEBAR  -------------------------------------------- */


#primary {
	color: #505050;
	line-height: 26px;
	font-size: 13px;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	width: 232px;
	float: right;
}
	
	#primary p {
		color: #3f3f3f;
		line-height: 24px;
		margin-bottom: 10px;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
	}

	#primary h1 {
		margin: 10px 0;
	}

	#primary a {
		font-weight: bold;
		color: #a9bbae;
	}
	
	#categories-3 {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #d0d0d0;
	}
	
			#categories-3 a {
				color: #333333;
				font-weight: normal;
				text-transform: uppercase;
				font-size: 11px;
				letter-spacing: .1em;
			}
			
					#categories-3 a:hover {
						color: #c0a675;
					}
	
	#primary .widget-title {
		color: #c0a675;
		font-size: 14px;
	}
	

#respond {
	 color: #4d4b4b;
	 width: 300px;
	 float: right;
	 margin: 0 0 0 0;
}	

	#respond h3 {
		 font-size: 15px;
		 color: #4d4b4b;
		display: none;
		 margin-bottom: 20px;
	}
	
	#respond label {
		display: block;
		font-size: 10px;
		margin: 5px 0 10px 0;
		color: #4d4b4b;
		letter-spacing: .1em;
		text-transform: uppercase;
	}

	#respond input[type="submit"] {
		border: none;
		color: #ffffff;
		padding: 6px 11px 6px 11px;
		font-size: .7em;
		background-color: #c0a675;
		letter-spacing: .1em;
		text-transform: uppercase;
		font-family: 'Raleway', sans-serif;
		cursor: pointer;
	}
	
		#respond input[type="submit"]:hover {
			background-color: #c4d5c9;
		}
	
	#respond input[type="text"] {
		border: 0px solid #c9c9c9;
		background-color: #f0f0f0;
		height: 25px;
		width: 250px;
	}
	
	#respond textarea {
		border: 0px solid #c9c9c9;
		background-color: #f0f0f0;
		width: 300px;
	}
	
		.commentlist {
			width: 300px;
			float: left;
			margin: 0 0 0 0px;
		}
		
		#comments {
			 display: none;
		}
	
		.comment {
			font-size: .8em;
			color: #4d4b4b;
			padding: 0px 0 10px 0px;
		}
		
			.comment-author img {
				display: none;
			}
			
			.comment-author a, .comment-author .fn {
			 	font-size: 13px;
			 	color: #c0a675;
			}
			
				.comment-author a {
					color: #c0a675;
				}	
			
				.comment-author a:hover {
					color: #c0a675;
				}
				
			.comment-meta a, .comment-meta {
				font-size: 10px;
				color: #4d4b4b;
			}
			
			.comment p {
				margin: 10px 0;
				color: #4d4b4b;
				line-height: 18px;
				font-size: 12px;
			}
			
			.reply {
				display: none;
			}



			
/* ARCHIVE + SEARCH 
--------------------------------------------- */

.category_search {
	font-size: 13px;
	margin: 0 0 35px 0;
	color: #666666;
	letter-spacing: .2em;
	text-align: center;
}
	


/* CONTACT FORM 
--------------------------------------------- */

.with_frm_style .frm_top_container label.frm_primary_label {
	font-weight: normal !important;
	margin: 25px 0 5px 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #5e5e5e;
	font-size: 10px;
}

.with_frm_style .frm_required {
	color: #AD1B44 !important;
}

.entry-content form input[type="text"] {
	border: 0px solid #e3e3e3 !important;
	background-color: #f0f0f0;
	width: 340px !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 13px !important;	
	margin: 2px 0 10px 0;
	height: 30px;
	padding: 5px 5px 5px 10px;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.entry-content form input[type="submit"] {
	border: 0px !important;
	background-color: #c0a675 !important;
	border: 0px solid #aeaeae !important;
	padding: 8px 15px 8px 15px;
	font-size: 11px;
	letter-spacing: .2em;
	color: #ffffff;
	font-family: 'Raleway', sans-serif !important;
}
	
	.entry-content form input[type="submit"]:hover {
		background-color: #c4d5c9 !important;
	}
	
	.entry-content form textarea {
		color: #777777;
		font-family: 'Raleway', sans-serif !important;
		font-size: 13px !important;	
		border: 0px solid #e3e3e3 !important;
		background-color: #f0f0f0;
		text-transform: uppercase;
		letter-spacing: .1em;
		line-height: 20px !important;
		padding: 15px !important; 
		width: 700px !important; 
	}

input:focus, textarea:focus {
    outline: none;
}


/* FOOTER   
--------------------------------------------- */

.footer_wrapper {
	background-color: #e2e0d4;
	border-top: 20px solid #d6d3c2;
}
	
	.heart {
		margin: -40px auto 0 auto;
		display: block;
		text-align: center;
	}

.footer {
	font-size: 10px;
	width: 1100px;
	margin: 20px auto 0px auto;
	color: #eaeaea;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 18px;
	height: 80px;
	padding-bottom: 15px;

}

	#footer_copy {
		width: 500px;
		margin-left: 0px;
		float: left;
	}
	
		#footer_copy p {
			margin: 7px 0 0 0;
			font-size: 10px;
			color: #515151;
			letter-spacing: .2em;
		}
		
		#footer_copy a {
			color: #515151;
		}
	
			#footer_copy a:hover {
				color: #f3f3ee;
			}

	
	#footer_search {
		width: 290px;
		float: right;
		margin: 0px 10px 0 0;
	}

		#footer_search input[type="text"] {
			background: transparent;
			border: 0px solid #a1a1a1;
			font-style: italic;
			color: #a1a1a1;
			background-color: #f3f3ee;
			text-transform: uppercase;
			letter-spacing: .2em;
			font-family: 'Raleway', sans-serif !important;
			padding: 10px;
			text-align: center;
			width: 200px;
			margin: 0 3px 0 0;
			float: left;
			font-size: 9px;
			display: block;
		}
		
		#footer_search input[type="submit"] {
			background-color: #c8c5b7;
			color: #ffffff;
			letter-spacing: .1em;
			font-family: 'Raleway', sans-serif !important;
			border: 0px;
			padding: 9px 10px 8px 10px;
			float: left;
			font-size: 11px;
			letter-spacing: .2em;
			display: block;
			color: #ffffff;
			margin: 0 0 0 0;
		}
		
			#footer_search input[type="submit"]:hover {
				background-color: #c4d5c9;
				cursor: pointer;
			}

			
/* MISC. --------------------------------------------- */

#direction_buttons_container {
	width: 678px;
	text-align: center;
	height: 45px;
	padding-top: 0px;
	margin: 40px 0 0 0px;
}


.previous_button, .next_button {
	font-size: .75em;
	margin-top: 14px;
}

	.previous_button a, .next_button a {
		color: #3c3c3c;
	}

.wp-pagenavi {
	font-size: 10px;
	text-transform: uppercase;
	color: #5e594e;
	letter-spacing: .2em;
	padding: 0px 0 15px 0;
}
	
	.wp-pagenavi .pages {
		margin-right: 5px;
		margin: 20px 10px 10px 0;
	}
	
	.wp-pagenavi .page {
		color: #5e594e;
		font-size: 13px;
		display: inline-block;
	}
	
	.wp-pagenavi .current, .nextpostslink {
		margin: 0 5px;
		color: #028e8f;
	}

	 .nextpostslink, .previouspostslink {display: none;}
	 
	
	.wp-pagenavi .current {
		background-image: url(images/navi_bg.png);
		background-repeat: no-repeat;
		background-position: 40% 50%;
		color:#fff;
		text-align:center;
		font-size: 13px;
		padding: 10px 10px 10px 10px;
	}
	
	
hr {
	border: 0px;
	background-color: #ffffff;
	color: #ffffff;
	border-top: 1px solid #e9e9e9;
}

.contact_side {
	text-align: center;
}

	.contact_side p {
		margin-bottom: 10px;
	}




/* HOMEPAGE SLIDER STYLES --------------------------------------------- */


.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
background: #e5e5e5 !important;
}

#new-royalslider-1 .rsUni, #new-royalslider-1  .rsUni .rsOverflow, #new-royalslider-1  .rsUni .rsSlide,  #new-royalslider-1 .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs, #new-royalslider-1 .rsContent  {
	background-color: #e5e5e5 !important;
}

#new-royalslider-1 {
	background-color: #e5e5e5 !important;
	padding: 3px !important;
}

#new-royalslider-2  .rsArrowLeft .rsArrowIcn {
	background-position: -62px -22px !important;
}


#new-royalslider-2 .rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -34px !important;
}


.rsUni .rsArrowIcn {
	height: 42px !important;
	width: 32px !important;
}

.homepage_content {
}


	.homepage_content #right_column {	
		float: right;
		width: 830px;
		color: #7b7979;
		padding: 0px 0 0 0;
	}	
	
		.homepage_content h5 {
			text-align: center;
			font-style: italic;
			margin: 0 0 40px 0;
		}	
		
		.view_gallery {
			float: right;
			margin: 0 30px 0 0;
		}
		
	#home_welcome {
		margin: 0 0 15px 0;
	}
		
		#home_welcome p {
			color: #3f3f3f;
			line-height: 24px;
			margin-bottom: 10px;
			text-transform: uppercase;
			font-size: 10px;
			letter-spacing: .1em;
		}
		
		#home_welcome h1 {
			margin: 10px 0;
		}
		
		#home_welcome a {
			font-weight: bold;
			color: #a9bbae;
		}
		
	.homepage_content #left_column {
		width: 230px;
		margin-right: 35px;
		float: left;
	}
	
		#latest_posts {
			width: 575px;
			text-align: left;
			float: left;
		}
		
		
		.post_preview .entry-content {
			margin: 35px 0 0 0;
		}
			
			.post_preview .entry-content a {
				padding: 15px 0 10px 0;
				color: #a9bbae;
				font-size: 14px;
				line-height: 18px;
				text-transform: uppercase;
				font-weight: 600;
				display: block;
				letter-spacing: .1em;
			}
			
			.post_preview .entry-content p {
				color: #333333;
				font-size: 11px;
				line-height: 16px;
				letter-spacing: .1em;
				margin: 0 0 10px 0;
			}
					
			.post_preview .entry-content .homereadmore {
				font-size: 10px;
				color: #c0a675;
				padding: 5px 0 0 0;
			}
						
					
			.post_preview .entry-content img {
				margin: 0px 30px 0px 0;
				float: left;
				border: 3px solid #e5e5e5;
			}
			
			#home_action {
				float: right;
				width: 213px;
				margin: 50px 0 0 0;
			}	

.blogpage_thumb img {
	border: 3px solid #e5e5e5;
}					

.post img {
	max-width: 678px;
	height: auto;
}