/* CSS file for the www.davejfox.com website */
/* (c) by Dave J Fox | http://www.davejfox.com */

/* xhtml tag definitions */

* { 
  margin: 0;
  padding: 0;
}

div.cb {
	clear: both;
}

.access {
	display: none;
}

body, html {
	background: url(gfx/bg.gif) #fff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/*--wrapper--*/

div#wrapper {
	width: 740px;
	height: auto;
	margin: 0 auto;
	color: #4f4f4f;
}

div#top {
	background:url(gfx/top-bg.jpg) bottom right no-repeat;
	display: block;
	width: 740px;
	height: 198px;	
}

h1 a {
	float: left;
	display: block;
	width: 307px;
	height: 147px;
	background: url(gfx/dave-j-fox-logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 34px 0 0 0;
}

ul#tm {
	float: right;
	margin: 20px 0 0 0;
}

ul#tm li {
	list-style: none;
	float: left;
	margin: 0 0 0 10px;
}

ul#tm li a {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
}

ul#tm li a#ih {
	background: url(gfx/icon-home.gif);
}

ul#tm li a#ih:hover {
	background: url(gfx/icon-home.gif) -15px 0;
}

ul#tm li a#icm {
	background: url(gfx/icon-contact-me.gif);
}

ul#tm li a#icm:hover {
	background: url(gfx/icon-contact-me.gif) -15px 0;
}

ul#tm li a#ism {
	background: url(gfx/icon-site-map.gif);
}

ul#tm li a#ism:hover {
	background: url(gfx/icon-site-map.gif) -15px 0;
}

h2 {
	color: #73bf44;
	font-size: 1.6em;
	padding: 72px 0 0 0;
	font-family: Myriad, Myriad Web Pro, Arial, Helvetica, sans-serif;
}

h2 span{
	color: #4f4f4f;
	font-size: 0.8em;
}

ul#mm {
	padding: 28px 0 0 0;
}

ul#mm li {
	display: inline;
	font-size: 0.8em;
	margin: 0 5px 0 0;
}

ul#mm li a {
	font-weight: bold;
	color: #73bf44;
	text-decoration: none;
	padding: 0 0 2px 0;
}

ul#mm li a:hover {
	border-bottom: 2px solid #4f4f4f;
}

div#sidebar {
	display: block;
	height: auto;
	width: 262px;
	border-right: 40px solid #fff;
	padding: 0 0 30px 0;
	background: url(gfx/logo-reflection.jpg) top no-repeat;
	float: left;
}

div#content {
	display: block;
	height: auto;
	width: 438px;
	float: left;
	background: url(gfx/top-reflection.jpg) top right no-repeat;
}

h3 {
	font-size: 1.2em;
	color: #73bf44;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
}

h4, h5 {
	color: #4f4f4f;
	margin: 20px 0 10px 0;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

p {
	font-size: 0.8em;
	color: #4f4f4f;
	margin: 0 0 10px 0;
	line-height: 130%;
	text-align: justify;
}

p.author {
	font-style: italic;
	font-weight: bold;
}

p.bc {
	font-size: 0.7em;
	font-weight: bold;
}

p em {
	font-size: 0.8em;
}

p a.va {
	font-weight: bold;
}

p a, div#content ul li a, ul#news li a {
	color: #73bf44;
	text-decoration: none;
	border-bottom: 1px dotted #4f4f4f;
	padding: 0 0 1px 0;
}

p a:hover, div#content ul li a:hover, ul#news li a:hover {
	color: #4f4f4f;
	border-bottom: 1px dotted #73bf44;
}

div#content ul {
	margin: 0 0 10px 18px;
}

div#content ul li {
	font-size: 0.8em;
	color: #4f4f4f;
	line-height: 130%;
	text-align: justify;
}

img.portfolio {
	border: 2px solid #73bf44;
	margin: 0 0 20px 0;
}

hr {
	background: #73bf44;
	border-color: #73bf44;
	margin: 10px 0 20px 0;
}

