/*
	Latique by Joshua Gatcke
*/

body{
background:#fff;
font:normal 0.9em/140% "Trebuchet MS", Verdana, arial, sans-serif;
color:#666;
margin:0;
padding:0;
}

a.clean {
  text-decoration: none;
  color: #000000;
}

#logo {
  color: #000000;
  height: 65px;
  width: 225px;
  font-family: georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  font-variant: small-caps;
}

#latiquelogo {
  font-size: 34px;
  font-family: georgia, Times, "Times New Roman", serif;
  font-variant: small-caps;
  line-height: 44px;
}



.container{
width:1000px;
margin:auto;
position:relative;
top:0;
left:0;
}

#beta{
border:1px solid #ddd;
margin-top:20px;
padding:30px 20px 20px 40px;
background:url(img/beta.jpg) repeat-x 300px 0px;
cursor: pointer;
}

	#beta h2{padding-left:0;margin-top:0;}
	#beta p{padding-right:500px;}

#header{
position:relative;
width: 980px;
top:0;
left:0;
padding:30px 0 20px 42px;/*mylogo*/
padding:30px 0 20px 0;/*THIERLOGO*/
}

	#header h1,
	#header h2{
	display:none;
	}

#topdisplay {
	position:absolute;
	top:0;
	right:0;
	width:250px;
	height: 20px;
	z-index:500;
	text-align: center;
}
div#searchbar {
	width: 160px;
	height: 25px;
	position:absolute;
	top: 50px;
	right: 0;
	z-index:500;
	text-align: center;
}
#addthis {
	position: absolute;
	top: 3px;
	right: 300px;
	z-index: 500;
	text-align: center;
}
div#facebook {
	width: 25px;
	height: 25px;
	position:absolute;
	top: 3px;
	right:125px;
	z-index:500;
	text-align: center;
}
div#twitter {
	width: 25px;
	height: 25px;
	position:absolute;
	top: 3px;
	right:150px;
	z-index:500;
	text-align: center;
}
div#plus {
	width: 25px;
	height: 25px;
	position:absolute;
	top: 6px;
	right:260px;
	z-index:500;
	text-align: center;
}
#login{
	position:absolute;
	top:0;
	right:0;
	height: 22px;
	z-index:500;
	text-align: center;
	width: 120px;
	padding:3px 0 3px 0;
	font-size:0.9em;
	text-decoration: none;
	background: #efefef;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: inset 0 -2px 5px #888;
	-webkit-box-shadow: inset 0 -2px 5px #888;
	box-shadow: inset 0 -2px 5px #888;
}
#login div.login_left {
	width: 6px;
	height: 30px;
	background:url(img/login_left.png) no-repeat bottom center;
}
#login div.login_middle {
	width: 20px;
	height: 30px;
	background:url(img/login_middle.png) no-repeat bottom center;
}
#login div.login_right {
	width: 6px;
	height: 30px;
	background:url(img/login_right.png) no-repeat bottom center;
}

	/*#login{
	position:absolute;
	top:0;
	right:0;
	width:250px;
	z-index:500;
	background:url(img/box-small-header.png) no-repeat bottom center;
	text-align: center;
	padding:3px 0 3px 0;
	font-size:0.9em;
	}
	
		#login span{
		width:100%;
		height:13px;
		position:absolute;
		bottom:-10px;
		left:0;
		background:url(img/box-small-footer.png) no-repeat bottom center;
		}*/
		
		#member-menu{
		margin:0;
		padding:0;
		list-style-type:none;
		display:inline;
		position: relative;
		top:0;
		left:0;
		}

			#member-menu li{
			display:inline;
			padding:0;
			margin:0;
			}
			
			/*#member-menu li:hover ul{
			display:block;
			}*/
			
			#member-menu li a{
			display:inline-block;
			padding:3px 10px 3px 27px;
			margin-left:10px;
			/*-moz-border-radius:10px;
			-webkit-border-radius:10px;
			border-radius:10px;*/
			background:#ddd url(img/icon_ball_green_16.png) no-repeat 7px 4px;
			text-decoration:none;
			border-bottom:1px solid #fff;
			border-top:1px solid #ccc;
			}
		
			#member-menu ul{
			text-align:left;
			display:none;
			list-style-type:none;
			position:absolute;
			top:1.5em;
			left:0;
			margin:0;
			padding:10px;
			border:1px solid #ccc;
			background:#efefef;
			/*-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border-radius:5px;*/
			}

				#member-menu ul li{
				margin:0;
				padding:0;
				}
				
				#member-menu ul li a{
				display:block;
				padding:3px 15px 3px 27px;
				margin:0;
				white-space: nowrap;
				border-top:1px solid #fff;
				border-bottom:1px solid #ddd;
				background-color: transparent;
				color:#666;
				background-repeat:no-repeat;
				background-position:5px 5px;
				}
				
				#member-menu ul li a:hover{background-color:#fff;}
				
				#member-menu ul li#ma-1 a{background-image:url(img/icon_home_16.png);}
				#member-menu ul li#ma-2 a{background-image:url(img/icon_profile_16.png);}
				#member-menu ul li#ma-3 a{background-image:url(img/icon_profile_edit_16.png);}
				#member-menu ul li#ma-4 a{background-image:url(img/icon_antiques_16.png);}
				#member-menu ul li#ma-5 a{background-image:url(img/icon_comments_16.png);}
				#member-menu ul li#ma-6 a{background-image:url(img/icon_blog_16.png);}
				#member-menu ul li#ma-7 a{background-image:url(img/icon_magazine_16.png);}
				#member-menu ul li#ma-8 a{background-image:url(img/icon_users_16.png);}
				#member-menu ul li#ma-9 a{background-image:url(img/icon_logout_16.png);}
	
