/*  
Theme Name: Minty Blue - Green version
Theme URI: http://k5media.net/
Description: 3-column WordPress theme
Author: K5 Media
Author URI: http://k5media.net/
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #637960;
  }

a:hover {
  color: #FFB340;
  }

/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 23px auto;
  width: 930px;
  font-family: 'trubuchet ms', sans-serif;
  text-align: center; /* IE Centering Technique */
  background: url(images/bgbody.jpg) left top;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

#topcurve {
  margin: 0 15px;
  height: 10px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

#header {
  margin: 0 15px;
  padding: 5px 0 10px 15px; 
  background: #fff;
  }

#header h1.sitename {
  position: relative;
  padding: 0;
  font-size: 18pt;
  }

#header h1.sitename a {
  text-decoration: none;
  }

#header h2.sitedesc {
  padding: 0;
  font-size: 13pt;
  color: #ccc;
  }

#header .search {
  float: right;
  }

#content .search {
  margin-left: 8px;
  }

.search {
  position: relative;
  margin: 0 13px 0 0;
  padding: 0;
  width: 225px;
  height: 50px;
  background: url(images/search.jpg) left 10px no-repeat;
  }

.search p {
  padding: 0 0 7px 3px;
  text-transform: lowercase;
  color: #8a8a8a;
  font-size: 8pt;
  height: 10px;
  line-height: 10px;
  }

#searchbox {
  position: absolute;
  top: 20px;
  left: 12px;
  line-height: 20px;
  width: 155px;
  background: none;
  border: none;
  }

#searchbutton {
  position: absolute;
  top: 18px;
  left: 170px;
  width: 45px;
  height: 20px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#featureswrapper {
  padding-left: 15px;
  background: url(images/left.jpg) left top no-repeat;
  }

#features {
  width: 915px;
  height: 150px;
  background: url(images/right.jpg) right top no-repeat;
  }

#welcome {
  float: left;
  width: 255px;
  height: 150px;
  background: url(images/bgfeatures.jpg) left top repeat-x;
  color: #fff;
  padding-left: 5px;
  }

#latestentries, #thirdcol {
  float: left;
  width: 320px;
  height: 150px;
  background: url(images/bgfeatures.jpg) left top repeat-x;
  color: #fff;
  }

#features h2 {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 11pt;
  }

#features p {
  padding: 0 10px;
  font-size: 10pt;
  }

#features ul {
  padding: 0 10px 0 24px;
  font-size: 10pt;
  }

#features li {
  line-height: 16px;
  }

#features a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }

#features a:hover {
  text-decoration: underline;
  }

#topnav {
  clear: both;
  position: relative;
  height: 38px;
  }

#topnav ul {
  float: left;
  position: absolute;
  top: -5px;
  list-style: none;
  }

#topnav li {
  float: left;
  margin-left: 5px;
  padding-left: 13px;
  height: 30px;
  background: url(images/bgnavtableft.jpg) left top no-repeat;
  }

*:first-child+html #topnav li a { /* Filter for IE7 */
  display: block;
  padding: 0 15px 0 0;
  }

* html #topnav li a { /* Filter for IE6 */
  padding-top: 6px;
  }

#topnav li a {
  padding-top: 5px;
  padding-bottom: 12px;
  padding-right: 15px;
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  height: 30px;
  line-height: 26px;
  background: url(images/bgnavtabright.jpg) right top no-repeat;
  }

#topnav li a:hover {
  color: #637960;
  }


/* Content */

#main {
  clear: both;
  width: 875px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 15px;
  padding: 0 15px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 500px;
  }

#content {
  }

.post {
  margin: 20px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  color: #4b4b4b;
  }

#content h2 {
  font-size: 12pt;
  }

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  color: #4b4b4b;
  }

h2.postTitle a {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #4b4b4b;
  }

h2.postTitle a:hover {
  color: #8f8f8f;
  }

.postMeta {
  padding: 2px 10px 3px 10px;
  font-size: 9pt;
  color: #797979;
  }

.postMeta a {
  text-decoration: none;
  }

.post img {
  margin: 15px;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #4b4b4b;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #4b4b4b;
  }


/* Comments */

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -35px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #4b4b4b;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #4b4b4b;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 470px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }


/* Sidebars */

#sidebarwrapper {
  float: right;
  margin-top: 20px;
  margin-left: 15px;
  padding-top: 12px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

#sidebars {
  width: 355px;
  background: url(images/bgsidebar.gif) left top repeat-y;
  }

#sidebars h2 {
  padding: 0;
  font-size: 10pt;
  text-transform: uppercase;
  color: #637960;
  letter-spacing: -1px;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #797979;
  }

#sidebars ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li {
  padding: 3px 2px 2px 14px;
  text-transform: lowercase;
  color: #797979;
  background: url(images/bullet.gif) left 8px no-repeat;
  border-bottom: 1px solid #e5e5e5;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}

#sidebars .subscribe li {
  padding: 5px 2px 2px 22px;
  border-bottom: none;
  background: url(images/rss.jpg) left 6px no-repeat;
  }

#sidebars a {
  text-decoration: none;
  }

#sidebars li a {
  display: block;
  color: #797979;
  text-transform: lowercase;
  text-decoration: none;
  }

#sidebars li a:hover {
  color: #FFB340;
  }

#sidebar1wrapper {
  float: left;
  width: 170px;
  }

#sidebar1 {
  padding-left: 10px;
  }

#sidebar2wrapper {
  float: right;
  width: 170px;
  }

#sidebar2 {
  padding-right: 10px;
  }

#sidebarbottom {
  clear: both;
  background: url(images/bgsidebarbottom.gif) left top no-repeat;
  width: 355px;
  height: 18px;
  }


/* Footer */

#footer {
  clear: both;
  margin: 0 15px;
  padding: 0 30px;
  height: 62px;
  background: #fff url(images/bgfooter.jpg) 15px top no-repeat;
  }

#footerleft {
  float: left;
  padding: 16px 0;
  width: 400px;
  }

#footerright {
  float: right;
  margin: 6px 0;
  width: 332px;
  }

#footer p {
  padding: 0 5px 0 0;
  font-size: 8pt;
  color: #383838;
  }

#footer a {
  text-decoration: none;
  }

#themecredit p {
  position: relative;
  padding: 15px 0;
  }

#themecredit p span.wpvlogo {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 91px;
  height: 39px;
  background: url(images/k5.jpg) left top no-repeat;
  }

#themecredit p span.wpvlogo a:hover {
  cursor: pointer;
  }

#bottomcurve {
  margin: 0 15px;
  height: 10px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }


/* Misc */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

.navigation {
  margin: 10px 0;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }
