/*  
Theme Name: Gavaphoto
Theme URI: http://gavaphoto.com/
Description: WP theme for gavaphotoblog
Author: Sam K
Author URI: http://samk.ca/
Version: 1.0
*/


/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

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

a {
  color: #259FDF;
  text-decoration: none;
  }

a:hover {
  color: #333;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

ul, ol {
  margin: 5px;
  padding-left: 25px;
  }

blockquote {
  margin: 5px 10px;
  padding: 0 10px;
  background: #F0F0F0;
  }

code {
  color:#0000FF;
  }


/* General body and wrapper */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  font-family: 'arial', sans-serif;
  text-align: center;
  background: url(images/headerbg.jpg) left top repeat-x;
  }

#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left; /* IE Centering Technique */
  }


/* Header */

#header {
  height: 150px;
  }

#logo {
  float: right;
  margin-top: 20px;
  }

#menu {
  float: left;
  width: 500px;
  font-size: 11pt;
  text-align: left;
  margin-top: 25px;
  text-transform: lowercase;
  }

#menu ul {
  padding: 0;
  list-style: none;
  }

#menu li {
  float: left;
  margin-right: 25px;
  }

#menu li a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  }

#menu li a:hover {
  color: #259FDF;
  text-decoration: none;
  }


/* main body */

#main {
  margin-top: 25px;
  color: #333;
  }

#content {
  float: left;
  }

#content h2.pageTitle {
  padding-left: 44px;
  margin: 0 0 15px 0;
  font-size: 15pt;
  font-weight: normal;
  line-height: 36px;
  border-top: 1px solid #E3E3E3;
  background: url(images/titlebg.gif) left no-repeat;
  }

#content h2.pageTitle a {
  color: #333;
  }

#content h2.pageTitle a:hover {
  color: #259FDF;
  }

.postRight {
  float: right;
  width: 770px;
  clear: both;
  padding-bottom: 15px;
  font-size: 11pt;
  }

.metaLeft {
  float: left;
  width: 160px;
  font-size: 9pt;
  }

.metaLeft a {
  text-decoration: underline;
  color: #333;
  }

.metaLeft a:hover {
  text-decoration: underline;
  color: #259FDF;
  }

.metaDate {
  font-size: 11pt;
  padding-left: 23px;
  background: url(images/date.gif) left no-repeat;
  line-height: 18px;
  }

.metaAuthor {
  font-size: 11pt;
  padding-left: 23px;
  background: url(images/author.gif) left no-repeat;
  line-height: 18px;
  }


.metaComments a {
  font-size: 11pt;
  padding-left: 23px;
  background: url(images/comments.gif) top left no-repeat;
  line-height: 18px;
  }

.metaLeft .metaTitle {
  font-size: 11pt;
  font-weight: normal;
  margin-top: 20px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #E3E3E3;
  }

.metaCategs a {
  padding-left: 23px;
  background: url(images/categs.gif) left no-repeat;
  line-height: 18px;
  }

.metaTags a {
  padding-left: 23px;
  background: url(images/tags.gif) left no-repeat;
  line-height: 18px;
  }

.metaLeft ul {
  margin: 7px 0 0 0;
  padding: 0;
  }

.metaLeft li {
  margin-bottom: 5px;
  list-style: none;
  line-height: 18px;
  }

.post {
  clear: both;
  padding-bottom: 15px;
  font-size: 11pt;
  }

.postContent {
  font-size: 10pt;
  }

.postContent a {
  text-decoration: underline;
  }

#nextprevious a {
  margin: 10px 0 25px 0;
  font-size: 11pt;
  text-decoration: underline;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

*:first-child+html #nextprevious { /* Filter for IE7 */
  padding: 0;
  }

* html #nextprevious { /* Filter for IE6 */
  padding: 0;
  }

.navigation {
  margin-top: 25px; 
  }


/* Thumnails archives */

.leftwords {
  float: left;
  font-weight: bold;
  font-size: 13pt;
  margin: 30px 0 0 0; 
  width: 300px;
  }

.leftwords p {
  font-weight: normal;
  font-size: 10pt;
  }

.asterix {
  float: right;
  background: url(images/asterix.gif) right top no-repeat;
  height: 30px;
  width: 30px;
  margin: 12px 0 0 0;
  }

.latestleft {
  float: left;
  width: 300px;
  margin: 15px 0 10px 0;
  }

.latestleft img {
  width: 290px;
  height: 100px;
  }