#mainnav{
margin:0;
padding:0;
list-style-type:none;
height:1%;
position: absolute;
top:0;
right:90px;
}

	#mainnav li{
	display:block;
	float:left;
	width:98px;
	margin:0;
	padding:0;
	}

	#mainnav li a{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:1.5em;
	font-weight:normal;
	line-height:100%;
	padding:57px 0 37px 0;
	font-variant: small-caps;
	font-family: georgia, Times, "Times New Roman", serif;
	}

	#mainnav li.selected a,
	#mainnav li.selected a:hover{
	cursor: default;
	color:#fff;
	height: 36px;
	background:url(img/nav-anchor.png) repeat-y top left;
	}

	#mainnav li a:hover{
	height: 70px;
	background:url(img/nav-hover.png);
	}

#welcome h2{
border:1px solid #eee;
padding:20px;
font-size:1.2em;
margin:0 auto;
width:1000px;
}
	
#content{
width:73%;
float:left;
}
	
#sidebar{
width:25%;
float:right;
margin-top:20px;
}

	#sidebar ul, #sidebar ol{
	margin:10px 0 20px 0;
	padding:0 0 0 20px;
	font-size:0.9em;
	color:#999;
	}
	
		#sidebar li{
		border-bottom:1px dotted #ccc;
		margin-top:3px;
		padding-bottom:3px;
		}
		
		#sidebar li a{
		text-decoration:none;
		/*display:block;*/
		padding:3px 0;
		}
		
		#sidebar li a:hover{
		background:#fff;
		}

#footer{
clear:both;
padding:0 0 20px 0;
text-align:center;
margin:20px;
font-size:0.8em;
color:#888;
}

	#footer a{
	color:#888;
	margin:0 15px;
	}
	
	#footer .copy a{
	margin:0;
	}
	
	#footer p{
	margin:10px 0;
	}
	
	#footer .logo{
	margin-top:30px;
	}

/*--------------- !HTML ELEMENTS --------------------*/

h1{
margin:20px 5px 0 20px;
padding:0 0 0 0;
line-height:120%;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
font-size:1.8em;
color:#000;
font-weight: normal;
}

h2{
color:#000;
font-weight: normal;
margin:35px 0 15px 0;
padding:0px;
text-align:left;
position:relative;
top:0;
left:0;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
font-size:1.5em;
line-height: 120%;
}

	h2 span{
	font-size:0.5em;
	position:absolute;
	right:20px;
	top:0;
	font-weight:normal;
	}
	
	h2 span a.button{
	margin-top:0;
	}
	
	h2 a{
	color:#000;
	text-decoration: none;
	}
	
	h2 span a{
	font-family:"Trebuchet MS", verdana, arial, sans-serif;font-variant: normal;
	text-decoration: underline;
	}

h3{
color:#000;
font-weight: normal;
margin:0 0 0 0;
padding:0 0 0 0;
line-height:100%;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
font-size:1.2em;
line-height: 120%;
}

	h3 a{
	color:#000;
	text-decoration:none;
	}

p{
/*margin:0 0 0 0;*/
padding:0 0 0 0;
}

ul,ol{
line-height:140%;
}

/*--------------- !FORMS --------------------*/

form{
margin:0;
padding:0;
}

label{
display:block;
margin-top:15px;
width:90%;
color:#555;
}

	label span{
	color:#999;
	font-size:0.9em;
	float:right;
	}

input{
font-size:1.2em;
width:90%;
background:transparent;
border:0;
display:block;
height:25px;
padding:7px 10px 5px 10px;
margin:0;
}

