/*
Theme Name: JMP
Theme URI: http://www.johnmorrisphotography.com
Description: Custom theme for John Morris Photography.
Version: 1.0
Author: John Morris Photography
Author URI: http://www.johnmorrisphotography.com
Tags: photography, custom header, fixed width, one column

	JMP v1.0
	http://www.johnmorrisphotography.com

*/


/* Begin Structure */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:#F3F3F3;
	color: #000000;
	margin: 0;
	}

#page {
	margin:0 auto;
	background-color: white;
	width:800px;
	}

.narrowcolumn {
	padding: 0 0 10px 35px;
	width: 730px;
	}

.post_wrapper {
	padding:5px 10px 10px 10px;
	}

/* Begin Header */

#header {
	padding-top:20px;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:50px;
	height:60px;
	}

.sub_header {
	margin-top:-50px;
	margin-right:15px;
	text-align:right;
	}
	
.searcher {
	border: 1px solid #e7e7e7;
	background-color:#fbfbfb;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	}

/* Begin Typography & Colors */

.post_wrapper h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande",
	Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	display:inline;
	}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande",
	Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	display:inline;
	color:#666666;
	}

a {
	color:#8BAB3C;
	text-decoration:none;
	font-size:12px;
	}
	
a:hover {
	text-decoration:underline;
	color:#8BAB3C;
	}

.gr {
	font-size:11px;
	color:#909090;
	}
	
.gr a{
	color:#909090;
	text-decoration:none;
	font-size:11px;
	}
	
.gr a:hover{
	background:#F7F7F7;
	}

/* 	Post Formatting */

.post {
/* 	set spacing between posts */
	margin: 0 0 35px;
	}
	
.entry {
	line-height:160%;
	text-align: justify;
	clear: both;
	}

/* 	Comment Container */

.ajaxed_comments {
	background:#FBFBFB;
	border:1px solid #CDCDCD;
	margin-top:10px;
	}

.scroll {
	max-height:150px;
	overflow:auto;
	width:710px;
	}

/* Begin Comments */

ol.commentlist {
/* spacing around entire comments block */
	margin:0 /* top */ 8px /* sides */ 0px /* bottom */; padding:0;
	}
	
ol.commentlist div {
/* spacing around individual comments */
	border-bottom:1px dotted #DDDDDD;padding:5px /*top*/ 0 /*sides*/ 5px /*bottom*/;
	}
	
.commentlist li .avatar { 
	float: right;
	vertical-align:middle;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.cm {font-size:11px;}

.cm a{
	color:#8BAB3C;
	text-decoration:none;
	font-size:11px;
	}
	
.cm a:hover{
	text-decoration:underline;
	}
	
.cm p {
	display:inline;
	}

ul {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	}
	
li {display:inline;}

/* Begin Footer */

#footer {
	width: 730px;
	margin: 0 auto; /* centers footer content */
	}

/* Various Tags & Classes*/

.center {text-align: center;}

img {border: none;}

.alignright {
	float: right;
	}

.alignleft {float: left}

.entry form {
/* Centers password protected posts */
	text-align:center;
	}

.emptymonth {color: #C0C0C0;}
/* blog archive */

.addthis_toolbox {float:right;}