/* 
'****************************************************************************
' W O N D E R W E B Z   L L C
'
' File Description:  Master CSS file
' The default style sheet for DrPicart.com.
'
'****************************************************************************
*/



/* --------------BELOW SHOULD BE USED EXPLICITLY BY DEVELOPER-------------- */


/* ---- All Content ---- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(../img/wallpaper.jpg);
	color: #000000;
	font-family: Georgia, New Times Roman, serif;
	font-size: 100.1%;
	}

/* ---- Section 508 Compliance ---- */
#skip {
	position: absolute;
	margin: 5px 0 0 -1000px;
	list-style: none;
	}
#skip li {
	margin: 0;
	padding: 0;
	position: absolute;
	}
#skip a:focus, #skipnav a:active {
	width: 12em;
	margin-left: 1000px;
	overflow: visible;
	display: block;
	}

/* ---- Links ---- */

#content a {
	color: #ED1A22;
	}

#content a:visited {
	color: #4F1C24;
	}
		
#content a:hover {
	color: #64D5DD;
	}

#footer a {
	color: #ED1A22;
	}
	
#footer a:hover {
	color: #64D5DD;
	}	

/* ---- Text ---- */

h1 {
	color: #ED1A22;
	font-size: 1.4em;
	font-weight: bold;
	}

h2 {
	color: #333333;
	font-size: 1.25em;
	font-weight: bold;
	}
	
h3 {
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 0;
	}
	
p {
	line-height: 20px;
	}


/* ---- Misc Text ---- */



 
/* ---- Images ---- */
.adContainer 
{
    height: 150px;
    width: 625px;
    }
    
.adAzalea {
	float: left;
	height: 150px;
	text-indent: -9999px;
	width: 145px;
	}

.adAzalea a {
	background-image: url(../img/Azalea_LOGO.gif);
	float: left;
	height: 150px;
	width: 145px;
	}

.adATM {
	float: left;
	height: 150px;
	text-indent: -9999px;
	width: 197px;
	}

.adATM a {
	background-image: url(../img/ATM_LOGO.gif);
	float: left;
	height: 150px;
	width: 197px;
	}

	
/* ---- Layout ----  */
#container{
	background:  url(../img/bgContent.jpg) center center repeat-y;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width:871px;
	}
	
#content {
	}

#textContent {
	padding: 0 60px 0 60px;
	}

#textContentSmall {
	padding: 0 80px 0 80px;
	}

#footerWrapper {
	clear: left;
	margin: 0 auto;
	padding-top: 40px;
	width: 640px;
	}

	
/* ---- Navigation ---- */

#navBox {
	height:61px;
	float: left;
	margin: 0 auto;
	padding: 10px 0 0 60px;
	}

#nav ul {
	line-height:1.8em;
	width:710px;
	position: relative;
	}
	
#nav li {
	float:left;
	text-align:center;
	padding: 0 10px 0 10px;
	display: inline;
	}
	
#nav li:first-child {
	margin-left:6px;
	}
    	

#home a {
	background: url(../img/homeBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#home a:hover {
	background-position: center -29px;
	}
	
#archives a {
	background: url(../img/samplesBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#archives a:hover {
	background-position: center -29px;
	}
#archives.active a {
	background-position: center -57px;
	}

#fullArchives a {
	background: url(../img/archivesBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#fullArchives a:hover {
	background-position: center -29px;
	}
#fullArchives.active a {
	background-position: center -57px;
	}
	
#schedule a {
	background: url(../img/scheduleBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#schedule a:hover {
	background-position: center -29px;
	}
#schedule.active a {
	background-position: center -57px;
	}
	
#about a {
	background: url(../img/aboutBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#about a:hover {
	background-position: center -29px;
	}
#about.active a {
	background-position: center -57px;
	}
	
#bio a {
	background: url(../img/biographyBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#bio a:hover {
	background-position: center -29px;
	}
#bio.active a {
	background-position: center -57px;
	}
	
