/*
Theme Name: Safa Sheehan
Theme URI: http://safasheehan.com/
Description: This is a custom theme developed for Safa Sheehan by <a href="http://dmiracle.com">Dawud Miracle</a>
Version: 1.0
Author: Dawud Miracle
Author URI: http://dmiracle.com/
*/

* {
	margin: 0;
	padding: 0;
}

/* Links
================================================== */

a {
	text-decoration: none;
	color: #833051;
	border-bottom: 1px dotted #833051;
}

a:hover {
	border-bottom: none;
}

/* Overall Layout
================================================== */

body {
	background: #c2d8b2 url(images/bkgrd-repeat-x.jpg) repeat-x 0 0;
	text-align: center;
}

#wrap {
	width: 954px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bkgrd-repeat-y.jpg) repeat-y center top;
}

#top {
	height: 258px;
	background: url(images/bkgrd-top-alt.jpg) no-repeat left top;
}

*:first-child+html #top {
	height: 100%;
}

#header {
	height: 120px;
}

#content {
	width: 580px;
	padding-left: 34px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
	margin-top: -145px; /*130px*/
}

*:first-child+html #sidebar {
	margin-top: -120px; /*156px*/
}

#bottom {
	clear: both;
	height: 30px;
	background: url(images/bkgrd-footer.jpg) no-repeat center bottom;
}

#footer {
	clear: both;
	height: 60px;
	margin-top: 1em;
}

/* Header Nav
================================================== */

#header ul {
	float: left;
	list-style: none;
	margin-top: 100px;
	margin-left: 380px;
}

* html #header ul {
	margin-left: 180px;
}

#header li {
	float: left;
	margin: 0 1px;
	text-align: center;
}

#header li a {
	display: block;
	width: 62px;
	height: 30px;
	background: url(images/topnav-norm.gif) no-repeat center center;
	text-decoration: none;
	color: #fffcee;
	font-size: 14px;
	padding-top: 20px;
	border-bottom: none;
}

#header li a:hover {
	color: #521934;
	background: url(images/topnav-on.gif) no-repeat center center;
}

#header li.current_page_item a {
	color: #521934;
	background: url(images/topnav-on.gif) no-repeat center center;
}

/* Content
================================================== */

#content {
	margin-top: 30px;
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

*:first-child+html #content {
	margin-top: 44px;	
}

p {
	margin-bottom: 1.1em;
}

blockquote {
	margin: 0 2em 1.5385em 1.5em;
	padding: 0 0 0 0.7692em;
	color: #343434;
	border-left: 4px solid #837296;
	font-size: 0.9em;
	line-height: 1.5em;
}

.post_date {
	font-size: 1.1em;
	line-height: 1.5455em;
	margin: 0 0 1.8182em 0;
	color: #aaa;
	border-bottom: 0.2727em double #ccc;
}

.post_date a, .post_date a:visited {
	color: #000;
	padding: 0.0909em;
}

.post_date a:hover {
	color: #000;
	background: #ccc;
}

.entry {
	font-size: 1.05em;
	line-height: 1.5385em;
}

.entry p {
	margin: 0 0 1.1em 0;
}

.entry ul, .entry ol {
	margin: 0 0 1.1em 3.0em;
	padding-left: 30px;
}

.entry ul {
	list-style-type: disc;
}

.entry li {

}

.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 0 0 0 1.1em;
}

.entry img {
	border: 2px solid #6c8953;
	padding: 3px;
}

.entry .alignleft {
	margin: 0 25px 0 0;
	float: left;
}

.entry .alignright {
	margin: 0 0 0 15px;
	float: right;
}

.wp-caption-dd {
	text-align: center;
	font-size: 90%;
	color: #898989;
}

.postmetadata {
	font-size: .85em;
	padding: 8px 8px;
	border-top: 1px dashed #9e89b6;
	border-bottom: 2px solid #9e89b6;
	background: #e9defe;
	margin-bottom: 50px;
}

.postmetadata a, .postmetadata a:visited {
	color: #573177;
	border-bottom-color: #573177;
}

.post_meta {
	margin: 0 0 4.5385em 0;
	padding: 0.3846em 0 0 0;
	border-top: 0.23077em double #ccc;
	font-size: 1.3em;
	line-height: 1.0em;
	clear: both;
}

.add_comment {
	padding: 0 0 0 1.6154em;
	background: url('images/icon_comment.gif') 0 50% no-repeat;
	font-weight: bold;
}

.post_meta a:hover {
	color: #000;
	border-bottom: 1px solid #a90000;
}

.page .entry {
	margin: 0 0 3.0769em 0;
	border-bottom: 0.23077em double #ccc;
}

.navigation {
	width: 39em;
	margin: 0 0 3.3333em 0;
	font-size: 1.2em;
	line-height: 1.6667em;
}

.navigation a:hover {
	color: #000;
	border-bottom: 1px solid #a90000;
}

.next {
	text-align: right;
}

/* Headings
================================================== */

h1, h2, h3, h4 {
	font: bold 1.0em Trebuchet MS, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1, h2 {
	font-size: 1.8em;
	line-height: 1.4286em;
	letter-spacing: -1px;
	color: #6f3f96;
	margin: 0 0 1em 0;
	font-weight: normal;
}

h2 a, h2 a:visited {
	color: #6f3f96;
	border-bottom: none;
}

h2 a:hover {

}

.page h1 {
	margin: 0 0 0.6071em 0;
	border-bottom: 0.10714em double #ccc;
}

.archive h1 {
	font-size: 4.4em;
	line-height: 1.66667em;
	margin: 0 0 1.66667em 0;
	color: #000;
}

#sidebar h2 {
	margin: 8px 0 0.5em 0;
	padding: 0 22px;
	border-top: 0.166667em single #ccc;
	color: #4f2f72;
	font: 1.3em/1.5556em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.1em;
	line-height: 1.1111em;
	color: #4b2a67;
}

