/*
Theme Name: Things a Mother Might Ask
Theme Author: Moxie Design Studios&trade;
Theme URI: http://moxiedesignstudios.com
Description: A custom theme created specifically for MotherMightAsk.com. This theme or any variation thereof may NOT be used on any other site and will be considered a violation of the DMCA. Illustrations by Derek Yaniger.
*/

/* main selectors */
body {
	margin: 0;
	padding: 0;
	background: #E24594 url(images/background-body.gif) repeat;
	font: 12px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 980px;
}

a {
	color: #DB2380;
	text-decoration: none;
}

a:hover {
	color: #009999;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: baseline;
}

img.ttf {
	border: none !important;
	display: block;
}

.alignleft {
	float: left;
	margin: 2px 12px 4px 0;
}

.alignright {
	float: right;
	margin: 2px 0 4px 12px;
}

div.widget .alignleft {
	margin-right: 9px;
}

div.widget .alignright {
	margin-left: 9px;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

cite {
	font-style: normal;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

div.body ul {
	margin: 0 30px 0 55px;
	padding-bottom: 9px;
	height: 1%;
	color: #5B103E;
}

div.body ol {
	margin: 0 30px 0 75px;
	padding-bottom: 9px;
	height: 1%;
	color: #5B103E;
	list-style: decimal;
}

* html div.body ol {
	padding-left: 30px;
	margin-left: 55px;
}

*+html div.body ol {
	padding-left: 30px;
	margin-left: 55px;
}

div.body ul li {
	padding: 0 0 9px 16px;
	background: url(images/bullet.gif) no-repeat 0 5px;
}

div.body ol li {
	padding-bottom: 9px;
}

dl, dt {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0 0 18px 0;
}

blockquote {
	margin: 0 50px 18px 50px;
	padding: 0 15px 0 20px;
	color: #5B103E;
	background: #FAE0E0 url(images/bullet-blockquote.gif) repeat-y;
}

blockquote p {
	padding: 9px 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	color: #DB2380;
}

h2.title {
	margin-bottom: 18px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #733059;
	margin: 0;
	padding: 0 0 5px 0;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

input.text {
	border: 1px solid #5AB4A4;
	background: #FFF;
	font: 12px/14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 2px 4px;
	vertical-align: middle;
}

input.image {
	font: 12px/14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	vertical-align: middle;
}

input.submit {
        font: 18px 'Courier', Arial, Helvetica, sans-serif;
        margin: 0;
        vertical-align: middle;
        border: 1px solid #000000;
        color: #000000;
        background-color: #9AD549;
        text-transform: lowercase;
/*        font-weight: bold;*/
}

textarea {
	border: 1px solid #5AB4A4;
	background: #FFF;
	font: 12px/14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 4px;
	vertical-align: middle;
	overflow: auto;
}

select {
	font: 12px/14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	margin: 0;
}

/* main layouts and backgrounds */
div.layout {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 7;
}

/* header section */
#header {
	width: 100%;
	position: relative;
	z-index: 5;
	height: 220px;
	border-bottom: 7px solid #F8F0E7;
	background: #783C62 url(images/background-header.png) repeat-x bottom left;
}

/* logo section */
h1 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	position: absolute;
	top: 45px;
	left: 67px;
	z-index: 5;
}

h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	width: 477px;
	height: 166px;
	background: url(images/logo.png) no-repeat;
}

/* header quotations ection */
#header q {
	position: absolute;
	top: 38px;
	left: 290px;
	quotes: none;
	text-indent: -9999px;
	overflow: hidden;
	width: 315px;
	height: 33px;
	background: url(images/quote.png) no-repeat;
	z-index: 6;
}

#header q:after,
#header q:before {
	content: '';
}

/* navigation section */
#navigation {
	z-index: 4;
	position: absolute;
	top: 229px;
	left: 20px;
}

#navigation li {
	float: left;
}

#navigation li a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 71px;
	outline: none;
	background-repeat: no-repeat;
	width: 20px;
}

#navigation li.blog a {width:102px;background-image:url(images/navigation/blog.gif);}
#navigation li.about a {width:105px;background-image:url(images/navigation/about.gif);}
#navigation li.islam a {width:97px;background-image:url(images/navigation/islam.gif);}
#navigation li.food a {width:100px;background-image:url(images/navigation/food.gif);}
#navigation li.shop a {width:94px;background-image:url(images/navigation/shop.gif);}
#navigation li.contact a {width:124px;background-image:url(images/navigation/contact.gif);}

#navigation li a:hover,
#navigation li.active a {
	background-color: #86BD3B;
	background-position: 0 -71px;
}

/* header decorations*/
#header div.deco1 {
	position: absolute;
	width: 165px;
	height: 62px;
	z-index: 5;
	top: 188px;
	left: -10px;
	background: url(images/header-deco1.png) no-repeat;
}

#header div.deco2 {
	position: absolute;
	width: 424px;
	height: 40px;
	z-index: 3;
	top: 0px;
	right: 335px;
	background: url(images/header-deco2.png) no-repeat;
}

