/*  
Theme Name: marshariti.com
Theme URI: http://www.adamnorwood.com/
Description: The WordPress theme that powers adamnorwood.com
Version: 0.1
Author: Adam Norwood
Author URI: http://www.adamnorwood.com/
*/

body {
	background: #fff url('images/background-texture.jpg') repeat-x 50% 0%;
	padding: 5em 0;
	font: normal 62.5%/1.5 "lucida sans","lucida grande","gill sans",helvetica,arial,sans-serif;
}

h2 {
	font: normal 280%/1 georgia,"times new roman",serif;
	color: #CF9633;
	margin-bottom: 0.5em;
}

h3 {
	font: normal 240%/1 georgia,"times new roman",serif;
	color: #CF9633;
	margin-bottom: 0.5em;
}

h4 {
	font: normal 180%/1 georgia,"times new roman",serif;
	color: #9F8945;
	margin-bottom: 0.5em;
}

p {
	font-size: 120%;
	margin: 0 30px 1.5em 0;
	color: #666;
}

ul {
	margin-bottom: 1.5em;
	font-size: 120%;
}

ul li {
	margin: 0 30px 0.75m 15px;
	list-style: disc;
	color: #666;
}

a {
	text-decoration: none;
	color: #AF2B93;
}

a:visited {
	color: #A583AF;
}

a:hover {
	color: #AF2B93;
	text-decoration: underline;
}


/* ----------- GENERAL Layout Styles ------------ */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 7em 15px 0.5em 30px;
	background: #fff;
}

.row {
	overflow: auto;
	margin-left: -30px;
	margin-bottom: 5em;
}

.col {
	float: left;
	margin-left: 30px;
}

.single {
	width: 300px;
}

.wide {
	width: 630px;
}

.full {
	width: 945px;
}



/* ----------- HEADER Styles ----------- */

#header {
	overflow: auto;
	position: relative;
	width: 1005px;
	margin: 0 auto;
	background: transparent url('images/marshariti.png') no-repeat;
}

#header h1 {
	float: left;
	width: 100%;
	font: normal 320%/1 "Blackoak Std";
	margin: 0; padding: 0;
}

#header h1 a {
	width: 475px; height: 49px;
	margin-left: 30px;
	display: block;
	text-indent: -9999px;
}

#header a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#header ul {
	font: normal bold 220%/1 georgia,"times new roman",serif;
	list-style: none;
	position: absolute;
	top: 0.1em;
	right: 0px;
}

#header ul li {
    float: left;
	margin-right: 5px;
	list-style: none;
}

#header ul li a {
	padding: 0.25em 15px;
	background: #0D3C6F;
	display: block;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius: 15px;
}

#header ul li a:hover {
	background: #AF2B93;
}

/* ------------- SIDEBAR Styles ----------------- */

.sidebar ul, .sidebar ul li {
	list-style: none;
}

#searchform {
	margin-bottom: 3em;
}

/* ------------- FOOTER Styles ------------------ */

#footer {
	color: #ccc;
	border-top: 1px dotted #ccc;
	padding: 0.75em 0 0em 0;
}

/* ------------- PORTFOLIO ------------- */

#portfolio {
	clear: both;
	overflow: auto;
	margin-bottom: 5em;
}

#portfolio h3 {
	clear: both;
	padding-top: 1em;
}

#portfolio div a {
	float: left;
	width: 135px; height: 135px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#portfolio div a:hover {
	border: 1px solid orange;
}

.prettyReadMore {
	font-weight: bold;
	font-size: 120%;
}


/* -------------- HAND LETTERING ------------------ */

#hand-crafted, #search, #categories, #archives, #other-sites,
#about-me, #my-portfolio, #email-me {
	background-color: #fff;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	display: block;
}

#hand-crafted {
	background-image: url('images/handcrafted-illustration.png');
    height: 65px;
}

#search {
	background-image: url('images/search.png');
	height: 20px;
}

#categories {
	background-image: url('images/categories.png');
	height: 30px;
}

#archives {
	background-image:  url('images/archives.png');
	height: 21px;
}

#other-sites {
	background-image:  url('images/other-sites.png');
	height: 25px;
}

#about-me {
	background-image:  url('images/about-me.png');
	height: 27px;
}

#my-portfolio {
	background-image:  url('images/my-portfolio.png');
	height: 33px;
}

#email-me {
	background-image:  url('images/email-me.png');
	height: 29px;
}

/* ------------- PAGE Styles --------------------- */

.page-title {
	font-size: 180%;
	text-transform: uppercase;
	color: #AFA899;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
}


/* ------------- POST Styles --------------------- */

.post {
	margin-bottom: 4em;
}

.edit-post-link {
	float: right;
	padding: 0.5em 0;
}

.post-meta {
	font-size: 120%;
	color: #999;
	margin-bottom: 3em;
}

.post-meta .comment-link {
	font-size: 140%;
	line-height: 2;
}

.page-navigation {
	padding: 0.5em 5px;
	margin-left: -5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 120%;
	overflow: auto;
	background: #f9f9f9;
}

.page-navigation .page-navigation-older {
	float: left;
}

.page-navigation .page-navigation-newer {
	float: right;
	text-align: right;
}



/* -------------- COMMENT Styles ----------------- */

#commentform label {
	font: normal 120%/1 georgia,"times new roman",serif;
	color: #999;
} 

#commentform #author, #commentform #email, 
#commentform #url, #commentform #comment {
	width: 50%;
	color: #666;
	font: normal 100% helvetica,arial,sans-serif;
	padding: 0.25em 3px;
	margin-left: -3px;
}

#commentform #comment {
	width: 620px;
}

.post-comments li {
	border-bottom: 1px dotted #999;
	margin-bottom: 1em;
	background: #f4f4f4;
	padding: 0.75em 10px;
	margin-left: -10px;
}

.comment-meta {
	font-size: 120%;
	color: #999;
}

.comment-meta cite a {
	font-size: 120%;
	font-style: normal;
}