/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background-color: #036;
	text-align: center;
	box-sizing: border-box; /*traditional model from border to border sizing*/
	-moz-box-sizing: border-box; /*traditional model for mozilla*/
}
#centering{
	margin: 50px auto 0;
	width: 100%;
	text-align: left;
}
#wrapper{
	background-color: #FFFFFF;
	width: 950px;
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	margin: auto;
	line-height: 18px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}
#row1 {
	height: 60px;
}
#row2{
	clear:both;
	padding: 10px 0;
	border-top: 3px solid #c00;
}
/***********************************************/
/* Layout - Mast Head  - Left column          */
/***********************************************/
#row1col1{
	margin-left: 5px;
	float: left;
}
#row1col2{
	color: #999999;
	float: right;
}
#row1Nav{
	padding-top: 10px;
	clear: right;
	float: right;
}
#row1Nav ul{
	list-style-type: none;
	white-space: nowrap;	
	
}
#row1Nav li{
	display: inline;
	padding-left: 20px;
}
#row1Nav a:link, #row1Nav a:visited{
	color: #666666;
}
#row1Nav a:hover {
	color: #CC0000;
	text-decoration: none;
}
#pageName, h3{
	padding: 0px 0px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
/***********************************************/
/* Layout - Navigation  - Left column          */
/***********************************************/
#mainNav {
	float: left;
	padding: 0 20px 10px 20px;
	width: 130px;
}

#mainNav ul{/* eg. barsky, boudro, kaufmann*/
	list-style: none;
	text-indent: 15px;
}
/***********************************************/
/* Layout - Content  - Right column         */
/***********************************************/
#content {
	border-left: 2px solid #036;
	margin-left: 150px;
	color: #333333;
	padding-left: 30px;
	min-height: 300px;
}
#loadingArea{
	background-color: #fff;/*float: left;*/
}
#scroller{
	/*float: left;*/
	clear: both;
}
/***********************************************/
/* Layout - footer - base                      */
/***********************************************/
#footer{
	clear: both;
	color: #cccccc;
	font-size: 10px;
	border-top: 2px solid #c00;
}
#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: none;
}
/***********************************************/
/* Layout - Artist Details Above the scroller - Right column  */
/***********************************************/
.artistDetails{
	/*border-top: 1px solid #CCCCCC;*/
	width: 720px;
	height: 15px;
	padding: 3px 0;
	color:#666666;
	background-color: #F5F5F5;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px
}
.artistDetails ul{
	list-style-type: none;
	text-indent: 0px;
}
.artistDetails li{
	display: inline;
	float: left;
	text-indent: 0px;	
	width: 20%;
	text-align: center;
}
.artistDetails a:link, .artistDetails a:visited{
	color: #666666;
}
/***********************************************/
/* Layout - Switchable content  - Right column  */
/***********************************************/
#artwork{
	float: left;
	width: 320px;
	height: 320px;
	text-align: center;
	line-height: 300px;
	font-size: 300px;
}
#artwork img{
	vertical-align: middle;
}
#detailsOfWork {
	width: 250px;
	padding-left: 20px;
	padding-top: 60px;
	float: left;
}
.titleofwork {
	height: 50px;
	color: #333333;
	font-weight: bold;
}
.description, .priceRequest{
	padding-top: 10px;
	height: 70px;
	border-top: 1px solid #CCCCCC;	
	overflow: hidden;
}
.description{
}
.priceRequest {
}
/***********************************************/
/* Layout - gallery listing  - Right column  */
/***********************************************/
#galleryRow{
	height: 140px;
	padding: 10px;
	width: 80%;
	border-bottom: solid 1px #CCCCCC;
}
#galleryArtwork{
	height: 120px;
	float: left;
	padding: 10px;
}
#galleryDetails{
	padding-left: 35%;
	margin-top: 20px; 
}
/***********************************************/
/* Layout - shows  - Right column              */
/***********************************************/
.showlisting{
	width: 100%;
}
.show1, .show2, .show3{
	float: left; 
	width: 180px;
	margin: 10px 4% 0  0;
	padding: 5px;
	text-align: center;
}
.blurb{
	margin: 5px 0px;
}
.showlisting a img {
	padding: 1px;
	border: 1px solid #fff;
}
.showlisting  a:hover img, .showlisting  img:hover { /*image border hover color*/
	border: 1px solid #CC0000;
}

/***********************************************/
/* Oversize images - layout - base             */
/***********************************************/
.oversize #artwork{
	width: 1000px;
	height: 1000px;
	left: 0px;
	top: 0px;
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #cccccc;
}
.oversize #detailsOfWork {
	position: absolute;
	height: 300px;
	width: 1000px;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Links                                       */
/***********************************************/
#mainNav{
	color: #666;
}
#mainNav a:link, #mainNav a:visited{
	color: #333;
	width: 100%;
	line-height: 150%;
	display: block;
	text-decoration: none;
}
#mainNav a:hover{
	color: #c00;
	display: block;
}
a:link{
	color: #333;
}
a:visited{
	color: #999;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:active{
	color: #C00;
}
#content ul{
	list-style:disc;
}
p{
	padding: 5px 0;
}
#content li{
	margin-left: 30px;
}
blockquote{
	text-indent: 40px;
}
