/*
Theme Name: Owen Gray
Description: Custom theme for owengray.net.
Author: Emily Sharp
Author URI: http://digitalemily.com/
*/

/* structure and links */
body {
	background-color:#f6f2e7;
	background-image:url(images/bg.gif);
	color:#333; 
	font-size:15px;
}
#container {
	width:870px;
	margin:80px auto 0 auto;
}
#header {
	text-align:right;
}
#header a img {
	border:0px #fff solid;
}
#content {
	margin-right:170px;
	text-align:right;
	line-height:3ex;
}
#content a, #footer a {
	color:#666;
	font-style:italic;
}
#content a:hover, #footer a:hover {
	color:#000;
	text-decoration:none;
}
#content .post {
	border-bottom:1px dotted #999;
}
#nav {
	float:right;
	width:150px;
	text-align:right;
	margin:0 20px 0 0;
	padding:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:20px;
}
#nav ul {
	list-style-type:none;
	margin-top:2ex;
	padding-top:0;
}
#nav ul li {
	margin-bottom:1.5ex;
}
#nav ul li.current_page_item, #nav ul li.current_page_parent {
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#nav ul li a {
	color:#666;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#000;
}
#footer {
	clear:both;
	margin-top:90px;
	margin-right:20px;
	padding-top:12px;
	text-align:right;
	font-size:12px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
/* text */
h2 {
	margin-bottom:2px;
	padding-bottom:0;
	font-weight:normal;
}
#content h2 a {
	text-decoration:none;
	font-style:normal;
}
.home h2 {
	font-size:19px;
	margin:0;
	padding:0;
}
h3 {
	margin-bottom:0;
	padding-bottom:0;
	color:#999;
	font-size:17px;
}
.news p {
	margin-top:0;
	padding-top:0;
}
.home p {
	margin-top:0;
	padding-top:0;
}
.about {
	text-align:justify;
}
span.title {
	font-weight:bold;
	font-style:italic;
}
#content ul {
	margin:0 0 auto 0;
	padding:0 0 auto 0;
	list-style-type:none;
}
#content ul li {
	margin-bottom:1.5ex;
}
#content ul li:first-line {
	margin-right:20px;
}
address {
	font-style:normal;
}
span.date, span.categories {
	font-size:14px;
	color:#333;
	font-style:italic;
	margin-right:10px;
}
#content .jumpdown {
	font-size:15px;
	font-style:italic;
	margin-top:10px;
	padding:8px;
	border:1px #CCC dotted;
	display:inline-block;
}
#content .jumpdown a {
	font-style:normal;
}
/* gallery and other images */
.home .wp-caption {
	margin:0 0 0 30px;
	padding:10px;
}
.gallery {
	margin-left:40px !important;
}
.gallery br {
	clear:left !important;
}
.gallery dl {
	margin:0;
	width:165px !important;
}
.gallery dd.gallery-caption { /* don't show captions on gallery page */
	display:none;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fdf9ef;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

