@charset "UTF-8";
/* CSS Document */


/* -----  Lyman Digital and all content is copywrite 2008   ----- */

/*Navigation image replacement meathod by Forum One Communiations at http://uxd.forumone.com/archives/149-Primary-Navigation-Image-Replacement.html
Additional CSS instruction from Justin Grady at http://justingrady.com/index.php*/



/* ------ Universal ------ */

* {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}
body {
	background:#000000;
	font-family:Helvetica, Arial, sans-serif;
	text-align: center;
}
#header {
	width:auto;
	background:url(img/display/header.gif) no-repeat;
	height:279px;
}
#preload_images {
	/* Preload R.O. images to get rid of btn flicker */
	display:none;
}
h1, h2, h3, h4 {
	text-indent: -1000px;
}
h5 {
	font-size: 26px;
	color: #57b6dd;
	margin-bottom: 5px;
}
h6 {
	color: #57b6dd;
	font-size: 20px;
}
p {
	color: #CCCCCC;
	line-height: 1.4em;
}
a {
	font-weight: bold;
	color: #bed63a;
	text-decoration: none;
	font-size: 18px;
}
a img {
	border: none; 
}
a:hover {
	font-weight: bold;
	color: #74b64a;
	text-decoration: none;
	font-size: 18px;
}
#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
/* ------ Layout ------ */
/* --- Header --- */

#subhead {
	height:99px;
	margin-bottom:2px;
}
/* --- Navigation --- */
#navigation {
	float:right;
	width:auto;
	margin-right:10px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	display:block;
	height:45px;
	position:relative;
}
#navigation a:link, #navigation a:active, #navigation a:visited, #navigation a:hover {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	color:#000000
}
#navigation span {
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
}
/*---------*/

#navhome {
	width:79px;
	margin-right:10px;
}
#navhome span {
	background:url(img/display/btn_nav_home.gif) no-repeat 0px 0px;
	width:79px;
}
#navhome a:link, #navhome a:active, #navhome a:visited, #navhome a:hover {
	width: 79px;
}
#navhome a:hover span {
	background:url(img/display/btn_nav_home_ro.gif) no-repeat 0px 0px;
}
#navhome a.selected:link span, #navhome a.selected:visited span, #navhome a.selected:active span {
	background: url(img/display/btn_nav_home.gif) no-repeat 0px 0px;
}
/*---------*/

#navportfolio {
	width:121px;
	margin-right:10px;
}
#navportfolio span {
	background:url(img/display/btn_nav_portfolio.gif) no-repeat 0px 0px;
	width:121px;
}
#navportfolio a:link, #navportfolio a:active, #navportfolio a:visited, #navportfolio a:hover {
	width:121px;
}
#navportfolio a:hover span {
	background:url(img/display/btn_nav_portfolio_ro.gif) no-repeat 0px 0px;
}
#navportfolio a.selected:link span, #navportfolio a.selected:visited span, #navportfolio a.selected:active span {
	background: url(img/display/btn_nav_portfolio.gif) no-repeat 0px 0px;
}
/*---------*/


#navmusic {
	width:82px;
	margin-right:10px;
}
#navmusic span {
	background:url(img/display/btn_nav_music.gif) no-repeat 0px 0px;
	width:82px;
}
#navmusic a:link, #navmusic a:active, #navmusic a:visited, #navmusic a:hover {
	width:82px;
}
#navmusic a:hover span {
	background:url(img/display/btn_nav_music_ro.gif) no-repeat 0px 0px;
}
#navmusic a.selected:link span, #navmusic a.selected:visited span, #navmusic a.selected:active span {
	background: url(img/display/btn_nav_music.gif) no-repeat 0px 0px;
}
/*---------*/

