/*
style URI: http://www.masjidalhuda.org/
Version: 1.1
Author: Khalid Ahmed
/* --------------------------------------------- */

/* TABLE OF CONTENTS

00 - GLOBAL ELEMENTS
01 - MAIN STRUCTURE - HEADER AND CONTENT COLUMNS
02 - NAV MENU AND HOOVER MENU
03 - TYPOGRAPHY
04 - FOOTER
05 - ADDITIONAL FORMATING CLASSES
*/

/* ----------------------------------------------*/
/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

* 
{
margin: 0;
padding: 0;
}

body 
{
background: #FDEEF4 url("../images/bg-grunge-purple-rose2.jpg") no-repeat center 0;
font:12px Verdana, Arial, Helvetica, sans-serif; 
color:#8a8080;
text-align: center;
}

a 
{
color: #DC8552;
}

a:visited 
{
text-decoration: underline;
}

a:hover 
{
color: #FCA16C;
}


ul
{
list-style: none;
font-size: 12px;
line-height: 16px;
}

li
{
background: url('../images/bullet.gif') no-repeat 0px 4px;
padding-left: 18px;
padding-bottom: 5px;
}

ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}



/* ---------------------------------------------------------*/
/* 01 - MAIN STRUCTURE - HEADER AND CONTENT COLUMNS
/* --------------------------------------------------------*/

#wrapper 
{
margin: 0 auto;
text-align: left;
width: 900px;
}

#head 
{
width: 900px;
height: 180px;
background:  url("../images/header_grunge_bg.jpg") no-repeat center 0px;
border: 1px solid #736F6E;
}

#hdr_image_banner
{
float: left;
margin: 80px 0 0px 220px;
}

#hdr_image_sm
{
float: left;
margin: 40px 10px 5px 10px;
}

#hdr_image_big
{
clear: both;
float: left;
margin: 0px 10px 5px 10px;
}


#content
{
margin-top: 0px;
background:  #FFF url("../images/content_bg.jpg")  center 0px;
height: 100%;
padding-left: 10px;
position: relative;
width: 890px;
border-right: 1px solid #736F6E;
border-left: 1px solid #736F6E;
overflow: hidden ;
}

#left_column, #right_column, #left_column_full 
{
margin-top: 0px;
float: left;
}

#left_column_full
{
width: 880px;
position: relative;
padding: 10px 5px 10px 5px;
}

#left_column 
{
width: 660px;
position: relative;
padding: 10px 5px 10px 5px;
border-right: 1px dashed  #736F6E;
}

#right_column {
width: 200px;
position: relative;
padding: 10px 5px 10px 5px;
}

#top_border
{
clear:both;
width: 100%;
height: 36px;
position: relative;
background: #fff url("../images/content_corner_bg3.jpg") no-repeat center 0px;
border-top: 1px solid #736F6E;
border-right: 1px solid #736F6E;
border-left: 1px solid #736F6E;
}

#bottom_border_homepage
{
width: 100%;
height: 200px;
position: relative;
background: #fff url("../images/content_corner_bg.jpg") no-repeat center 0px;
border-bottom: 1px solid #736F6E;
border-right: 1px solid #736F6E;
border-left: 1px solid #736F6E;
}

#bottom_border
{
width: 100%;
height: 36px;
position: relative;
background: #fff url("../images/content_corner_bg2.jpg") no-repeat center 0px;
border-bottom: 1px solid #736F6E;
border-right: 1px solid #736F6E;
border-left: 1px solid #736F6E;
}


/******************************/
/*02 - NAV MENU AND HOOVER MENU      */
/******************************/

#topmenu
{
float:left;
width:900px; 
height:40px;
position: relative;
background:#fff url(../images/nav_grunge_bg2.jpg) repeat-x top center;
margin:15px 0 10px 0;
padding:0px ;	
border: 1px solid #736F6E;
}

