/*
Theme Name: Moody Aidan
Theme URI: http://moodpountain.com/
Description: Dark version of the Moody template used for Aidan Davis website
Version: 1.0
Author: Ian Mood & John Peden
Author URI: http://moodpountain.com/
*/

/* GLOBAL code */

/* Font Styles */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form  {
	margin: 0;
	padding: 0;
}

body  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	background:#000 url(images/background.jpg) repeat top left;
	color: #fff;
}

table  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;	
	font-weight: bold;
}

h1  {
	padding: 10px;
	font-size:1.4em;
	font-weight: normal;
}

h2, h3, h4, h5  {
	padding: 10px 0 5px;
}

h2  {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 a {
	color: #CC1100;
}

h3  {
	font-size: 1.4em;
	font-weight: normal;
}

h5  {
	font-size: 0.8em;
}

h6  {
	font-size: 0.6em;
}


p  {
	line-height: 200%;
}

blockquote  {
	margin: 10px 0 0;
}

blockquote  p  {
	padding: 10px;
}

blockquote blockquote  {
	float: none;
}

dd  {
	padding: 0 0 0 20px;
}

form, input, textarea  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

p img  {
	max-width: 100%;
}

small  {
	font-size: 0.6em;
}

ul  {
	list-style-position: inside
}

.alignright {
	float: right;
	margin: 0;
	padding: 5px;
}
.alignleft {
	float: left;
	margin: 0;
	padding: 5px;
}

.clear  {
	margin: 0;
	padding: 0;
	clear: both;
}

.thumbnail-class {
	float: left;
	width: 60px;
	height: 60px;
	margin: 5px 10px 5px 0;
	border: solid 2px #000;
	}
	
.left {
	float: left;
	margin: 0 15px 0 0;
	}

.post-navigation  {
	font-size: 1.0em;
	padding: 10px 0;
}


a  {
	text-decoration: none;
	color: #CC1100;
	outline: none;
}

a:hover, a:active  {text-decoration: none;}

a img  {	border: 0;}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright  {
	margin: 5px 0 5px 5px ;
	padding: 5px;
	border: 0;
	display: inline;
}

img.alignleft  {
	margin: 5px 5px 0 5px ;
	padding: 5px;
	border: 0;
	display: inline;
}

/* WRAPPER code */

#wrapper  {
	width: 980px;
	margin: 0 auto 0 150px;
}

/* NAVIGATION code */

#nav-border-top {
	margin: 5px 0 0 0;
	position: absolute;
	top: 3px;
	left: 150px;
	width: 980px;
	height: 3px;
	z-index: -5;
	background: url(images/border.png) repeat-x;
}

#nav-border-bottom {
	margin: 0 0 5px 0;
	position: absolute;
	top: 50px;
	left: 150px;
	width: 500px;
	height: 3px;
	z-index: -10;
	background: url(images/border.png) repeat-x;
}

#navigation  {
	float: left;
	margin: 0;
}

#navigation a  {
	float: left;
	height: 75px;
	z-index:10;
	margin: 8px 10px -20px 10px;
	text-decoration: none;
}

#navigation  a:hover { 
	background-position: 0 -75px; 
} 

#navigation a:active { 
	background-position: 0 -75px;
}

#home  a {
	width: 84px;
	background:url(images/home.png) no-repeat;
}

#biog  a {
	width: 84px;
	background:url(images/biog.png) no-repeat;
}

#gallery  a {
	width: 120px;
	background:url(images/gallery.png) no-repeat;
}

#video a {
	width: 86px;
	background:url(images/video.png) no-repeat;
}

#tour  a {
	width: 81px;
	background:url(images/tour.png) no-repeat;
}

#extras  a {
	width: 106px;
	background:url(images/extras.png) no-repeat;
}

#store  a {
	width: 94px;
	background:url(images/store.png) no-repeat;
}

#contact  a {
	width: 135px;
	background:url(images/contact.png) no-repeat;
}

/* LEFT COLUMN code */

#left-column {
	float: left;
	width: 455px;
	margin: 0;
	padding: 0;
}

#title  {
	width: 455px;
}

#title a {
	width: 455px;
	display: block;
	text-decoration: none;
	height: 346px;
	margin: 0 0 0 20px;
	background: url(images/title.png) no-repeat;
}

#title  a  span{
	visibility: hidden;
}

.post  {
	margin: 10px 0;
	padding: 0 15px 20px 15px;
	background: url(images/content-box.png);
}

.post-wrapper  {
	margin: 0;
}

.post-content {
	margin: 0;
	padding: 0;
}.post-content table {        font-size: 13pt;}.vevent {	font-size: 12pt;}

.entry-content  {
	line-height: 24px;
}

.entry-meta  {
	padding: 10px 0 0 0;
	line-height: 0.5em;
	font-style: italic;
	font-family: Trebuchet, Helvetica, sans-serif;
	color: #ccc;
}

