/* CSS Code START ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/**
*   [ 1 ] RESET BROWSER STYLES
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus { outline: 0; }

ul { 
	list-style: square;
	list-style-position: inside;
}
ol { 
	list-style: decimal;
	list-style-position: inside;
}

li {
  margin-left: 10px;
}

i, cite, em, var, address, dfn {
  font-style: italic;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {quotes: "" "";}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/** img, img a {border: none; } **/

img, img a { border:  /* This CSS is from the Version 6 of Starfish theme */
        float: left;
        padding: 5px;
        margin: 5px 15px 0 0;
        background: #ffffff;
        border: 1px solid #bbbbbb;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
/**
 *  [ 2 ] DISABLE AUTOMATIC BROWSER OUTLINES
*/

/* Remove anoying outline in FireFox */
button::-moz-focus-inner,
select::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border : 0px;
}

/* Remove anoying outline in IE */
button:focus,
select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline : none;
}

/**
*   [ 3 ] RESET DRUPAL STYLES
*/

#user-login-form {text-align: left;}
.form-item label {font-weight: normal;}
ul.links,
ul.links li,
ul.menu,
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {list-style: none; list-style-image: none;}
.block ul,
.item-list ul,
.item-list ul li,
.form-item,
.form-checkboxes,
.form-radios,
fieldset,
ul.links,
ul.links li,
ul.menu,
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {margin: 0; padding: 0;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* CSS Reset Code END ----------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Theme CSS START
-----------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  text-align: center; /*Centering for IE */
  line-height: 1.5em;
  color: #333333;
  background: #ffffff;
}

a {
//  color: #34321f;
  color: #DF6209;
  text-decoration: none;
}

a:hover {
  color: #8e8852;
}

h1, h2, h3, h4, h6 {
  margin: 15px 0 0 0;
}

p {
  padding: 0 0 10px 0;
  margin: 0;
}

h3 {
  font-size: 0.9em;
  font-weight: bold;
  color: #999999;
}

/* Main Layout */

#page-wrapper {
  padding: 0;
  text-align: left; /* Reset text alignment */
}

#middle-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../images/style4/middle-wrapper-bg.png) top repeat-x;
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#main-content {
  float: left;
  width: 100%;
}

#main-content-inner {
  padding-right: 15px;
}

#middle-wrapper .sidebar-first {
  float: left;
  z-index: 1;
  position: relative;
  width: 200px;
}

#middle-wrapper .sidebar-second {
  float: left;
  z-index: 1;
  position: relative;
  width: 200px; 
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

/* Header  */

#header-wrapper {
  height: 60px;
  background: url(../images/style4/header-bg.png) top repeat-x;
}

#site-logo {
  margin-top: 15px;
  float: left;
}

#site-name {
  padding-left: 15px;
  float: left;
}

#site-name a {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #ffffff;
}

#site-slogan {
  padding-left: 15px;
  float: left;
  font-size: 10px;
  line-height: 60px;
  color: #ffffff;
}

#mission {
  padding-top: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fffdec;
  text-align: center;
}

/* Footer */

#footer {
  padding: 5px;
  font-size: 0.8em;
  color: #ffffff;
  background: #333333;
  text-align: center;
}

/* Sidebar Blocks */

.left-sideblock, .right-sideblock {
}

.left-sideblock .sideblock-inner {
  margin-bottom: 15px;
}

.right-sideblock .sideblock-inner {
  margin-bottom: 15px;
}

.sideblock-inner h3 {
  margin: 0 0 15px 0;
  color: #363320;
  font-size: 1.0em;
}

.left-sideblock .sideblock-inner h3 {
  color: #666666;
}

/* Left Block Corners */

.left-surround-top {
  margin: 0 15px;
  background:transparent url(../images/style4/left-surround-top.png) repeat-x scroll 0 0;
}

.left-surround-top2 {
  margin-left: -15px;
  background:transparent url(../images/style4/left-surround-top2.png) no-repeat scroll 0 0;
}

.left-surround-top3 {
  height: 15px;
  margin-right: -15px;
  background:transparent url(../images/style4/left-surround-top3.png) no-repeat scroll 100% 0;
}

