/*
Theme Name: picturetells
Theme URI: http://picturetells.com/
Description: 
Version: 1.0
Author: Tammie Lister
Author URI: http://logicalbinary.com
*/

*{
	margin: 0px;
	padding: 0px;
}

body{ 
	margin: 0; 
	padding: 0; 
	font-size: 100%;
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #000000;
	height: 1200px;
}

#barleysun{ 
	background-image: url('images/barleysun.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#bentwood{ 
	background-image: url('images/bentwood.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#therebefairies{ 
	background-image: url('images/therebefairies.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#treesil{ 
	background-image: url('images/treesil.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#twodogs{ 
	background-image: url('images/2dogs.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#daffy{ 
	background-image: url('images/daffy.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#flowerheart{ 
	background-image: url('images/flowerhear.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#furlining{ 
	background-image: url('images/furlining.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#leafview{ 
	background-image: url('images/leafview.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#modernsky{ 
	background-image: url('images/modernsky.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#sunovertop{ 
	background-image: url('images/sunovertop.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#navigation{
	background-color: #333333;
	height: 20px;
	color: #ffffff;
	font-size: 110%;
	padding: 15px;
}

.spacer{
	height: 100px;
}

h1, h2, h3{
	margin-bottom: 50px;
}

h3{
	line-height: 260%;
	width: 400px;
	background-image: url('images/background.png');
	padding: 15px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover{
	background-image: url('images/background.png');
	padding: 15px;
	font-size: 130%;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	cursor: none;
}

h2{
background-image: url('images/background.png');
padding: 15px;
width: 200px;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover{
	font-size: 100%;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

h3{
	font-size: 90%;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	cursor: none;
}

/* Z-index of #mask must lower than #boxes .window */  
#mask {  
  position:absolute;  
  z-index:9000;   
  display:none;  
}  
#boxes .window {  
  position:absolute;  
  width:440px;  
  height:150px;  
  display:none;  
  z-index:99999;  
  padding:20px; 
}  
  
  
 /* Customize your modal window here, you can add background image too */  
#boxes #dialog, #boxes #dialog2 {  
   width:375px;   
   height:150px;  
   background-image: url('images/background.png');
}

a, a:link, a:visited, a:hover{
	color: #ffffff;
	text-decoration: underline;
}

p{
	padding-bottom: 10px;
	line-height: 140%;
}

#footer{
	padding: 10px;
	font-size: 90%;
	color: #cccccc;
}