#topmenu ul
{ 
 padding:0;
 margin:0;
 list-style-type: none;
}

#topmenu li
{

 float:left;
 display:inline;
 list-style-type: none;
 background: none;
 padding:0;
 margin:0;
}

#topmenu li a, #topmenu li a:visited
{
display:block;
text-align:center;
text-decoration:none;
padding:4px 15px 0px 15px;
border-right: dashed 1px #792e32;	
font:11px Verdana, Arial, Helvetica, sans-serif; color:#006633;
line-height:36px;
text-transform:uppercase; 
border-bottom: none;
}

#topmenu li a:hover, #topmenu a#current
{
color:#990000;	
text-decoration: underline;	
background:#fffaf0;
line-height:36px;
}

#topmenu li ul 
{ /* second-level lists */
position: absolute;
background:#5f442b url(../images/nav_grunge_bg.jpg) repeat-x top center;	

padding: 0px;
width: 120px;
height: auto;
border: 2px threedlightshadow outset;	
display: none;
/*left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
	
#topmenu li ul li 
{
line-height: 15px;
border: none;
border-bottom: dashed 1px #792e32;
}	

#topmenu li ul li a, #topmenu li ul li a:visited
{	
border: none; 	
}

#topmenu li:hover ul, #topmenu li.sfhover ul 
{ /* lists nested under hovered list items */
left: auto;
display: block;
border: none;	 	
}

#topmenu li ul li a:hover, 
{ /* Hover control for second level lists */
display: block;
border: none;
}
	
/* -------------- */	
/* Clearfix
/* -------------- */

.clearfix {
    display: inline-block;
}


/* --------------------- */	
/* 03 - TYPOGRAPHY
/* --------------------- */


p 
{
margin: 20px 10px 20px 10px;
font-size:12px;
}

/*
p:first-letter {
font-size: 20px;
float: left;
margin-right: 2px;
}
*/

.green 
{
border-color: #8A9D30;
}

.blue 
{
border-color: #1D304A;
}

.brown 
{
border-color: #9D3A06;
}

.grey 
{
border-color: #3A342A;
}