input.light{color:#999;}
input.dark{color:#000;}

input:focus{
outline:none;
}

	.textfield{
	display:block;
	background:url(img/textfield-bg-left.png) no-repeat center left;
	height:37px;
	position:relative;
	top:0;
	left:0;
	width:90%;
	}
	
		.textfield span{
		display:block;
		width:15px;
		position:absolute;
		bottom:0;
		right:-15px;
		background:url(img/textfield-bg-right.png) no-repeat center right;
		height:37px;
		}

textarea{
border:1px solid #ddd;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
padding:5px;
height:130px;
width:90%;
margin-left:0;
}

input.checkbox{
width:auto;
display:inline;
line-height:100%;
font-size:12px;
padding:0;
margin:0;
vertical-align: middle;
}

button,a.button{
background:url(img/button-bg.png) repeat-x bottom left;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border:0;
color:#fff;
font-weight: bold;
font-size:14px;
padding:5px 15px;
margin:10px auto 0 auto;
cursor: pointer;
text-decoration: none;
line-height:100%;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
width:auto;
white-space: nowrap;
/*display:inline-table;*/
display:block;
text-align:center;
}

a.button:active{
color:#fff;
background-position:top left;
}

button2,a.button2{
background:url(img/button-bg.png) repeat-x bottom left;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border:0;
color:#fff;
font-weight: bold;
font-size:14px;
padding:5px 15px;
margin:-10px auto 0 auto;
cursor: pointer;
text-decoration: none;
line-height:100%;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
width:250px;
white-space: nowrap;
/*display:inline-table;*/
display:block;
text-align:center;
}

a.button2:active{
color:#fff;
background-position:top left;
}

button3,a.button3{
background:url(img/button-bg.png) repeat-x bottom left;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border:0;
color:#fff;
font-weight: bold;
font-size:14px;
padding:5px 15px;
margin:-10px auto 0 auto;
cursor: pointer;
text-decoration: none;
line-height:100%;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
width:200px;
white-space: nowrap;
/*display:inline-table;*/
display:block;
text-align:center;
}

a.button3:active{
color:#fff;
background-position:top left;
}

button4,a.button4{
background:url(img/nav-anchor.png) repeat-x bottom left;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border:0;
color:#fff;
font-weight: bold;
font-size:14px;
padding:5px 15px;
margin:10px auto 0 auto;
cursor: pointer;
text-decoration: none;
line-height:100%;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
width:auto;
white-space: nowrap;
/*display:inline-table;*/
display:block;
text-align:center;
}

a.button4:active{
color:#fff;
background-position:top left;
}

button5,a.button5{
background:url(img/nav-anchor.png) repeat-x bottom left;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border:0;
color:#fff;
font-weight: bold;
font-size:14px;
padding:5px 15px;
margin:-10px auto 0 auto;
cursor: pointer;
text-decoration: none;
line-height:100%;
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
width:250px;
white-space: nowrap;
/*display:inline-table;*/
display:block;
text-align:center;
}

a.button5:active{
color:#fff;
background-position:top left;
}

#searchform{
text-align:center;
}

	#searchform h2{
	margin:0 0 5px 0;
	padding:0;
	text-align:center;
	}

