/*
Theme Name: Dark Pink 
Theme URI: http://wordpress.org/
Description: The WordPress theme for LA Mom Calendar <a href="http://metallicdust.com">metallicdust</a>.
Version: 1.0
Author: Michael H. Mwemba
Author URI: http://metallicdust.com/
Tags: dark pink, fixed image, fixed width, two columns, widgets

	lamom
	 http://metallicdust.com/portfolio/

	This theme was designed and built by Michael H. mwemba
	whose blog you will find at http://metallicdust.com/
*/


html, body, ol, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol{
color:#333333;
}

h1 img {
	display: block;
}
img {
	border: 0;
}

h2{
	color: #999999;
	text-decoration: none;
}

h2 a{
	color: #fff;
	text-decoration: none;
		}		

h2 .pagetitle {
	font-size: 1.6em;
	text-align:center;
	color:#0066cc;
	}

h3 a{
	font-size: 12px;
	color: #fff;
}

h3, h3 a, h3 a:visited {
	font-size: 12px;
	color: #fff;
	background-color: #333333;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration:none;
	text-align:center;
}


h2 a:hover, h3 a:hover {
	color: #cc0066;
	text-decoration: none;
	font-weight: bold;
	}

h4 a{
color:666;
}


.left {
	float: left;
}

.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color:#333;
	}


#page{
	text-align: left;
	margin: auto;
	width: 756px;
}

#header {
	height: 78px;
	background-color: #CC0066;
	background-image: url(../images/headlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
}
#header h1 {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	padding: 20px 0 0 70px;
	margin: 0;
}
#header .description{
	color: #333333;
	padding: 0 0 10px 70px;
	margin: 0;
}

/* Nav Menu */
#menu{
	padding:0;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	_margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	background-color: #444;
 	}

.menu ul{
	margin:0 auto;
	padding:0;
	height:30px;
	display:block;
}
.menu li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	}
.menu li a{
	float:left;
	padding-left:15px;
	display:block;
	color:rgb(255,255,255);
	text-decoration:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	line-height:30px;
	padding-right:15px;
}


.menu li a:hover{
	color:#FFFFFF;
	background-color: #666666;
}
.menu li a:hover span{
	background-color: #666666;
}
.menu li a.active, .menu li a.active:hover{
	line-height:30px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#eee;
	color:#333333;
	display:block;
}
/*End Nav Menu */

#search {
	margin: 23px 0 0 400px;
}
#search h2 {
	font-weight: normal;
}
#search form {
	margin: 0;
	padding: 0 0 10px 0;
}
#search input.text {
	border: 1px solid #333;
	background: #E7E4E4;
}
#search input.submit {
	border: none;
	background: #E7E4E4;
}
#search a {
	color: #333;
	padding: 0 5px;
}
#search a:hover {
	color: #300;
}


#body {
	background-color: #eee;
	width: 756px;
	float: left;
	clear: left;
}
#body-inner {
	clear:left;
	padding-top:15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin:0px;
}

#content {
	font-size: 1.2em;
	}

#content li img{
background: #cc0066;
border: 1px solid #666666;
padding: 5px;
display: block;
clear:both;
}	


.content-narrow{
float: left;
width: 470px;
}	


.content-narrow h3 a{
color:#fff;
}	


.content-wide{
margin-left:auto;
margin-right:auto;
width: 670px;
}

.content-wide .entry {
	background: #fafafa;
	border: 1px solid #ccc;
	display: block;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	clear:right;
	
	}

.content-wide a{
color:#cc0066;
text-decoration:none;
font-weight:bold;
}
	
.content-wide a:hover{
color:#666;
text-decoration:none;
font-weight:bold;
}
		
	
.content-wide .entry p {
	font-size: 1.05em;
	padding-left:5px;
	padding-right:5px;
	}


.content-narrow .entry p {
	font-size: 1.05em;
	padding-left:10px;
	padding-right:10px;
	}

.content-narrow .entry{
	background: #fafafa;
	border: 1px solid #ccc;
	display: block;
	float:left;
	width:469px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	}

