/** body **/

  a:visited{
    color:#003665;  
  }
  
  a:link{
    color:#0065bd;
  }
  
  body{
    margin: 0;
    padding: 0;
    background:#F3E8D8;
    font-family: Helvetica, Arial, sans-serif;
  }

  #page{
    width:990px;
    margin:0 auto;
    background:#fff;
  }

/** header **/
  #header{
    width:990px;
    height:113px;
  }
  
  #logo a{
    display:block;
    position:relative;
	float:left;
  }
  
  #ahmed_title a{
    display:block;
    position:relative;
	float:left;
    margin:0 0 0 20px;
    height:113px;
    width:433px;
	background:url('images/ahmed-logo-center.jpg') left top no-repeat;
  }
  
  #uc_logo a{
    display:block;
    position:relative;
	float:left;
    margin:15px 0 0 95px;
    height:98px;
	width:177px;
	background:url('images/uclogo.png') left top no-repeat;
  }

  #header-inner{
    height:113px;
  }

  #logo /* Wrapper for logo */{
    margin: 35px 40px 0 20px;
    width:auto;
    height:auto;
    float:left;
    position:relative;
  }

  h1#site-name, #site-name /* The name of the website */{
    margin: 10px 19px 10px 0;
    font-size: 2em;
    float:right;
    text-align:right;
    min-width:360px;
    height:70px;
    display:table;
    line-height:2.5em;
  }
  
  #site-name a{
    display:table-cell;
    vertical-align:middle;
    font-weight:bold;
  }

  #site-name a:link,
  #site-name a:visited{
    color: #333;
    text-decoration: none;
  }

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

/** main (container for everything else) **/
  #main
  {
    padding:0px 20px 0;
	min-height:300px;
  }

  #main #content-area .meta{
    font-size:.75em;
  }

  .block-region{
    position:relative;
  }
  
/** navbar **/

  .block-nice_menus{
    margin-bottom:0 !important;
    width:790px;
    float:left;
  }
  
  .block-nice_menus h2{
    position:absolute;
  }

  #nice-menu-1{
    margin:0 !important;
  }

  #navbar{
    background: #C38E3E;
    height:30px;
	width:990px;  
  }
  
  #navbar ul li ul{
	display:none;
	visibility:hidden;
	width:0;
	height:0;
  }
  
  #navbar-inner{
	width:790px;  
  }
  
  #navbar a{
      color:white;
  }
  
  #navbar .block-nice_menus .content{
    background:#C38E3E;
    line-height:30px;
    height:30px;
    color:white;
  }
  
  #navbar .block-nice_menus .content a{
    text-decoration: none;
    text-shadow:0 -1px 1px #444444;
    padding:6px 10px;
  }
  
  #navbar .block-nice_menus .content a:hover{
    text-decoration: underline;
  }
  
  #navbar .block-nice_menus .content ul li:hover{
    background: #E1C69E; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#9b7131), to(#C38E3E)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #9b7131,  #C38E3E); /* for firefox 3.6+ */
  }
  
  #navbar ul li.active-trail li.active-trail:hover {
    background: #E1C69E; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#9b7131), to(#C38E3E)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #9b7131,  #C38E3E) !important; /* for firefox 3.6+ */
  }
  
  #navbar .block-nice_menus .content ul li.active, #navbar ul li.active-trail {
    background:#E1C69E;
    display:block;
  }
  
  #navbar ul li.active-trail:hover {
    background:#E1C69E !important;
  }
  
  #navbar .block-nice_menus .content a.active, #navbar .active-trail a{
    color:#303943;
    text-shadow:none !important;
  }

  #navbar .block-nice_menus .content ul{
    padding:0 0 0 30px;
  }
  
  #navbar .block-nice_menus .content ul li{
    float:left;
	margin: 0 10px;
	font-size:1.2em;
	letter-spacing:.1em;
  }

  #navbar .block-nice_menus .content ul.links /* List of links */{
    margin: 0;
    padding: 0;
    min-width:600px;
  }
  
  #navbar .block-region{
    position:absolute;
    width:100%;
  }

  #navbar .menuparent li, #navbar ul li.active-trail ul li{
    background:#979CA1;
    display:block;
    line-height:1.25em;
  }
  
  #navbar .menuparent .active li a, #navbar ul li.active-trail ul li a, #navbar ul li ul li a{
    color:white !important;
    font-size:.8em;
  }
  
  #navbar .menuparent li{
  }
  
  #nice-menu-2{
	background:#E1C69E;
	padding:0;
	margin:0;
  }
  
  #nice-menu-2 a{
	color:#000;
	text-decoration:none;  
	line-height:22px;
	height:22px;
  }
  
  #nice-menu-2 a:hover{
	text-decoration:underline;  
  }
  
  #nice-menu-2 .active-trail, #nice-menu-2 li .active{
	background:#EDDDC5;
  }
  
  #search-box /* Wrapper for the search form */{
    float:left;
    padding: 3px 0;
    width:175px;
    height:24px;
  }

  #search-box .form-submit{
    width:50px;
    height:20px;
    padding:2px;
    background:#eee;
    top:2px;
    position:relative;
  }

  #edit-search-theme-form-1{
    width:115px;
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */{
    display: none;
  }
  
  #secondary /* Secondary links */{
    margin:0 auto;
  }
  
  #secondary ul{
    margin:.5em;
    position:relative;
    font-size:.9em;
  }
  
  #secondary ul li, #menu-header-menu ul li{
    border-left:1px solid white;
  }
  
  #secondary ul li.first, #menu-header-menu ul li.first{
    border-left:none;
  }
  
  #secondary a, #menu-header-menu a{
    text-decoration:none;
    color:white;
  }
  
  #secondary a:hover, #menu-header-menu a:hover{
    text-decoration:underline;
  }
  
  #menu-header-menu h2{
    margin:0;
  }
  
  #menu-header-menu li{
    float:left;
    list-style:none;
    padding:0 10px;
    height:12px;
    line-height:12px;
    position:relative;
    z-index:10;
  }
  
  #menu-header-menu{
    margin:0 !important;
    width:100%;
    height:20px;
  }
  
  #menu-header-menu .content{
    float:right;
    margin:.5em 0 0 0;
    padding:0;
    font-size:.9em;
  }
  
  #menu-header-menu ul{
    margin:0 !important;
  }
  
  .block-search{
    float:right;
    width:200px;
    margin:-10px 0 0 0;
    position:relative;
    z-index:10;
    margin:0;
  }
  
  #search-block-form{
    float:right;
    margin:0 5px;
  }
  
  #edit-search-block-form-1-wrapper input{
    width: 100px;
  }
  
  #edit-search-block-form-1-wrapper label{
    display:none;
    visibility:hidden;
    color:white;
    font-weight:normal;
    font-size:.8em;
  }
  