/*--------------- !UTILITY --------------------*/
a,
a:active{color:#009CFF;}
a:visited{}
a:hover{}
a img{border:0;}

.clearer{font-size:1px;height:1px;line-height:1px;clear:both;}
.right{float:right;}
.left{float:left;}
.bling{color:#DA1568;}
.notice{background:lightyellow;border:1px solid gold;text-align:center;padding:10px;margin-bottom:15px;}
.error{background:pink;border:1px solid red;text-align:center;padding:10px;margin-bottom:15px;}
.success{background:lightgreen;border:1px solid green;text-align:center;padding:10px;margin-bottom:15px;}
.hr{width:100%;height:11px;background:url(img/split-top.png) no-repeat center top;border:none;color:#fff;display:block;margin:30px 0;clear:both;}
iframe{padding:0;margin:0;}
.banner{text-align:center;margin:20px 0;}
.caption{margin:10px;display:block;border:1px solid #ccc; padding:5px 5px 0px 5px;}
.caption p{margin:0;padding:0 10px;font-size:0.9em;font-style: italic;}

.pagination{
text-align:right;
margin:0px 20px 10px 20px;
}

	.pagination a{
	padding:3px;
	text-decoration:none;
	font-size:0.9em;
	border:1px solid #fff;
	}
	
	.pagination a.current{
	border:1px solid #ddd;
	background:#efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	cursor: default;
	}
	
	.pagination a:hover{
	border:1px solid #ddd;
	background:#efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	}


/*--------------- !COLUMNS --------------------*/

.cols-1-3rd{
/*width:250px;*/
width:33%;
float:left;
}

.cols-2-3rds{
width:66%;
}

.cols-1-4th{
width:25%;
}

.cols-2-4ths{
width:49%;
}

.cols-3-4ths{
/*width:750px;*/
width:75%;
}

/*--------------- !CONTAINERS/WRAPS --------------------*/

.header{clear:both;width:100%;position:absolute;top:0;left:0;}
.footer{clear:both;width:100%;position:absolute;bottom:0;left:0;}

/* Small box inset */
.box{background:url(img/box-small-header.png) no-repeat top left;position:relative;top:0;left:0;padding:20px 20px;margin:0 0 10px 0;}
.box .footer{background:url(img/box-small-footer.png) no-repeat bottom left;height:15px;position:absolute;bottom:0;left:0;width:250px;}

.box2{background:url(img/box-small-header2.png) no-repeat top left;position:relative;top:0;left:0;padding:20px 20px;margin:0 0 10px 0;}

/* Box with pattern bg */
.box_dark{position:relative;top:0;left:0;background:url(img/dark-bg.gif);padding:15px 0 25px 0;min-width:1000px;}
.box_dark .header{background:url(img/dark-header-bg.png) no-repeat top center;height:13px;width:100%;}
.box_dark .footer{background:url(img/dark-footer-bg.png) no-repeat top center;height:13px;width:100%;}

/* Box flat - with shadows top and bottom */
.box_flat{background:#F6F6F6;position:relative;top:0;left:0; margin:30px 0;padding:20px 0 20px 0;}
.box_flat .header{height:11px;background:url(img/split-top.png) no-repeat center top;width:100%;}
.box_flat .footer{height:11px;background:url(img/split-bottom.png) no-repeat center bottom;width:100%;}

/* Box flat odd- with shadows top and bottom */
.box_flat_odd{background:#FBFBFB;position:relative;top:0;left:0; margin:30px 0;padding:20px 0 20px 0;}
.box_flat_odd .header{height:11px;background:url(img/split-top-white.png) no-repeat center top;width:100%;}
.box_flat_odd .footer{height:11px;background:url(img/split-bottom-white.png) no-repeat center bottom;width:100%;}

/* Box inset - wide - same as small box, just bigger */
.box_inset{background:url(img/box-inset-middle.png) repeat-y center center;position:relative;top:0;left:0;margin:30px 0;padding:15px 0 25px 0;}
.box_inset .header{height:10px;background:url(img/box-inset-top.png) no-repeat center top;width:100%;}
.box_inset .footer{height:10px;background:url(img/box-inset-bottom.png) no-repeat center bottom;width:100%;}

/* Box_grad - inset with faded gradient */
.box_grad{background:url(img/box-grad-bg.png) no-repeat bottom left;margin:30px 0;}

.box_dark h2,
.box_flat h2,
.box_inset h2,
.box_grad h2{
margin-top:0;
}

/*--------------- !MAGAZINE --------------------*/

.magazine{}

.magazine h2{
margin-top:20px;
}

.magazine p{
margin:0 0 20px 25px;
}

.magazine .article{
position:relative;
top:0;
left:0;
background:#fff;
border-bottom:1px solid #bbb;
border-right:1px solid #bbb;
margin:0px 15px 30px 20px;
float:left;
overflow:hidden;
}

	.magazine .article a.img{
	display:block;
	float:left;
	height:240px;
	width:440px;
	border:5px solid #fff;
	overflow:hidden;
	}

	.magazine .article h2{
	position:absolute;
	bottom:1em;
	padding:10px 15px;
	left:5px;
	top:auto;
	background:#fff;
	}
	
	.magazine .article. h2 a{
	}
	
	.magazine .small{
	
	}
	
		.magazine .small a.img{
		border:5px solid #fff;
		overflow:hidden;
		width:200px;
		height:215px;
		}
	
	.magazine .small h2{
	font-size:1em;
	padding:5px 15px;
	bottom:2em;
	line-height: 120%;
	}
	
	.magazine .article img{
	margin:0;
	padding:0;
	float:left;
	}
	
	.magazine .article span{
	background:#CC0000;
	display:block;
	color:#fff;
	font-size:0.7em;
	position:absolute;
	bottom:2em;
	left:5px;
	padding:2px 15px;
	}
	
	.magazine .article p{
	display:none;
	position:absolute;
	top:10%;
	right:10%;
	background:#fff; /*for browsers that don't support rgba()*/
	background:rgba(255,255,255,0.93);
	width:70%;
	font-size:0.9em;
	line-height:130%;
	color:#333;
	padding:10% 10%;
	cursor:pointer;
	border:1px solid #fff;
	}
	
	.magazine .article p:first-line{
	font-weight:bold;
	font-size:1.2em;
	line-height: 150%;
	font-variant: small-caps;
	font-family: georgia, Times, "Times New Roman", serif;
	}
	
	.magazine .article p a{
	display:block;
	float:right;
	margin-top:10px;
	text-align:right;
	}
	
/*OPEN MAGAZINE ARTICLE*/
.magazine .open-view .article{
float:none;
}

	.magazine .open-view .small{
	margin-left:70px;
	margin-right:70px;
	}
	
	.magazine .open-view h2{
	position:relative;
	top:0;
	left:0;
	}
	
	.magazine .open-view span{
	position:relative;
	top:0;
	left:0;
	display:inline;
	}
	
	.magazine .open-view p{
	display:block;
	position:relative;
	top:0;
	left:0;
	padding:0;
	margin:0;
	border:1px solid red;
	}
	
/*MAGAZINE ARCHIVE*/
#mag-archive{

}

	#mag-archive ul{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	color:#000;
	}
	
	#mag-archive li{
	display:block;
	float:left;
	font-variant: small-caps;
	font-family: georgia, Times, "Times New Roman", serif;
	}
	
	#mag-archive li.year{
	text-transform: capitalize;
	font-size:2em;
	padding:5px;
	}
	
	#mag-archive li a{
	float:left;
	display:block;
	padding: 5px 10px;
	margin:3px;
	color:#000;
	text-decoration:none;
	background:none;
	background:rgba(0,0,0,0.1);
	font-size:1.2em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	}
	
	#mag-archive li a:hover{
	text-decoration:underline;
	}
	
	#mag-archive li.current a{
	background:none;
	}
	
