/*   
Theme Name: Cartage
Theme URI: www.mormonmedia.com/cartagetheme
Description: WordPress theme adapted from X-Cart template
Author: X-Cart
Author URI: www.mormonmedia.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

ul {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
	
	margin-left: 20px;
	margin-bottom: 20px;
}

ul li ul {
	margin-left: 0;	
}

ul li ul li {
	font-size: 13pt;
	color: white;
}

.category-nav a {
	color: white;	
}

.cat-item a {
	color: white;	
}

ul li a:hover {
	color: #98d2fe;
	text-decoration: none;
}

#content_container {
	padding: 20px;
}

ul li h2 {
	color: #99d3ff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	
	margin-bottom: 15px;
}

#sidebar p {
	color: #aaa;
}

#sidebar p a {
	color: #fff;	
}

#sidebar p a:hover {
	color: #98d2fe;
	text-decoration: none;
}

h2.pagetitle {
	width: 650px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:20px;
	margin-left: 50px;
	margin-top: 20px;
	border: 1px solid #666;
	padding:10px;
	background-color:#333;
	
	color: white;
	
	text-transform: uppercase;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: lighter;
	letter-spacing: 0.2em;
	
	text-align: center;
}

#content .navigation {
	
	width: 700px;
	margin-top: 20px;
	margin-left: 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ECEDEE;
	padding:10px;
	background-color:#F3F4F5;
	
	position: relative;
	height: 14px;
	
	text-transform: uppercase;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

#content .navigation .alignleft {
	position: absolute;
	text-align: left;
	
	top: 10px;
	left: 10px;
}

#content .navigation .alignright {
	position: absolute;
	text-align: right;
	
	top: 10px;
	right: 10px;
}



#content .post {
	width: 650px;
	
	margin-top: 40px;
	margin-left: 60px;
	
	margin-bottom: 50px;
}

#content .post .postdate {
	
	display: block;
	
	font-family: Helvetica, Arial, Verdana;
	font-size: 1.0em;
	font-weight: lighter;
	
	text-transform: uppercase;
	letter-spacing: 0.2em;
	
	color: #888;
}

#content .post h2,h3 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 2.4em;
	font-weight: lighter;
	
	margin-bottom: 10px;
}

#content .post h2 a {
	color: #333;
}

#content .post .entry p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
	
	color: #333;
}

#content .post .entry a {
	color: blue;	
}

#content .post .entry h1 {
	margin-bottom: 20px;
	font-size: 1.6em;
}

#content .post .postmetadata {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:20px;
	border: 1px solid #ECEDEE;
	padding:10px;
	background-color:#F3F4F5;
}

#content .post .postmetadata small,
#content .post .postmetadata {
	
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	
	/* font-family: Palatino Linotype, Book Antiqua, Palatino, serif; */
	font-family: Helvetica, Arial, Verdana;
	font-weight: lighter;
	
	color: #888;
}

#comments {
	width: 500px;
	margin-left: 130px;	
	font-size: 1.8em;	
}

.commentlist {
	width: 500px;
	list-style-type: none;
	margin-left: 130px;	
}

.commentlist li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:20px;
	border: 1px solid #ECEDEE;
	padding:10px;
	background-color:#F3F4F5;
	
	position: relative;
}

.commentlist .comment-author {
	font-weight: bold;
	font-style: normal;
	
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: lighter;
	font-size: 1.2em;
}

.commentlist .comment-author cite {
	font-style: normal;
}

.commentlist .comment-meta {
	width: 400px;
	text-align: right;	
	
	text-transform: uppercase;
	
	position: absolute;
	right: 10px;
	top: 10px;
}

.commentlist img {
	display: none;	
}

.commentlist p {
	margin-top: 10px;	
}

#respond {
	margin-top: 40px;
	width: 500px;
	margin-left: 130px;
}

#respond h3 {
	font-size: 1.8em;	
}

#respond p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 10px;	
}

#respond textarea {
	width: 500px;	
}