div#sidebar hr {
	margin: 15px 0 10px 0;
}

div#newswrap {
	padding: 10px;
	margin: 0 0 10px 0;
	border-top: 1px #73bf44 dotted;
	border-bottom: 1px #73bf44 dotted;
	width: 241px;
	height: 250px;
	background: #eeeeee;
}

div#newswrap img {
	border: 2px #73bf44 solid;
}

ul#newsportfolio, ul#news {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#news li {
	font-size: 0.8em;
	text-align: justify;
}

ul#news li strong {
	font-size: 1.2em;
}

div#newsletter form {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	border-top: 1px #73bf44 dotted;
	border-bottom: 1px #73bf44 dotted;
	width: 261px;
	background: #eeeeee;
}

div#newsletter form input#youremail {
	width: 235px;
	font-size: 1em;
	font-weight: normal;
}

div#newsletter form input.button {
	padding: 1px 10px 1px 10px;
}

form {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	border-top: 2px #73bf44 solid;
	border-bottom: 2px #73bf44 solid;
	width: 436px;
	background: url(gfx/form-bg.jpg) right top no-repeat;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

input, select, textarea {
  color: #a7a7a7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 1px 2px 1px 2px;
  width: 220px;
  margin: 0 0 10px 10px;
  background: #fff;
  border: 1px #848484 solid;
}

label {
  font-weight: bold;
  font-size: 0.8em;
  color: #73bf44;
  margin: 0 0 10px 10px;
}

textarea {
  font-size: 0.8em;
  height: 100px;
  width: 410px;
}

input#send {
  width: 100px;
  font-weight: bold;
  font-size: 0.8em;
}

input#send:hover {
  color: #73bf44;
  border-color: #73bf44;
}

div#foot {
	display: block;
	width: 740px;
	height: 15px;
	background: url(gfx/foot.jpg) no-repeat;
	padding: 20px 0 0 0;
}

div#foot ul#lowernav {
	padding: 5px 0 15px 0;
}

div#foot ul#lowernav li {
	display: inline;
	font-size: 0.8em;
	color: #4f4f4f;
}

div#foot ul#lowernav li a {
	display: inline;
	color: #73bf44;
	text-decoration: none;
	border-bottom: 1px dotted #4f4f4f;
}

div#foot ul#lowernav li a:hover {
	color: #4f4f4f;
	border-bottom: 1px dotted #73bf44;
}

/*--jQuery--*/

div.panel_example {
	margin: 0 0 20px 0;
}

.panel {
	text-align: center;
	letter-spacing: .2em;
	height: 23px;
	padding-top: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	margin-bottom: 0px;
}

.panel a {
	text-decoration: none;
	color: #000000;
}

 .panel-up {
	background: url(gfx/backtitle-up.gif) no-repeat scroll 10px 5px #eeeeee;
}

.panel-up:hover {
	background: url(gfx/backtitle-up.gif) no-repeat scroll 10px 5px #fff;
}

.panel-down {
	background: url(gfx/backtitle-down.gif) no-repeat scroll 10px 5px #eeeeee;
}

.panel-target {
	padding: 5px;
	background-color: #FFCC66;	
}

.panel-closed {
	display: none;
}

div.barrage {
	background: url(gfx/barrage-logo.jpg) no-repeat top left;
}

div.tourgreens {
	background: url(gfx/tour-greens-logo.jpg) no-repeat top left;
}

div.hughdurham {
	background: url(gfx/hugh-durham-logo.gif) no-repeat top left;
}

div.rcr {
	background: url(gfx/rcr-logo.jpg) no-repeat top left;
}

p.acctxt {
	width: 270px;
	margin: 2px 0 0 140px;
	padding: 0 0 10px 0;
}

p.acc {
	font-weight: bold;
	color: #73bf44;
}

/*--xml--*/

urlset url {
	display: list-item;
}

/*--Shadow Box--*/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}