.shadowed { 
  float:left;
  background: url(images/drop-shadow.png) no-repeat bottom right !important;
  background: url(images/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 5px;
  }

.shadowed img {
  display: block;
  position: relative;
  border: 2px solid #F6F6F6;
  margin: -5px 5px 5px -5px;
  }

.latestright {
  float: right;
  width: 620px;
  margin: 20px 0 10px 40px !important;
  margin: 20px 0 10px 35px;
  }

.latestright h3 {
  font-size: 13pt;
  margin: 0;
  padding: 0;
  font-weight: normal;
  }

.latestright h3 a:hover {
  text-decoration: none;
  }

.latestexcerpt {
  font-size: 10pt;
  border-top: 1px solid #E3E3E3;
  }


/* About and search */

.rss {
  margin: 20px 0;
  }

.rss a {
  color: #333;
  padding-left: 21px;
  background: url(images/rss.gif) left no-repeat;
  text-decoration: underline;
  }

.rss a:hover {
  color: #259FDF;
  }

#searchform {
  margin: 0;
  width: 284px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  color: #555;
  margin-left: 10px;
  margin-bottom: 3px;
  width: 235px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 30px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }


/* Comments */

.comment {
  width: 960px;
  clear: left;
  border-top: 1px solid #E3E3E3;
  }

#commentslinks {
  float: right;
  margin: 2px 10px;
  width: 150px;
  text-align: right;
  padding: 5px 0;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  float: left;
  margin: 2px 0 10px 0;
  padding: 5px 0;
  width: 250px;
  font-size: 11pt;
  font-weight: bold;
  color: #333;
  }

.commentlist {
  clear: both;
  float: right;
  width: 520px;
  margin: 0 0 10px 40px;
  padding: 0;
  font-size: 10pt;
  }

.commentlist li {
  margin-top: 10px;
  padding-bottom: 5px;
  list-style: none;
  width: 470px;
  border-bottom: 1px solid #E3E3E3;
  background: url(images/titlebg.gif) left top no-repeat;
  padding-left: 50px;
  }

.commentlist li.alt {
  background: url(images/titlebg2.gif) left top no-repeat;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  text-decoration: underline;
  }

.comment .commentmetadata a {
  color: #666;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0 0 0;
  margin: 0;
  }

#respond {
  clear:left;
  color: #333;
  margin: 10px 0 0 0;
  padding: 0;
  }

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

.comment #submit {
  width: 116px;
  height: 28px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

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

#commentform p {
  font-size: 10pt;
  }

textarea {
  width: 370px;
  }

.formcomment {
  float: left;
  width: 420px;
  }


/* Sidebars */

#sidebars {
  float: right;
  width: 620px;
  margin: 30px 0 10px 0;
  }

#sidebar1 {
  float: left;
  width: 290px;
  }

#sidebar2 {
  float: right;
  width: 290px;
  }

#sidebars h3 {
  padding: 0 0 2px 0;
  margin: 0;
  font-size: 12pt;
  font-weight: normal;
  border-bottom: 1px solid #E3E3E3;
  }

#sidebars table {
  width: 180px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 20px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 1px 16px;
  text-transform: lowercase;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 18px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: block;
  font-size: 10pt;
  color: #333;
  text-decoration: none;
  text-transform: lowercase;
  }

#sidebars a:hover {
  color: #259FDF;
  text-decoration: underline;
  }

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

#tag_cloud a {
  display: inline;
  }

#wp-calendar a {
  color: #259FDF;
  text-decoration: none;
  }

#wp-calendar a:hover {
  text-decoration: underline;
  }


/* Footer */

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  color: #333;
  background: #DADADA;
  }

#footer p {
  padding: 3px;
  font-size: 9pt;
  color: #333;
  }

#footer a {
  text-decoration: underline;
  color: #000;
  }

#footer a:hover {
  text-decoration: underline;
  background: #fff;
  }

#footwrap {
  margin: 0 auto;
  width: 960px;
  }

#footerleft {
  float:left;
  margin-top: -40px;
  width: 100px;
  height: 100px;
  background: url(images/footer.gif) left no-repeat;
  }

* html #footerleft { /* Filter for IE6 */
  background: none;
  }

#credits {
  float: left;
  text-align: left;
  padding: 10px 0 10px 0;
  width: 860px;
  }


/* Misc */

.cleared {
  clear: both;
  }

.bordertop {
  border-top: 1px solid #E3E3E3;
  margin-top: 10px;
  }
