@charset "utf-8";
/* CSS Document */

/************************************************
*          Resets          *
************************************************/
html, body, div, p, span, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, label, input, table, th, td, a
{margin:0; padding:0; border:0; vertical-align:baseline;}  
:focus {outline:0;}
body {line-height:1;}
ul, ol {list-style:none;}
h1, h2, h3, h4, h5, h6 {font-size:1em;}


body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;;
	font-size:12px;
	line-height:140%;
	margin:0px;
	background:#fd2894 url(images/bgbody.png) no-repeat top fixed;
}

a,a:link,a:visited{
	color:#F06;
	text-decoration:none;
}

a:hover{
	color:#C06;
	text-decoration:underline;
}

#mainContainer{
	background:/*url(images/mainBG.png) no-repeat*/;
	width:1000px;
	margin:0px auto;
}


#container{
	width:920px;
	margin:0px auto;
	border:red solid 0px;
}

#header{
	height:150px;
}

#logo{
	background:url(images/logo-mufida.png) no-repeat;
	height:124px;
	width:225px;
	position:absolute;
	margin-top:10px;
}

#boxSearch{
	background:url(images/search.png) no-repeat;
	height:33px;
	width:243px;
	float:right;
	margin-top:90px;
	margin-right:10px;
}

.search{
	border:none;
	background:none;
	width:180px;
	margin-left:5px;
	margin-top:5px;
	font-size:14px;
	color:#900;
}

#boxNav{
	background:url(images/navigasi.png) no-repeat;
	height:53px;
	width:903px;
	margin-left:7px;
	margin-bottom:10px;
}


#nav{
	margin-left:10px;
	padding-top:17px;
	}


#nav ul{
	padding:0px;
	margin:0px;
	}
	
#nav ul li{
	display:inline;
	list-style:none;
	}
	
#nav ul li span{
	display:block;
	width:2px;
	height:55px;
	}	
	
#nav ul li a{
	padding:5px 15px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	}
	
	
#nav ul li a:hover,#nav ul li a.current{
	color:#000;
	background:#fd58ae;
	}

#boxPage{
	padding:10px;
	padding-left:10px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#F03;
	background:#FFF;
	margin-bottom:10px;
	border:#ab0179 solid 1px;
	-moz-border-radius-topright :5px;
	-webkit-border-top-right-radius :5px;
    -moz-border-radius-bottomleft :5px; 
	-webkit-border-bottom-left-radius:5px;
}

#boxBanner{
	background:url(images/banner.png) no-repeat;
	height:323px;
	width:919px;
}


#containerContent{
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
}

#boxLeft{
	float:left;
	width:605px;
}

#boxRight{
	float:right;
	width:281px;
	margin-top:-20px;
}

.boxContent{
	background:#FFF;
	margin-bottom:20px;
	border:#ab0179 solid 1px;
	-moz-border-radius-topright :10px;
	-webkit-border-top-right-radius :10px;
    -moz-border-radius-bottomleft :10px; 
	-webkit-border-bottom-left-radius:10px;
}


.boxContent-dalam{
	padding:10px;
}


.boxContent h1{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#111111;
	margin:0px;
	margin-bottom:10px;
}

.picProduk{
	float:left;
	width:100px;
	border:#CCC solid 1px;
	padding:5px;
}

.date{
	background:#ab0179;
	float:right;
	width:320px;
	color:#FFF;
	padding:2px;
	font-size:12px;
	text-decoration:italic;
	-moz-border-radius-topright :10px;
	-webkit-border-top-right-radius :10px;
	padding-right:20px;
	text-align:right;
}

.date a,.date a:link,.date a:visited{
	color:#FF0;
	text-decoration:none;
}

.date a:hover{
	color:#F90;
	text-decoration:underline;
}

.readmore{
	float:right;
	margin-right:10px;
	margin-bottom:20px;
}

.desc{
	float:left;
	width:450px;
	margin-left:10px;
}

.clear,.cleared{
	clear:both;
}

.boxMenu{
	background:url(images/bgBoxMenu.png) repeat-x bottom;
	padding:10px;
	padding-bottom:20px;
}

.boxMenu a{
	color:#cf0675;
}

.boxMenu a:hover{
	color:#000;
	text-decoration:underline;
}

.boxMenu h1,h1.sidebarTitle{
	background:url(images/cat.png) no-repeat left;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	padding-left:65px;
	color:#191919;
	padding-top:25px;
	padding-bottom:20px;
	height:10px;
	border-bottom:#e1e1e1 solid 1px;
}



.boxMenu ul{
	margin:0px;
	padding:0px;
	margin-left:0px;
}

.boxMenu ul li{
	list-style:none;
	color:#FFF;
	font-size:13px;
	background:url(images/iconList.png) no-repeat left;
	padding-left:30px;
	border-bottom:#fe7cc0 solid 1px;
}


.boxMenu ul li a{
	color:#640448;
    display:block;
	padding:5px 20px;
}

.boxMenu ul li a:hover{
	text-decoration:none;
	color:#000;
}


#BoxfooterContent{
	background:#fb7cc3;
	border-top:#e50077 solid 10px;
	margin:10px;
}

.footerContent{
	float:left;
	width:277px;
	margin:10px;
	border:red solid 0px;
}

.footerContent h1,h1.footerTitle{
	font-size:14px;
	font-weight:normal;
	color:#970b59;
	margin:0px;
	margin-bottom:5px;
	border-bottom:#ca3789 solid 1px;
	padding-bottom:5px;
}


.footerContent ul{
	margin:0px;
	padding:0px;
}

.footerContent ul li{
	list-style:none;
	font-size:12px;
	padding-left:0px;
	border-bottom:#fe7cc0 solid 1px;
}


.footerContent ul li a{
	color:#000;
	background:#ffffff;
    display:block;
	padding:3px 20px;
}

.footerContent ul li a:hover{
	text-decoration:none;
	color:#900;
	background:#ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

}


.isiFooter{
	margin-bottom:20px;
}

.listFooter{
	margin-bottom:20px;
}


#comments{
	padding:10px;
	margin-top:20px;
	border:#CCC solid 0px;
	margin:10px;
	background:#f8f8f8;
}


#copyright{
	background:#eb037c;
	color:#fff;
	padding:10px;
	text-align:center;
	margin:10px;
	border-bottom:#f6afd4 solid 1px;
}

#copyright a{
	color:#FC0;
}

.submitbutton{
	background:#fe0084;
	color:#FFF;
	padding:3px;
	border:#CCC solid 1px;
}


.commentbody{
	border:#CCC solid 0px;
	width:500px;
	float:right;
}

.boxList{
	margin-bottom:10px;
	border-bottom:#ebebeb solid 1px;
	padding-bottom:5px;
	background:url(images/bgcomment.png) repeat-x bottom;
}

h3.titleComment{
	margin-bottom:10px;
	background:#fb2aa0;
	color:#fff;
	padding:3px;
	padding-left:10px;
}
