/*scottishgallery.css v1.5 01/09/11*/
/*author:david@pixelatic.com*/

/*body*/
body {
	background:#eee url(/images/common/bg.gif) top center repeat-y;
}
/*links*/
a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
/*clearing*/
.clear {
	height:0;
	clear:both;
}
/*hidden*/
.hide, .offscreen, #cboxCurrent {
	display:none !important;
}
a:hover, a.active {
	text-decoration:underline;
}
/*wrapper*/
#wrapper {
	background:#fff;
	margin:0 auto;
	width:940px;
}
/*banner*/
#banner {
	margin-top:20px;
}
#banner a {
	font-weight:normal;
}
/*nav*/
#nav {
	float:left;
	margin-left:30px;
	text-transform:uppercase;
}
#nav li {
	display:inline;
	list-style:none;
	margin-left:0;
}
#nav li a {
	margin-left:8px;
}
/*search*/
#search {
	float:right;
	margin-right:40px;
}
#search div {
	display:inline;
}
/*logo*/
#logo {
	clear:both;
	margin:0px 0 15px 40px;
}
/*subnav*/
#subnav .bg {
	background:url(/images/common/nav_bg.gif) center center no-repeat;
	height:2.5em;
	position:relative;
}
#subnav li {
	float:left;
	list-style:none;
	margin-left:0;
	height:2.5em;
	line-height:2.5em;
	text-transform:uppercase;
	width:235px;
}
.c20 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#subnav li a {
	color:#fff;
	margin-left:40px;
}
#subnav .c20 .child {
	position:absolute;
	left:40px;
	top:2.5em;
	width:430px;
}
#subnav .c21 .child {
	position:absolute;
	left:470px;
	top:2.5em;
	width:430px;
}
#subnav .child li {
	display:inline;
	margin-right:10px;
	width:auto;
}
#subnav .child a {
	color:#000;
	margin-left:0;
}
/*content*/
#content {
	margin:40px;
	min-height:360px;
	position:relative;
}
/*pipe - used on exhibition headings*/
.pipe {
	color:#666;
	margin-bottom:20px;
}
.pipe span {
	color:#000;
}
.pipe a {
	color:#666;
}
/*panels*/
.panel-l, .panel-r {
	float:left;
	width:50%;
	margin-bottom:20px;
}
.panel-l {
	clear:both;
}
.panel-l .inner {
	padding:0 40px 20px 0;
	overflow:auto;
}
.panel-r.inner {
	padding:0 0 20px 40px;
	overflow:auto;
}
.panel-l p, .panel-r p {
	margin-bottom:5px;
}
.panelimage {
	float:right;
	margin:0 0 0 10px;
}
/*artists list*/
#artists {
	float:left;
	margin:0 0 0 -40px;
}
#artists .col-2 {
	width:470px;
}
#artists .col-4 {
	width:940px;
}
#artists .block {
	float:left;
	width:185px;
	margin-left:40px;
}
#artists li {
	list-style:none;
	margin-left:0;
}
/*narrow column for artists, exhibitions*/
#column {
	float:left;
	width:190px;
	margin:0 25px 20px 0;
}
/*wide column for home, news and pages*/
#home #column, #news #column, #column.about_us, #column.contact {
	width:400px;
}
/*no top column margin on pages without headings*/
#home #column {
	margin-top:0;
}
/*thumbnails*/
#thumbs {
	float:left;
	width:225px;
}
.thumb {
	float:left;
	margin:0 10px 10px 0;
}
/*med_img, map*/
#med_img, #map_canvas {
	float:right;
	margin:0 0 20px 20px;
	width:400px;
}
#med_img img {
	float:right;
	margin-bottom:5px;
}
/*slide*/
#slide .inner {
	display:none;
}
#slide .inner:first-child {
	display:block;
}
/*edit entry*/
.edit {
	position:absolute;
	top:-120px;
	right:0;
	padding:5px 5px 5px 20px;
	background:#ffc url(/images/common/pencil.png) 5px 5px no-repeat;
	border:1px solid #ff0;
}
.edit:hover {
	background-color:#ffe;
}
/*paging*/
.paging {
	clear:both;
}
/*addthis*/
.addthis_toolbox {
	margin:15px 0;
}
/*footer*/
#footer {
	clear:both;
	margin:20px 40px;
	padding:100px 0 0 0;
}

#footer img {
	float:right;
}
/*forms*/
#subscribe label, .submit {
	display:block;
	margin-top:10px;
}
input.text {
	margin-top:5px;
	width:100%;
}
/*download wrapper*/
.download {
	margin:15px 0;
}
/*icons*/
.pdf {
	background:url(/images/common/pdf.png) 0 50% no-repeat;
	padding:5px 0 5px 20px;
}
/*member templates*/
#register_member_form, #register_member_form #username, #register_member_form #password, #register_member_form #password_confirm, #register_member_form #email {
	width:400px;
}