.content-narrow .postmetadata {
	text-align: center;
	}

.post {
	text-align:justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	
.post h2 a {
	color:#fff;
	}	

.post hr {
	display: block;
	}

.content-wide .post{
	margin: 0px;
	}

.content-narrow .postmetadata {
	padding-top: 5px;
	}

.content-wide .postmetadata {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}

.content-wide .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.content-wide .attachment {
	text-align: center;
	margin: 5px 0px;
}

#sidebar {
	float: right;
	width: 220px;
	height:100%;
}

#body-center {
	float: none;
	width: 384px;
	margin-right: auto;
	margin-left: auto;
}


#body-center .box, #content .box, #sidebar .box {
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
	clear: both;
}
#body-center h2, #content h2, #sidebar h2  {
	font-size: 12px;
	color: #fff;
	background-color: #333333;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 23px;
}


#body-center h3, #sidebar h3 {
color:#CC0066;
}

#body-center .box p, #content .box p, #sidebar .box p {
	margin: 0 0 1em 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#body-center .box .left, #content .box .left, #sidebar .box .left {
	margin-right: 15px;
	border: 1px solid #999;
}
#body-center .box .btns, #content .box .btns, #sidebar .box .btns  {
	text-align: right;
	padding-top: 10px;
	position: relative;
}




#content h2 {
	font-size: 12px;
	color: #fff;
	background-color: #333333;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 10px;
}


#content ul {
	margin: 30px 55px;
}
#body-left li {
	margin: 5px;
}


#sidebar h2 {
	font-size: 12px;
	color: #fff;
	background-color: #333333;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#sidebar ul {
	margin: 30px 55px;
}
#sidebar li {
	margin: 5px;
}

#sidebar a{
color:#cc0066;
text-decoration:none;
font-weight:bold;
}

#sidebar a:hover{
color:#666;
text-decoration:none;
font-weight:bold;
}

.btns a {
	background: left #CC0000 url(images/btn.gif) repeat-y;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}
.button a:hover {
	background-color: #EF1818;
	color: #fff;
}

.button{
	background: #cc0066;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #990033;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}

.button:hover {
	background-color: #EF1818;
	color: #fff;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
}

#footer-left {
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer-left a{
color:#cc0066;
}

#footer-left a:hover{
color:#666;
}

/***left style*****/

.side{
	padding:10px;
	color: #666666;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	margin-top: 6px;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 15px;
}

#frontimage{
	padding:5px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	background-color:#cc0066;
	display: block;
	position: relative;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}

/********Start wp styles************/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#cc0066;
	}

.post{
display:block;
}

.post a{
color: #333333;
text-decoration:none;
}

.post a:hover{
color:#cc0066;
text-decoration:none;
}

.post small a{
color:#cc0066;
text-decoration:none;
}

.post small a:hover{
color:#666;
text-decoration:none;
}

.postmetadata {
	text-align: center;
	color:#666666;
	clear: both;
	}


/* Begin Calendar */
#calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#calendar a {
	display: block;
	}

#calendar caption {
	text-align: center;
	width: 100%;
	}

#calendar td {
	padding: 3px 0;
	text-align: center;
	}

#calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color:#cc0066;
	}
	
.navigation .browse{
	color:#cc0066;
	font-size:11px;
	margin-left:10px;
	margin-right:10px;
	padding-top:8px;
	}
	
.navigation .browse a:hover{
	color:#ccc;
	text-decoration:none;
	}	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.caption p.caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	margin-bottom:10px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

 img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}	
	
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry a {
	color:#cc0066;
	}
	
.entry a:hover{
color: #990033;
}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color:#333;
	border:solid 2px #999;
	color:#fff;
	}

#commentform #submit {
	margin: 0;
	float: right;
	background: #cc0066;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	}
	
/* End Form Elements */



/* Begin Typography & Colors */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.alt small{
	background-color: #f8f8f8;
	color: #666666;
	}

.altag {
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
.altag small{
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #666666;	
	}	

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.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;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.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;
	}
