@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.eot');
    src: url('lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-light-webfont.woff') format('woff'),
         url('lato-light-webfont.ttf') format('truetype'),
         url('lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding:0;
	font-weight:normal;
	font-family: 'latolight', arial !important;
	font-size:100%;
	color:#000;
}
html, body, #content {
	height: 100%;
	padding:0;
	background-color:#fff;
}
h1{
	font-size:2.5em;
	letter-spacing:15px;
	z-index:1000;
	margin:0 0 0 5px;
	cursor:hand;
}
h1 a:hover{
	opacity:0.4;
}
a{
	text-decoration:none;
	color:#D9690D;
}
a:hover{
	color:#565656;
}
p{
	margin:10px 0;
}
h2{
	position:relative;
	font-size:1.5em;
	letter-spacing:6px;
	z-index:1000;
	margin:15px 0;
	text-align:center;
	width:100%;
	float:none;
	clear:both;

}
h3{
	font-size:1.1em;
	text-align:left;
	width:100%;
	float:none;
	clear:both;
	width:100%;
	border-top:1px solid #ababab;
	margin:10px 0;
	padding:5px 0;
}
.menu {
	position:relative;
	list-style-type: none;
	display:block;
	margin: 0px;
	height:40px;
}
.menu li{
	position:relative;
	display:block;
	width:25%;
	float:left;
	font-size:0.9em;
	letter-spacing:8px;
	text-align:center;
	margin:0;
}

.menu li a{
	color:#565656;
}
.menu li a:hover{
	color:#D9690D;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin:0px 0px -60px 0px;
}
#content{
	position:relative;
	width:1024px;
	margin: 0 auto;
}
#gridWrapper{
	position:relative;
	width:1020px;
	padding-top:100px;
	margin:0px auto;
	float:none;
	clear:both;
}
#footer{
	position:relative;
	width:1024px;
	margin:10px auto 0 auto;
	height:60px;
	bottom: 0px;
	background-color:#fff;
	text-align:center;
}
.push{
	height:60px;
	width:100%;
	float:none;
	clear:both;
	position:relative;
}
.box{
	background-color:#efefef;
	position:relative;
	float:left;
	margin: 5px 5px 0 0;
}

.vertboxholder{
	position:relative;
	margin-right:5px;
	float:left;
	height:410px;
	width:200px;
}
.horizboxholder{
	position:relative;
	margin-right:5px;
	float:left;
	height:410px;
	width:405px;
}
.bigbox{
	width:405px;
	height:405px;
}
.vertbox{
	width:200px;
	height:405px;
}
.horizbox{
	width:405px;
	height:200px;
}
.smallbox{
	width:200px;
	height:200px;
}


.paleGrey{
	color:#ababab;
}
.medGrey{
	color:#565656;
}

#footer p{
	margin:40px auto;
	font-size:1.0em;
	letter-spacing:10px;
}
#footer p .paleGrey{
	color:#ababab;
}
#footer p .medGrey{
	color:#565656;
}

.thumb{
	position:relative;
	width:200px;
	height:200px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	float:left;
	margin:2px;

}
.sold{
	width:24px;
	height:24px;
	background-image:url(../images/css/sold.png);
	background-position: 50% 50%;
	background-repeat:no-repeat;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1000;
}
.noshow{
	width:24px;
	height:24px;
	background-image:url(../images/css/hidden.png);
	background-position: 50% 50%;
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1000;
}

.innerthumb{
	/*border:2px solid #FFF;*/

}
.innerthumbsold{
	border:4px solid red;
	margin:-3px 0 0 -3px;

}
.innerthumbhover{
	/*border:2px solid #FF9900;*/
	cursor:pointer;

}
#header{
	width:1024px;
	margin: 0 auto;
	height:75px;
	border-bottom:1px solid #ababab;
}
#headerleft{
	position:relative;
	width:500px;
	float:left;
	height:50px;

}
#headerright{
	position:relative;
	width:524px;
	float:left;
	height:50px;
}
.icons{
	position:relative;
	width:135px;
	height:23px;
	margin:10px 0 0 389px;
}
.iconshome{
	position:relative;
	width:135px;
	height:23px;
	margin:0 auto;
}
.icon{
	position:relative;
	float:left;
	width:32px;
	height:32px;
	margin:0 5px;
	display:block;
}
.icon img{
	border:none;
	width:32px;
	height:32px;
}

