@charset "utf-8";
/* www.texaswildflowerpictures.com stylesheet */

.show {display: inline; padding-left:17px; }
.show:focus{ }  
#expand { display:none; }
.hide { display: none; }
.show:focus ~ .hide { display:inline; }
.hide:focus { display: none; }
.show:focus ~ #expand { display:inline; }
@media print { .hide, .show, .showtwo { display: none; } }

/* remove list markers */
ul,ol {
	list-style:none;
} 

/* normalize headings */
h1,h2,h3,pre,code { 
	font-size:1em;
}

hr { border: 0; height: 1px; background: #444; background-image: -webkit-linear-gradient(left, #ccc, #444, #ccc); background-image: -moz-linear-gradient(left, #ccc, #444, #ccc); background-image: -ms-linear-gradient(left, #ccc, #444, #ccc); background-image: -o-linear-gradient(left, #ccc, #444, #ccc); }

/* formatting  */
ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}

/* remove image borders */
a img,:link img,:visited img { 
	border:none;
}

/* default font */
body {
	font-family: Arial, serif;  
	font-size: 12px;
	line-height: 18px;
	color: #cccccc;
	background-color: #000;
	margin: 0px;
}

/* set default image borders to none */
img {
	border: none;
}

img, div, a { behavior: url(iepngfix.htc) }

/* default table attributes */
td {
	font-family: Arial, serif;  
	font-size: 12px;
	line-height: 18px;
}

/* set default layer alignment to left */
div {
	text-align: left;
}

/* set link attributes */
a:link {
	color: #ff9933;
	text-decoration: none;
}

a:visited {
	color: #ff9933;
	text-decoration: none;
}

a:hover {
	color: #F2162E;
	text-decoration: none;
}

/* set heading attributes */
h1 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
	letter-spacing:.1em;
	line-height: 14px;
	padding: 24px 0px 18px 0px;
	margin: 0px;
	clear: both;
}

h2 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #ffffff;
	font-size: 13px;
	letter-spacing:.1em;
	line-height: 13px;
	padding: 24px 0px 18px 0px;
	margin: 0px;
	clear: both;
}

h3 {
	font-family: Arial, serif;
	font-weight: normal;
	color: #3C3E35;
	font-size: 12px;
	letter-spacing:0.1em;
	line-height: 12px;
	padding: 24px 0px 12px 0px;
	margin: 0px;
	clear: both;
}

/* set default paragraph attributes */
p {
	text-align: left;
	margin-bottom: 16px;
}

/* default main content layer */
#content {
	position: absolute;
	left: 85px;
	top: 100px;
	width: 500px;
}

#store {
	position: absolute;
	left: 70px;
	top: 150px;
	width: 790px;
}

#store_title {
	position: absolute;
	left: 105px;
	top: 110px;
	width: 790px;
}

/* ad content layer */
#ads {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 160px;
	height: 600px;
}

/* default main content layer */
#contentGalleryMain {
	position: absolute;
	left: 85px;
	top: 100px;
	width: 500px;
}

#contentGalleryMain a:link {
	color: #00ff33;
	text-decoration: none;
}
#contentGalleryMain a:visited {
	color: #00ff33;
	text-decoration: none;
}
#contentGalleryMain a:hover {
	color: #F2162E;
	text-decoration: none;
}

/* WF index layer */
#contentIndex {
	position: absolute;
	left: 85px;
	top: 100px;
	width: 500px;
}

/* gallery layer */
#contentGalleries {
	position: absolute;
	left: 85px;
	top: 130px;
	width: 500px;
}

/* home page layer */
#contentHome {
	position: absolute;
	left: 152px;
	top: 120px;
	width: 600px;
}

/* individual gallery photo layer */
#contentPhoto {
	position: absolute;
	left: 85px;
	top: 144px;
	width: 500px;
}

/* image with border */
#imageBorder img {
	float: right;
	border: 6px solid #222;
	margin: 0px 0px 16px 16px;
}

/* Footer */
#footer {
	margin-top: 100px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F2162E;
	text-decoration: none;
}