/* End Comments */


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#calendar#prev a, #calendar#next a {
	font-size: 9pt;
	}

#calendara {
	text-decoration: none;
	}

#calendarcaption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#calendarth {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Flickr feed */
.bottombar{	padding:10px; color: #666666; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;border-left-width: 1px;	border-top-style: solid; border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #ccc;	border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; margin-top: 6px; margin-bottom: 6px;	background-color: #ffffff; float:left;}
.bottombar .flickr strong{padding-left:10px; color:#0063dc; font-size:11px;}
.bottombar .flickr strong .pink{color:#cc0066; font-size:11px;}
.bottombar .flickr { padding: 3px 2px; background: #202020 ; overflow: hidden; float:left; }
.bottombar .flickr img  { margin:10px 10px; width:45px;height:45px;display:block;float:left; }
.bottombar .flickr a img  { border:4px solid #eee; }
.bottombar .flickr a:hover img  { border:4px solid #cc0066; }
/* End Flickr feed */



	/*
	Formatting for the user profiles, member directory, and stats widget
	*/
.content-narrow	.pfprofile {
		text-decoration: none; 
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-left:40px;
		margin-right:40px;
		margin-top:10px;
		padding:15px;
		}
		
	.pfprofile h2 {
		}
		
.content-narrow .pfprofile h3 {
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	border-bottom: 2px solid #cc0066;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px;
	padding: 11px 0px 3px 0px;
	line-height:16px;
	text-align:left;
	text-indent: 10px;
	}
		
.content-narrow	.pfprofile h4 {
		font-size: 12px;
		font-weight: bold;
		border: none;
		border: none;
		margin: 0px;
		padding: 11px 0px 0px 0px;
		}
		
	.pfprofile p {
		font-size: 15px;
		
		}
		
	.pfprofile a {
		font-size: 15px;
		line-height: 22px;
		}
		
		
.content-narrow	.pfdirectory table {
		border: 1px solid #000000;
		border-collapse: collapse;
		margin: 15px 0px 0px 12px;
		width: 95%;
		}
	
.content-narrow	.pfdirectory th {
		background-color: #D9D9D9;
		text-align: left;
		border-bottom: 1px solid #000000;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		}
	
	.pfdirectory td {
		font-size: 11px;
		padding: 3px 6px 3px 6px;
		}
		
	.pfback {
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		margin: 0px;
		}
		
	.pfpagisingle {
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		}
	
	.pfpagidirect {
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		}
		
	.pfwidget {
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}
/*Formatting for the user profiles, member directory, and stats widget*/

#sidebar input#alogin { background:#F3F3F3; border:2px solid #B4CBDF; color:#333; font-size:15px; width: 95%;}#sidebar input#apassword { background:#F3F3F3; border:2px solid #B4CBDF; color:#333; font-size:15px; width: 95%; }


/*shopping cart container*/
.content-narrow .wpsc_container{
  position: relative;
  padding:10px;
  } 
  
.content-narrow input.wpsc_buy_button{
	background:#cc0066;
	border: solid 1px #990000;
	width: 76px;
	height: 25px;
	text-align: center;
	/*  vertical-align: top; */
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	margin-top: 3px;
	color: #fff;
	cursor:pointer;cursor:hand
 } 
 
.content-narrow  input.wpsc_buy_button:hover{
	background:#666;
	border: solid 1px #333;
	width: 76px;
	height: 25px;
	text-align: center;
	/*  vertical-align: top; */
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	margin-top: 3px;
	color: #fff;
	cursor:pointer;cursor:hand
 } 
 
.content-narrow .wpsc_container a:hover{
  color:#cc0066;
  } 
  
div.productdisplay{
 position:relative;
 float:left;
 clear:both;
 top:0px;
 left: 0px;
/* margin-top: 10px; */
 margin-bottom: 20px;

 width: 470px;
 text-align: left !important;
 }
   
/*shopping cart container*/
  
/********End wp styles************/


/********HOME PAGE LOOK************/

/********END HOME PAGE LOOK************/