.icon:hover{
	opacity:0.4;
}
.menu{
	position:relative;
	height:18px;
	float:left;
	width:1024px;
}

#gallery{
	position:relative;
	width:1024px;
	margin:0 auto;

}
.bw{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;
}
.clear{
	width:100%;
	clear:both;
	float:none;
	font-size:0.01em;
	height:1px;
}
.moretag a{
	font-size:0.7em;
	color:#565656;
	text-decoration:none;
}
.moretag a:hover{
	color:#D9690D;
}
.textl, .textr{
	color:#000;
	text-align:justify;
	font-size:0.9em;
	width:480px;
	float:left;
	position:relative;
}
.textl{
	margin:0 20px 0 12px;	
}
.textr{
	margin:0 12px 0 20px;
}
#portrait{
	position:relative;
	width:1000px;
	height:500px;
	background-image:url(http://www.montrealartist.com/images/DSC080601.jpg);
	margin: 0 auto;
	z-index:10000;
	float:none;
}
.ulist{
	list-style-type:circle;
	margin:5px 0 5px 20px;
	list-style-position:outside;
}
.listitem{
	width:100%;
	float:none;
	text-align:left;
	font-size:1em;
	letter-spacing: 0px;
}
#art{
	position:relative;
	width:100%;
	
text-align:center;
}
#largepic{
	visibility:hidden;
	position:relative;
	margin:0 auto;
}
#subtext{
	position:relative;
	margin:-3px auto 0 auto;
	font-size:0.9em;
}
#seotags{
	display:none;
}
.prev,.next{
	width:24px;
	height:48px;
	position:absolute;
	background-position:0 0;
	background-repeat:no-repeat;
	top:50%;
	cursor:pointer;
}
.prev{
	background-image:url(../images/css/prev.png);
	left:5px;

}
.next{
	background-image:url(../images/css/next.png);
	right:5px;
}
.prev:hover,.next:hover{
	opacity:0.4;
}
.topback, .btmback{
	clear:both;
	float:none;
	text-align:center;
	width:100%;	
}

.topback{
	margin:10px auto 0 auto;
}
.btmback{
	margin:20px auto;
}

#contact{
	width:500px;
	position:relative;
	margin:0 auto;
}
#contactFormThanks{
	position:relative;
	display:none;
	padding:50px 0 0 0;
	height:200px;
}
form{
	width:500px;
	margin:50px auto;

}
.priceform{
	margin:50px auto;
	width:800px;
}

.form_label{
	height:35px;
	width:155px;
	float:left;
	margin:0 5px 0 0;
	text-align:right;
}
.form_data{
	height:35px;
	width: 295px;
	float:left;
	margin:0 0 0 0;
	text-align:left;
}
.form_label_narrow{
	height:35px;
	width:90px;
	float:left;
	margin:0 5px 0 0;
	text-align:right;
}
.form_data_narrow{
	height:35px;
	width: 80px;
	float:left;
	margin:0 0 0 0;
	text-align:left;
}
.formButton{
	border:1px solid #ababab;
	padding:5px;
	margin:0 0 0 155px;
	background-color:#fff;
}
.formButton:hover{
	color:#D9690D;
	cursor:pointer;
}

#shows{
	width:1000px;
	margin:20px auto 0 auto;
	position:relative;
	clear:left;
}
.showheader{
	display:block;
	width:100%;
	float:none;
	clear:both;
	letter-spacing:6px;
	margin:0 0 10px 0;
}
.nextshow{
	text-align:center;
	width:50%;
	float:left;
	font-size:0.9em;
	margin:25px 0 0 0;
}
#admin{
	position:absolute;
	top:10px;
	right:175px;
	font-size:0.75em;
}
#workarea{
	position:relative;
	margin:0 auto;
}
#frame1{
	position:absolute;
	border:2px solid red;
	z-index:1000;
}
#frame2{
	position:absolute;
	width:100%;
	border:2px solid blue;
}
#taglist{
	width: 295px;
	margin:-5px 0 10px 0;
	min-height:35px;
	float:left;
}
.tag{
	margin:0 0 0 5px;
	font-size:0.8em;
	color:#222;
	cursor:pointer;
	float:left;
}
.seltag{
	color: #FF9900;
}
.atag{
}
.atagsel{
	color: #FF9900;
}