.entry-date  {
	text-transform: uppercase;
}

#comments  {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#comments-count  {
	margin: 0;
	font-size: 1.0em;
	padding: 10px 20px 0;
	background: url(images/content-box.png);
}

#comments ol {
	margin: 0;
	padding: 10px 20px;
	background: url(images/content-box.png);
}

#comments ol li  {
	list-style: none;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#comments span.comment-author  {
	font-weight: bold;
}

#respond  {
	margin: 10px 0;
	padding: 10px 20px;
	font-size: 1.2em;
	background: url(images/content-box.png);
}

#respond p  {
	margin: 5px 0;
}

.nocomments  {
	padding: 0 20px;
	background: url(images/content-box.png);
}

/* RIGHT COLUMN code */

#right-column  {
	float: right;
	width: 500px;
	margin: 0;
	padding: 0;
}

#pic-rotator  {
	width: 500px;
	height: 700px;
}

#flickr {
	width: 250px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	position:absolute;
	top: 510px;
	left: 610px;
}

#flickr-logo  {
	float: left;
	margin: 0;
	padding: 10px 100px 10px 0;
	width: 81px;
	height: 16px;
	background: url(images/flickr.png) no-repeat;
}

#flickr .flickr_badge_image a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 3px solid #000;
		padding: 0;
}

#flickr .flickr_badge_image a:hover {
	border: 3px solid #eee;
}

#flickr-view-more  {
	float: left;
	margin: 0 0 0 100px;
}

#flickr-view-more a  {
	float: left;
	width: 80px;
	height: 34px;
	margin: 0;
	text-decoration: none;
	background: url(images/view-more.png)
}

#flickr-view-more  a:hover { 
	background-position: 0 -34px; 
} 

#flickr-view-more a:active { 
	background-position: 0 -34px;
}

.view-more  {
        float: left;
        margin: 0;
        padding: 0;
}

.view-more a  {
	float: left;
	width: 80px;
	height: 34px;
	text-decoration: none;
	background: url(images/view-more.png);
}

.view-more  a:hover, .view-more a:active { 
	background-position: 0 -34px; 
} 

#social-media  {
	float: left;
	margin: 10px 0 0 100px;
	width: 400px;
}

#social-media a  {
	float: left;
	height: 20px;
	margin: 0 10px 0 0;
	text-decoration: none;
}

#social-media  a:hover { 
	background-position: 0 -20px; 
} 

#social-media a:active { 
	background-position: 0 -20px;
}

#myspace  a {
	width: 76px;
	height: 19px;
	background:url(images/myspace.png);
}

#myspace  a:hover { 
	background-position: 0 -19px; 
} 

#myspace a:active { 
	background-position: 0 -19px;
}

#facebook  a {
	width: 72px;
	background:url(images/facebook.png);
}

#youtube  a {
	width: 53px;
	height: 25px;
	background:url(images/youtube.png);
}

#youtube  a:hover { 
	background-position: 0 -25px; 
} 

#youtube a:active { 
	background-position: 0 -25px;
}

#bebo  a {
	width: 43px;
	background:url(images/bebo.png);
}

#twitter  a {
	width: 73px;
	background:url(images/twitter.png);
}

/* SIDEBAR code */

#sidebar-border {
	float: left;
	width: 400px;
	margin: 0 100px 0;
	height: 3px;
	background: url(images/border.png);
}

#sidebar  {
	width: 490px;
	margin: 50px 0 0 10px;
}

#sidebar ul  {
	list-style: none;
	margin: 0;
	padding: 10px 0;   
 	font-size: 1.2em;
}

#sidebar ul h2 a {
        font-size: 12pt;
}


#sidebar ul li {
	padding: 10px 0 10px 10px;
	margin: 10px 0;
	background: url(images/content-box.png);
}

.execphpwidget {
	padding: 10px 0 35px 10px;
	margin: 10px 0;
	background: url(images/content-box.png);
}

/* FOOTER code */

#footer  {
	float: left;
	width: 100%;
	height: 36px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	background: url(images/footer-background.png) no-repeat;
}

#footer  a  {
	text-decoration: none;
}

#footer a:active, a:hover  {
	color: #fff;
}

#footer  ul {
	list-style-type: none;
	margin: 0 0 0 200px;
	padding: 0;
}

#footer ul li  {
	float: left;
}

#footer ul li a  {
		display: block;
		padding: 0 10px;
		text-decoration: none;
}

.lifestream_credits  {
       display: none;
}

.lifestream_meta a, .lifestream_label a  {
       color: #ddd;
}

.lifestream_meta a:active, .lifestream_meta a:hover, .lifestream_label a:active, .lifestream_label a:hover {
       text-decoration:underline;
       color: #ddd;
}