/* navigation menu - use absolute for IE */
#nav {
	position: fixed;
	left: 5px;
	top: 120px;
	width: 65px;
	line-height: 15px;
}
#nav a:link {
	color: #999999;
	text-decoration: none;
}
#nav a:visited {
	color: #999999;
	text-decoration: none;
}
#nav a:hover {
	color: #00ff33;
	text-decoration: none;
}

/* gallery navigation menu */
#navChain a:link {
	color: #999999;
	text-decoration: none;
}
#navChain a:visited {
	color: #999999;
	text-decoration: none;
}
#navChain a:hover {
	color: #00ff33;
	text-decoration: none;
}
#navChain {
	position: absolute;
	left: 105px;
	top: 120px;
	width: 500px;
}

#pageNav {
	text-align: right;
	margin-bottom: 12px;
}

#photoNav {
	position: absolute;
	left: 550px;
	top: 120px;
}

/* page title layer */
#title {
	position: absolute;
	left: 170px;
}

.clear {
	clear: both;
}

.error {
	color: #F2162E;
}

.floatLeft {
	text-align: left;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.galleries {
	text-align: center;
	margin-right: 24px;
	margin-bottom: 24px;
}

.galleries img, .latest img {
	border: none;
}

.galleriesLink {
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
}

.galleriesLink2 {
	font-size: 12px;
	letter-spacing:.1em;
	padding-top: 4px;
	padding-left: 16px;
	width: 150px;
}

.hidden {
	display: none;
}

.lessPad {
	padding: 0px 0px 18px 0px;
}

.left, .left h2, .left p {
	text-align: left;
}

/* WF Report sections */
.news {
	background-color: #000000;
	padding: 18px;
	margin-bottom: 18px;
}

.news1 {
	background-color: #2D2D2D;
	margin-top: 24px;
	margin-bottom: 18px;
	padding: 18px;
}

.news2 {
	background-color: #2D2D2D;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
}

.newsText img {
	float: left;
	padding: 4px 18px 18px 0px;
}

.noBorder {
	border: none;
}

.noPad {
	padding: 0px 0px 4px 0px;
}

.pageNumbers {
	vertical-align: super;
	font-size: 11px;
}

.photoTitle {
	text-transform: uppercase;
	padding: 18px 0px 3px 0px;
}

.printInfo {
	padding: 24px;
	background-color: #101010;
	width: 557px;
}

/* Fonts */
.tiny {
	font-size: 10px;
	margin-top: 100px;
}

.welcome {
	font-size: 14px;
	font-style: italic;
	letter-spacing:.1em;
}

.dim {
	font-size: 10px;
	color: #666666;
}

.xlarge {
	font-size: 20px;
	color: #fff;
}

.highlight {
	color: #00ff33;
}

/* WF Index text */
.red {
	font-size: 12px;
	color: #ff0000;
}
.white {
	font-size: 12px;
	color: #ffffff;
}
.yellow {
	font-size: 12px;
	color: #ffff33;
}
.pink {
	font-size: 12px;
	color: #ff0099;
}
.blue {
	font-size: 12px;
	color: #0099ff;
}
.orange {
	font-size: 12px;
	color: #ff9900;
}
.red_title {
	font-size: 20px;
	color: #ff0000;
}
.white_title {
	font-size: 20px;
	color: #ffffff;
}
.yellow_title {
	font-size: 20px;
	color: #ffff33;
}
.pink_title {
	font-size: 20px;
	color: #ff0099;
}
.blue_title {
	font-size: 20px;
	color: #0099ff;
}
.orange_title {
	font-size: 20px;
	color: #ff9900;
}
.red_head {
	font-size: 14px;
	color: #ff0000;
}
.white_head {
	font-size: 14px;
	color: #ffffff;
}
.yellow_head {
	font-size: 14px;
	color: #ffff33;
}
.pink_head {
	font-size: 14px;
	color: #ff0099;
}
.blue_head {
	font-size: 14px;
	color: #0099ff;
}
.orange_head {
	font-size: 14px;
	color: #ff9900;
}
.thumbnail1 {
    float: center;
    width: 40px;
    height: 40px;
    margin: 5px;
}
.thumbnail2 {
    float: center;
    width: 100px;
    height: 100px;
    margin: 4px;
}
.gallery_vertical {
    width: 100px;
    height: 150px;
    margin: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gallery_horizontal {
    width: 150px;
    height: 100px;
    margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}