#navservices {
	width:108px;
	margin-right:10px;
}
#navservices span {
	background:url(img/display/btn_nav_services.gif) no-repeat 0px 0px;
	width:108px;
}
#navservices a:link, #navservices a:active, #navservices a:visited, #navservices a:hover {
	width:108px;
}
#navservices a:hover span {
	background:url(img/display/btn_nav_services_ro.gif) no-repeat 0px 0px;
}
#navservices a.selected:link span, #navservices a.selected:visited span, #navservices a.selected:active span {
	background: url(img/display/btn_nav_services.gif) no-repeat 0px 0px;
}
/*---------*/

#navcontact {
	width:108px;
}
#navcontact span {
	background:url(img/display/btn_nav_contact.gif) no-repeat 0px 0px;
	width:108px;
}
#navcontact a:link, #navcontact a:active, #navcontact a:visited, #navcontact a:hover {
	width:108px;
}
#navcontact a:hover span {
	background:url(img/display/btn_nav_contact_ro.gif) no-repeat 0px 0px;
}
#navcontact a.selected:link span, #navcontact a.selected:visited span, #navcontact a.selected:active span {
	background: url(img/display/btn_nav_contact.gif) no-repeat 0px 0px;
}
a.lrg_promoblock {
	display:block;
	width:600px;
	height:75px;
	background:url(img/display/btn_promo_lrgline.gif) no-repeat;
}
a:hover.lrg_promoblock {
	background:url(img/display/btn_promo_lrgline_ro.gif) no-repeat;
}
a.promoblock {
	display:block;
	width:257px;
	height:91px;
	background:url(img/display/btn_promo_block.gif) no-repeat;
	margin-bottom: 45px;
}
a:hover.promoblock {
	background:url(img/display/btn_promo_block_ro.gif) no-repeat;
}
.seemore {
	float:right;
	width:600px;
	text-align:right;
	clear:both;
}
#footnav {
	float:right;
	width:auto;
	margin-top:9px;
	margin-left:25px;
}
#footnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#footnav a:link, #footnav a:active, #footnav a:visited {
	color:#000000;
	font-size: 20px;
}
#footnav a:hover {
	color:#FFFFFF;
	font-size: 20px;
}
#findme {
	float: right;
	width: auto;
}
#findme ul {
	list-style:none;
}
#findme ul li {
	float:left;
	display:block;
	height:30px;
	position:relative;
}
#findme a:link, #findme a:active, #findme a:visited, #findme a:hover {
	display: block;
	height: 30px;
	color:#000000
}
#findme span {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
}
/*--- ---  ---*/

#findmyspace {
	width:90px;
	margin-left:10px;
}
#findmyspace span {
	background:url(img/display/btn_myspace.png) no-repeat 0px 0px;
	width:90px;
}
#findmyspace a:link, #findmyspace a:active, #findmyspace a:visited, #findmyspace a:hover {
	width: 90px;
}
#findmyspace a:hover span, #findmyspace a.selected:link span, #findmyspace a.selected:visited span, #findmyspace a.selected:active span {
	background: url(img/display/btn_myspace.png) no-repeat 0px 0px;
}
/*--- ---  ---*/

#findfacebook {
	width:90px;
	margin-left:10px;
}
#findfacebook span {
	background:url(img/display/btn_facebook.gif) no-repeat 0px 0px;
	width:90px;
}
#findfacebook a:link, #findfacebook a:active, #findfacebook a:visited, #findfacebook a:hover {
	width: 90px;
}
#findfacebook a:hover span, #findfacebook a.selected:link span, #findfacebook a.selected:visited span, #findfacebook a.selected:active span {
	background: url(img/display/btn_facebook.gif) no-repeat 0px 0px;
}
/*--- ---  ---*/

