/*  
Theme Name: Mamamia
Theme URI: http://www.mum-mum.info
Description: Custom theme for Rowena of Mum-Mum Eat Eat
Author: CJ Kastum 
Author URI: http://forevertulip.com
Created On: June 16th, 2009
*/

/******** LAYOUT ********/

* {
	margin:0;
	padding:0; 
}

html,body {
	margin:0;
	padding:0; 
	text-align: center; 
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
	line-height: 1.4;
	font-size: 13px;
	color: #000; 
	background: #B11B24; 
}

#topper {
  	background: url(images/topper.jpg) repeat-x;
  	width: 100%;
  	margin: 0;
  	padding: 0px; 
  	float: left;
}

#wrapper { 
	width:884px; 
	text-align: left; 
	overflow: hidden;
	margin: 50px auto;
	background: url(images/wrapper.gif);
}

#box {
	background: transparent;
	border: none;
	width: 884px;
	table-layout: fixed;
	margin: 0 auto;
	padding: 0;
}

#header { 
	margin: 0px 0 0; 
	background: url(images/header.jpg);
	height: 304px; 
}
	
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #A00E0E;
	text-decoration: none;
}

a img {
	border: none;
	
}

#content { 
	float: left; 
	width: 535px;
	padding: 0 10px 10px 10px; 
	margin: -75px 15px 0 25px;
}

#single {  
	padding: 1.2em 5.0em 1.2em 5.0em; 
	margin: 0 0 15px 0; 
	color: #3d3d3b;
}

#s {
  	height:1.8em;
  	width:100px;
  	margin:-5px 10px 0 0;
  	padding:0;
  	border:2px #abc744 solid;
  	font-size:0.8em;
  	vertical-align:middle;
}

#searchbutton {
  	height:2.2em;
  	width:auto;
  	padding:0 2px 0 2px;
  	border:2px #abc744 solid;
  	font-size:9px;
  	letter-spacing:1px;
  	text-align:center;
  	vertical-align:middle;
	color: #000;
  	background-color:#c9e857;
	margin-right: 20px;
	margin-top: -5px;
}


/********* TAGS *********/


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
}

code, pre {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

hr {
	display: none;
}
	
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	background: #f2f4f1;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/********** SOME CLASSES *********/


.info {
	background-color: #f9fbff;
	border-top: 1px solid #b0dde8;
	border-bottom: 1px solid #b0dde8;
	margin-top: 15px;
	font-size: 0.9em;
}

.center {
	text-align: center;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 10px;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;

}


/******** HEADINGS ********/


h1, h1 a, h2, h2 a,h3 a,h4 a, h5, h5 a {
	color:#a00e0e;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover, h5 a:hover {
	color:#4D7FB2;
}

h1 {
	font-size:30px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

#content h2 {
  	margin: 20px 0 20px 0;
  	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
  	font-size:1.7em;
  	font-weight:lighter;
}

#content h5 {
  	margin: 2px 0 20px 0;
  	font-family:Georgia, "Times New Roman", Times, serif;
  	font-size: 22px;
  	font-style:italic;
	padding-left: 0px;
}

#content h3 {
  	margin:0 0 18px 0;
  	font-size:1em;
}

#content h4 {
  	margin:0;
  	font-size:1em;
}

#content.archive h2 {
	margin:0 0 26px 0;
}

#content.archive h3 {
  	margin:0 0 10px 0;
  	font-family:Georgia, serif;
  	font-size:1.3em;
  	font-weight:normal;
}

#content.archive h4 {
  	margin:0 0 18px 0;
  	font-size:1em;
}

#content.archive h5 {
  	margin:0;
  	font-size:1em;
}

/******** ENTRY ********/

