/*  
Theme Name: 	P2MU
Theme URI: 		http://talkislam.info
Version: 		1.0
Author: 		Aziz Poonawalla
Author URI: 	http://blog.beliefnet.com/cityofbrass
Tags: 			green, two-columns, fixed-width
Template: 		p2
Description:	child theme for P2 by Automattic, this is modified to work as a wordpress MU home page. used on TalkIslam(.info)
*/
@import url("../p2/style.css");


.sticky {
	background:#fff8dc;
}	  

#header .sleeve {
	display: inline-block;
	margin-top: 40px;
	width: 980px;
}
	  
a, a:visited, h1 a:visited, a:active, #main .selected .actions a, #main .selected .actions a:link, #main .selected .actions a:visited, #help dt {
	color: #2BA94F;
}
a:hover, h1 a:hover, #main .selected .actions a:hover, #main .selected .actions a:active {
	color: #68a;
}

blockquote {
	padding-left: 8px;
	/* font-style: italic; */
	color: #888;
	background: #f1f1f1;
	padding: 2px 12px;
}

#wrapper {
	/* this is #sidebar bg */
	/* background: #f7f7f7; */
	background: #fff;
	border: 1px solid #fff;
	width: 980px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}

input.ed_button  {
   color:#050;
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   /* font-size:84%; */
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}