/*
 *  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 
 *  April 14, 2010, 9:08 pm with psd2css Online version 1.77
 *
 */

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: #000000 url(../Layer-2.png) repeat-y center ;
}

/* You named this layer _center_empty */
#Layer-1 {
  position: absolute;
  margin-left: -512px;
  left: 50%;
  top: +0px;
  width: 1024px;
  height: 968px;
  z-index: 1;
}

/* You named this layer arrow1_center */
#Layer-3 {
  position: absolute;
  margin-left: -425.5px;
  left: 50%;
  top: 56px;
  width: 851px;
  height: 180px;
  z-index: 3;
}

/* You named this layer user2_joomla */
#Layer-4 {
  position: absolute;
  left: 20px;
  top: 136px;
  width: 810px;
  height: 30px;
  z-index: 11;
}

/* You named this layer top_joomla */
#Layer-5 {
  position: absolute;
  left: 530px;
  top: 12px;
  width: 300px;
  height: 49px;
  z-index: 5;
}

/* You named this layer user1_joomla */
#Layer-6 {
  position: absolute;
  left: 530px;
  top: 73px;
  width: 300px;
  height: 49px;
  z-index: 6;
}

/* You named this layer content_joomla_relative */
.Layer-7 {
  position: relative;
  left: 105px;
  top: -245px;
  width: 490px;
  z-index: 7;
}

/* You named this layer right_joomla_relative */
.Layer-8 {
  position: relative;
  left: 634px;
  top: 297px;
  width: 283px;
  height: 516px;
  z-index: 8;
}



/* 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: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}



/* Custom CSS examples/suggestions for Joomla -
 *
 *   Here are some examples of some changes you can make to stylize the output
 *   from Joomla.  These are just suggestions, you can change them to whatever
 *   you would like.  There are many other classes and ids that you can modify
 *   CSS for from Joomla too.  I suggest using Firebug and the 'Inspect'
 *   feature there to find the name of the class or id of an element of the
 *   page that you want to stylize, and add it to this section.
 *
 *   If you plan on re-converting your design often, be careful - this page is
 *   automatically regenerated every time.  So if you don't want to loose some
 *   CSS you've added here, move all your custom CSS to your own external
 *   stylesheet and reference it externally from the index.php file (make sure
 *   your reference is _after_ the reference to psd2css.css).
 */

body { color: #888; }
img { border: 0 }
ul { 
  list-style-type: none; 
  padding-left: 0;
  margin: 0;
} 
.moduletable_menu h3 {
  margin-top: 0;
} 
.componentheading { font-size: 2em; }
.contentheading { font-size: 1.5em; }
.small { font-size: 0.7em; }
.createdate { font-size: 0.7em; }
.pagination span, .pagination a { padding: 0 6px 0 6px; }