/*  
Theme Name:mp_DL
Theme URI: http://www.meltingpx.com
Description: <p>2 column wp theme for Digital ladies. </p>
Version: 1.0
Author: ram
Author URI: http://www.meltingpx.com/
*/

/* Begin Typography & Colors */


.clr{
clear:both;

}

/* ---------- @ default css for images -----------*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
a img {
	border: none;
	}


/* ---------- @ default links -----------*/




/* ---------- @ main layout style -----------*/




#logo {
	font-size:1.8em;
	font-weight:bold;
	text-align: left;


}


/*top menu*/

#header #mainmenu{
	position: absolute;
	bottom: 20px;
	right: 0;
	display: inline;
}

#header #mainmenu li{
	display: inline;
	margin-left: 16px;float:left;
}
#header #mainmenu li a{
	padding: 0 2px;
	display:block;
	text-transform: uppercase;	
}

#header #mainmenu li.current_page_item a {
background: #FEF43D;
}

#header #mainmenu li.current-cat {
background: #FEF43D;
}

#header #mainmenu li a:hover{
	background: #FEF43D;
}





/* middle column

*/
.mid{


		

	
}

.content_column{



}

#content{


}



.tags ul a:visited,
.tags ul a:link
{
	list-style-image:none;
	list-style:none;
	color:#3399FF;

}



/* ---------- @ footer -----------*/

.footer{
	z-index:5;
	position:relative;
	top:0px;
	border-top:5px solid #e57d25;
	background-color:#ff6600;
	

}
#footer{
	text-align:center;
	vertical-align:bottom;
	background-position: center bottom;
	font-size:12px;
	height:111px;
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
position:relative;

 
}

.rss{
	
	float:right;
	padding-right:20px;
	padding-top:20px;

	
}

#footer p {
	margin: 0;
	padding:20px 0 0 0;
	text-align: left;
	color:#fff;
	margin-left:10px;
	width:750px;
	float:left;
	line-height:24px;
	
	

	
	}
#footer p a {

	color:#fff;
	font-weight:bold;
	
	}

#footer p a:hover{

	color: #fff;

	
	}
	
small {
	
	font-size: 0.9em;
	
	}

h2.pagetitle {

	
	
	line-height:30px;

	
	
	}


	
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:10px;  }
.alignright { display:block; margin-left:10px; }



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* ---------- @ widget calendat-----------*/


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
	
/* ---------- @ post styles -----------*/

.post {
	margin: 0 0 10px;
	
	padding:0px;
	border-bottom:0px dotted #222;
	

	}
	
.archieve .post {
	margin: 0 0 10px;
	
	padding:0px;
	border-bottom:2px dotted #222;
	

	}
	
	
	
.post  small,
.post .entry
{
	margin:0px;

* margin-top:20px;
	
	
	}
	
	
.post  small span{
	
	font-size:1.0em;
	

	}


.home .post {
margin:0px;
padding:0px;


	

	}

.home .post p {
margin:0px;
padding:0px;


	

	}

.home .post .entry a {


	

	}
.home .post a:hover {


	

	}
	

.postmetadata {
	clear: left;
	padding:3px 5px;
	color:#333;
*margin-top: -20px;	
	
	
}
.postmetadata a:link {
	color:#333;
	text-decoration:underline;

	
}



h2.pagetitle {
	font-size: 30px;
	padding-bottom: 15px;
	background: transparent url(img/bg_black_dots.gif) 0px bottom repeat-x;
	margin-bottom: 5px;
}





.entry{
clear:both;

}



/* ---------- @ search style -----------*/

.search{
position:absolute;
right:10px;
top:290px;






	

}



#searchform {
	margin: 0px auto;
	margin-bottom:10px;
	
	
	}

#searchform #s {
	
	border:1px solid #222;
	width:209px;
	font-size:16px;
	line-height:18px;
	height:18px;
	float:left;
	background-color:#111;
	color:#666;
	

	}

#searchsubmit {
		border:0px solid #dc9ea6;
	height: 22px;
	width: 29px;

	}







.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* ---------- @ comments style -----------*/


.alt {
	background-color: #fff;
	color:#666	;

	

	}

.alt a,
.alt a:visited
{


	

	}
	
h3#comments, #respond{
color:#333;

}	
#commentform input {
	width: 170px;
	padding: 2px;
	background-color: #fff;
	border:1px solid #ccc;
	color:#666;
	width: 95%;
	font-style: italic;
	font-weight: bold;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	background-color: #fff;
	border:1px solid #ccc;
	color:#666;
	font-style: italic;
	font-weight: bold;
	}

#commentform #submit {
	margin: 0;
	color:#000;
	margin-bottom:10px;
	border:none;
	font-weight:normal !important;
        font-style:normal !important;
	text-decoration:none;
	font-size:18px;

	}
#commentform #submit:hover {
cursor: pointer;
   background:transparent url(img/bg_marker.gif) repeat-x scroll 0 10px !important;
}

#commentform #submit img{
	width:85px;
	height:15px;
	
	}


#commentform #submit a:hover {
	background-image: url(images/submit-ro.jpg);
	background-repeat: no-repeat;

	}


#commentform p.submit input {

width:100px;
float:right;
background-color:#fff;

	
	}

.alt {
	margin: 0;
	padding: 10px;

	}

.commentlist {
	padding: 0;
	margin:0px 10px;
	padding:0px;
	font-size:12px;
	color:#fff;
	

	}

.commentlist a:visited,
.commentlist a:link
 {
	

	}



.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color: #fff;
	border-bottom:1px solid #eee;
	color:#666;

	}

.commentlist p {
	margin: 10px 0px 10px 0;

	}
	


#commentform p {
	margin: 5px 0;
	color:#333;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


#sidebar form {
	margin: 0;
	}

/* ---------- @ hard coded calendar -----------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 10px;
	width: 155px;
	border:1px solid #eee;
	padding:10px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

#splash .leftcontent .homepage a{
color:#fff;
margin-left:15px;

}

#splash .leftcontent .homepage a:hover{
color:#000;
margin-left:15px;
}

#splash .post h2{
padding-left:10px;


}

.wp-caption-dd{
margin:0px;
padding:0px;
padding-bottom:13px;




}

#splash .post {
margin:0;
}

#splash .leftcontent .entry p {
margin-left:0px !important;
}

#content #splash .link {
position:relative !important;
margin-top:0px !important;
bottom:0px !important;
}

.widgetbox ul {
 position:static !important;
}

#homewidgets {
float: left;  
position: relative;
}

#content .post p a {
background:transparent url(img/bg_marker.gif) repeat-x scroll 0 3px;
}

#subscribe_btn:hover {
  background-color:#FFF33F !important;
  color: #000 !important;
  text-decoration: underline !important;
}

h1 a:hover { 
  background:transparent url(img/bg_marker.gif) repeat-x scroll 0 3px;
}

p.postmetadata {
margin-bottom:0 !important;
}

#splash .entry img {
border-bottom: 3px;
*border-bottom: 13px;
margin-bottom: 3px !important;
}