.left-surround {
  margin: 0 15px;
  background: #f9f9f9;
}

.left-surround2 {
  margin-left: -15px;
  background:transparent url(../images/style4/left-surround2.png) repeat-y scroll 0 0;
}

.left-surround3 {
  margin-right: -15px;
  padding: 0px 15px;
  min-height: 70px;
  background:transparent url(../images/style4/left-surround3.png) repeat-y scroll 100% 0;
  overflow: hidden;
}

.left-surround-bottom {
  margin: 0 15px;
  background:transparent url(../images/style4/left-surround-bottom.png) repeat-x scroll 0 100%;
}

.left-surround-bottom2 {
  margin-left: -15px;
  background:transparent url(../images/style4/left-surround-bottom2.png) no-repeat scroll 0 0;
}

.left-surround-bottom3 {
  height: 15px;
  margin-right: -15px;
  background:transparent url(../images/style4/left-surround-bottom3.png) no-repeat scroll 100% 0;
}

/* Right Block Corners */

.right-surround-top {
  margin: 0 10px;
  background:transparent url(../images/style4/right-surround-top.png) repeat-x scroll 0 0;
}

.right-surround-top2 {
  margin-left: -10px;
  background:transparent url(../images/style4/right-surround-top2.png) no-repeat scroll 0 0;
}

.right-surround-top3 {
  height: 10px;
  margin-right: -10px;
  background:transparent url(../images/style4/right-surround-top3.png) no-repeat scroll 100% 0;
}

.right-surround {
  margin: 0 10px;
  background: #eeeeee;
}

.right-surround2 {
  margin-left: -10px;
  background:transparent url(../images/style4/right-surround2.png) repeat-y scroll 0 0;
}

.right-surround3 {
  margin-right: -10px;
  padding: 5px 15px;
  min-height: 70px;
  background:transparent url(../images/style4/right-surround3.png) repeat-y scroll 100% 0;
  overflow: hidden;
}

.right-surround-bottom {
  margin: 0 10px;
  background:transparent url(../images/style4/right-surround-bottom.png) repeat-x scroll 0 100%;
}

.right-surround-bottom2 {
  margin-left: -10px;
  background:transparent url(../images/style4/right-surround-bottom2.png) no-repeat scroll 0 0;
}

.right-surround-bottom3 {
  height: 10px;
  margin-right: -10px;
  background:transparent url(../images/style4/right-surround-bottom3.png) no-repeat scroll 100% 0;
}


/* Splash */

#splash {
  visibility: hidden;
  background: #b7ad70 url(../images/style4/splash-bg.png) top repeat-x;
}

#carousel {

}

/* Custom Regions */
/*Top Regions */

#top-regions {
  background: #d4cead url(../images/style4/top-blocks-bg.png) repeat-x top;
  font-size: 1.0em;
  z-index: -10;
}

#top-regions h3 {
  color: #34321f;
  font-size: 1.1em;
}

#top-regions .userblock-inner {
  padding-right: 15px;
  padding-bottom: 5px;
}

/* Bottom Regions */

#bottom-regions {
  color: #666666;
  font-size: 0.9em;
  background: #111111 url(../images/style4/bottom-blocks-bg.png) top repeat-x;
}

#bottom-regions h3 {
  font-size: 1.1em;
  color: #ffffff;
}

#bottom-regions a {
  color: #ffe700
}

#bottom-regions a:hover {
  color: #6f6400
}

#bottom-regions .userblock-inner {
  padding-right: 15px;
  padding-bottom: 15px;
}

.userblock {
  float: left;
}

/* Primary Links */

#primary-links h3 {
  display: none;
}

#primary-links {
  float: right;
}

#primary-links ul.menu li a {
  display: block;
  margin-right: 10px;
  padding-left: 10px;
  color: #dddddd;
  font-size: 13px;
  line-height: 60px;
  text-decoration: none;
}

#primary-links ul.menu li a.active, #primary-links ul.menu li a:hover {
  color: #ffffff;
}

#primary-links ul.menu li.active {
  display: block;
  line-height: 60px;
}

#primary-links ul.menu li.active {
   color: #ffffff;
   background: url(../images/style4/primary-active-right.png) top right no-repeat;
}