/*SINGLE*/
.single{
}

	.single .article{
	margin-right:40px;
	margin-bottom:30px;
	margin-top:20px;
	}
	
	.single .article img{
	float:left;
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px 10px 5px 10px;
	}
	
	.single .article .caption img{
	border:0;
	padding:0;
	float:none;
	margin:0;
	}
	
	.single h1{
	line-height:110%;
	margin:50px 0 5px 0;
	}
	
	.single h2{
	line-height:110%;
	margin:0 0 5px 0;
	padding-left:0;
	}
	
	
	.single .meta{
	margin:0 0 40px 0;
	font-size:0.9em;
	color:#999;
	display:block;
	}
	
	.single p{
	margin:0 0 20px 0;
	}
	
/*--------------- !BLOG --------------------*/

#blog-list{
margin:0 30px 20px 100px;
}

	.post{
	position:relative;
	top:0;
	left:0;
	margin:0 0 30px 0;
	border-top:1px dotted #ccc;
	padding-top:30px;
	}
	
		.post a img{
		border:1px solid #ccc;
		padding:5px;
		background:#fff;
		float:right;
		margin:0 0 5px 5px;
		}
	
		.post h3{
		font-size:1.5em;
		margin-left:15px;
		}
	
		.post .meta{
		color:#999;
		font-size:0.9em;
		margin-bottom:5px;
		display:block;
		margin-left:15px;
		}
		
		.post p{
		margin-left:15px;
		}
		
		.post .date{
		background:#CC0000;
		display:block;
		position:absolute;
		top:30px;
		left:-60px;
		width:50px;
		color:#fff;
		text-align:center;
		font-size:0.9em;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		
		}
		
			.m,.d,.y{
			display:block;
			}
			
			.m{
			font-size:1em;
			}
			
			.d{
			font-size:2em;
			}
			
			.y{
			font-size:0.9em;
			}

/*--------------- !ANTIQUES --------------------*/

/* Thumbs list */
.antiques{
text-align:center;
}

	.antiques h2 img{
	vertical-align: middle;
	margin-right:10px;
	padding:4px;
	bordeR:1px solid #eee;
	}

	.antiques .thumb{
	float:left;
	height:121px;
	width:121px;
	padding:3px 4px 4px 3px;
	margin:10px 7px;
	background:#f5f5f5;
	border:1px solid #eee;
	position:relative;
	top:0;
	left:0;
	display:inline;
    vertical-align: bottom;
	}

	.antiques .thumb a{
	display:block;
	height:100%;
	width:100%;
	border:1px solid #eee;
	background:#fff;
	text-decoration:none;
	}

	.antiques .thumb a:hover{border:1px solid #666;}

	.antiques .thumb img{
	/*float:left;*/
	}

	.antiques .thumb em{
	position:absolute;
	top:-5px;
	right:-5px;
	font-style: normal;
	color:#fff;
	background:#CC0000;
	line-height:100%;
	font-size:0.7em;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	border-radius:200px;

	padding:3px 4px 3px 3px;
	}

	.antiques .thumb h3{
	display:none;
	position:absolute;
	bottom:130px;
	left:50%;
	margin-left:-85px;
	font-size:0.8em;
	width:170px;
	background:#666;
	padding:3px 5px;
	color:#fff;
	font-family:"Trebuchet MS", arial, verdana;
	font-variant: normal;
	z-index:1000;
	}

	.antiques .thumb span.sold{
	position:absolute;
	top:15px;
	left:-5px;
	display:block;
	background:#CC0000;
	color:#fff;
	font-size:0.8em;
	line-height:100%;
	padding:1px 3px;
	}


	.antiques .homethumb{
	float:left;
	height:121px;
	width:121px;
	padding:3px 13px 4px 13px;
	margin:10px 7px;
	background:#f5f5f5;
	border:1px solid #eee;
	position:relative;
	top:0;
	left:0;
	display:inline;
    vertical-align: bottom;
	}

	.antiques .homethumb a{
	display:block;
	height:100%;
	width:100%;
	border:1px solid #eee;
	background:#fff;
	text-decoration:none;
	}

	.antiques .homethumb a:hover{border:1px solid #666;}

	.antiques .homethumb img{
	/*float:left;*/
	}

	.antiques .homethumb em{
	position:absolute;
	top:-5px;
	right:-5px;
	font-style: normal;
	color:#fff;
	background:#CC0000;
	line-height:100%;
	font-size:0.7em;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	border-radius:200px;

	padding:3px 4px 3px 3px;
	}

	.antiques .homethumb h3{
	display:none;
	position:absolute;
	bottom:130px;
	left:50%;
	margin-left:-85px;
	font-size:0.8em;
	width:170px;
	background:#666;
	padding:3px 5px;
	color:#fff;
	font-family:"Trebuchet MS", arial, verdana;
	font-variant: normal;
	z-index:1000;
	}

	.antiques .homethumb span.sold{
	position:absolute;
	top:15px;
	left:-5px;
	display:block;
	background:#CC0000;
	color:#fff;
	font-size:0.8em;
	line-height:100%;
	padding:1px 3px;
	}


	.no-results{
	border:1px solid #eee;
	padding:20px;
	background:#f5f5f5;
	margin:20px;
	}

/*count box*/
#antique-count{
font-variant: small-caps;
font-family: georgia, Times, "Times New Roman", serif;
font-size:1.5em;
line-height: 120%;
color:#000;
text-align:center;
}

	#antique-count a.count{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:1.5em;
	}

