/*
Theme Name: Rich.Legg.Photographer
Theme URI: http://richlegg.com
Description: Custom WordPress theme designed for RichLegg.com
Version: 1.0
Author: Sawyer Pangborn
Author URI: http://anesticreative.com
Tags: red, black, white, two-column, anesti
*/

body {
	font-size: 0.8em;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	color: #363636;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
}
a, a:visited {
	color: #7F0000;
}
a:hover {
	color: #888888;
}
a img {
	border: 0;
}

/*
 * NAVIGATION
 */
 
#navigation {
    background:url('images/nav.jpg') repeat-x;
    width: 910px;
    height: 40px;
    margin: 15px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
}
#navigation #nav {
    margin: 0;
    padding: 0;
}
#navigation #nav li {
    display: inline;
    padding: 0px;
}
#nav-home a {
    width: 200px !important;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
    height: 30px;				
    -moz-border-radius: 10px 0px 0px 10px;	
    -webkit-border-top-left-radius: 10px;				
    -webkit-border-bottom-left-radius: 10px;				
}
		
#navigation #nav li a {
	font-size: 12px;
    float: left;
    width: 110px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    padding-top: 12px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Aller";

}

#navigation #nav li a:hover, #navigation #nav li a.active, #navigation #nav li.current-menu-item a, #menu-item-1758 a {
    background: #7F0000;
}

#nav-blank a, #nav-blank a:hover {
    width: 25px !important;
    background: none !important;
    cursor:default;
   
}
/*
 * Special styles for the first
 */
 
#navigation #nav li.first a {
    -moz-border-radius: 10px 0px 0px 10px;				
}
#navigation #nav li.last a {
    -moz-border-radius: 0px 10px 10px 0px;				
}

/*
 *	Front image styles (for the front page)
 */
 
#front, #front_images img {
	width: 910px;
	height: 600px;
	margin: 10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
#front_images {
	background: #cccccc url('images/no-images.jpg') center no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;	
}
#front_images img {
	margin: 0 !important;
}
#front_images a {
	text-decoration: none;
}
.corners {
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
.buyme {
	height: 28px;
	position: absolute;
	bottom: 4px;
	left: 0;
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.buyme img {
	display: inline;
	position: relative;
}
/*
 *	Special Content just below the front image
 */
 
#split {
	width: 910px;
	height: 160px;
	margin: 10px 0px;
	padding: 0;
	background: #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	position: relative;
}
#split div.left {
	width: 455px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-moz-border-radius: 10px;
}
#split div.right {
	width: 455px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#split div h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px;
	color: #ffffff;
	background: #AF0000 url('images/nav.jpg') repeat-x;
	text-transform: lowercase;
	text-shadow: 0px 0px 2px #555555;
}
#split div.left h2 {
	margin: 0;
	width: 100%;
	background: #AF0000 url('images/nav.jpg') repeat-x;
	text-align: center;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-top-left-radius: 10px;
}
#split div.right h2 {
	margin: 0;
	width: 100%;
	text-align: center;
	-moz-border-radius: 0px 10px 0px 0px;	
	-webkit-border-top-right-radius: 10px;
}

/*
 *	MINI BLOG FEED
 */
#miniblog {
	width: 420px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 11px;
}
#miniblog h3 {
	margin: 0;
	padding: 0;
}
#miniblog a {
	color: #7F0000;
	text-decoration: none;
	border-bottom: 1px solid #888888;
}
#miniblog p {
	margin: 5px 0px;
	padding: 0;
}
/*
 *	SOCIAL MEDIA
 */
ul.social {
	width: 320px;
	padding: 4px 8px;
	text-align:left;
	margin: 10px auto;
}
ul.social li {
	padding: 8px 5px 5px 5px;
	line-height: 12px;
	color: black;
	list-style-type: none;
}
ul.social a {
	color: #7F0000;
	text-decoration: none;
	border-bottom: 1px solid #888888;
	font-size: 12px;
}

ul.social li img {
	position: relative;
	top: 4px;
	padding-right: 5px;
}

/*
 *	MAIN CONTENT
 */
 
#content {
	width: 560px;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
}
div.post {
	margin: 20px auto;
}
div.post p {
	margin: 10px 0px;
}
p.post-comments {
	font-size: 1.1em;
	margin: 0;
	padding: 0px 0px 0px 10px;
	display: inline;
	line-height: 28px;
}
p.post-comments a {
	text-decoration: none;
}
h2.post-title {
	font-size: 1.5em;
	line-height: 1.8em;
	display: inline;
	border-right: 2px solid #cccccc;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 10px 0px;
}
h2.post-title.nobar {
	border-right: 0;
}
h2.post-title a {
	text-decoration: none;
}
div.post-content {
	font-size: 1em;
	line-height: 1.5em;
}
div.post h2 {
	font-size: 1.5em;	
}	
div.post h3 {
	font-size: 1.2em;
}
div.post h4 {
	font-size: 1em;
}
div.post h5 {
	font-size: 0.8em;
}
div.post-footer {
	background: #eeeeee;
	padding: 5px 20px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
p.post-meta {
	font-size: 0.85em;
	color: #666666;
	clear: both;
}
p.post-meta a {
	text-decoration: none;
}

div.hr {
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
p.small-meta {
	padding: 0.8em 0.2em 0.2em 0.2em;
	margin: 0;
	text-align: left;
	color: #666666;
}
p.small-meta a {
	text-decoration: none;
}
.alignleft {
	float: left;
	margin: 5px;
}
.alignright {
	float: right;
	margin: 5px;
}
#nav-below {
	margin: 20px auto;
}
/*
 *	COMMENTS
 */

#respond {
}
#respond input, #respond textarea {
	clear: both;
	display: block;
	margin: 2px 0px 10px 0px;
}
#name, #email {
	width: 200px;
}
#htmlwarning {
	display: block;
	font-size: 0.85em;
	color: #666666;
	margin: 0;
	padding: 0;
}
div.comment {
	font-size: 1em;
	background: #dddddd;
	padding: 5px 20px;
	margin: 20px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
div.comment.even {
	background: #bbbbbb;
}

p.comment-meta {
	color: #666666;
}
img.gravatar {
	margin: 0px 10px 0px 0px;
}
/*
 *	SIDEBAR
 */
 
#sidebar {
	font-size: 1.1em;
	float: right;
	width: 280px;
	border-left: 2px solid #cccccc;
	margin: 20px 0px;
	padding: 0px 5px 40px 20px;
}
#sidebar h3.aller {
	font-size: 1.5em;
}
#sidebar div.widget {
	width: 260px;
	padding: 0px 0px 20px 0px;
	font-size: 0.9em;
	border-bottom: 1px solid #cccccc;
	display: block;
	clear: both;
}
#sidebar ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#sidebar ul li {
	margin: 0.5em 0em;
}
#sidebar ul li a {
	text-decoration: none;
}
#sidebar div.widget.last {
	border-bottom: none;
}
#sidebar div.widget #searchform label {
	display: none;
}

/*
 *	GALLERY/IMAGE STUFF
 */
#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
/*
 *	FOOTER
 */
 
#footer {
	font-size: 11px;
	width: 910px;
	height: 20px;
	clear: both;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	text-align: center;
	background-color: #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer .copyright {
	float: left;
	padding: 0px 0px 0px 20px;
}

/*
 *	SPECIAL STYLES
 */
 
.dnd {
	display: none;
}

