/*
Theme Name: Child Theme of Arras Theme
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras Theme for WordPress
Author: Creature
Author URI: http://www.arrastheme.com/
Template: arras-theme
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/

/* header */
#header					{ background: #000000; border-bottom: 5px solid #383332; padding: 0; }
#branding				{ width: 980px; margin: 0 auto; padding: 0 0 5px; background: url(files/LogoOmario.png) no-repeat; opacity: 1;}
.blog-description		{ position:relative; top:-10px; left:180px; color:#FFFFFF; text-transform: none;}
.logo					{ max-width: 625px; float: left; margin: 21px 0 0 10px; }
/* navigation */
.sf-menu				{ font-weight: 700; max-width: 914px; }
/* search bar */
.searchform				{ border: 4px solid #CCC; background: #FFFFFF; width: 250px; padding: 5px 4px; }
.searchform .s			{ font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 14px; border: none; background: #FFFFFF; padding: 0; margin: 0; float: left; width: 229px !important; }
.search-results-content .searchform, .sidebar .searchform { padding: 5px 4px; border: 4px solid #CCC; background: #FFFFFF; width: 250px; }
.searchform .searchsubmit { background: url(images/searchsubmit_aam.gif) no-repeat; text-indent: -9000px; width: 16px; height: 16px; border: none; float: left; cursor: pointer; opacity: 0.7; color: transparent; text-transform: capitalize; }
.searchform .searchsubmit:hover { background: url(images/searchsubmit_aam.gif) no-repeat; opacity: 1; }
.nocomments				{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; padding: 15px 10px; margin: 0 10px 10px 0; font-size: 12px; text-align:center;}
.aam-title-button       {vertical-align:middle; margin:5px 5px 0px 0px;}
/*ZIAD Overlay View*/
#overlay {
   position: fixed;
   top: 50%;
   left: 50%;
   width: 800px;
   height: 600px;
   margin-top: -300px; /* Half the height */
   margin-left: -400px; /* Half the width */
   z-index: 5000;
   border: 1px solid #ccc;
}
#overlay_close {
    position: absolute;
    top: -15px;
    left: 784px;
}

