/*
Theme Name: Pyrmont V2
Theme URI: http://imotta.cn/pyrmont-theme-v2-for-wordpress/
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0
Author: motta
Author URI: http://imotta.cn/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
Meyer's CSS Reset
v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	}
body {
	line-height: 16px;
	font-size:13px;
	margin:0;
	padding:0;
	}
blockquote, q {
	quotes: none;
	}
table{
	padding:3px;
	border-collapse: collapse;
	width:100%;
	}
tr{
	background: #dddddd;
	}
tr.stripe{
	background: #eeeeee;
	}
td{
	vertical-align:top;
	padding:6px
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}


	
/* FONTS, COLORS & IMAGES */
body{
	font-family: "Trebuchet", Arial, Helvetica, Sans-Serif;
	background: #fff url( images/header-tile.gif ) 0 0 repeat-x scroll;
	}

a{
	text-decoration: none;
	color: #007ab7;
}

a img{
	border: none;
}

p {
	margin: 0;
	padding: 0 0 1.3em;
	}
h1{
	margin:0;
	padding:0 0 10px 0;
	font-weight:normal;
	color:#555;
	}
h2{
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #09f;
	margin:0;
	padding-bottom: 10px;
	}
h2 a{
	color: inherit;
	text-decoration: none;
	}
a:hover{
	text-decoration:underline
	}
.clear{
	clear: both;
}

#page_wrap{
	width: 960px;
	margin: 0 auto;
}

#header{
	position:relative;
	color: #666;
	font-size: 12px;
	background: url(images/footer_bg.gif) repeat-x;
	margin-top:0;
	margin-bottom:30px;
	}
#home_link {
	position:absolute;
	top:0;
	left:0;
	}
/* NAVIGATION
============================ */
	#nav{
		padding: 30px 0 0 180px;
		text-align:right;
		}
	#nav ul{
		list-style-type: none;
		padding: 9px 0 0 20px;
		}
	#nav ul li{
		display: inline;
		text-transform: uppercase;
		}
	#nav ul li a{
		color: #666;
		font-size: 13px;
		margin: 0 20px 0 0;
		}
	#nav ul li a:hover{
		color: #999;
		}


#main{
	width: 660px;
	float: left;
	display: inline;/* fix double margin */
	margin: 0px 25px 30px 10px;
	}
	.post{
		background-color: #fff;
		color: #333;
		line-height: 22px;
		margin-bottom: 20px;
		padding:0 0 0px 0;
		}
	.post-content{
		background:#eee;
		padding:10px;
		/*-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
		}
		.date{
			font-size: 12px;
			line-height: 14px;
			color: #333;
			}
		.postmeta{
			font-size: 12px;
			color: #666;
			}
		.postmeta a{
			color: #666;
			border-bottom: 1px solid #131313;
			text-decoration: none;
			}
			.postmeta a:hover{
				color: #ff5a00;
				border-bottom: 1px solid #ff5a00;
				text-decoration: none;
				}
			div#main div.post div.no_result{
				padding: 20px;
				}
				div#main div.post div.no_result p.no_result{
					margin-bottom: 0;
					}
			.entry a{
				color: #999;
				border: none;
				text-decoration: none;
				}
			.entry a:hover{
				text-decoration: underline;
				}
			.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #ddd;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
				}
			.entry blockquote p{
				margin-bottom: 8px;
				}
			.entry code{
				font-family: "Courier New", mono;
				background-color: #ddd;
				border-left: 1px solid #2a2e2f;
				color: #197b30;
				padding: 5px 10px;
				display: block;
				}
	.navigation{
		font-size: 13px;
		}
	.navigation a{
			display: block;
			color: #333;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #fff;
			line-height: 28px;
			}
	.navigation .left a:hover,
	.navigation .right a:hover{
				color: #333;
				background-color: #fff;
				}
	.navigation .left{
			float: left;
			}
	.navigation .right{
			float: right;
			}
/* END div#main */

#footer{
	color: #666;
	font-size: 12px;
	background: url(images/footer_bg.gif) repeat-x;
	}
.footer_wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 18px 0;
	position: relative;
	}
.footer_wrapper a{
	color: #ccc;
	text-decoration: none;
	}
.footer_wrapper a:hover{
	color: #fff;
	}
/* END div#footer */

#sidebar{
	width: 260px;
	float: left;
	display: inline;/* fix double margin */
	margin-bottom: 30px;
	font-size: 12px;
	}
#sidebar ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
#sidebar ul li.widget_search,
#sidebar ul li h2{
	position: relative; /* For Negative Margins in IE6 */
	padding: 0;
	font-size: 16px;
	line-height: 33px;
	}
#sidebar ul li ul{
	list-style-type: none;
	line-height: 20px;
	margin:0;
	padding:0;
	}
#sidebar ul li ul li{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	background-position: left bottom;
	}
#sidebar ul li ul li a{
	background: none;
	display: inline;
	color: #666;
	/*line-height: 26px;*/
	text-decoration: none;
	}
#sidebar ul li ul li a:hover{
	}
/* END #sidebar */

/* modify #sidebar for default widget */

#sidebar ul li ul li.rc a{
	display: inline;
}
#sidebar ul li.widget_archive,
#sidebar ul li.widget_categories, 
#sidebar ul li.widget_tag_cloud div, 
#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}
#sidebar ul li.widget_archive select, 
#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}


/* multi-level category */
#sidebar ul li ul li ul li,
#sidebar ul li ul li ul.children li{
	background: none;
}

#sidebar ul li ul li ul li:hover,
#sidebar ul li ul li ul.children li:hover{
	background: none;
}

/* widget rss */
.widget_rss a{
	color: #ccc;
}

