/*
Theme Name:	Jesse Joyce - V2
Theme URI:		http://www.jessjoyce.com
Description:		Original theme developed by Midnight Stone Unlimited. For Private use only. Not for distribution.
Author:		D.M. Stone
Author URI:		http://www.midnightstone.com
Version:		1.3
*/

@import url(reset.css);
@import url(background.css);
@import url(color.css);
@import url(headings.css);
@import url(layout.css);

@media screen {
body {
	color: #eee;
	background: #000;
	font:14px/20px "Trebuchet MS", Arial, sans-serif;
}
body.page #canvas.bio #content p {
	font: 15px/20px "Trebuchet MS", Arial, Sans-Serif;
	margin:10px 0 15px;
}
body.page #canvas.links .post {
	padding:0;
}
body.page #canvas.links .post h2 {
	float:none;
}
body.page #canvas.links h3 {
	margin:10px 0 0;
}
body.page #canvas.purchase #posts a,
body.page #canvas.contact #posts a,
#links a {
	color:#922;
	text-decoration:none;
}
body.page #canvas.purchase #posts a img {
	float:left;
}
body.page #canvas.purchase #posts a img {
	border:solid 2px #622;
	width:125px;
	height:125px;
	margin:0 25px 25px 0;
}
body.page #canvas.contact #posts a:hover,
#links a:hover {
	color:#f00;
	text-decoration:underline;
}
body.page #canvas.contact #posts h3 {
	text-align:center;
	color:#666;
	letter-spacing:.1em;
}
body.page #canvas.links .content ul li {
	list-style-type:none;
}
body.page #canvas.links h3 {
	color:#ddd;
	letter-spacing:.1em;
	/*font-family:"Palatino Linotype", Times New Roman, "Times New Roman", Serif;*/
}
} /* @media screen */
