/*********************************

  GOUVERNEUR TIMES CUSTOMIZATION CODE

  This File is used for setting the custom gouverneurtimes css accross all
  templates.  To set it up for new timplates, you will need to will need
  to copy the following code to each template php file:

  <link href="/css/customize.css" rel="stylesheet" type="text/css" media="all"/>

***************************************/

@import url(/css/editor.css);

.moduletable-google-advert {
  margin: 5px;
  float: right;
}

.moduletable_content_banner {
  margin: 5px;
  float: left;
}

#content2 .article_column {
  padding: 5px;
}

/* Forces the pages to be smaller on he front page*/
#content2 .article_column img {
  display: block !important;
  float: none !important;

  width: 150px;
  height: 100%;
  height: auto;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
}

.module_bottom_banner {
  text-align: center;
}

.module_bottom_banner table {
  width: 100%;
}

.module_bottom_banner table div {
  border: none !important;
}

blockquote {
  padding-left: 30px;
  font-family: serif;
}

#comment {
  clear: both;
}

.banneritem_bottom_banner img {
  margin: 5px;
}