/** content **/
  #content{
float:left;
	padding:10px 0px;
  }

  .frontcontent{
	width:625px !important;  
  }

  #content-inner h1, #content-inner h2, #content-inner h3 {
    color:#303943;
  }
  
  h3{
	color:#677277 !important;
	font-size:16px;
	font-weight:bold;
	margin:25px 0 5px;
  }
  
  ul{
	list-style-image: url('images/bullet.gif');  
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */{
    margin-bottom:20px;
  }

  .node-inner .content img{
	margin-right:.6em;  
  }

  .breadcrumb /* The path to the current page in the form of a list of links */{
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */{
    margin: 0;
    color:#303943;
  }
  
  h4, h5, h6{
  	color:#303943;
  }
  
  .tabs ul.primary{
    background:none;
    float:right;
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  ul.links /* List of links */{
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline{
    margin: 0;
    display: inline;
    float:right;
  }

  ul.links li{
    display: inline;
    list-style-type: none;
    padding: 0 10px;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */{
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current{
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */{
    float:right;
    padding:10px 10px 0;
  }
  
/** sidebar-right **/
#sidebar-right{
	margin-left:790px;
	margin-top:-30px;
	position:absolute;
	width:200px;
	height:auto;
	background:#F9F3EB;
	overflow:hidden;
	font-size:.8em;
	z-index:100;
}

#sidebar-right h2{
	padding:0 5px;
	margin-top:0;
}

#sidebar-right a{
    color:#0065bd;
}

#sidebar-right a:visited{
	color:#003665;  	
}

.toggle{
	text-align:right;
	color:#fff;
	font-size:9px;
	cursor:pointer;
	padding:12px 5px 0 5px;
	background:#C38E3E;	
}

.toggle:hover{
}

.block-user{
	border:1px solid #C38E3E;
	border-top:none;
	padding-top:5px;
	margin:0 !important;
}

/** sidebar-left **/
  #sidebar-left{
    float:left;
    width:285px;
    margin:0 20px 0 0;
	background:#F9F3EB;
	padding:20px 10px;
	font-size:.85em;
  }
  
  #sidebar-left img{
	margin:0 5px 0 0;  
  }

	#closure-blocks{
		float:left;
	}

  #closure-blocks h2{
    color:#303943;
    font-size:1.2em;
    text-align:center;
    margin-top:0;
    padding:5px 0 0 0;
  }
  
  #closure-blocks .block-user{

    overflow:hidden;
	border:1px solid #303943;
  }
  
  #closure-blocks .block ul{

  }
  
  #closure-blocks .block p{
    padding:0 10px;
  }