#primary-links ul.menu li a.active {
   color: #ffffff;
   background: url(../images/style4/primary-active-left.png) top left no-repeat;
}

#primary-links ul.menu li {
  float: left;
}

/* Secondary Links */

#secondary-links h3 {
  display: none;
}

#secondary-links {
  height: 60px;
  background: url(../images/style4/secondary-bg.png) top repeat-x;
}

#secondary-links ul.menu li a {
  display: block;
  margin-right: 10px;
  padding-right: 15px;
  color: #E7E3B8;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
}

#secondary-links ul.menu li {
  display: block;
  line-height: 60px;
  padding-left: 15px;
}

#secondary-links ul.menu li {
   background: url(../images/style4/secondary-item-left.png) top left no-repeat;
}

#secondary-links ul.menu li a {
   background: url(../images/style4/secondary-item-right.png) top right no-repeat;
}

#secondary-links ul.menu li:hover, #secondary-links ul.menu li.active {
   color: #333333;
   background: url(../images/style4/secondary-item-left-hover.png) top left no-repeat;
}

#secondary-links ul.menu li:hover a, #secondary-links ul.menu li a:hover, #secondary-links ul.menu li a.active {
   color: #333333;
   background: url(../images/style4/secondary-item-right-hover.png) top right no-repeat;
}

#secondary-links ul.menu li {
  float: left;
}

/* Secondary Links Level Two */

#secondary-links ul.menu li ul {
  position: absolute; 
  margin-left: -18px;
  margin-top: -px;
  width: 183px;
  left: -999em;
  z-index: 10;
}

#secondary-links ul.menu li li, #secondary-links ul.menu li li a, #secondary-links ul.menu li:hover li, #secondary-links ul.menu li.active li, #secondary-links ul.menu li:hover li a, #secondary-links ul.menu li li a:hover, #secondary-links ul.menu li li a.active {
  background: 0;
}

#secondary-links ul.menu li ul li, #secondary-links ul.menu li:hover li, #secondary-links ul.menu li ul li.active {
  float:left;
  width: 183px;
  background: url(../images/style4/dropdown.png) left;
}

#secondary-links ul.menu li ul li.first {
  padding-top: 5px;
  background: url(../images/style4/dropdown-top.png) top no-repeat;
}

#secondary-links ul.menu li ul li.last {
  padding-bottom: 10px;
  background: url(../images/style4/dropdown-bottom.png) bottom no-repeat;
}

#secondary-links ul.menu li:hover ul, #secondary-links ul.menu li.sfHover ul {
  left: auto;
}

#secondary-links ul.menu li ul li a {
  margin-right: 0px;
  padding-left: 15px;
  line-height: 25px;
  font-size: 1.0em;
  font-weight: normal;
}

#secondary-links ul.menu li ul li  {
  line-height: 25px;
  padding-left: 0px;
}

#secondary-links ul.menu li:hover ul li a {
  color: #ffffff;
} 

#secondary-links ul.menu li ul li a:hover, #secondary-links ul.menu li ul li:hover {
  font-weight: bold;
}

#secondary-links ul.menu li ul li a.active, #secondary-links ul.menu li ul li.active {
  color: #deffd5;
}

#secondary-links ul.menu li ul ul {
  margin: -25px 0 0px 183px;
}

#secondary-links ul.menu li:hover ul ul, #secondary-links ul.menu li.sfHover ul ul, #secondary-links ul.menu li:hover ul ul ul, #secondary-links ul.menu li.sfHover ul ul ul, #secondary-links ul.menu li:hover ul ul ul ul, #secondary-links ul.menu li.sfHover ul ul ul ul {
  left: -999em;
}

#secondary-links ul.menu li li:hover ul, #secondary-links ul.menu li li.sfHover ul, #secondary-links ul.menu li li li:hover ul, #secondary-links ul.menu li li li.sfHover ul, #secondary-links ul.menu li li li li:hover ul, #secondary-links ul.menu li li li li.sfHover ul {
  left:auto;
}

/* Left Menu Links */

.sideblock-inner ul.menu, .sideblock-inner ul.menu li {
  position: relative; 
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}