#findlinked {
	width:90px;
	margin-left:10px;
}
#findlinked span {
	background:url(img/display/btn_linkedin.png) no-repeat 0px 0px;
	width:90px;
}
#findlinked a:link, #findlinked a:active, #findlinked a:visited, #findlinked a:hover {
	width: 90px;
}
#findlinked a:hover span, #findlinked a.selected:link span, #findlinked a.selected:visited span, #findlinked a.selected:active span {
	background: url(img/display/btn_linkedin.png) no-repeat 0px 0px;
}
/* --- 2 Col. Content --- */
/*#content {
}*/
#left_col {
	float:left;
	width:600px;
	padding-right:17px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4d4d4d;
}
#right_col {
	float: right;
	width: 265px;
	height:auto;
	padding-bottom: 20px;
}
.artdesc {
	width: 600px;
	padding-top: 22px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #262626;
	margin-bottom: 6px;
}
.artdesc_body {
	font-size: 18px;
	color: #FFFFFF;
}
/*[ if IE] >
.artdesc_body p{
	zoom:1;
}
<![ endif] */
.artdesc_cat {
	font-size: 16px;
	font-weight: bold;
	color: #57b6dd;
	width: 60px;
	float: left;
	padding-top: 1px;
}
.music_container {
	float:left;
	width:600px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #262626;
}
.music_container_albumart {
	float:left;
	width:200px;
}
.music_info_container {
	float:right;
	width:380px;
}
.music_player {
	float:right;
	width:94px;
	margin-right:5px;
}
.music_player a {
	font-size: 12px;
	text-align: left;
}
.music_head {
	margin-bottom: 30px;
	float: left;
	width: 280px;
}
.music_title {
	font-size: 22px;
	font-weight: bold;
	color: #57b6dd;
}
.music_stat {
	font-size: 16px;
	color: #666666;
	font-style: italic;
}
.music_desc {
	font-size: 18px;
	float: left;
	width: 380px;
}
.music_download {
	float: left;
	width: 500px;
	text-align:left;
}
.music_download a {
	font-size: 12px;
	padding-top: 7px;
}
/* --- Footer --- */
#footer_tree {
	float:left;
	width:900px;
	margin-top:25px;
}
#footer_tree img {
	float:right;
	width:127px;
}
#footer {
	width:900px;
	height:39px;
	background:#57b6dd;
	clear:both;
	float: left;
}
#footer img {
	margin:0px 0px 0px 12px;
	float: left;
	width: 120px;
}
#subfooter {
	width: 900px;
	float: left;
	padding:15px 0px 25px 0px;
}
.copywrite {
	float: left;
	width: auto;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	margin-top:6px;
}
/* ------ Pages ------ */
/* --- Home --- */
#homenav {
	margin-top:-20px
}
#homesubhead {
	height:99px;
	background:url(img/display/dsp_freshink.gif) no-repeat;
	margin-bottom:2px;
}
#onthetables {
	height:104px;
	width:600px;
	background:url(img/display/dsp_onthetables.gif) no-repeat;
	margin-top:30px;
}
#welcome {
	margin-bottom: 40px;
	font-size:22px;
}
/*[ if IE] >
#welcome p {
	zoom:1;
}
<![ endif]*/

.music_container_home {
	float:left;
	width:600px;
	margin-bottom: 20px;
}
.dropcap {
	float:left;
	color:#e44044;
	font-size:300%;
	line-height:58px;
	font-weight: bold;
	margin: 2px 0 0 -2px;
}
#update {
	padding-top: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #262626;
}
#update_head {
	height:27px;
	background:url(img/display/dsp_whatshappening.png) no-repeat;
	margin-bottom: 15px;
}
#update_date {
	font-weight: bold;
	color: #57b6dd;
	font-size: 20px;
	margin-bottom: 5px;
}
#update_body {
	color: #999999;
	font-size: 18px;
}
/* --- Portfolio --- */

#porthead {
	width:200px;
	height:44px;
	background:url(img/display/dsp_subhead_portfolio.png) no-repeat;
	float: left;
	margin-top:6px;
}
#gallery {
	width:800px;
	height:600px;
	display: block;
	float:left;
	margin: -30px 0 69px 50px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
}
#flashcontent {
	height: 100%;
	text-align:center;
	line-height: 200px;
}
/* --- Music --- */

