/**************************************
 * THEME NAME: planetizen-courses
 *
 * Files included in this sheet:
 *
 *   planetizen-courses/gradients.css
 *   planetizen-courses/styles_custom.css
 **************************************/

/***** planetizen-courses/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** planetizen-courses/gradients.css end *****/

/***** planetizen-courses/styles_custom.css start *****/

#header-logo { background-color: #006699; border-top: 10px solid black; padding: 0px;}
.headermain { padding: 10px 10px 5px 10px; color: #666666; font-size: 0.75em; }
.headermenu { padding: 10px 10px 5px 10px; color: #666666;}
#header-home, #header { margin: -10px; }
#header-home .headermain { font-size: 1em; }
#header .headermain { font-size: 1em; }
a:link { color: #005884; text-decoration: none; }
a:visited { color: #1c81b4; text-decoration: none; }
a:hover { color: #990000; text-decoration: none;}
a:active { color: #005884; text-decoration: none;
/***** planetizen-courses/styles_custom.css end *****/

