/* Drupal 6 Framework - Created by Andre Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
11.CSS Support

Font sizes: 16px base font with 24px line-height
------------------------------------------------
       font-size / line-height / margin-top
------------------------------------------------
40px = 2.5em     / 1.2         / 0.6em
32px = 2em       / 1.5         / 0.75em
24px = 1.5em     / 1           / 1em
20px = 1.25em    / 1.2         / 1.2em
16px = 1em       / 1..5        / 1.5em
14px = 0.875em   / 1.7143      / 1.7143em
13px = 0.8125em  / 1.8462      / 1.8462em
12px = 0.75em    / 2           / 2em
10px = 0.625em   / 2.4         / 2.4em

Equation for font sizing: 
  Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */

@import "reset.css";

/**
 * 1.GLOBAL
 */

body {
  background: #fff;
  color: #4f4f4f;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#page-title{
	margin-top:10px;
	text-align:center;	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color:#2f5f00;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1em;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

a { color: #2f5f00; text-decoration: none; }

a:visited { color: #2f5f00; }

a:hover, a:active, li a.active  { color: #39f; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */

li ul, li ol {  margin: 1em 0 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
ul ul, ul ol { margin-top: 1em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }
strong {font-weight:bold;}
input[type="text"], input[type="password"], select, textarea {
	box-shadow: 0 0 2px #AAAAAA, 0 -3px 0 #F5F5F5 inset;
	border: 0 none;
	padding: 10px 10px 8px;
	text-align: left;
}	
/**
 * 2.LAYOUT
 */

#container {
  margin: 0 auto;
  padding: 0;
  width: 975px;
}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main {
  display: inline;
  margin: 0;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 0;
  width: 460px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
}

/* 2 columns: sidebar-right */

body.sidebar-right #main {
  float: left;
  margin: 0;
  padding: 0;
  width: 710px;
}

/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-left */

body.two-sidebars #sidebar-left {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 220px;
}

/* 3 columns: sidebar-right */

body.two-sidebars #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #sidebar-left {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-right */

body.sidebar-right #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 260px;
}


.rtl{
	font-family:NafeesRegular; 
	font-size:20px;
	direction:rtl;
}
#block-views-Announcement-announcement_block {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border:1px solid #d4cece; 


}


#block-views-Announcement-announcement_block {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border:1px solid #d4cece;
}


#block-views-Announcement-announcement_block   h2 {
	font-family:Tahoma;
	border-bottom: 1px solid #d4cece;
	background: transparent url(images/block_header.png) repeat-x scroll left top;
	color:#4f4f4f;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	letter-spacing:1px;
	padding:8px 15px;
	text-transform:uppercase;
}

#block-views-Announcement-announcement_block  .block-content {
	padding:10px;
}

#block-views-Announcement-announcement_block   .block-content h2 {
	color: #2f5f00;
	border-bottom: 0 none;
	padding:0;
	margin:0 0 10px;
	background:none;
}

#block-views-Announcement-announcement_block   .block-content img {
	float:left;
	border: 1px solid #d4cece;
	padding:2px;
	margin-right:5px;
}
/**
 * 5.HEADER
 */

#header {
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
  background: transparent url(images/header.jpg) no-repeat scroll left top;
}

#header #logo {
  float: left;
  margin: 0 0 0 8px;
}

#header #site-name-slogan {
  float: left;
  margin: 0 0 1.5em;
}

#header #site-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

#header #site-name a:hover {
  text-decoration: none;
}

#header #site-slogan {
  margin: 0;
}

#header .block-locale {
	margin:0 10px 0 0; 
	float:right;
	border:0 none;
}
#header .block-locale h2 {
	display:none;
} 

#header .block-locale ul li {
	float:left;
	padding: 0 10px;
	border-right: 1px solid #fff;
	list-style:none;
}

#header .block-locale ul li.last {
	border-right: 0 none;
}

#header .block-locale ul li a {
	color: #fff;
	text-transform:uppercase;
}

#search-theme-form {
  float: right;
  margin: .7em 0 0;
}


/* hides "Search this site:" label from search forms */

div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * 6.NAVIGATION
 */

#navigation {
  clear: both;
  margin: 0;
  padding: 0;
}

#navigation ul#main-menu {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 17px 0;
  border: 1px solid #d4cece;
  height:20px;
}

#navigation ul#main-menu li {
  float: left;
  margin: 0;
  padding: 0 22px;
  list-style:none;
  border-right: 1px solid #d4cece;
}

#navigation ul#main-menu li.last {
	border-right: 0 none;
}

#navigation ul#main-menu li a {
  display: block;
  padding: 0;
  color: #666;
  font-size:14px;
}

#navigation ul#secondary-menu {
  clear: both;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li a {
  display: block;
  padding: 0 2em 0 0;
}

