@charset "utf-8";
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

* {
	margin:0px;
	padding:0;

}
body {
	background-image: url(../images/wood_bg.png);
	background-repeat: repeat;
	background-position: center;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: .75em;
	color: #FFFFFF;
	background-attachment: fixed;
}
#container {
	background-image: url(../images/container_glow.png);
	background-repeat: no-repeat;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}

/* begin theme changer styles */
#theme {
	background-image: url(../images/theme_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 335px;
	float: right;
}
#theme img {
	border: 1px solid #FFFFFF;
	margin-top: 27px;
	float: right;
	margin-right: 40px;
	height: 15px;
	width: 15px;
}
/* end theme changer styles */

/* begin header styles */
#header {
	height: 80px;
	width: 980px;
}
#header #logo {
	width: 635px;
	float: left;
	background-image: url(../images/wb_logo.png);
	background-repeat: no-repeat;
	height: 80px;
}
/* end header styles */


/* begin nav styles */
#navigation {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 980px;
	padding-top: 5px;
	padding-left: 40px;
}
/* sprite nav */

ul#spritenav {
	background-image: url(../images/sprite_nav.png);
	width:550px;
	height:40px;
	margin: 0;
	padding: 0;
}

ul#spritenav span {
display: none;
}

ul#spritenav a {
	height:40px;
	display:block;
}

ul#spritenav li, .footer li {
	float:left;
	list-style:none;
	display:inline;
}

ul#spritenav li#home {
	width: 106px;
}
#bio {
	width: 81px;
}
#portfolio {
	width: 138px;
}
#blog {
	width: 102px;
}
#contact {
	width: 123px;
}

ul#spritenav li#home a:hover {
	background: url(../images/sprite_nav.png) 0px -40px; 
 }
ul#spritenav li#bio a:hover {
	background: url(../images/sprite_nav.png) -106px -40px;
 }
ul#spritenav li#portfolio a:hover {
	background: url(../images/sprite_nav.png) -187px -40px no-repeat;
 }
ul#spritenav li#blog a:hover {
	background: url(../images/sprite_nav.png) -325px -40px no-repeat;
 }
ul#spritenav li#contact a:hover {
	background: url(../images/sprite_nav.png) -427px -40px no-repeat;
 }
 
/* end nav styles */

/* begin nav active styles */
ul#spritenav li#home a.current_home {
	background: url(../images/sprite_nav.png) 0px -40px; 
} 
ul#spritenav li#bio a.current_bio {
	background: url(../images/sprite_nav.png) -106px -40px; 
}
ul#spritenav li#portfolio a.current_portfolio {
	background: url(../images/sprite_nav.png) -187px -40px; 
}
ul#spritenav li#blog a.current_blog {
	background: url(../images/sprite_nav.png) -325px -40px; 
}
ul#spritenav li#contact a.current_contact {
	background: url(../images/sprite_nav.png) -427px -40px; 
}
/* end nav active styles */




/* begin fade header styles */
#dissolve {
	background-image: url(../images/explode_hdr_wood.png);
	background-repeat: no-repeat;
	height: 245px;
	width: 980px;
}

#dissolvewrapper {
	height: 230px;
}
#navigation #fade {
	width: 80px;
	float: right;
	margin-top: 12px;
	margin-right: 100px;
	z-index: 500;
}
#navigation #doDissolve {
	float: right;
	margin-top: 12px;
	margin-right: 75px;
}
/* end fade header styles */

/* begin main section styles */

.links {
	height:275px;
}
.main, .links, .footer {
	background-image: url(../images/maindiv_bg_rpt.png);
	background-repeat: repeat-y;
}
#mainright {
	width: 625px;
	padding: 15px;
	margin-left: 280px;
}
#mainleft, #bioleft {
	width: 185px;
	float: left;
	margin-left: 50px;
}
#mainright p {
	font-size: 1.45em;
	line-height: 1.1em;
	padding: 10px;
	color: #E7D7B4;
}

#mainright p:first-line {
	text-indent: 25px;
	}
#mainright h2 {
	font-size: 1.9em;
	color: #CCCCCC;
}
#mainleft h4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/* end main section styles */
.divtop_img {
	background-image: url(../images/maindiv_bg_top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 980px;
	margin: 0px;
	padding: 0px;
}
.divbottom_img {
	background-image: url(../images/maindiv_bg_bottom.png);
	height: 20px;
	width: 980px;
}
.clear {
	clear: both;
}
#logo p {
	margin-left: 495px;
	margin-top: 28px;
	font-variant: small-caps;
	font-size: 12px;
}