.postdetails{
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.time {
	background:url("images/time.gif") no-repeat;
	padding-left: 15px;
	padding-right: 5px;
}	
	
.category {
	background:url("images/folder.gif") no-repeat;
	padding-left: 15px;
}


.commentscount {
	margin-left: 8px;
	padding-left:15px;
	background:url("images/commentscount.gif") left no-repeat;
	position: absolute;
}

.edit {
	margin-left: 100px;
	padding-left:20px;
	position: absolute;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
        padding: 5px;
        border-top: 1px dashed #dcdcdc;
        font-size: 11px;
}	

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

.entry li {
	margin: 7px 0 4px 10px;
}

.entry ul li {
	background: url('images/bullet.png') left no-repeat;
	padding-left: 25px;
}

.entry ol {
	padding: 0 0 0 15px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}
	
.entry ol li, #single ol li {
	list-style: decimal outside;
	margin-left: 15px;
}
			

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.post {
	margin: 50px 15px 25px 0;
	text-align: justify;
}

.postdate {
	margin: -20px 0 10px 0;
	color: #999;
	font-size: 11px;
        padding: 0 0 10px;
}

.post hr {
	display: block;
}
	
/******* SIDEBAR ********/


#sidebar {
	display: inline;  
	float:right;
	width: 261px; 
	margin: 0px 20px 15px 0;
	color: #FFF;
	font-size: 11px;
	background: #E55E65;
}

.title {
	display: block;
	margin: 20px 0px 15px 20px;
	padding: 0 10px 0 0px;
	color: #7bacd0;
	font: Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-indent: 2px;
		
}

#sidebar h2 {
	display: block;
	margin: 1.2em 0 0.5em 0;
	padding: 0 10px 0 0px;
	color: #7bacd0;
	font: Georgia,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-indent: 2px;
		
}

.textwidget {
	margin-bottom: 17px;
	color: #000000;
	font-size: 14px;
}	

#sidebar a {
	padding: 2px;
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover,#sidebar a:active,#sidebar a:focus {
	background: none !important;
	color: #FDA68D;
	text-decoration: none;
}

#sidebar ul {
	margin: 5px 0 0 0;
	padding: 0 8px 0;
	list-style-type: none;
}

.searchdiv {
	margin-top: 10px;
}	

ul.rightlist {
	font-size: 11px;
	list-style: none;
	margin-bottom: 10px;
	display: block;
	margin: 15px 0px 15px 0px;
	padding: 0 0px 0 0px;
}

ul.rightlist li a {
	color: #FFF !important;
	font-size: 11px;	
	font-weight: normal;
	text-decoration: none;
}

ul.rightlist li a:hover {
	color: #FDA68D !important;
}	

/********** FOOTER **********/



#footer { 
	clear:both; 
	text-align: center;
	height: 30px;
	font-size: 11px;
	background: url('images/footer.jpg') top center no-repeat;
	margin: -50px 0 0 0px;
}

#footer p {
	padding-top: 50px;
	color: #fff;
}	

#footer a {
	color: #FDA68D;
	font-weight: bold;
}

#footer a:hover {
	color: #ffffff;
	font-weight: bold;
}
	

/******** COMMENTS ********/


.comments-template{
	margin: 15px 0 0;
	border-top: 3px solid #dbdbdb;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 18px;
	padding: 15px 20px 6px 20px;
        border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
        background: #f8f8f8;
}

.commentmetadata{
	font-size: 12px;
}

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

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

#commentform #submit {
	margin-bottom: 25px;
	float: left;
}

.comments-template p.nocomments{
	padding: 0;
}

. h2 commenttitle {
	font-color: #3a9cdb;
}

/******** COMMENT COUNTER ********/


.commentcounter {
	float: right;
	height: 30px; /* IE hack */
	margin: 15px 15px 0;
	padding: 5px 0 0;
	color: #e6e6e6;
	font-family: 'Century Gothic', Verdana, Sans-Serif;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
}
#commentlist .adminreply .commentcounter {
	color: #ffffff;
}
#commentlist .adminreply {
	background: #efefef;
}

/******** BON VOYAGE ********/




