
a {color: #a8a7a1;}
a:visited {color: #70706a;}
a:hover {color: #f0e246;}
a:active {color:#eee478;}
a img {border: none;}

h1 {
   z-index: 0;
   position: relative;
   color: #f0e246;
   line-height: normal;
   margin: -26px 0 0 4px; 
   padding: 0 0 0 0;
}

a#homelink, a:visited#homelink {
   margin: 0 0 0 24px;
   z-index: 1;
}

#container {
   width: 50em;
   max-width: 1000px;
   min-width: 650px;
}

.content {
  margin: 0px 0 0 0px;
  width: 21em; 
  min-height: 300px;
}

ul#toggle {
  width: 16em;
  margin: 0px 0 0 0px;
  position: relative;
  z-index: 3;
}
#toggle li {
  padding: 0 0 0 24px;
  font-size: 1.2em;
}
#toggle li:hover {
  background: url(/img/smallarrow.gif) -3px -3px no-repeat;
}
#toggle li a {
  color: #f0e246;
}
#toggle li a:hover {
  color: #ccc224;
}

#toggle li#current {
    background: url(/img/arrow.gif) -14px -3px no-repeat;
}
#toggle li#current a {
  font: bold 1.8em Georgia, Times, serif;
  text-decoration: none;
  color: #f0e246;
}
#toggle li#current a:hover {
  color: #f0e246;
  cursor: default;
}

#list {
  padding: 12px 0 12px 0px;
  margin-left: 6px;
}
#booking {
  padding: 12px 12px 24px 24px;
}
#booking ul li {
  font-size: 1.2em;
  margin: -2px;
}

a#banner {width:330px; height:0; padding-top:441px; position:absolute; margin-left: 180px; left: 16em; top:0px; background: url(/img/DGcontact2.gif) no-repeat 0px 0px;}
* html a#banner {height:441px; he\ight:0;}

#footer ul li a, #footer form {
display: none;
}

/* Page Navigation */

div#navbar {position: relative;}

dl#navbar {width:180px; height:300px; left: 16em; margin:-40px 0 0 auto;}

a#news {width:178px; height:0; padding-top:84px; left:0px; top:0px; background: url(/img/DGnewssb3.gif) no-repeat 0px -84px;}
* html a#news {height:84px; he\ight:0;}
a#news:hover {background-position: 0 0;}

a#bio {width:73px; height:0; padding-top:55px; left:105px; top:221px; background:url(/img/DGbiosb.gif) no-repeat 0px -55px;}
* html a#bio {height:55px; he\ight:0;}
a#bio:hover {background-position: 0 0;}

a#contact {display:none; position:absolute;}

a#music {width:103px; height:0; padding-top:59px; left:75px; top:160px; background:url(/img/DGmusicsb.gif) no-repeat 0px -61px;}
* html a#music {height:59px; he\ight:0;}
a#music:hover {background-position: 0 0;}

a#writing {width:79px; height:0; padding-top: 72px; left:99px; top:86px; background: url(/img/DGwritesb.gif) no-repeat 0px -72px;}
* html a#writing {height:72px; he\ight:0;}
a#writing:hover{background-position: 0 0;}

a#en {left:130px; top:282px; background:transparent url(../img/DGflags.gif) no-repeat 6px -30px;z-index: 11;}
a#en:hover {background-position: 6px 0;}
.current a#en {background-position: 6px 0;}

a#fr {left:137px; top:300px; background:transparent url(../img/DGflags.gif) no-repeat -190px 0px;z-index: 11;}
a#fr:hover {background-position: -190px -30px;}
.current a#fr {background-position: -190px -30px;}


dl#navbar a em {
  right: 0;
}

a#news em {
  margin: -1em 20px 0 0;
}
a#music em {
  margin: 0 76px 0 0;
}
a#bio em {
  margin: 0 55px 0 0;
}
a#contact em {
  display: none;
}
a#writing em {
  margin: -1em 80px 0 0;
}

/*                                                     */
                                                    */


/*                                                    */
/*  FORM                    */
/*                                                    */

.fieldsetclose {
}

.cform { 
	width: 15em; 
	padding-bottom:8px;
	margin: 0px auto 0 auto;
}

.cform fieldset	{ 
	margin:0px 0 0 0; 
	padding:0px 0 0 0; 
	border:none;
	
	}

.cform legend { 
	display:none;
}

ol.cf-ol { 
	margin:0; 
	padding:0 0 0px 0; 

}
ol.cf-ol li	{ 
	margin:0!important; /*some themes may interfere otherwise*/
	padding:3px 0; 
	list-style:none; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color: white;
	padding:3px 0; 
	text-align: center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color: #ddd;
        font-size: 1.1em;	 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
.cform label span {
	width:9em; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:0 10px 0 0; 
}


/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#ddd; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	overflow:auto;
        height: 5em;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	color:#ccc;
	margin:3px 5px 0 0;
	font-size:.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
        padding-top: 8px;
	color: #ddd;
        font-size: 1.1em;
	padding-left:0px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
	margin-left:00px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
}
.cform input.sendbutton	{ 
	width:10em; 
	height:26px; 
	padding:0; 
	margin:0;
        text-indent: -9999px;
	border:none!important;
	background:url(http://www.davidgarlitz.com/wp-content/plugins/contactforms/images/customform_dark_submit.jpg) no-repeat -275px 0; 
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:194px;
}
input.secinput {
	width:45px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	margin:0 0 0 10px;
	padding:0;
	border:none;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
        display: none;
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:center;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
/*	position: relative;
	margin-top:15px;
	padding-top:25px; */
}
* html img.captcha	{
	margin-top:1px;
}
*+html input.cf-box-a,
*+html input.cf-box-b,
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}