.footer {
	height: 50px;
}
#sites {
	width: 225px;
	margin-right: 2px;
	text-align: center;
	float: left;
	padding-left: 35px;
}
.links h3 {
	font-size: 2em;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}
#sites img {
	padding-top: 3px;
	padding-bottom: 3px;
}
#services {
	float: left;
	width: 300px;
	padding-right: 15px;
	padding-left: 75px;
}
#services ul {
	color: #CDD1F0;
}
#services li {
	font-size: 1.7em;
}
.clear {
	clear: both;
}
#mainleft img, #bioleft img {
	margin: 5px;
	padding: 8px;
	border: 1px solid #203746;
}
.links #sites img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.links #message {
	float: right;
	width: 225px;
	padding-left: 35px;
	padding-right: 55px;
	background-image: url(../images/message.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
}
.links #message p {
	font-size: 1.35em;
	padding-top: 110px;
	line-height: 1.3em;
	color: #DACAA9;
}
#plinks {
	width: 175px;
	margin-left: 25px;
	float: left;
	background-image: url(../images/porfolio_nav_bg.png);
	background-repeat: no-repeat;
	border: 1px solid #31404F;
	height: auto;
}
#portfolio_main {
	width: 710px;
	float: right;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
}
#plinks li {
	list-style-type: none;
	width: 150px;
	padding-left: 15px;
}
#plinks a {
	font-size: 1.25em;
	font-weight: bold;
	color: #CCBE9E;
	text-decoration: none;
	line-height: 3.25em;
}
.links {
	clear: both;
}
#plinks a:hover {
	text-decoration: underline;
}
#portfolio_main h4 {
	font-size: 2em;
	color: #F8E8C3;
	padding-top: 10px;
}
.work_info {
	float: left;
	width: 225px;
	padding-right: 5px;
	padding-left: 35px;
	line-height: 1.5em;
}
.work {
	float: left;
	width: 420px;
	padding-left: 10px;
}

.work img {
	height: 150px;
	width: 400px;
	border: 1px solid #FFFFFF;
}
#plinks .plinkon {
	color: #FFFFFF;
}
.workwrapper {
	float: right;
	width: 710px;
	height: 205px;
	padding-bottom: 10px;
}
#contactform {
	padding-left: 250px;
}
.back {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
}
#contactform form {
	font-size: 2em;
	padding-bottom: 35px;
}

/* hs styles */
.highslide {
	cursor: url(http://www.william-byrd.com/images/hs/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-wrapper {
	background-color: #333333;
}
.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	color: #000000;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(http://www.william-byrd.com/images/hs/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    display: none;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(http://www.william-byrd.com/images/hs/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(http://www.william-byrd.com/images/hs/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(http://www.william-byrd.com/images/hs/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* end hs styles */
#dissolve h1 {
	padding-top: 60px;
	padding-left: 115px;
	font-size: 2.5em;
	color: #9599B2;
	padding-right: 350px;
}
#services a {
	font-size: 2.25em;
	color: #999966;
	text-decoration: none;
	font-weight: bold;
}
#services a:hover {
	background-color: #2F4857;
}
.footer li {
	padding-right: 15px;
	padding-left: 15px;
}
.footer a {
	color: #999966;
	text-decoration: none;
}
.footer ul {
	margin-left: 45px;
}
.footer p {
	color: #E0DFE3;
	text-align: center;
	padding-top: 15px;
}
.footer a:hover {
	background-color: #283E4D;
}
#message a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#message a:hover {
	text-decoration: underline;
}
#bio_main h4 {
	font-size: 2.25em;
}
#bio_main {
	float: right;
	width: 650px;
	padding-right: 75px;
}
#bio_main p {
	padding-bottom: 10px;
	font-size: 1.2em;
}
.work_info a {
	color: #E0D0B0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.9em;
}
.details {
	font-size: 1.75em;
	color: #9599B2;
	padding-left: 25px;
}
#portfolio_main ul {
	padding-left: 30px;
	padding-right: 120px;
	padding-top: 15px;
}
#portfolio_main li {
	list-style-type: none;
}
.links #sites .findme {
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 55px;
}