/* widget search */
li.widget_search{
	position: relative;
}

li.widget_search form#searchform{
	width: 250px;
	height: 25px;
	border: none;
	background-color: #fff;
	position: absolute;
	top:5px;
	left:15px;
	}
	li.widget_search form#searchform .searchinput{
		position: absolute;
		top: 5px;
		left: 8px;
		color: #666;
		font-size: 13px;
		width: 165px;
		border: 0;
		}
	li.widget_search form#searchform .button{
		position: absolute;
		top: 0px;
		left: 225px;
		background: url(images/mag.gif) no-repeat;
		height: 25px;
		width: 25px;
		border: 0;
		cursor: pointer;
		}

/* tag cloud */
#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

#sidebar ul li.widget_tag_cloud div a:hover{
	color: #ff5a00;
}

/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #ff5a00;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify #sidebar */

div#main div#comments{
	margin-bottom: 10px;
	}
	div#main div#comments h3{
		float: left;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a{
		float: right;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a:hover{
		color: #ff5a00;
		}
div#main ol.commentlist{
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
	}
	div#main ol.commentlist li{
		margin-bottom: 15px;
		background-color: #101010;
		border: 1px solid #1f2223;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 20px 20px 15px 20px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				background-color: #0d0d0d;
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #000;
				display: block;
				height: 48px;
				width: 48px;
				}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 20px;
			width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #ff5a00;
				border-bottom: 1px solid #ff5a00;
				}
			div#main ol li div.right div.commentmetadata{
				font-size: 12px;
				color: #999;
				border-bottom: 1px solid #181a1b;
				padding-bottom: 3px;
				margin-bottom: 8px;
				}
				div#main ol li div.right div.commentmetadata a{
					color: #ccc;
					text-decoration: none;
					font-weight: bold;
					}
				div#main ol li div.right div.commentmetadata a:hover{
					color: #ff5a00;
					}

div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #ff5a00;
			background-color: #000;
			}
div#main div#respond{
	background-color: #101010;
	border: 1px solid #181a1b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	padding: 15px 20px;
	margin-top: 15px;
	}
	div#main div#respond div.h3_cancel_reply{
		margin-bottom: 5px;
		}
	div#main div#respond h3{
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		float: left;
		display: inline;/* fix double margin */
		}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 12px;
			color: #999;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			color: #ff5a00;
			}
	div#main div#respond form#commentform{
		}
		div#main div#respond form#commentform p{
			font-size: 12px;
			color: #999;
			padding: 3px 0;
			}
			div#main div#respond form#commentform p a{
				color: #fff;
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				border-bottom: 1px solid #fff;
				}
		div#main div#respond div.input_area{
			padding: 15px 30px;
			}
			div#main div#respond div .message_input{
				font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
				background-color: #eee;
				border: 2px solid #000;
				color: #333;
				font-size: 13px;
				padding: 5px;
				height: 120px;
				width: 98%;
				}
		div#main div#respond div.user_info{
			font-size: 12px;
			line-height: 16px;
			display: block;
			padding: 0 30px;
			}
			div#main div#respond div.user_info div.single_field{
				display: inline;
				float: left;
				width: 33%;
				}
				label.desc{
					display: block;
					color: #999;
					padding-bottom: 4px;
					}
					label.desc abbr{
						color: #ff5a00;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #eee;
					color: #666;
					border: 2px solid #000;
					padding: 2px 3px;
					width: 90%;
					}
		div#main div#respond div.submit_button{
			margin: 15px 30px 0;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				text-indent: -9999px;
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:active{
				background-position: 0 -28px;
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #333;
				}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft{
	float: left;
	}
.alignright{
	float: right;
	}
img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
	}
img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
	}
.wp-caption {
   text-align:right;
   font-size: 12px;
   color:#999;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   }
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   }
.edit-link {
	float:right;
	}

/* EXHIBITS
==================================== */
.exhibit-post{
	margin: 0 0 30px;
	} 
.exhibit-post-title{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#555;
	font-size:20px;
	}

.exhibit-post-tagline {
	font-weight:normal;
	font-size:13px;
	}
.exhibit-post-dateline {
	font-size:11px;
	line-height:1.3em;
	text-align:center;
	}
.exhibit-post-excerpt,
.exhibit-post-content {
	margin-left: 160px;
	line-height: 1.3em;
	}
.post-thumb {
	width:150px;
	float:left;
	margin-right:10px;
	}
.exhibit-post-image {
	position: relative;
	width: 100%;
	background:#09f;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}


.artist-post-grid  {
	width: 170px;
	float: left;
	margin: 0 10px 0px 0px;
	}
.artist-post-grid  h2 {
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
	}
.artist-post-grid  .artist-post-thumb{
	float:none;
	text-align:center;
	width:100%;
	height:150px;
	width:150px;
	background: #eee;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	}
.artist-post-grid  .artist-post-thumb img{
	border:1px solid #ccc;
	}
#artist_profile_thumbs{
	float:left;
	width:90px;
	}
#artist_profile_thumbs a{
	margin-bottom:15px;
	}
#artist_image,
.artist-post-content,
#postpath,
.sociable,
.mf_external_links{
	margin-left:90px;
	}
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.exhibit-preview{
	padding-bottom:15px;
	}
.exhibit-title{
	margin:0;
	padding:0;
	}
.tagline{
	margin:0;
	padding:0;
	font-style:italic;
	color:#555;
	}
.card-thumb{
	float:left;
	margin:0 5px 0 0;
	padding:0;
	}
	
	
/*
Orange: #ff7f00
Brown: #86451E
Bright Blue: #0099ff
Dark Blue: #0088dd - 0066Aa
*/