.breadcrumb {
  clear: both;
  padding: 1.5em 0 0;
}

#skip-link {
  position: absolute;
}

/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.links li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
  border-bottom: 1px solid #333;
  margin: 0 0 1.4375em;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/**
 * 7.NODES
 */

.node {
  margin-bottom: 1.5em;
}

/* tags */

.terms {
  margin: 0 0 1.5em;
}

.terms span {
  font-weight: bold;
}

/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * Contents
 */

#main img {
	border: 1px solid #d4cece;
	padding: 2px;	
}

#main .field {
	margin-bottom: 10px;
}

#main .field-type-filefield {
	float: left;
	margin:0 8px 8px 0;
}

#block-views-fan_club-fan_club_event_block .view-fan-club {
	border-bottom: 0 none;
}

#block-views-fan_club-fan_club_event_block .views-row {
	border-bottom :0 none;
	padding:0;
}

.view-fan-club .views-row {
	clear:both;
	min-height:180px;
	border-bottom: 1px solid #d4cece;
	padding:10px 0;
}

.view-fan-club .views-field-field-fan-image-fid {
	float: left;
	margin: 0 8px 8px 0;
}

.view-fan-club .views-label {
	font-weight:bold;
}

.view-fan-club .views-field {
	padding: 0px 0 10px 0;
}

.form-item label {
	font-weight: normal;
}

.form-item input[type="text"], .form-item input[type="password"], .form-item textarea {
	width: 450px !important;
	margin-bottom: 10px;
}

.form-item .resizable-textarea textarea {
	width:100% !important;
}

.translation-link {
	display: none;
}
/**
 * 9.BLOCKS
 */

.block {
  margin-bottom: 10px;
  position: relative;
}

#main .block-nodeblock {
	border-bottom: 1px solid #d4cece;
}

#main .block-nodeblock h2 {
	color: #2f5f00;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

#main .block-nodeblock ul {
	margin-bottom: 1em;
}

#main .block-nodeblock ul li {
	background: transparent url(images/link_bullet.png) no-repeat scroll right center;
	float:left;
	padding: 5px 8px;
	list-style:none;
}

#main .block-nodeblock ul li a {
	color: #4f4f4f;
}

#main .block-nodeblock ul li a:hover {
	color:#2f5f00;
}

#main .block-nodeblock ul li.last {
	background: none;
}

#sidebar-right .block {
	border:1px solid #d4cece;
}

#sidebar-right .block h2 {
	font-family:Tahoma;
	border-bottom: 1px solid #d4cece;
	background: transparent url(images/block_header.png) repeat-x scroll left top;
	color:#4f4f4f;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	letter-spacing:1px;
	padding:8px 15px;
	text-transform:uppercase;
}

#sidebar-right .block .block-content {
	padding:10px;
}

#sidebar-right .block .block-content h2 {
	color: #2f5f00;
	border-bottom: 0 none;
	padding:0;
	margin:0 0 10px;
	background:none;
}

#sidebar-right .block .block-content img {
	float:left;
	border: 1px solid #d4cece;
	padding:2px;
	margin-right:5px;
}

#sidebar-right .block-search {
	border:0 none;
}

#sidebar-right .block-search h2{
	display:none;
}

#sidebar-right .block-search .block-content {
	padding:0;
}

#sidebar-right .block-search .form-item {
	margin:0;
}

#sidebar-right .block-search .form-text {
	background: transparent url(images/search_box.png) no-repeat scroll left top;
	border: 0 none;
	width:248px !important;
	height:18px;
	padding:5px;
	position:relative;
	margin:0;
	box-shadow: none;
}

#sidebar-right .block-search .form-submit {
	background: transparent url(images/search_btn.png) no-repeat scroll left top;
	border:0 none;
	display:block;
	position:absolute;
	right:5px;
	top:2px;
	width:22px;
	height:22px;
}

 ul.announcements {
	padding:0;
}

ul.announcements .field-content a {
    font-size: 13px;
    font-weight: bold;
}

ul.announcements li {
 	list-style: none;
	border-bottom: 1px solid #d4cece;
	padding: 5px 0;

}
ul.announcements li.views-row-last {
	border-bottom: 0 none;
}

#announcements ul li a {
	color: #4b4b4b;
}

#announcements ul li a:hover {
	color: #2f5f00;
}



#sidebar-right ul {
	padding:0;
}

#sidebar-right ul li {
  list-style: square inside none;
    padding: 3px 0;
}
#sidebar-right .block-views ul li {
	list-style: none;
	border-bottom: 1px solid #d4cece;
	padding: 5px 0;
}

#sidebar-right .block-views ul li.views-row-last {
	border-bottom: 0 none;
}

#sidebar-right ul li a {
	color: #4b4b4b;
}

#sidebar-right ul li a:hover {
	color: #2f5f00;
}