h1 {font-size: 22px; color:#e062bb;} 
h2 {font-size: 16px;}  
h3 {font-size: 14px;}  
h4 {font-size: 10px;} 


#arabic-font
{
background: inherit;
color: #50514D;
font-size: 20px;
font-weight:bold;
letter-spacing: 1px;
}

#para-header
{
color: #50514D;
font-size: 14px;
font-weight:bold;
margin-bottom: 10px;
}

#para-header span
{
color: #792e32;
}

#para-text
{
color: #50514D;
font-size: 12px;
}

#para-text-10
{
color: #50514D;
font-size: 10px;
}

#para-text-12
{
color: #50514D;
font-size: 12px;
}

#para-text span
{
color: #792e32;
}

#para-text small
{
font-size: 10px;
color: #792e32;
font-weight:bold;
}

#tbl-txt-12 table td
{
padding: 2px;
font-size:12px;
}

#tbl-txt-10 table td
{
padding: 2px;
font-size:8px;
}

#blk-text
{
color: #50514D;
font-size: 12px;
}

strong
{
background: inherit;
color: #50514D;
}

#slogan
{
background: inherit;
position: absolute;
right: 0px;
bottom: 120px;
color: #ffffff;
font-size: 13px;
font-weight:bold;
}

#slogan2
{
font-size: 14px;
position: relative;
top: -5px;
}

#slogan3
{
font-size: 10px;
position: relative;
top: -5px;
}

#slogan10
{
font-size: 18px;
font-weight: bold;
}

.smallTxt
{
font-size: 10px;
font-weight: bold;
}

.smTxt
{
font-size: 10px;
padding: 0px 3px 2px 3px;
line-height: 18px;
}


/* ----------------------------------------------*/
/* 04 - FOOTER
/* ----------------------------------------------*/

#bottom 
{
float: left;
clear: both;
margin: 20px 0 0 0;
width: 100%;
background:url(../images/footer_bg.jpg) repeat-x 0 0;
height: 200px;
}


#footer 
{
margin: 0 auto;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
width: 900px;
padding: 10px 0 10px 0;
text-align: center;
line-height: 18px;
letter-spacing: 1px;
}

#footer span
{
color: #999;
font-size: 9px;
font-weight:normal;
letter-spacing: 1px;
border: 1px solid  #736F6E; 
padding: 5px 5px 5px 5px;
}

/******************************/
/*05 - ADDITIONAL FORMATING CLASSES      */
/******************************/
.divider
{
width: 100%;
padding:0 0 10px 0;
background:url(../images/border2.gif) no-repeat bottom center;
}

.summary
{
text-align: right;
font-style: italic;
}

.box
{
position: relative;
margin-top:20px;
padding-bottom: 10px;
background:url(../images/border1.gif) no-repeat bottom center;
}

.box-noborder
{
position: relative;
margin-top:20px;
}


.box_inner h1, .box_inner h2 
{
padding-left: 60px;
padding-top: 15px;
padding-bottom: 15px;
text-align:left;
background: url('../images/img02.jpg') no-repeat;
}


.box_inner_sec h1, .box_inner_sec h2, .box_inner_sec h3
{
padding-left: 30px;
padding-top: 2px;
padding-bottom: 3px;
text-align:left;
background: url('../images/img03.jpg') no-repeat -5px 0px;
}


.box p, .box-noborder p
{
font-size: 12px;
line-height: 16px;
margin-top: 0px;
}

.box_inner, .box_inner_sec
{
padding: 0px 15px 15px 15px;
}

.captioned_image
{
position: relative;
padding-bottom: 2px;
float: left;
margin-right: 12px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}

.img-left-border-thick 
{
float: left; 
margin: 4px 7px 3px 0px; 
border: solid 2px #747170;
border-style: groove;
}

.img-border-thick 
{
border: #747170 solid 1px;
border-style: groove;
}

#sel-opt
{
font-size: 11px;
font-family: Verdana,Tahoma,Arial,sans-serif
}

.box_inner table td
{
padding: 2px;
font-size:11px;
}

.box_inner table td span
{
background: inherit;
color: #792e32;
font-size: 11px;
}


.form_btn
{
text-decoration: none;
background: inherit;
font-weight:bold;
color: #fff;
background-image: url('../images/bbg1.gif');
line-height: 30px;
padding: 5px 5px 5px 5px;
}

.normfont  table td
{
font-size:12px;
}

#txtbox
{
font-size: 11px;
font-family: Verdana,Tahoma,Arial,sans-serif
}

#bordered-box
{
border: dashed 1px #800517;
padding: 10px 5px 10px 5px;
position: relative;
width: 185px;
margin: 0px auto;
}


#ifrm_content
{
border: dashed 1px #800517;
padding: 10px 5px 10px 5px;
position: relative;
width: 185px;
margin: 0px auto;
}

#ifrm_content table tr td
{
padding: 3px 3px 3px 8px;
font-size:11px;
}

#timetable_frame
{
background: #FFFFFF;
padding-top: 1px;
padding-bottom: 10px;
padding-left: 0px;
position: relative;
}

#timetable_frame table
{
line-height:20px;
font-size:11px;
font-weight:normal;
}

#timetable_frame_print
{
background: #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
margin: 0px auto;
width: 700px;
}

#timetable_print table
{
line-height:18px;
font-size:12px;
font-weight:bold;
}

#main-popup-gallery
{
background-color: #ffffff;
padding-top: 20px;
position: relative;
width: 550px;
margin: 0px auto;
padding-bottom: 10px;

}

#print-bg
{
background-color: #FFFFFF;
}

#album_icon
{
float: right; 
padding-right:90px;
padding-bottom:10px;
}