#musichead {
	width:200px;
	height:44px;
	background:url(img/display/dsp_subhead_music.png) no-repeat;
	float: left;
	margin-top:6px;
}
.music_albumart_info {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	padding-top:15px;
}
.music_bio {
	color: #999999;
	margin-bottom: 17px;
}
#music_bio_header {
	width:114px;
	height:21px;
	background:url(img/display/dsp_instereo.gif) no-repeat;
	margin-bottom: 15px;
}
/* --- Services --- */

#serviceshead {
	width:200px;
	height:44px;
	background:url(img/display/dsp_subhead_services.png) no-repeat;
	float: left;
	margin-top:6px;
}
.services_intro {
	font-size: 18px;
}
#services_container {
	margin-top: 40px;
}
.services_quad {
	float: left;
	height: 200px;
	width: 250px;
	margin: 0 50px 10px 0;
}
.services_quad ul li {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.3em;
	list-style: none;
}
#service_promo {
	width:600px;
	float:left;
	margin-top:-40px;
}
#service_extend {
}
#service_extend p {
	color: #000000;
	margin-bottom: 370px;
}
#experience_head {
	width:144px;
	height:27px;
	margin-bottom:15px;
	background:url(img/display/dsp_experience.gif) no-repeat;
}
#experience_list {
}
#experience_list ul {
	margin-bottom:15px;
}
#experience_list ul li {
	list-style: none;
	font-size: 18px;
	color: #999999;
	line-height: 1.3em;
}
#experience_list h6 {
	margin-bottom: 8px;
}
/* --- Contact --- */

#contacthead {
	width:200px;
	height:44px;
	background:url(img/display/dsp_subhead_contact.png) no-repeat;
	float: left;
	margin-top:6px;
}
#contact_left_col {
	float:left;
	width:600px;
}
#contact_left_col p {
	font-size: 18px;
}
form {
	width:590px;
	height:auto;
	background-color: #1a1a1a;
	border: thin solid #333333;
	margin-top:35px;
	padding: 10px 0 10px 10px;
}
form p {
	font-size: 20px;
	font-weight: bolder;
	color: #57b6dd;
	margin-bottom: 4px;
}
input {
	margin-bottom: 20px;
}
.sub_button {
	margin: 30px 0 10px 490px;
	width: 85px;
	height: 40px;
	background:url(img/display/btn_conact_send.gif) no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom:10px;
	text-indent: -1000px;
	cursor: pointer;
	cursor: hand;
}
#sent_talk {
	margin-top: 225px;
	text-align: center;
	margin-bottom: 135px;
}

/* --- video --- */

#videohead {
	width:200px;
	height:44px;
	background:url(img/display/dsp_subhead_video.png) no-repeat;
	float: left;
	margin-top:6px;
}
#video_container {
	width:720px;
	margin-left:90px;
	margin-top:15px;
}
#video_desc {
	width:420px;
	height:auto;
	float:left;
	background-color: #1a1a1a;
	border: thin solid #333333;
	text-align: left;
	padding: 10px;
	margin-top: 30px;
	margin-bottom:15px;
}
.vid_name {
	font-size: 22px;
	font-weight: bold;
	color: #57b6dd;
}
.vid_info {
	font-size: 16px;
	color: #666666;
	font-style: italic;
}
.vid_txt {
	font-size: 18px;
}
#more_video_container {
	width:258px;
	float:right;
	margin-top:30px;
	margin-bottom:15px;
}
.more_video {
	font-size: 18px;
	font-weight: bold;
	color: #e44044;
	margin-bottom: 15px;
}
.more_video_set {
	width:80px;
	float:left;
	margin-right:6px;
}
.more_video_set a img{
	margin-bottom: 7px;
	border:none; 
}

.more_video_set a:link, .more_video_set a:visited, .more_video_set a:hover  {
	font-size: 14px;
	font-weight: normal;
}
#site_meter {
	float: left;
	width: auto;
}