#sidebar-right .field-field-event-date {
	color: #2f5f00;
	font-weight:bold;
}

#sidebar-right .view-evnets .views-row {
	clear:both;
	border-bottom: 1px solid #d4cece;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#sidebar-right .view-evnets .views-row-last {
	border: 0 none;
	padding-bottom: 0;
	margin-bottom:0;
}

#sidebar-right .views-field-field-short-desc-value {
	clear:both;
}

/* login block */
#user-login-form {
  padding: 0;
  text-align: left;
}

#user-login-form .form-item {
  margin: 1em 0;
}

#user-login-form .item-list ul li {
  background: none;
  margin: 1em 0;
  padding: 0;
}


/* block configuration links */

section.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

section.block:hover div.edit {
  display:block;
}

section.block div.edit a {
  color: #999;
  margin-right: 10px;
}

section.block div.edit:hover a {
  color: #000;
}

/* views configuration links */

div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}

.view-News .views-row {
	border-bottom: 1px solid #d4cece;
	margin-bottom: 10px;
}

.view-News .views-field-created {
	padding-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

/**
 * 10.FOOTER
 */

#footer {
  clear: both;
  border-top: 1px solid #d4cece;
  padding: 1.5em 0;
  position: relative;
}

#footer .footer-left {
	float: left;
	width:50%;
}

#footer .footer-right {
	float: right;
	text-align: right;
	width:50%;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.6667em;
}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.6667em;
}

/**
 * 11.CSS SUPPORT
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */

.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */

* html .clearfix {
  height: 1%;
}

/* IE7 */

*:first-child + html .clearfix {
  min-height: 1%;
}

/* clear floats */
.clear { clear: both; }
.align-left { float:left; margin-right:8px; margin-bottom:8px; }
.align-right {float:right; margin-left:8px; margin-bottom:8px; }
.align-center {text-align:center;}
/* display block */
.display-block { display: block; }

/**
  * Slideshow 
  */

.view-slideshow {
	position:relative;
	z-index:4;
}

#main .view-slideshow img {
	border:0 none;
	padding:0;
}

.view-slideshow .views-field-teaser .block {
	border: 1px solid #d4cece;
	padding: 10px;
	min-height:127px;
}

.view-slideshow .views-field-teaser .block h2 {
	color: #2f5f00;
	font-size: 14px;
	font-weight:bold;
}

.view-slideshow .views-field-teaser .block p {
	color: #000;
}

.view-slideshow .views-slideshow-controls-bottom {
	position:absolute;
	top:240px;
	right:10px;
	z-index:1100;
}

.view-slideshow .views_slideshow_pager_field_item {
	float:left;
	background: transparent url(images/slideshow_pager_bg.png) no-repeat scroll center center;
	width:18px;
	height:19px;
	text-align:center;
	margin-left:4px;
}

.view-slideshow .views_slideshow_pager_field_item.active {
	float:left;
	background: transparent url(images/slideshow_pager_bg_active.png) no-repeat scroll center center;
	width:18px;
	height:19px;
	text-align:center;
	margin-left:4px;
}

.view-slideshow .views_slideshow_pager_field_item a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

/**
 * Nice Menu Custom CSS
 */
 
 .block-nice_menus {
  background:transparent url(images/nav_bg.jpg) repeat-x scroll left top; 
  clear: both;
  margin: 0;
  padding: 17px 0;
  border: 1px solid #d4cece;
  height:20px;
}

ul.nice-menu li {
  margin: 0;
  padding: 0 18px;
  list-style:none;
  border-right: 1px solid #d4cece;
  background:none;
  border-top:0 none;
  border-bottom: 0 none;
  border-left: 0 none;
}

ul.nice-menu li.last {
	border-right: 0 none;
}

ul.nice-menu li a {
  padding: 0;
  color: #666;
  font-size:14px;
}

ul.nice-menu  a:hover, ul.nice-menu a.active {
	color: #2f5f00;
}

ul.nice-menu-down li.menuparent, ul.nice-menu-down li.menuparent:hover {
	background: none;
	font-size: 14px;
}

ul.nice-menu li.menuparent ul {
	z-index: 1200;
	background-color: #EEE;
	border:1px solid #ccc;
}

ul.nice-menu li.menuparent ul li {
	border-right: 0 none;
	border-bottom: 1px solid #ccc;
	padding: 5px 8px;
	width:18em;
}

ul.nice-menu li.menuparent ul li.last {
	border-bottom: 0 none;
}

ul.nice-menu li.menuparent ul li:hover {
	background-color: #ccc;
}

ul.nice-menu li.menuparent ul li a {
	padding:0;
	font-size: 12px;
}

table.border{border:1px solid #999999; border-collapse:collapse;}
table.border td{border:1px solid #999999; border-collapse:collapse; padding:4px;}