/** footer **/
  #footer{
    padding:30px 0 0 0;
    background:#C38E3E;
  }

  #footer-inner, #footer-inner a{
    color:#fff;
  }
  
  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */{
    background:#F3E8D8;
    color:#000;
    text-align:left;
    font-size:.75em;
    width:100%;
    float:left;
  }
  
  #footer-message a{
	  color:#303943 !important;
  }
  
  #footer-message span{
	float:right;  
  }
  
  .hosted /* Hosted by BMI Block */{
    background:#e5e5e5;
    color:#000;
    text-align:right;
    float:right;
    font-size:.75em;
    width:50%;
    margin-bottom:0em !important;
  }
  
  .hosted h2/* Hosted by BMI Block */{
    height:0px;
    margin:0;
    line-height:0;
  }
  
  .hosted a/* Hosted by BMI Block */{
    color:#000 !important;
  }
  
  .hosted p/* Hosted by BMI Block */{
    margin:0;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished{
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */{
  }

  .node-type-story /* Story content node */{
  }

  .node h2.title /* Node title */{
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */{
    color: #c00;
  }
  
  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture{
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */{
    margin: 1em 0;
  }

  .new /* "New" marker for comments that are new for the current user */{
    color: #c00;
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */{
    margin: 1em 0;
  }

/** Drupal blocks **/
  .block /* Block wrapper */{
    margin-bottom: 1em;
  }

  .more-link /* Aggregator, blog, and forum more link */{
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */{
    text-align: left;
  }

  li a.active /* The active item in a Drupal menu */{
    color: #000;
  }
  
  div.block.with-block-editing div.edit{
	opacity:.8;
  }
  
  div.block.with-block-editing div.edit a{
	color:#000 !important;
  }



/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios{
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error{
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */{
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */{
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */{
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */{
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item{
    margin: 0.4em 0;
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */{
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */{
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */{
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */{
    margin-top: 1em;
  }

  #user-login ul{
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link{
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody{
    border-top: 1px solid #ccc;
  }

  form th{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th{
    border-bottom: 1px solid #ccc;
  }

  form thead th{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  
  /*******************************************************************
   * Search Box styles                                       *
   *******************************************************************/
  #res{
    background:#f5f5f5;
    width:130px;
    padding:10px 10px;
    color:#000;
    font-size:.8em;
    border:1px solid #979CA1;
    border-top:none;
    -moz-box-shadow:1px 4px 6px #555;
    -webkit-box-shadow:1px 4px 6px #555;
    box-shadow:1px 4px 6px #555;
  }
  
  #res li{
    padding:1px 2px;
  }
  
  #res li a{
    color:#000;
  }
  
  #res li:hover a{
    color:#fff;
  }
  
  #search_field{
    position:relative;
    float:left;
    z-index:14;
  }
  
  #searchpage{
    position:relative;
    left:200px;
  }
  
  .searchresult li {
    list-style-type: none; 
    cursor: pointer;
  }
  
  .searchresult li:hover, .searchresult li:hover a{
    background-color: #303943;
    color:#fff;
  }
  
  #component{
    width:215px;
    float:right;
  }
  
  .search_button{
    height:23px;
    width:50px;
    color:#C38E3E;
    font-size: 10px;
    padding: 5px;
    float:left;
    background:#eee;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:1px solid #555;
    border-right:1px solid #555;
    margin-top:1px;
  }
  
  .search_button:hover{
    color:#979CA1;
  }
  
  .search_button:active{
    color:#303943;
    border-top:1px solid #555;
    border-left:1px solid #555;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
  }
  
  #searchkey{
    background-color:#fff; 
    padding: 0 5px;
    margin-right:9px;
    float:left;
    width:136px;
    height:19px;
  }
  
  #sh1, #sh2{
    color:#002780;
  }

/* Plone Styles for Publications Lists */

ul#pubList {
background:none repeat scroll 0 0 #FFFFFF;
clear:left;
list-style-image:none !important;
list-style-type:none !important;
margin:0;
padding:15px 0 0;
}
#pubList li {
margin:0 10px;
padding:3px 0;
}
li.authors-year {
border-bottom:1px solid #C38E3E;
}
li.title {
color:#677277;
font-size:14px;
font-weight:bold;
}
li.publication {
font-size:12px;
padding-bottom:35px !important;
}