.sideblock-inner ul.menu li a {
  display: block;
  margin: 2px 0;
  padding: 2px 5px;
  height: 20px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  color: #666666;
}

.sideblock-inner ul.menu li a:hover {
  background: #ffffff;
  text-decoration:none;
  color: #333333;
}

.sideblock-inner ul.menu li a.active {
  background: #ffffff;
  text-decoration:none;
  border: 1px solid #ffffff;
  font-weight: bold;
  color: #333333;
}

.sideblock-inner ul.menu ul, .sideblock-inner ul.menu ul li {
  border: 0px;
}

.sideblock-inner ul.menu li ul li a {
  color: #eeeeee;
  font-weight: normal;
  font-size: 0.9em;
  background: #999999;
  border: 0;
}

.sideblock-inner ul.menu li ul li a:hover {
  padding-left: 10px;
  color: #ffffff;
  background: #333333;
}

.sideblock-innerul.menu li ul li a.active {
  font-weight: bold;
  color: #333333;
}

.sideblock-inner ul.menu li ul li ul {
  padding-left: 0px;
  background: #dddddd;
}

.sideblock-inner ul.menu li ul li ul li a {
  background: #333333;
}

/* Bottom Links */

#bottom-links h3 {
  display: none;
}

#bottom-links {
  line-height: 59px;
  background: #373737 url(../images/style4/bottom-links-bg.png) top repeat-x;
}

#bottom-links ul li a {
  padding-right: 30px;;
  color: #dddddd;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

#bottom-links ul li a:hover {
  color: #ffffff;
}

#bottom-links ul li {
  float: left;
}


/* Teaser */

.teaser {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
}

.teaser-title h2 {
  margin: 0;
  font-size: 1.1em;
}

.teaser-submitted {
  margin-bottom: 15px;
  font-size: 0.8em;
  color: #999999;
}

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

.teaser-content {
  font-size: 1.0em;
}

.teaser-content p {
  margin: 0 0 15px 0;
}

.teaser-links ul.links li {
  display:inline;
  list-style-type:none;
  font-size: 0.8em;
  padding:0 5px 0 0;
}

.taxonomy .field-label {
  display: none;
}

.taxonomy {
  padding-left: 20px;
  background: url(../images/category.png) 0% 50% no-repeat;
}

.taxonomy .field-item {
  float: left;
  padding-right: 5px;
}

.comment-comments a, .comment-add a {
  padding-left: 20px;
  padding-right: 10px;
  background: url(../images/comment.png) 0% 50% no-repeat;
  border-right: 1px solid #999999;
}

.node-readmore a {
  padding-left: 20px;
  background: url(../images/more.png) 0% 50% no-repeat;
}

.field-name-field-image img {
  float: left;
  padding: 5px;
  margin: 5px 15px 0 0;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}


/* Node */

.node-title {
  background: url(../images/style4/divider.png) bottom repeat-x;
}

.node-title h1 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #333333;
}

.submitted {
  margin-bottom: 15px;
  font-size: 0.8em;
  color: #999999;
}

.field-field-subtitle {
  padding-bottom: 10px;
  font-weight: bold;
  color: #666666;
}

.links ul.links li {
  display: block;
  list-style-type:none;
  font-size: 1.0em;
  padding:0 5px 15px 0;
}

/* Comments */

#comments {
  padding: 0 15px 15px 15px;
  background: #f9f9f9;
  border: 1px solid #dddddd;
}

.comment {
  margin-top: 15px;
}

.comment h3 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}

.indented .comment  {
  background: #f3f3f3;
  margin-top: 15px;
  padding: 15px;
}

.comment .submitted {
}

.picture img {
  width: 65px;
  height: 65px;
  background: #ffffff;
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #dddddd;
  float: left;
}

.profile .picture img {
  float: none;
}

.comment .content {
}

.profile .picture {
  float: none;
  margin:0 1em 1em 0;
}

.comment ul.links li {
  display:inline;
  list-style-type:none;
  font-size: 0.8em;
  padding:0 5px 0 5px;
  border: 1px solid #dddddd;
  background: #eeeeee;
}

.comment ul.links li:hover {
  background: #ffffff;
}