/*categories*/
#categories{
padding:30px 0;
font-size:0.9em;
line-height:120%;
margin-top:0;
margin-bottom:0;
}

	#categories .cols-1-4th{
	padding:0 0 0 25px;
	width:225px;
	position:relative;
	top:0;
	left:0;
	}

	#categories h3{
	font-size:1.3em;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	}

	#categories a{
	color:#999;
	white-space: nowrap;
	text-decoration:none;
	}
	
	#categories a:hover{text-decoration:underline;}
	
	#categories a.current{
	background:#999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	color:#fff;
	padding:0 5px;
	text-decoration:none;
	}
	
	#categories span.read-more a,
	#categories span.re-collapse a{
	display:block;
	color:#009CFF;
	position:absolute;
	top:4px;
	right:0;
	}
	
/*-- SINGLE VIEW --*/
.antique-single{
text-align:center;
}

	.antique-single .large-img{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
	padding:5px;
	}

	.antique-single h2{
	text-align:center;
	margin:20px 0 10px 0;
	}

	.antique-single #img-select{
	/*width:90px;*/
	margin:0 auto 5px auto;
	}

		.antique-single #img-select a{
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		border-radius:2px;

		color:#fff;
		text-decoration:none;
		background:#FFF;
		padding:3px 3px;
		/*display:block;
		float:left;*/
		display:inline-table;
		line-height:100%;
		margin:10px 3px;
		}


	.antique-details{
	text-align:left;
	font-size:0.9em;
	line-height:120%;
	margin-top:0;
	}
	
	.antique-details span.sold{
	position:relative;
	top:3px;
	left:0;
	display:block;
	float:left;
	margin:0 10px 0 0;
	background:#CC0000;
	color:#fff;
	font-size:0.8em;
	line-height:100%;
	padding:1px 3px;
	}
	
	.antique-details button{bordeR:1px solid red;display:none;}

	#antique-inquire-form{
	display:none;
	width:460px;
	position:absolute;
	top:200px;
	left:180px;
	padding:20px 0 20px 20px;
	/*margin-left:-250px;*/
	background:#f5f5f5;
	border:5px solid #fff;
	z-index:1000;
	}

		#antique-inquire-form h2{
		padding-left:0;
		}

		#antique-inquire-form .hide-inquire-form{
		position:absolute;
		top:10px;
		right:10px;
		}

	.antique-details h3{
	margin:17px 0 5px 0;
	}

	#save-to-favorites{
	display:none;
	width:460px;
	position:absolute;
	top:200px;
	left:180px;
	padding:20px 0 20px 20px;
	/*margin-left:-250px;*/
	background:#f5f5f5;
	border:5px solid #fff;
	z-index:1000;
	}
		#save-to-favorites h2{
		padding-left:0;
		}

		#save-to-favorites .hide-save-to-favorites{
		position:absolute;
		top:10px;
		right:10px;
		}

	.antique-details p.description{
	word-wrap: break-word;
	}

	#more-list{
	margin-top:20px;
	}

		#more-list .thumbs{
		width:140px;
		margin:auto;
		}



/*--------------- !DEALERS --------------------*/