#header div.deco3 {
	position: absolute;
	width: 327px;
	height: 307px;
	z-index: 3;
	top: 0px;
	right: 14px;
	background: url(images/header-deco3.png) no-repeat;
}

/* sub box section */
#sub {
	width: 100%;
	position: relative;
	z-index: 5;
	border-top: 3px solid #000;
	background: #793860 url(images/background-sub.png) repeat-x;
}

#sub a {
	color: #5AB4A4;
}

#sub a:hover {
	color: #9AD549;
}

#sub div.layout {
	overflow: visible;
	min-height: 154px;
}

#sub div.layout:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #sub div.layout {
	height: 154px;
}

#sub div.main {
	position: relative;
	z-index: 4;
	width: 522px;
	float: left;
	padding: 15px 0 0 100px;
}

#sub div.twitter {
	float: right;
	width: 280px;
	padding: 15px 20px 10px 0;
}

/* sub box decorations */
#sub div.deco1 {
	position: absolute;
	width: 218px;
	height: 206px;
	z-index: 3;
	/*top: -22px; */
	bottom: -22px;
	left: -30px;
	background: url(images/sub-deco1.png) no-repeat;
}

#sub div.deco2 {
	position: absolute;
	width: 117px;
	height: 46px;
	z-index: 3;
	top: -32px;
	left: 615px;
	background: url(images/sub-deco2.png) no-repeat;
}

#sub div.deco3 {
	height: 5px;
	background: #F8F0E7;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 0;
}

/* footer section */
#footer {
	width: 100%;
	position: relative;
	z-index: 6;
	font-size: 11px;
	color: #5A0F3D;
}

#footer a {
	color: #5A0F3D;
}

#footer a:hover {
	color: #FFF;
}

#footer ul {
	padding: 15px 0 15px 85px;
}

#footer ul li {
	display: inline;
	padding: 0 4px 0 9px;
	background: url(images/bullet-footer.gif) no-repeat left
}

#footer ul li.map {
	padding-left: 0;
	background: none;
}

/* content section */
#content {
	width: 100%;
	position: relative;
	z-index: 4;
	background: #5AB4A4;
}

#content div.deco1 {
	height: 71px;
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #9AD549 url(images/background-navigation.gif) repeat-x;
}

#content div.layout {
	border-left: 2px solid #000;
	background: url(images/background-content.gif) repeat-y;
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
}

#primary {
	width: 582px;
	background: #FFF;
	border-right: 2px solid #000;
	float: left;
	padding: 25px 19px 0 19px;
}

#sidebar {
	width: 300px;
	float: right;
	border-left: 2px solid #000;
	margin-left: -2px;
	padding: 10px 0 20px 18px;
}

/* widgets section */
div.widget {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	line-height: 16px;
}

div.widget img {
	border: 2px solid #FFF;
}

div.widget a img {
	border: 2px solid #FFF;
}

div.widget a:hover img {
	border: 2px solid #FF6FB8;
}

div.widget div.badges a img,
div.widget div.badges a:hover img  {
border: 2px solid #FFFFFF;
margin: 0px 5px 10px 0px;
}

div.widget strong.head {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 8px;
	font-size: 18px;
	color: #FFF;
	background: url(images/background-widget.gif) no-repeat bottom left;
}

div.widget strong.head img.ttf {
	padding-left: 23px;
	background: url(images/background-widget-head.gif) no-repeat;
}

div.widget a {
	color: #6A244F;
}

div.widget a:hover {
	color: #FFF;
}

div.widget p,
div.widget ul {
	padding-bottom: 8px;
}

div.widget ul li {
	padding: 0 0 4px 20px;
	background: url(images/bullet-widget.gif) no-repeat 5px 5px;
}

/* ad widget section */
div.ad img {
	display: block;
	border: none;
}

div.ad a img {
	border: none;
}

div.ad a:hover img {
	border: none;
}

/* meet widget section */
div.meet img {
	border: none;
}

/* flickr widget section */
div.widget-flickr a {
	margin: 0 15px 8px 0;
}

/* archives widget section */
div.widget_archives select {
	display: block;
	margin-bottom: 8px;
	width: 170px;
}

/* tags widget section */
div.widget_tag_cloud ul li {
	display: inline;
	padding: 0;
	background: none;
}

div.widget_tag_cloud a {
	line-height: 1em;
}

/* inner boxes section */

/* post section */
div.post {
	width: 100%;
	margin-bottom: 25px;
}

div.post div.head, div.post div.foot, div.post div.body {
	width: 100%;
	overflow: hidden;
}

/* post head section */
div.post div.head {
	color: #009999;
	padding-bottom: 13px;
}

div.post div.head h2 {
	padding-bottom: 9px;
	background: url(images/bullet-post.gif) repeat-x bottom left;
}

