/*  
Theme Name: Derek Ball
Theme URI: http://sww.co.nz/
Description: Custom theme for DerekBall.co.nz.
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/

html,body {
	margin:0;
	padding:0;
   X_background: #000 url(images/bg.png) center top repeat-y;
   background: #0D0201 url(images/bg2.png) left top repeat-x;
   text-align: center;
}
body, td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
   font-size: 14px;
   color: #333;
   line-height: 150%;
}
p {
   line-height: 150%;
}
div, td {
   text-align: left;
}
h1, h2, h3, h4 {
   color: #312E25;
}
h1 {
   font-size: 16px;
}
h1:first-letter, h1 b, h1 a:first-letter  {
   font-size: 22px;
}
h2 {
   font-size: 16px;
}
h3 {
   font-size: 14px;
}
h4 {
   font-size: 12px;
}
a {
  color: #91100A;
}
a:hover {
  color: #F0100A;
}
h2 a {
   color: #312E25;
   text-decoration: none;
}
h2 a:hover {
   color: #F0100A;
   text-decoration: underline;
}
img{
   border: 0;
}
.center {
   text-align: center;
}
ul li {

}
sup {
   font-size: smaller;
}
#page {
   width: 1000px;
   padding: 0;
   margin: 30px auto 0 auto;
   background: #E4DFD8;
}
#header {
   height: 40px;
   padding-top: 90px;
   background: url(images/heading.gif) center 20px no-repeat;
}
#header h3 {
   text-align:center;
   font-size: 18px;
   margin:0;
   font-weight: normal;
   color: #777;
}
#nav {
   font-size: 18px;
   text-align: center;
   width: 160px;
   float: left;
   padding: 0;
   padding-top: 14px;
   padding-bottom: 25px;
   margin-top: 20px;
   background: url(images/splotch.gif) center top no-repeat;
}
#nav a {
   text-decoration: none;
   padding: 3px 12px 0 12px;
   display: block;
   padding: 20px 0 34px 0;
   color: #333;
   background: url(images/splotch.gif) center bottom no-repeat;
}
#nav a:hover {
   text-decoration: overline;
   color: #91100A;
}
#nav a.current, .current {
   font-weight: bold;
   color: #91100A;
}
.centered { 	
   margin-left: auto; 	
   margin-right: auto; 	
   display: table; 
   display: inline-block;
} 
.center {
   text-align:center;
}
#maincontent {
   text-align: left;
   padding: 0;
   background: url(images/watermark.gif) center bottom no-repeat;
   width: 620px;
   margin: 0;
   float: left;
   padding: 30px;
   margin-bottom: 40px;
   border: 1px solid #ffffff;
   background: #F4EFE8;
}
#footer {
   color: #929389;
   padding-top: 3px;
   padding-bottom: 3px;
   font-size: 10px;
   text-align: center;
   margin: 0 30px 10px 30px;
}
#footer a {
   color: #929389;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}
.clear {
   clear: both;
   height: 0px;
   font-size: 0px;
   line-height: 0px;
}
/* NextGen Additional Styles */
.ngg-albumtitle a {
   text-decoration: none;
}
.ngg-albumtitle a:hover {
   text-decoration: none;
}
.ngg-img-count {
   display:none;
}
a.forsale {
   font-size: 9px;
   display:block;
   float:right;
}

/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter {
   display: block;
   text-align: center;
   margin: 20px auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}


