/*

Theme Name: zaytunacollege
Theme URI: www.zaytunacollege.org
Description: Expression Engine Site Print Skin
Version: 1.0
Author: Adnan Kussair (amarantcreative)

*/

/* GLOBAL BODY */
body {
font-family: Georgia, Times, serif;
font-size: 10pt;
}

/* HEADERS */
strong {
color: #4d5f2c;
}

h3.employment {
color: #981010;
}

#container_right_template_1 h3 {
color: #a98726;
}

/* LINKS */
a:link, img {
border: none;
color: #000000;
}


/* HIDE UNNECESSARY ITEMS */
#bottom_img, #footer, #menu, #tab_bar, h3.employment a {
display: none;
}

/* CENTER LOGO ON PAGE */
#logo_bar {
text-align: center;
}

/* LISTS */
ul {
list-style: square;
}

ul ul {
list-style: none;
}

li {
margin: 5px 0px;
}

.sf-menu li{
 float:left;
 list-style:none;
 margin-right: 20px;
 border:1px solid red;
}
.sf-menu li ul{display:none;}
