/*  
Theme Name: Avalon Parrots
Theme URI: http://folkphotography.com/
Description: A them designed for the business Avalon Parrots
Author: Zachary Folk
Author URI: http://www.folkphotography.com/
*/

/* Begin Generic and body styles. */

* {
	margin: 0px;
	padding: 0px;
	font-family: "verdana", sans-serif;
	}
html {
  height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #222222;
	background-color: #4f0600;
	background-image: url(images/bg_red.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
}


/**************************************************************
   Images
 **************************************************************/
#photo {
padding: 10px;
}

#photo_container {
width: 800px;
}

#image-notes {
width: 80%;
padding: 20px;
}

#image-navigate {
text-align:center;
}
.image-previous {
padding-right: 20px;
}
#image-notes2 {
width: 80%;
padding: 20px;
}

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}


.current-thumbnail {
padding: 5px 5px 5px 5px;
}
.thumbnails {
    padding: 8px 4px 8px 4px;
    margin: 3px;
 
	}
.thumbnails {
	border:0px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.current-thumbnail{
	border:0px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.thumbnails:hover {
	border:0px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/**************************************************************
   #content
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content[id],
#width[id] {
  width: 100%;
  height: auto;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 336px;
	background-image: url(../images/header_websize_02.gif);
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 159px;
  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;
  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h2 {
	position: absolute;
	top: 74px;
	right: -100px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #808080;
	width: 344px;
	height: 24px;
	font-family: "trebuchet ms", serif;
	font-size: 1em;
	font-weight: 700;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 85px;
}

#header img.parrots {
	position: absolute;
	z-index: 2;
	top: 54px;
	left: 492px;
}

/**************************************************************
   .topmenu - ruled by right side
 **************************************************************/
#topmenu {
	position: absolute;
	z-index: 14;
	top: 3px;
	right: 283px;
	font-variant:small-caps;
	font-family: "trebuchet ms", serif;
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	color: #999999; display: inline;
}

.toplink {
	list-style-type: none;
	text-transform: none;
	color: #FFFFFF;
	margin-left: 0px;
	display: inline;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.toplink a:link, .toplink a:visited{
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px dashed #888888;
}

.toplink a:hover{
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #000000;
}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu {
	position: absolute;
	z-index: 5;
	top: 163px;
	width: 730px;
	height: 33px;
	left: 300px;
}
#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: .5px;
	padding-right: 0.5em;
	padding-bottom: 1px;
	padding-left: 0.5em;
	font-family: "trebuchet ms", serif;
	font-size: 1.6em;
	font-weight: 400;
}

#mainMenu li a:hover {
color: #ffff99;
}

img {border:none;}

/*------------ left over visitered little ------ */

a:link, a:active, a:visited {
	text-decoration: none;
	}
a:hover	{
	}
a img {
	border: 0px;
	}
	
h1>a {
	margin-left: 10px;
	font-size: 1em;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: -.1em;
	}
	
h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	}

.left {
	float: left;
	font-size: 1.1em;
	}

.right {
	float: right;
	font-size: 1.1em;
	}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

label {
	font-size: .8em;
	}

#page {
background:#ffffff;
float: left;
position: absolute;
top: 220px;
left: 60px;
z-index: 5000;
}

.pagetitle {text-align: left;}