.comment-folded {
  margin-top: 15px;
  padding: 5px;
  font-size: 0.9em;
  font-weight: bold;
  background: #eeeeee;
  border: 1px solid #dddddd;
}

.comment-folded .credit a {
  color: #999999;
}

.box h2 {
  margin-top: 15px;
  font-size: 1.2em;
  color: #666666;
}

/* Lists */

ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.right-sideblock .item-list ul li {
  line-height: 2.2em;
  background: url(../images/style4/divider.png) repeat-x bottom;
  font-size: 0.8em;
}

.right-sideblock .item-list ul li a {
  font-size: 1.3em;
}

.left-sideblock .item-list ul li {
  font-size: 1.0em;
  background: 0;
  padding: 2px 0;
  border-bottom: 1px dashed #dddddd;
}

#top-regions .item-list ul li {
  line-height: 2.0em;
  background: url(../images/style4/divider-b.png) repeat-x bottom;
}

#bottom-regions .item-list ul li {
  line-height: 2.0em;
  border-bottom: 1px solid #333333;
}

/* Misc */

#bottom-regions .edit-block, #top-regions .edit-block {
  margin-bottom: 15px;
}

#bottom-regions .edit-block a {
  padding: 3px 5px;
  color: #eeeeee;
  font-size: 0.8em;
  background: #444444;
}

#bottom-regions .edit-block a:hover {
  background: #333333;
}

#top-regions .edit-block a {
  padding: 3px 5px;
  color: #333333;
  font-size: 0.8em;
  background: #eeeeee;
}

#top-regions .edit-block a:hover {
  background: #ffffff;
}

.breadcrumb {
  margin-bottom: 5px;
  font-size: 0.8em;
}

/* Views Slideshow */

.block-views, .view-carousel {
  position: relative;
}

.view-carousel {
  padding: 20px 0;
  width: 960px;
}

.view-carousel .views-field-title {
  width: 488px;
  margin-left: 472px;
  margin-bottom: 15px;
}

.view-carousel .views-field-title a {
  line-height: 1.5em;
  font-size: 2.0em;
  font-weight: bold;
  color: #34321F;
}

.view-carousel .views-field-entity-id-1 {
  width: 488px;
  margin-left: 472px;
  padding-bottom: 15px;
  line-height: 1.5em;
  font-size: 1.4em;
  color: #5D5938;
}

.view-carousel  .views-field-entity-id {
  float: left;
  width: 457px;
}

.view-carousel  .views-field-entity-id img {
  padding: 15px;
  background: #dfd6a8;
  border: 0;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}

.view-carousel .views-field-view-node {
  width: 488px;
  margin-left: 472px;
}

.view-carousel .views-field-view-node a {
  font-size: 1.4em;
  color: #ffffff;
}

.view-carousel .views-field-view-node a:hover {
  text-decoration: underline;
}

.views_slideshow_controls_text {
  color: #ffffff;
  font-weight: bold; 
}

.views-slideshow-controls-text-previous {
  display: block;
  position: absolute;
  top: 10px;
}

/**
 *  Horizontal Buttons
 */
 
.views_slideshow_controls_text {
  postion: relative; 
}
 
.view-carousel .views-slideshow-controls-text-next {
    position: absolute;
    top: 148px;
    right: -40px;
    width: 30px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
	text-indent: -9999px;
}

.view-carousel .views-slideshow-controls-text-next:hover {
   background: transparent url(../images/next-horizontal-hover.png) no-repeat 0 0;
}

.view-carousel .views-slideshow-controls-text-next:active {
   background: transparent url(../images/next-horizontal-hover.png) no-repeat 0 0;
}

.view-carousel .views-slideshow-controls-text-previous {
    position: absolute;
    top: 148px;
    left: -40px;
    width: 30px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
	text-indent: -9999px;
}

.view-carousel .views-slideshow-controls-text-previous:hover {
    background: transparent url(../images/prev-horizontal-hover.png) no-repeat 0 0;
}

.view-carousel .views-slideshow-controls-text-previous:active {
    background: transparent url(../images/prev-horizontal-hover.png) no-repeat 0 0;
}

.view-carousel .views_slideshow_controls_text_pause {
  display: none;
}

/* Pager */

