/*Joel Spector Fine Art*/

body {
	background: #E3F0F9 url(images/bg.jpg) repeat-x top left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#333333;
}

img
{
	border: 0;
}

a
{
	text-decoration:none;
	}
	
a:link, a:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

h1 {
	font-size:34px;
	letter-spacing: +1px;
	text-transform:uppercase;
	color:#666666;
}

h4 {
	font-size:30px;
	font-weight:lighter;
	letter-spacing: -1px;
	color:#666666;
}

#header {
	background: url(images/spacer.gif) left top;
	background-repeat:repeat-x;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	padding: .5em;
	}

#text h1 {
	text-transform:none;
}

.gallerycontainer h1 {
	text-transform:none;
}


h2 {
	font-size:24px;
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

h5 {
	font-size: 12px;
	font-style:italic;
	color:#666666;
}	

#text {
	width: 800px;
	margin:auto;
	}		

#content {
	text-align:left;
	padding: 5px 50px 10px 50px;
	background-color:#ffffff;
	}

div.figurel {
  float: left;
  width: 185px;
  border: 0;
  margin: 0;
  padding: 6px 6px 12px 6px;
}

img.scaled {
  width: auto;
}

div.paragraphr {
  float: right;
  width: 495px;
  margin: 0;
  text-align: left;
  padding: 0 0 0 5px;
}


#splitl {
	float:left;
	text-align:left;
	width: 435px;
	height: 800px;
	padding: 25px 40px 10px 45px;
	background-color:#ffffff;
	}

#splitr {
	float:right;
	width: 200px;
	height:800px;
	text-align:left;
	padding: 25px 35px 10px 35px;
	background-color:#F1E4A1;
	}

#tri-l {
	float:left;
	width: 190px;
	padding: 25px 0px 10px 80px;
	}

#tri-mid{
	text-align:center;
	padding: 25px 0px 10px 0px;
}

#tri-r {
	float:right;
	width: 190px;
	padding: 25px 80px 10px 0px;
	}


td {
	width: 190px;
	padding: 10px 5px 10px 5px;
	text-align:center;
	vertical-align:top;
	}
	

#footer {
	background: url(images/footer2.jpg) no-repeat center bottom;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	padding: .5em;
	color:#ffffff;
	}

/*menu styles - credits to Dynamic Drive*/
	
.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #cccccc;
list-style-type: none;
text-align: center;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #cccccc;
border-bottom: none;
background-color: #F1E4A1;
color: #000000;
}

.basictab li a:visited{
color: #000000;
}

.basictab li a:hover, .basictab li a.current{
background-color: #cccccc;
color: #333333;
}

.basictab li a:active{
color: #333333;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
text-align:center;
}

/*gallery styles - credits to Dynamic Drive*/


.gallerycontainer{
width:700px;
margin: 0px auto;
position: relative;
padding: 1em;
text-align:center;
}

.thumbnail img{
border: 1px solid white;
margin: 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #ffffff;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
margin-top: 10px;
border: 1px dashed gray;
visibility: hidden;
color: #ffffff;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
height: 400px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 0px;  /*position where enlarged image should offset horizontally */
/*z-index: 50;*/
}

.previous {
	background-color: #CCCC99;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding:10px 0 10px 0;
}


#right
{
float: right;
}

.center
{
text-align:center;
}

#centered h5
{
text-align: center;
}

.cssform p{
width: 546px;
clear: left;
margin: 0;
padding: 5px 0px 8px 0px;
padding-left: 155px; /*width of left column containing the label elements*/
background-color:#cccc99;
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
padding-left: 10px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

