@charset "utf-8"; 
@import url(home.css);
/* reset spacing */
*{margin:0;padding:0;font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;}

html,body{min-height:100%;}
body{background: #A9C9DE url(images/bg.jpg) repeat-x;font-size:13px;font-style:normal;color:#4e4e4e;}

/* headings */
h1{font-weight:normal;font-size:200%;letter-spacing:-.04em;line-height:100%;margin:.8em 0 .2em;letter-spacing:-0.04em;}
h2{font-weight:normal;font-size:180%;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;letter-spacing:-0.03em;}
h3{font-size:160%;font-weight:normal;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;letter-spacing:-0.02em;}
h4{font-size:140%;font-weight:bold;margin:.7em 0 .2em;letter-spacing:-0.02em;}
h5{font-family:"Palatino Linotype", Georgia, Serif;font-size:140%;font-weight:bold;margin:.5em 0 .2em;letter-spacing:-0.02em;}
h6{font-size:120%;font-weight:normal;text-transform:uppercase;margin:.5em 0 .2em;}


h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
p {margin: 0 0 1.5em 0;}
p a:link {text-decoration: underline;}
a:link, a:visited {color: #069;outline: none;text-decoration: none;}
a:focus {outline: 1px dotted;}
a:hover, a:active, li a.active {color: #069;outline: none;text-decoration: underline;}
img {margin: 0 5px;}

#page {background: #fff;border-right:1px solid #b7b7b7;border-left:1px solid #b7b7b7;border-bottom:1px solid #b3b3b3;width:1000px;margin:0 auto;padding-bottom:0px;}

/***   Header Wrapper    ***/
#header {background: transparent url(images/header.png) no-repeat center top;height:120px;position:relative;}
#header h1#logo  a{position:absolute;left:35px;top:13px;width:100px;height:100px;}
#header .nav {top:0;right:10px;position:absolute;}
#header .search {top:50px;left:180px;position:absolute;width:611px;height: 50px;padding:4px;background:transparent url(images/search.png) no-repeat;}

#header .detail {top:53px;left:800px;position:absolute;}
.detail ul {margin:0;padding:0;}
.detail li{list-style: none !important;float:left;background:url(images/detail-left.png) no-repeat left top;margin:0 1px;padding:0 0 0 4px;}
.detail li a{float:left;display:block;border:none;background:url(images/detail-right.png) no-repeat right top;padding:2px 12px 8px 10px;text-decoration:none;font-weight:normal;color:#fff;}
.detail li a:visited{color:#fff;}

#header #socialLinks {position:absolute;right:15px;top:90px;}
#socialLinks li{list-style: none !important;float:left;padding-left:13px;background:none;}
#socialLinks li img {border:none;}
#socialLinks li a:hover img {margin-top:-2px;}

/***   MainContent Wrapper    ***/
#page-content {}
#page-content div.squeeze {width:980px;margin:0 auto;}
*html #page-content {height:1%;}

/***   Footer Wrapper    ***/
#footer {background: transparent url(images/footer.png) no-repeat center bottom;height:34px;clear:both;}

/* 3 columns */
#main {margin: 1em 0 1.5em;position: relative;}
#main,#sidebar-right,#sidebar-left { top:0;position:relative;float:left;z-index:0;overflow:hidden;min-height: 150px;margin-top:10px;}
#sidebar-left {width: 130px;margin-right: 10px;}
#sidebar-right {width: 310px;margin-left: 10px;}

body.sidebar-left #main {width: 780px;}
body.sidebar-right #main {width: 600px;}
body.two-sidebars #main {width: 520px;}
body.one-sidebar #main {width: 660px;}

.single-navigation a{font-size:85%;border:0;background-color:transparent;padding:2px 4px;color:#ccc;text-shadow:#fff 1px 1px 1px;text-decoration:none;}
.single-navigation a:hover{color:#ed1e24;}
.single-navigation div{display:block;line-height:normal;color:#ccc;}
.single-navigation .alignright{text-align:right;}
.alignleft{float:left;margin-right:8px;}
.alignright{float:right;margin-left:8px;}

/*** TOP NAVIGATION ***/
#primary {height: 31px;}

#primary a {display: block;padding: 9px 10px;}
#primary ul,
#primary ul li,
#primary ul ul {list-style: none;margin: 0;padding: 0;}
#primary ul {position: relative;font-size: 90%;font-weight: bold;z-index: 597;float: left;}
#primary ul li {float: left;vertical-align: middle;background:none;list-style-type: none !important;list-style-image: none !important;text-transform : uppercase;}
#primary ul li.hover,#primary ul li:hover {background:#fff;color:#333;position: relative;z-index: 599;cursor: default;}
#primary ul ul {background:#fff;border-bottom:1px solid #ccc;border-right:1px solid #ccc;color:#333;visibility: hidden;position: absolute;top: 100%;left: 0;z-index: 598;width: 120px;}
#primary ul ul li {float: none;font-weight: normal;background-image: none;}
#primary ul ul ul {top: 1px;left: 99%;}
#primary ul li:hover > ul {color:#333;visibility: visible;}
#primary ul li.rtl ul {top: 100%;right: 0;left: auto;}
#primary ul li.rtl ul ul {top: 1px;right: 99%;left: auto;}

#primary ul a:link,
#primary ul a:visited {color:#fff;text-decoration: none; }
#primary ul a.active,
#primary ul li.active-trail a {background:#F1F2F45;color:#fff;}
#primary ul a:hover{background:#fff;color:#333;}
#primary li.expanded ul a, 
#primary li.leaf ul a {color: #000;}
#primary li.expanded ul a:hover,
#primary li.expanded ul a.active,
#primary li.leaf ul a:hover,
#primary li.leaf ul a.active {}

#primary ul ul li:hover,
#primary ul ul li.active-trail,
#primary ul ul li.last a {border-bottom: none;}

#primary ul ul ul li.last a {border-bottom: none !important;}
#primary ul ul li.first a {border-top: none;}
#primary ul ul a {margin: 0 20px;padding: 10px 0;}

.breadcrumb {
  color: #ccc;
  padding: 0;
}

.breadcrumb a:link, 
.breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 7.NODES
 */
span.submitted {color: #898989;font-size: .8333em;line-height: 1.5em;}
.node .picture {float: left;margin: .5em .5em .5em 0;}
.meta {margin: 0 0 3em;}
.meta div.links {float: left;}
.meta div.terms {float: right;}
.meta div.terms span {float: left;}
.meta div.links ul.links li {float: left;padding: 0 1em 0 0;}
.meta div.terms ul.links li {float: left;padding: 0 0 0 1em;}
.node_read_more {font-weight: bold;}

/* pagination */
.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, 
.item-list ul.pager li a:visited, 
.item-list ul.pager li.pager-current {
  margin: 0;
  padding: 0 .2em;
  text-decoration: none;
}

.item-list ul.pager li a:hover, 
.item-list ul.pager li a:active {
  text-decoration: underline;
}

.item-list ul.pager li.pager-current {
  border-bottom: 2px solid;
  color: #069;
  font-weight: bold;
}

/* COMMENTS --------*/
#comments-title {display:block;background:url(images/ico_h2_comments.png) 0 50% no-repeat;padding:15px 0 15px 40px;}
#comments h2.boxtitle {display:block;background:url(images/ico_h2_form.png) 0 50% no-repeat;padding:10px 0 10px 40px;}
.comment-published {padding:12px 20px;position:relative;border:1px dashed #ccc;margin:20px 0 20px 15px;}
.comment-published .comment-meta {font-size:11px;color:#999;margin-left:20px;}
.comment-published .text  {margin: 0.7em 0;margin-left:20px;}
.comment-published ul.links li.first {padding-left: 0}
.comment-published .picture {background:#fff;padding:3px;border:1px solid #ccc;position:absolute;left:-15px;top:-7px;}
.comment-published .picture img {width: 38px;height: 38px;}
.comment-published .reply {margin-left:20px;margin-top:-5px;}
.comment-published .reply a {font-size:11px;color:#3293C2;}
.comment-published .children li {background:#fff;margin-left:20px;margin-top:15px;}

/**
 * 9.BLOCKS
 */
.block {
  background: url(images/block_body.jpg) repeat-x left top #ffffff;
  border:1px #ccc solid;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  behavior:url(/sites/all/themes/Allaah/css/border-radius.htc);
  margin: 0 0 1.5em;
  padding: 4px;
}

.block h3.title,#node h3.title{font-weight:bold;font-size:100%;color:#666;line-height:100%;letter-spacing:normal;margin:0 0 0 5px;padding:0;text-transform:uppercase;text-align:left;line-height:23px;}
.block h3.title a{color:#fff;text-decoration:none;}
.block h3.title a:hover{color:#FFFF00;}

.block fieldset{margin:0;padding:0 1.3em;border:0;background-color:transparent;}
li.block{list-style-type:none;padding:0;margin:0;margin:1em 0 2.6em;position:relative;}

.block ul{list-style-type:none;margin:0 0 .4em 0;}
.block li{background:transparent url(images/icons.png) no-repeat 4px -816px;margin:0;padding:0 0 0 18px;}
.block li:hover{background-position:4px -1005px;}
.block li li{margin-left:.4em;}

.block ul {padding:0px;}

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

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

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

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

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

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

div.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;
}

/**
 * 11.CSS SUPPORT
 */
span.clear       { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear           { clear: both; }
.clear-block     { display: block; }
.clearfix:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.clearfix{ display: block; }


/**
 * 12.ADVANCED
 */
 
/* lists */
ol{margin:0 0 1.5em;padding:0;}
ol li{margin:0 0 0 1.5em;}
ul{margin:0 0 1.5em;padding:0;}
ul li{background:transparent url(images/menu-leaf.gif) no-repeat 1px .4em;list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
li ol,li ul,ul ul,ol ol{margin:0;}
ul.menu li {margin:0px;}
li.leaf {list-style-image:none;list-style-type:none;}
li.collapsed {list-style-image:none;list-style-type:none;}
li.expanded {list-style-image:none;list-style-type:none;}
li a.active {color:#0071BB;}
.item-list ul li {list-style-image: none;list-style-type:none;margin:none;padding:0 0 0 18px;margin:0px;text-align:left;}
ul li.fake-leaf{font-size:1em;font-weight:bold;}
ul.inline li{background:none;margin:0;padding:0 1em 0 0;}
dl{margin:0 0 1.5em;}
dl dt{font-weight:bold;}
dl dd{margin-left:1.5em;}

/* forms & fieldsets */
input{color:#494949;font:1em Verdana, sans-serif;}
textarea,select{color:#494949;font:1em Verdana, sans-serif;}
fieldset ul.clear-block li{background-image:none;margin:0;padding:0;}
fieldset{background:#fff;border:1px solid #ccc;margin:1em 0;padding:1em;}
fieldset legend{padding:0 0.5em;}
html.js fieldset.collapsed{background:transparent;padding-bottom:.6em;padding-top:0;}
html.js fieldset.collapsible legend a{background:url(images/menu-expanded.gif) no-repeat 0 50%;}
html.js fieldset.collapsed legend a{background:url(images/menu-collapsed.gif) no-repeat 0 50%;}
.form-checkboxes,.form-radios,.form-checkboxes .form-item,.form-radios .form-item{margin:.25em 0;}
.form-button,.form-submit{margin:1em .5em 1em 0;}
.confirmation .form-submit,.search-form .form-submit,.poll .form-submit,fieldset .form-button,fieldset .form-submit,.sidebar .form-button,.sidebar .form-submit,table .form-button,table .form-submit{margin:0 0 1.2em;}
#autocomplete li{cursor:pointer;margin:0;padding:2px;}
#autocomplete li.selected{background:#027ac6;color:#fff;}

/* admin tab links */
#tabs-wrapper{border-bottom:1px solid #ccc;margin:0 0 .75em;padding:0;}
ul.primary{border-bottom:5px solid #eee;margin:0;padding:.25em 0;}
ul.primary li{background:none;border-top:3px solid #ccc;margin:0 .5em 0 0;padding:.25em 0;}
ul.primary li.active{background:#eee;}
ul.primary li:hover{background:#f5f5f5;}
ul.secondary{background:#eee;border:none;margin:0;padding:.5em 1em;}
ul.secondary li{background:none;border:none;display:inline;line-height:2em;margin:0;padding:0 1em 0 0;}
ul.primary li a,ul.primary li.active a,ul.primary li a:hover,ul.primary li a:visited{background:none;border:0;margin:0;padding:0 1em;text-decoration:none;}
ul.secondary li a,ul.secondary li a:visited{background:none;border:0;margin:0;padding:0;text-decoration:none;}
ul.secondary li.active a,ul.secondary li a:hover{text-decoration:underline;}
ul.primary li.active a,ul.secondary li.active a{font-weight:bold;text-decoration:none;}

/* admin styling */
div.admin,div.admin .left,div.admin .right,div.admin-panel,div.admin-panel .body,div.admin .expert-link{margin:0;padding:0;}
div.admin .left{float:left;width:48%;}
div.admin .right{float:right;width:48%;}
div.admin-panel .description,.form-item .description{color:#666;font-size:0.9167em;line-height:1.636364em;margin:0 0 1.63636em;padding:0;}
div.admin-panel { }
body.admin dt{font-weight:normal;}
body.admin dd{color:#898989;font-size:.9167em;line-height:1.636364em;}
.more-help-link {font-size:.8333em;padding:0.2em 0 0.1em;}
.block-region {font-size:0.8333em;line-height:1.5em;margin:0;padding:0.15em 0.5em;}

/* tables */
#forum thead th {border-bottom:3px solid #ccc;}
#forum td.posts,#forum td.topics,#forum td.replies,#forum td.pager{text-align:left;}
#forum tr td.forum{background-position:4px 9px;}
.forum-topic-navigation{background:#eee;border:none;border-bottom:1px solid #ccc;margin-bottom:1em;padding:5px;}
body.admin table{margin:0 0 1.4em;width:100%;}
body.admin thead th{border-bottom:2px solid #ccc;font-weight:bold;padding:0 1em 0 0;}
body.admin tbody{border-top:none;}
body.admin td,body.admin th{padding:.3em .5em;vertical-align:middle;}
body.admin tr.even,body.admin tr.odd,body.admin tbody th{border:solid #ccc;border-width:1px 0;}
body.admin tr.odd td.active{background-color:#e9e9e9;}
body.admin tr.even td.active{background-color:#eee;}
body.admin tr.odd,body.admin tr.info{background-color:#eee;}
body.admin tr.even{background-color:#f5f5f5;}
body.admin tr.drag{background-color:#fffff0;}
body.admin tr.drag-previous{background-color:#ffd;}
body.admin td.region,body.admin td.module,body.admin td.container,body.admin td.category{background-color:#ddd;border-bottom:1px solid #ccc;border-top:1em solid #fff;color:#666;font-weight:bold;}
body.admin tr:first-child td.region,body.admin tr:first-child td.module,body.admin tr:first-child td.container,body.admin tr:first-child td.category{border-top-width:0;}
body.admin table.sticky-header{margin:0 0 0 1px;z-index:1;}
body.admin table.sticky-header th{padding-top:.5em;}
span.form-required{color:#ffae00;}

/* messages */
.messages{background-color:#fff;border:1px solid #b8d3e5;}
.messages,.preview,div.warning,div.error{margin:0 0 1.5em;padding:8px 1em;}
.messages ul{margin:0;}
.preview{background-color:#fcfce8;border:1px solid #e5e58f;}
.preview .node{background-color:#fcfce8;}
div.status{border-color:#c7f2c8;color:#33a333;}
div.error,tr.error{background-color:#fcc;color:#a30000;}
.form-item input.error,.form-item textarea.error{border:1px solid #c52020;color:#363636;}

/* status report */
table.system-status-report tr.error,table.system-status-report tr.error th{background-color:#fcc;border-color:#ebb;color:#200;}
table.system-status-report tr.warning,table.system-status-report tr.warning th{background-color:#ffd;border-color:#eeb;}
table.system-status-report tr.ok,table.system-status-report tr.ok th{background-color:#dfd;border-color:#beb;}
table.system-status-report th{padding-bottom:6px;padding-top:6px;}
table.system-status-report th,table.system-status-report tr.merge-up td{padding-left:30px;}

/*  System overflow   */
#system-themes-form {overflow:auto;}


/*  Table System   */
#forum dl {padding: 0 0 1.5em 0;}
#forum dl dt {border-bottom: 1px solid #eee;padding: 4px 0;}
#forum dl dt,dl dt a {color: #296894;}
#forum dd {color: #777;font-size: 0.9em;padding-left: 1.5em;margin: 0 0 10px 0;}
#forum table {border-collapse: separate;border-spacing: 0;border: 1px solid #ddd;margin-bottom: 1.4em;width:100%;}
#forum caption, th, td {font-weight: normal;text-align: left;}
#forum table, td, th {vertical-align: middle;}
#forum thead th {background: #296894;border-bottom: 1px solid #296894;border-right: 1px solid #296894;color: #fff;font-size: 11px;padding: 6px 8px;text-transform: uppercase;}
#forum thead th a {color: #fff;}
#forum thead th a:hover {color: #fff;}
#forum tr.even {background: #fff;}
#forum tr.odd {background: #f1f1f1;}
#forum th,td {padding:10px;font-size: 13px;}
#forum td a {color: #296894;text-decoration: underline;}
#forum td a:hover {color: #333;text-decoration: none;}

#forum td {
  border-right: 1px solid #ddd;
}
#forum td.icon {
  padding: 10px;
  text-align: center;
}
#forum td.created,
#forum td.created a,
#forum td.last-reply {
  font-size: 10px;
  font-style: italic;
}
.forum-topic-navigation {
  border-color: #eee;
  padding: 9px 15px;
  margin: 10px 0 15px;
}
.forum-topic-navigation a.topic-previous {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
.forum-topic-navigation a.topic-next {
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
  width: auto;
}
#forum tr td.forum {
  background: transparent url(images/forum-default.png) no-repeat 5px 7px;
  padding-left:45px;
}
#forum tr.new-topics td.forum {
background: transparent url(images/forum-new.png) no-repeat 5px 7px;
}

tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}

#mission {
  background: url(images/block_body.jpg) repeat-x left top #ffffff;
  border:1px #0383b7 solid;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  /*behavior:url(/sites/all/themes/Allaah/css/border-radius.htc);*/
  margin: 0 0 1.5em;
  padding: 4px;
}

#block-block-14 {
  background: url(images/block_body.jpg) repeat-x left top #ffffff;
  border:1px #ccc solid;
  text-align:center;
}
#block-block-14 img {height:50px;margin:0 10px -15px 0;}
#block-block-14 h3.title {border-bottom:3px solid #ccc;margin-bottom:10px;}

#block-block-15 {margin-bottom:3px;}
#block-block-15 img {margin:0 10px -20px 0;}