#featured-dealers{

}
	
	.dealer-card{
	/*padding: 5px;*/
	background:#fff;
	border:1px solid #ccc;
	width:300px;
	float:left;
	margin:10px 0 10px 20px;
	position:relative;
	top:0;
	left:0;
	height:250px;
	overflow:hidden;
	}
	
	.dealer-card .dealer-image{
	position:absolute;
	top:0;
	left:0;
	}
	
	.dealer-card .logo{
	position:absolute;
	top:20px;
	left:0;
	}
	
	.dealer-card .details{
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	width:280px;
	padding:5px 10px;
	font-size:0.9em;
	}
	
	.dealer-card h3 a{
	color:#fff;
	}
	
	.dealer-card p{
	display:none;
	}
	
	.dealer-card .button{
	padding:2px 10px;
	font-size:0.9em;
	position:absolute;
	right:10px;
	bottom:10px;
	}



	
.dealer-card-small{

}

	.dealer-card-small .avatar{
	float:left;
	border:1px solid #ccc;
	padding:1px;
	background:#fff;
	margin:0 5px 5px 0px;
	}
	
#dealer-list{
margin:0 0 20px 0;
padding:0;
list-style-type:none;
font-size:0.9em;
line-height:120%;
}

	#dealer-list li{
	margin:0 20px 0 0;
	padding:30px 20px 30px 190px;
	position:relative;
	top:0;
	left:0;
	height:auto !important;/*IE- OTHERS FIX*/
	height:150px;/*IE*/
	min-height:150px;
	}
	
	#dealer-list li .avatar{
	position:absolute;
	top:25px;
	left:15px;
	background:#fff;
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	color:#fff;
	background:
	float:left;
	}
	
		#dealer-list li .avatar em{
		position:absolute;
		top:-3px;
		right:-3px;
		background:#D00002;
		-moz-border-radius: 10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		
		display:block;
		padding:2px 5px;
		font-size:0.9em;
		font-style: normal;
		line-height:100%;
		}
		
	#dealer-list li .status{
	display:block;
	color:red;
	margin:3px 0;
	}
	
	#dealer-list li .meta{
	color:#999;
	}
	
	#dealer-list li p{
	margin-top:5px;
	}
	
	#dealer-list li .buttons{
	position:absolute;
	top:10px;
	right:10px;
	}
	
		#dealer-list .button{
		padding:3px 10px;
		font-size:0.9em;
		float:left;
		margin-left:5px;
		}
	
	#dealer-list li .count{
	position:absolute;
	top:5px;
	left:5px;
	line-height:100%;
	color:#999;
	text-decoration:none;
	}
	
#dealer-map{
background:#fff;
/*padding:5px;*/
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border:5px solid #fff;
width:100%;
height:300px;
}

.dealer-alpha{
margin-bottom:10px;
}

	.dealer-alpha a{
	float:left;
	display:block;
	border:1px solid #ddd;
	padding:2px 3px;
	text-decoration:none;
	color:#ccc;
	text-transform:capitalize;
	margin-right:2px;
	}

	.dealer-alpha a.current{
	color:#fff;
	background:#A71217;
	}

	.dealer-alpha a:hover{
	color:#666;
	border:1px solid #ccc;
	}

.dealer-cat{
margin-bottom:10px;
line-height: 30px;
}

	.dealer-cat a{
	float:left;
	display:block;
	border:1px solid #ddd;
    background:url(img/nav-anchor.png);
    background-repeat: repeat-x;
	padding:3px 3px;
	text-decoration:none;
	color:#FFF;
    width: 325px;
    font-size: 115%;
	text-transform:capitalize;
    text-align: center;
	margin-right:7px;
    margin-bottom: 10px;
	}

	.dealer-cat a.current{
	color:#333;
	background:#A71217;
	}

	.dealer-cat a:hover{
	color:#333;
	border:1px solid #ccc;
	}

/*DEALER-SINGLE*/

#dealer-profile{
}

	#dealer-profile #dealer-header{
	padding:20px 50px 20px 320px;
	position:relative;
	top:0;
	left:0;
	min-height:150px;
	}

	#dealer-profile #dealer-logo{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	padding:5px;
	margin:0 -300px 0 15px;
	float:left;
	position: relative;
	left:-300px;
	top:0;
	}
	
	#dealer-profile .status{
	display:block;
	color:red;
	}
	
	#dealer-profile .meta{
	display:block;
	font-size:0.9em;
	}
	
	#dealer-profile .specialty{
	display:block;
	font-size:0.9em;
	margin-bottom:7px;
	color:#999;
	}


	#dealer-profile #content{
	float:right;
	width:73%;
	margin-top:0;
	}
	
	#dealer-profile #sidebar{
	float:left;
	margin-top:0;
	}
	
	#dealer-photos a{
	border:1px solid #ccc;
	padding:5px;
	float:left;
	display:block;
	background:#fff;
	margin:0 15px;
	}
	
		#dealer-photos img{
		float:left;
		}
/*--------------- !ADVERTISING --------------------*/

.advertising{
background:#eee;
height:120px;
margin:15px 0;
}

/*--------------- !LINKS --------------------*/

.links{padding:20px 0 10px 0;}

.links h2{
margin-top:0;
}