#contactBtn a {
	background: url(../img/contactBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#contactBtn a:hover {
	background-position: center -29px;
	}
#contactBtn.active a {
	background-position: center -57px;
	}



#homeM a {
	background: url(../img/homeBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#homeM a:hover {
	background-position: center -29px;
	}
	
#archivesM a {
	background: url(../img/archivesBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#archivesM a:hover {
	background-position: center -29px;
	}
#archivesM.active a {
	background-position: center -57px;
	}
	
#scheduleM a {
	background: url(../img/scheduleBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#scheduleM a:hover {
	background-position: center -29px;
	}
#scheduleM.active a {
	background-position: center -57px;
	}
	
#aboutM a {
	background: url(../img/aboutBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#aboutM a:hover {
	background-position: center -29px;
	}
#aboutM.active a {
	background-position: center -57px;
	}
	
#bioM a {
	background: url(../img/biographyBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#bioM a:hover {
	background-position: center -29px;
	}
#bioM.active a {
	background-position: center -57px;
	}
	
#contactBtnM a {
	background: url(../img/contactBtn.gif) no-repeat center 0;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:93px;
	}
#contactBtnM a:hover {
	background-position: center -29px;
	}
#contactBtnM.active a {
	background-position: center -57px;
	}


/* ---- Content ---- */
#login {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	margin-left: 700px;
	padding-top: 10px;
	}

#headerPhoto1 {
	background-image: url(../img/headerPhoto1.jpg);
	float: left;
	height: 104px;
	margin: 31px 0 0 580px;
	position: relative;
	width: 149px;
	}

#headerPhoto2 {
	background-image: url(../img/headerPhoto2.jpg);
	float: left;
	height: 140px;
	margin: -5px 0 0 580px;
	position: relative;
	width: 118px;
	}

#headerPhoto3 {
	background-image: url(../img/headerPhoto3.jpg);
	float: left;
	height: 140px;
	margin: -5px 0 0 580px;
	position: relative;
	width: 102px;
	}

#headerPhoto4 {
	background-image: url(../img/headerPhoto4.jpg);
	float: left;
	height: 140px;
	margin: -5px 0 0 580px;
	position: relative;
	width: 108px;
	}

#headerPhoto5 {
	background-image: url(../img/headerPhoto5.jpg);
	float: left;
	height: 140px;
	margin: -5px 0 0 580px;
	position: relative;
	width: 101px;
	}


/* ---- Footer ---- */

#footer {
	bottom: 0;
	color: #333333;
	font-size:.75em;
	height: 20px;
	line-height: 20px;
	margin: 10px;
	position: absolute;
	text-align: center;
	}
	



/* ---- Interior Pages ---- */

#header {
	background: url(../img/headerBG.gif) center center no-repeat;
	height: 231px;
	margin-left: 6px;
	width: 857px;
	}

.textbox {
	background: #EDFAFF; 
	border: 1px solid #000; 
	font-family: "Comic Sans MS", Monaco;
	font-size: 1.1em;
	padding: 2px;
	color: #333333; 
	width: 400px;
	display: block; 
	margin-bottom: 7px; 
}

input#paypal {
	border: none;
	height: 47px;
	padding: none;
	width: 122px;
	}

input#Comment {
	height: 100px;
}

input:focus, textarea:focus {
	background: #FFEBEB; 
	color: #333333;
	border: 1px solid #999999; 
}
label {
	color: #000; 
	display: block; 
}
fieldset {
	border: 1px solid #333333; 
	padding: 5px 15px 10px;
}
legend {
	color: #FFF; 
	font-size: 1.1em; 
	background: #666666; 
	padding: 1px 5px; 
	border: 1px solid #000;
}
input.button {
	background-color: #666666;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 120px 5px; 
	width: 8em;
}
/* The following selector resets the margins to the correct values for all browsers other than MacIE. */
/* hide from MacIE \*/
input.button {
	margin: 10px auto 5px auto;
}
/* end hide */