/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  July 11, 2010, 8:51 pm with psd2css Online version 1.78
 *
 */

body {
  /* This is the background image to the entire page that you
   * get because of the layer '_bodybg' that you created.
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */
  background: url(Layer-2.png) ;
}

/* You named this layer _empty_center */
#Layer-1 {
  position: absolute;
  margin-left: -400px;
  left: 50%;
  top: +0px;
  width: 800px;
  height: 1000px;
  z-index: 1;
}

/* You named this layer container_center */
#Layer-3 {
  position: absolute;
  margin-left: -400px;
  left: 50%;
  top: +0px;
  width: 800px;
  height: 1000px;
  z-index: 3;
}

/* You named this layer first_frame_center */
#Layer-4 {
  position: absolute;
  margin-left: -400px;
  left: 50%;
  top: 167px;
  width: 800px;
  height: 405px;
  z-index: 4;
}

/* You named this layer content_drupal */
.Layer-5 {
  position: relative;
  left: 277px;
  top: 0px;
  width: 510px;
  z-index: 5;
}

/* You named this layer _footer_center */
#Layer-6 {
  position: absolute;
  margin-left: -400px;
  left: 50%;
  top: -398px;
  width: 800px;
  height: 398px;
  z-index: 6;
}

#FooterWrapper {
  position: fixed;
  left: 50%;
  width: 100%;
  top: 100%;
  height: 0px;
  left: 0px;
}

/* You named this layer _top_fixed_center */
#Layer-7 {
  position: fixed;
  margin-left: -400px;
  left: 50%;
  top: +0px;
  width: 800px;
  height: 118px;
  z-index: 7;
}

/* You named this layer primarylinks_drupal */
#Layer-8 {
  position: absolute;
  left: 270px;
  top: 90px;
  width: 546px;
  height: 12px;
  z-index: 8;
  font-size:x-small

}

/* You named this layer left_drupal_\#5f5f5f */
#Layer-9 {
  position: absolute;
  left: 679px;
  top: 1px;
  width: 121px;
  height: 42px;
  z-index: 9;
  color: #5f5f5f;
}

/* You named this layer Frame Top 1000 */
.Layer-1000 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 800px;
  height: 2px;
  z-index: 1000;
  background-image: url(Layer-4.png);
}

/* You named this layer Frame Middle 1001 */
.Layer-1001 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 800px;
  z-index: 1001;
  background-image: url(Layer-1001.png);
}

/* You named this layer Frame Bottom 1002 */
.Layer-1002 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 800px;
  height: 225px;
  z-index: 1002;
  background-image: url(Layer-1002.png);
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a {
  cursor: pointer;
  outline: none;
}
a:link { color: #444444; }
a:visited { color: #444444; }
a:hover {
  color: #444444;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

/* Some extra stuff here to give you some ideas and examples 
 * about how else you can customize your Drupal theme.
 *
 * A great tool to use to figure out what else you want to
 * put here is Firebug for Firefox.  Use psd2css Online
 * to generate your theme, install it, then while looking
 * at your pages, use Firebug to 'inspect' the elements that
 * you want to change.  Add or modify the changes here and 
 * refresh to see your changes.  */

/* Text color for most text rendered by Drupal  */
body { color: #666; }

/* The login form is center aligned by default, this puts it to the left  */
#user-login-form { text-align: left; }

/* Color of the text for the login form  */
.form-item label { color: #888; }

/* Color of the active list element links  */
li a.active { color: #444; }

/* This helps while using _frame with drupal menu content */
.block { margin-bottom: 0; }

.node { margin-top: 0; }