.item-list .pager li {
  display:inline;
  font-size: 1.0em;
  list-style-type:none;
  padding: 2px 4px;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
}

.item-list .pager li.pager-item {
  background: #eeeeee;
}

.item-list .pager li.pager-item a {
  color: #999999;
}

.item-list .pager li.pager-item:hover, .item-list .pager li.pager-item:hover a {
  background: #e9e9e9
  color: #000000;
}

/* Typography */

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
}

h3 {
  font-size: 1.1em;
}

p.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #FEC201;
  border-bottom: 1px dashed #FEC201;
  background: #FFEDB5 url(../images/alert.png) 15px 50% no-repeat;
}

p.info {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #0173bd;
  border-bottom: 1px dashed #0173bd;
  background: #c6e9ff url(../images/info.png) 15px 50% no-repeat;
}

p.notice {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/notice.png) 15px 50% no-repeat;
}

p.download {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #5EAA1F;
  border-bottom: 1px dashed #5EAA1F;
  background: #DAFFBA url(../images/download.png) 15px 50% no-repeat;
}

p.mail {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #57a4ce;
  border-bottom: 1px dashed #57a4ce;
  background: #ecf8ff url(../images/mail.png) 15px 50% no-repeat;
}

p.package {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #574321;
  border-bottom: 1px dashed #574321;
  background: #f1e9dc url(../images/package.png) 15px 50% no-repeat;
}

p.security {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/security.png) 15px 50% no-repeat;
}

p.stop {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #fbd500;
  border-bottom: 1px dashed #fbd500;
  background: #fff09a url(../images/stop.png) 15px 50% no-repeat;
}

p.system {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #3b9acd;
  border-bottom: 1px dashed #3b9acd;
  background: #bdd4e0 url(../images/system.png) 15px 50% no-repeat;
}

p.settings {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #ffffff;
  border-top: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  background: #333333 url(../images/settings.png) 15px 50% no-repeat;
}

p.web {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/web.png) 15px 50% no-repeat;
}


li.check {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
  background: url(../images/checkmark.png) 0px 10% no-repeat;
}

.block ul {
  margin:0;
  padding:0 0 0 0;
}

blockquote {
  margin: 0px;
  padding-left: 58px;
  color: #666666;
  background: url(../images/openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background:  url(../images/closequote.png) bottom right no-repeat;
} 

pre {
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 1px solid #dddddd;
  background: url(../images/pre.png);
}

div.icon1 {
  padding-left: 55px;
  background: url(../images/icon1.png) top left no-repeat;
}

div.icon2 {
  padding-left: 55px;
  background: url(../images/icon2.png) top left no-repeat;
}

div.icon3 {
  padding-left: 55px;
  background: url(../images/icon3.png) top left no-repeat;
}

div.icon4 {
  padding-left: 55px;
  background: url(../images/icon4.png) top left no-repeat;
}

/* Forum */

#forum th {
  font-size: 0.8em;
}

#forum .name {
  font-weight: bold;
}

#forum .description {
  font-size: 0.8em;
}

#forum tr.even {
  background: #e1e1e1;
}

#forum tr.odd {
  background: #eeeeee;
}

#forum tr td.forum {
  background-image:url(../images/forum-default.png);
  background-position: 10px 50%;
  background-repeat:no-repeat;
  padding-left:60px;
}

#forum .container {
  background: #ffffff;
}

#forum ul.links {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  background: #eeeeee;
}

#search-block-form label {
  display: none;
}

#search-block-form .form-text {
  display: block;
}

/* WYSIWYG */

.node .content strong, .node .content bold, .node .teaser-content strong, .node .teaser-content bold, {
font-weight: bold;
}

.node .content em, .node .content i, .node .teaser-content em, .node .teaser-content i {
font-style: italic;
}

.node .content u, .node .teaser-content u {
text-decoration: underline;
}

.node .content ul, .node .content ol, .node .teaser-content ul, .node .teaser-content ol {
padding-bottom: 1.0em;
}

.node .content ul li, .node .teaser-content ul li {
padding-left: 10px;
list-style-position:inside;
list-style-type: disc
}

.node .content ol li, .node .teaser-content ol li {
padding-left: 10px;
list-style-position:inside;
list-style-type:decimal;
}