.entry h3 {
	margin: 1em 0 0.5556em 0;
}

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

#comments h3.comment_intro {
	margin: 0 0 1.11111em 0;
	padding: 2.05556em 0 0 0;
	border-top: 0.166667em double #ccc;
}

#comments h3#respond {
	margin: 2.2222em 0 0 0;
}

h4 {
	font-size: 1.1538em;
	line-height: 1.3333em;
	color: #000;
}

/* Sidebar Nav
================================================== */

#sidebar ul.pagenav,
#sidebar ul.pagenavb {
	list-style: none;
/*	width: 260px;*/
	margin: 0 auto 1em auto;
	width: 86%;
	background: #b7d0a0;
	border: 1px solid #465e33;
}

#sidebar .blognav {
	border-top: 1px solid #93b876;
	border-bottom: 1px solid #475f34;
	margin: 0 2px 1.5em 0;
	background: #b4cd9d;
	padding-bottom: 8px;
} 

#sidebar .feedbox {
	border-top: 1px solid #475f34;
	margin: 0 2px 0 0;
	background: #c2d8b2;
	padding-bottom: 8px;	
}

#sidebar ul.pagenavb {
	background: transparent;
	border: none;
}

#sidebar .feedbox ul.pagenavb {
	margin-bottom: 0;
}

#sidebar ul.pagenav li,
#sidebar ul.pagenavb li,
#sidebar .feedbox ul.pagenavb li {
	list-style: none;
	display: inline;
}

#sidebar ul.pagenav li a,
#sidebar ul.pagenavb li a {
	text-decoration: none;
	display: block;
	padding: 3px 8px 3px 44px;
	border-bottom: 1px solid #81a065;
	color: #223019;
	background: url(images/pagenav-norm.gif) no-repeat 15px 6px;
}

#sidebar .feedbox ul.pagenavb li a {
	background: url(images/feed-icon-16x16.gif) no-repeat 15px center;	
	border-bottom: none;
	color: #4f2f72;
}

#sidebar .feedbox ul.pagenavb li.nonfeed a {
	text-decoration: none;
	display: block;
	padding: 3px 8px 3px 44px;
	color: #223019;
	background: url(images/pagenav-norm.gif) no-repeat 15px center;
}

#sidebar ul.pagenavb li a {
	border-bottom: none;
}

#sidebar ul.pagenav li a:hover,
#sidebar ul.pagenavb li a:hover {
	background: #fffaea url(images/pagenav-over.gif) no-repeat 15px 6px;
	color: #6e419d;
}

#sidebar .feedbox ul.pagenavb li.nonfeed a:hover {
	background: url(images/pagenav-over.gif) no-repeat 15px 6px;
	color: #6e419d;	
}

#sidebar .feedbox ul.pagenavb li a:hover {
	background: #bed9a8 url(images/feed-icon-16x16.gif) no-repeat 15px center;	
	color: #cb5829;
}

#sidebar ul.pagenav li.current_page_item a,
#sidebar ul.pagenavb li.current_page_item a {
	background: #fffaea url(images/pagenav-over.gif) no-repeat 15px 6px;
	color: #6e419d;
	font-weight: bold;
}




/* Sidebar Form (curved box in comments)
================================================== */

#sidebar form {
	margin: 0;
	padding: .5em 18px .5em 29px;
	font-size: 90%;
}

/*#sidebar .top {
	background: url(images/bkgrd-sidebar-top.gif) no-repeat center top;	
}

#sidebar .box {
	background: url(images/bkgrd-sidebar-bottom.gif) no-repeat center bottom;
	padding-bottom: 8px;	
}  .top goes inside .box in html*/

#sidebar .box {
	border-top: 1px solid #475f34;
	border-bottom: 1px solid #475f34;
	background: #9fbc86;
	margin: 1.5em 2px 1.5em 0;
}

#sidebar .box1 {
	background: transparent;
	margin: 1.5em 2px 1.5em 0;
}

#sidebar .box form {
	margin: 0;
	padding: 0em 18px .5em 29px;
}

#sidebar .box1 table td {
	color: #e6e6e6;
}

#sidebar .box1 h2,
#sidebar .box1 small {
	color: #d4b5fd;	
}

#sidebar .box1 h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebar .box1 small {
	font-size: 9px;
	font-family: verdana;
}

#sidebar .box1 input {
	background: #e6e6e6;
}

#sidebar td {
	padding-bottom: 4px;
}

#sidebar tr {
	margin: 0;
	padding: 0;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

#sidebar small {
	color: #000;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}




/* Header Nav
================================================== */

#footer {
	font-size: 85%;
}

#footer p {
	margin-bottom: .8em;
}

#footer .credit {
	font-size: 11px;
}



/* Aweber Content Form
================================================== */

.forma {
	margin: 2em auto;
	padding: 12px 0 12px 40px;
	background: #f1edde;
	border: 1px solid #cac6ba;
	width: 340px;
}




/* Google Calendar Sidebar
================================================== */

#sidebar li#wpng-calendar {
	list-style: none;
	padding-bottom: 12px;
}

#sidebar li li {
	list-style: none;
	padding-left: 24px;
}

#sidebar .wpng-widget-date-title {
	margin-left: 24px;
	font-weight: bold;
}