a.link{
border-top:1px solid #ddd;
display:block;
text-decoration:none;
padding:5px 35px 7px 0;
margin:0 10px 0 22px;
font-size:1.2em;
background:url(img/link-bg.png) no-repeat right center;
}

a.link:hover{background:url(img/link-bg2.png) no-repeat right center;}
a.link:hover span{color:#333;}

a.link span{
color:#999;
display:block;
font-size:0.7em;
line-height:120%;
margin-top:5px;
}

/*--------------- !MOST POPULAR --------------------*/

.most-popular-list{
font-size:0.8em;
}

.most-popular-list a{
color:#666;
text-decoration:none;
}

.most-popular-list a:hover{text-decoration:underline;}

.most-popular-list li{
margin-bottom:5px;
color:#999;
}

.social{
}

	.social a{
	font-variant: small-caps;
	font-family: georgia, Times, "Times New Roman", serif;
	font-size:1.4em;
	line-height: 120%;
	color:#000;
	text-decoration:none;
	padding-left:50px;
	display:block;
	}
	
	.social a span{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:1.5em;
	color:#009CFF;
	}
	
	.facebook{background:url(img/facebook_32.png) no-repeat center left;}
	.twitter{background:url(img/twitter_32.png) no-repeat center left;}

/*--------------- !COMMENTS --------------------*/

#comments{
margin-right:20px;
}

	#comments h2{
	margin-left:20px;
	}

	em.count-total{
	color:#fff;
	background:#D00002;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	
	line-height:100%;
	padding:2px 7px;
	font-size:0.8em;
	font-family:"Trebuchet MS", arial, verdana, sans-serif;
	display:inline-table;
	font-style: normal;
	position: relative;
	top:3px;
	left:0;
	}

	#comments ol{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
	#comments li{
	margin:0 0 0 0;
	padding:30px 5% 30px 5%;
	position:relative;
	top:0;
	left:0;
	font-size:0.9em;
	float:left;
	width:90%;
	}
	
	#comments li.author{
	/*border-left:5px solid #D00002;*/
	background:lightyellow;
	color:#000;
	border:1px solid gold;
	margin:10px 10px 10px -20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	}
	
		#comments li.author .header,
		#comments li.author .footer{
		background:none;
		}
	
	#comments li img.avatar{
	background:#fff;
	padding:3px;
	border:1px solid #ddd;
	}
	
	#comments li h4{
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	width:15%;
	font-weight:normal;
	color:#ccc;
	}
	
		#comments li h4 img{
		display:block;
		margin:auto;
		}
		
		#comments li h4 a{
		display:block;
		}
		
	#comments li p{
	float:right;
	width:80%;
	}
	
	#comments li .count{
	position:absolute;
	top:5px;
	left:5px;
	color:#ddd;
	font-size:1em;
	display:block;
	line-height:100%;
	text-decoration:none;
	}
	
	#comments li span.actions{
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	font-size:0.8em;
	}
	
		#comments li span.actions a{
		color:#999;
		text-decoration:none;
		background:#efefef;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		padding:1px 5px;
		border:1px solid #ddd;
		}
		
		#comments li span.actions a:hover{
		background:#ddd;
		color:#666;
		}

#comment-form{
margin:0 20px 0 20px;
width:400px;
}

/*--------------- !REGISTER --------------------*/

.register{}

	.register .start{
	width:450px;
	padding:20px 0px 20px 20px;
	}
	
	.register .start h2{
	padding-left:0;
	padding-right:0;
	}
	
	.register .section{
	padding-left:25px;
	padding-right:200px;
	padding-bottom:40px;
	}
	
	.register .box_flat h2{
	padding-left:0;
	}
	
#dealer_agreement,
#dealer_agreement2{
	display:none;
	width:560px;
	position:absolute;
	top:200px;
	left:180px;
	padding:20px 0 20px 20px;
	/*margin-left:-250px;*/
	background:#f5f5f5;
	border:5px solid #fff;
	z-index:1000;
	}
	
		#dealer_agreement iframe,
		#dealer_agreement2 iframe{
		border:1px solid #ccc;
		margin-top:20px;
		background:#fff;
		width:95%;
		}
		
		#dealer_agreement .hide-inquire-form{
		position:absolute;
		top:10px;
		right:10px;
		}		

/*--------------- !LOGIN --------------------*/
.login{}

.login form{
padding:0 0 0 30px;
width:400px;
}

/*--------------- !PAGE - STATIC --------------------*/

.page{}

	.page h2{
	padding:0;
	}

	.page #content{
	padding-bottom:40px;
	}
	
	.page form{ width:500px;}

#ads {
  text-decoration: none;
  font-style: italic;
}

.price {
  color: #006600;
}

.emp {
  font-size: 110%;
  color: #3333ff;
  font-weight: bold;
}

.pricing {
  font-size: 120%;
  color: #FF0000;
  font-weight: bold;
}





