/* 
 *	Mark Shubin styles
 *  Designed by Adam Plante for Dinkum Interactive
 *	Coded/formated by Adam Plante for Dinkum Interactive
 *
 */
 
/* #################### Set defaults ################# */

/* remove all browser defaults for better cross browser compatibility */
* {
  margin: 0;
  padding: 0;
}

/* rest basic styles */

h1, h2, h3, h4, h5, h6, h7, p, ul, ol {
  margin-bottom: 1em;
}

/* Set Body defaults and global classes*/
body {
  color: #333333;
  font-size: 90%;
  background-color: white;
  font-family: Verdana, Arial, sans-serif;
}

.right {
  text-align: right;
}
.leftQuote {
  font-size: 60%;
}
.mainquote {
  font-size: 120%;
}

.post h2 a:link, .post h2 a:visited {
  color: #333;
  text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
  color: #333;
  text-decoration: underline;
}

/* Positioning Divs */
#wrapper {
  width: 833px;
  margin: 30px auto 10px auto;
}
#pageTop {
  height: 8px;
  background: white url('images/page-top.jpg') top left no-repeat;
}
#pageMiddle {
  min-height: 600px;
  background: white url('images/page-middle.jpg') top left repeat-y;
}
#pageBottom {
  height: 15px;
  background: white url('images/page-bottom.jpg') top left no-repeat;
}

/* ########### main Nav ############ */
#mainNav {
  clear: both;
  height: 32px;
  background: transparent url('images/nav-gradient.jpg') top left repeat-x;
  color: white;
}

#mainNav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
#mainNav li {
  float: left;
  list-style: none;
  height: 32px;
  
}
#mainNav a:link, #mainNav a:visited {
  display: block;
  height: 28px;
  padding: 4px 15px 0 15px;
  color: white;
  font-size: 14pt;
  text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
  background-color: #333;
}

/* ################### header (home page) ############ */
#middleContaier {
  width: 827px;
  padding-top: 5px;
}
#logo {
  float: left;
  padding-left: 15px;
}
#logo a img {
  border: none;
}
#topLinks {
  float: left;
  width: 500px;
  text-align: right;
  margin-top: 35px;
}
#topLinks a:link, #topLinks a:visited {
  color: #333;
  text-decoration: none;
}
#topLinks a:hover, #topLinks a:active {
  text-decoration: underline;
}
#homeBannerImage {
  clear: both;
  position: relative;
  height: 410px;
  background: transparent url('images/home-bg.jpg') top left no-repeat;
}
#homeBannerText {
  width: 334px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 30px 15px 0 15px;
  color: white;
}
#homeBannerText img {
  margin-left: 25px;
}
#homeBannerText ul {
  margin-left: 65px;
  margin-top: 10px;
}
#homeBannerText li {
  font-weight: normal;
  font-size: 18pt;
}
#homeBannerText p {
  font-size: 9pt;
  padding: 0 15px;
}

#mainContent {
  margin: 10px 15px;
}
#mainContent p {
  font-size: 10pt;
}
.homeColumn {
  float: left;
  width: 215px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.divider {
  border-right: 1px dotted #333;
}
.homeColumn a:link, .homeColumn a:visited {
  color: #505B8F;
  text-decoration: none;
}
.homeColumn a:hover, .homeColumn a:active {
  color: #505B8F;
  text-decoration: underline;
}

.newsItem p {
  text-align: left;
}
div.newsItem .date {
  text-align: left;
}
/* ########### inside pages header ######### */

.bannerImage {
  clear: both;
  margin-left: 1px;
  display: block;
  border-top: 1px solid #333;
}

/* ########## inside pages two column layout ##### */

#leftColumn {
  float: left;
  margin-left: 25px;
  margin-right: 15px;
  margin-top: 15px;
  width: 220px;  
}

#leftColumn h2 {
  font-size: 15pt;
}

#leftColumn a:link, #leftColumn a:visited {
  color: #505B8F;
  text-decoration: none;
}
#leftColumn a:hover, #leftColumn a:active {
  color: #505B8F;
  text-decoration: underline;
}
#leftColumn li {
  list-style: none;
  font-size: 10pt;
  border-bottom: 1px solid #666;
  padding: 5px 0 2px 15px;
}
#leftColumn li:first-child {
  border-top: 1px solid #666;
}

#leftColumn li a:link, #leftColumn li a:visited {
  color: #333;
  text-decoration: none;
}
#leftColumn li a:hover, #leftColumn li a:active {
  padding-left: 5px;
}

#leftColumn p {
  font-size: 10pt;
}


#mainColumn {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
  margin-bottom: 15px;
  width: 500px;
}
#mainColumn ul, #mainColumn ol {
  margin-left: 1.3em;
}
#mainColumn li {
  font-size: 10pt;
}
#mainColumn a:link, #mainColumn a:visited {
  color: #505B8F;
  text-decoration: none;
}
#mainColumn a:hover, #mainColumn a:active {
  color: #505B8F;
  text-decoration: underline;
}

/* ########## footer area ##### */

#insideFooter {
  clear: both;
  width: 60%;
  margin-left: 290px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 9pt;
}

#footer {  
  clear: both;
  width: 58%;
  margin: 0 auto;
  text-align: center;
  font-size: 9pt;
}
#footer li, #insideFooter li {
  float: left;
  list-style: none;
  margin: 0 0.55em
}
#footer a:link, #footer a:visited, #insideFooter a:link, #insideFooter a:visited {
  color: #333;
}