/*
Theme Name: Reynolds
Theme URI: http://jeffreynoldsphotography.com
Description: Reynolds Photography Theme
Version: 1.0
Author: Brittany Everett
Author URI: http://freshcutsd.com/
*/

/*Reynolds Photography*/

/*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;
	vertical-align: baseline;
}

/*global*/

body {
	font-size: 62.5%;
	font-family: Lucida Sans Unicode, Lucida Grande, san-serif;
	background: #0d0d0d;
	color: #FFFFFF;
}

#rp-outer-container {
	width: 800px;
	margin: 0 auto 0 auto;
}

.rp-left {
	float: left;
}

.rp-right {
	float: right;
}

.rp-clear {
	clear: both;
}

/*header*/

#rp-header {
	min-height: 100px;
	position: relative;
}

#rp-logo {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 2.7em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: .8;
}

#rp-logo span {
	font-size: 1.15em;
	display: block;
	line-height: 1.1;
}

#rp-header div {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	line-height: 1;
}

#rp-header div a {
	font-size: 1.6em;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 22px;
}

#rp-header div a:hover,
#rp-header div a:focus, 
#rp-header div a.rp-active {
	color:#FFFFFF;
}

/*content*/

h1 {
	margin: 60px 0 30px 0;
	font-size: 3em;
}

#rp-content h2 {
	margin: 40px 0 30px 0;
	font-size: 2em;
}

#rp-content p {
	margin: 30px 0 30px 0;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: .05em;
}

#rp-content p img {
	margin: 0 30px 30px 30px;
	border: 1px solid #FFFFFF;
}

#rp-content p a {
	color: #808080;
	text-decoration: none
}

#rp-content p a:hover,
#rp-content p a:focus {
	color:#FFFFFF;
	text-decoration: underline;
}

.rp-photo-row img {
	margin-left: 55px;
	border: 1px solid #FFFFFF;
	margin-right: -2px;
}

.rp-photo-row img.rp-first {
	margin-left: 0;
}

/*wp-content*/

#searchform label {
	margin: 30px 0 30px 0;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: .05em;
}

/*nggallery*/

#rp-content .ngg-gallery-thumbnail {
	margin: 0;
}

#rp-content .ngg-gallery-thumbnail a{
	display: block;
}

#rp-content .ngg-gallery-thumbnail img {
	padding: 0;
	margin: 15px;
	border: 1px solid #FFFFFF;
}

/*homepage*/

#rp-homepage-top {
	margin-top: 60px;
	height: 310px;
	position: relative;
	overflow: hidden;
}

#rp-homepage-top a {
	position: absolute;
}

#rp-homepage-top a.rp-first {
	z-index: 5;
}

#rp-homepage-top a img {
	border: 0 none;
}

#rp-overlay {
	height: 40px;
	width: 800px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/overlay.png);
	color: #000000;
	font-weight: bold;
	z-index: 10;
}

#rp-overlay a {
	color: #000000;
	text-decoration: none;
}

#rp-overlay a:hover, 
#rp-overlay a:focus {
	color: #808080;
}

#rp-slideshow-nav {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2em;
	height: 40px;
	line-height: 35px;
	padding: 0 15px;
}

#rp-slideshow-nav a {
	font-size: 1.2em;
	position: static;
}

#rp-slideshow-previous {
	padding-right: 5px;
}

#rp-slideshow-next {
	padding-left: 5px;
}

#rp-overlay #rp-portfolio {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	padding: 0 15px;
	color: #0d0d0d;
}

#rp-overlay #rp-portfolio:hover,
#rp-overlay #rp-portfolio:focus {
	color: #808080;
}

#rp-homepage-bottom {
	margin-top: 60px;
}

#rp-homepage-bottom a {
	display: block;
	width: 230px;
	height: 95px;
	margin-left: 55px;
	float: left;
	position: relative;
	color: #0d0d0d;
	font-weight: bold;
	text-decoration: none;
}

#rp-homepage-bottom a:hover,
#rp-homepage-bottom a:focus {
	color: #808080;
}

#rp-homepage-bottom a.rp-first {
	margin: 0;
}

#rp-homepage-bottom a span{
	position: absolute;
	width: 210px;
	height: 30px;
	top: 0;
	left: 0;
	background: url(/images/overlay.png);
	line-height: 30px;
	font-size: 1.3em;
	padding: 0 10px;
}

#rp-homepage-bottom a img{
	border: 0 none;
}