div.post div.head ul {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

div.post div.head ul li {
	float: left;
	padding: 0 8px 0 13px;
	background: url(images/bullet-meta.gif) 0 8px no-repeat;
}

div.post div.head ul li.date {
	padding-left: 0;
	background: none;
}

/* post foot section */
div.post div.foot {
	background: url(images/bullet-post.gif) repeat-x;
	padding-top: 13px;
	color: #009999;
}

div.post div.foot p {
	padding: 0;
}

/* sociable box section */
div.sociable {
	width: 100%;
	clear: both;
	text-align: right;
	padding-bottom: 10px;
}

.sociable_tagline {
	display: none;
}

div.sociable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.sociable ul li {
	display: inline;
	padding: 0 0 0 4px;
	background: none;
}

/* twitter box section */
div.twitter {
	color: #FFF;
}

div.twitter span.date,
div.twitter span.date a {
	color: #9AD549 !important;
	font-weight: bold;
	white-space: nowrap;
}

div.twitter ul li {
	padding-bottom: 18px;
}

div.twitter p.follow {
	background: url(images/tweet.gif) no-repeat bottom right;
	padding: 5px 0 25px 0;
}

/* navigation box section */
div.navigation {
	width: 100%;
	overflow: hidden;
	color: #5AB4A4;
	font-size: 14px;
	padding-bottom: 36px;
}

div.navigation .next {float: right;}
div.navigation .prev {float: left;}

/* quick search form section */
div.quick-search {
	padding: 0 0 25px 0;
	margin-left: 98px;
	width: 424px;
	margin-bottom: 20px;
	background: url(images/background-search.gif) no-repeat bottom left;
}

div.quick-search strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 0px;
}

div.quick-search p {
	padding: 0;
	width: 432px;
	margin-right: -8px;
	overflow: hidden;
}

div.quick-search input.text {
	padding: 5px;
	height: 14px;
	font-size: 12px;
	border-color: #000;
	width: 326px;
	float: left;
	margin-top: 4px;
	outline: none;
}

div.quick-search input.image {
	float: left;
	margin-left: 4px;
}

/* basic section */
div.section {
	width: 100%;
	margin-bottom: 18px;
}

div.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* comments/trackbacks section */
div.comments, div.trackbacks {
	padding-bottom: 9px;
}

div.comments img.avatar {
	float: left;
	display: inline;
	border: 1px solid #000;
	width: 48px;
	height: 48px;
	margin: 4px 0 4px 24px;
}

div.comment, div.trackback {
	width: 100%;
	overflow: hidden;
	padding-bottom: 9px;
}

div.comment p,
div.trackback p {
	padding: 0 0 4px 0;
}

div.comment a,
div.trackback a {
	color: #7A414F;
}

div.comment p.title,
div.trackback p.title {
	padding-bottom: 4px;
	color: #7A414F;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', Lucida, sans-serif;
}

div.trackback p.title,
div.trackback a {
	color: #46A695;
}

div.bypostauthor p.title,
div.bypostauthor a {
	color: #548F04;
}

div.comment div.text,
div.trackback div.text {
	width: 485px;
	float: right;
	background: #FAE0E0 url(images/comment-bottom.gif) no-repeat bottom left;
}

div.trackback div.text {
	background-color: #D9F5F0;
	background-image: url(images/trackback-bottom.gif);
}

div.bypostauthor div.text {
	background-color: #D2FF94;
	background-image: url(images/comment-author-bottom.gif);
}

div.comment div.text div.inner,
div.trackback div.text div.inner {
	background: url(images/comment-top.gif) no-repeat;
	padding: 9px 9px 4px 9px;
	height: 1%;
	overflow: hidden;
}

div.trackback div.text div.inner {
	background-image: url(images/trackback-top.gif);
}

div.bypostauthor div.text div.inner {
	background-image: url(images/comment-author-top.gif);
}

/* respond form section */
div.respond ul {
	padding-top: 8px;
	font-size: 12px;
}

div.respond ul li {
	padding-bottom: 12px;
	line-height: 21px;
}

div.respond input.text {
	width: 255px;
}

div.respond textarea {
	width: 572px;
	height: 90px;
}

div.respond ul li.button {
	text-align: right;
	margin-top: -6px;
	position: relative;
}

/* sitemap section */
div.ddsg-wrapper ul {
	margin: 0;
}

div.ddsg-wrapper ul ul li {
	padding: 0;
	background: none;
}

div.widget p.hearts img {
border: 0;
}

div.body div.wp-caption {
background: #FAE0E0;
border: 1px dotted #E764A6;
}

div.body div.wp-caption p.wp-caption-text {
padding: 0px 4px 4px 0px;
text-align: center;
font-size: 11px;
color: #E764A6;
}

div.body div.wp-caption img {
margin: 4px;
}


div.body img.alignleft,
div.body img.alignright,
div.body img.aligncenter {
background: #FAE0E0;
border: 1px dotted #E764A6;
padding: 4px;
}

.closed .hidden {
	display: none;
}