/*

----- The Ridgeway Gallery screen stylesheet -----
----- Northbound 2007 -----

----- enjoy. -----

----- Background Colours -----

Main Background: #fff
Secondary Background: #c7c4a8

----- Text Colours -----

Main Heading: #000
Sub-Heading: #000
Main Body: #000
Link: #c7c4a8

----- Dimensions -----

Site Width: 780px
Column Width: 180px
Gutter Width: 20px 

*/

* {
	padding:0;
	margin:0;
}

/* ----- tags ----- */
body {
	background: #fff;
	text-align: center; /* centre in IE */
	line-height: 1em;
	font: small Arial, Helvetica, sans-serif;
	color: #595959;
}
a {
	color: #000;
	outline: none;
}
a:hover {
	color: #c7c4a8;
}
a img {
	border: none;
}
em {
	color: #c7c4a8;
}
ul {
	list-style: none;
}
blockquote {

}
blockquote p {

}
input, textarea {
	width: 100%;
}

/* ----- universal styles ----- */
.hide {
	display: none;
}
input.button {
	background: #cccccc;
	border: none;
	padding: 4px 6px;
	width: auto;
}

/* ----- main containers ----- */
#container {
	margin: 0 auto; /* centre in proper browsers */
	width: 781px;
}


/* ----- header ----- */
#header {
	width: 781px;
	height: 195px;
	background: url(../images/common/masthead.jpg) 0 0 no-repeat;
	position: relative;
}
h1 {
	display: block;
	width: 111px;
	height: 111px;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 10;
}
h1 a {
	display: block;
	width: 111px;
	height: 111px;
	text-indent: -1000em;
}

/* ----- global navigation ----- */
#global-nav {
	width: 781px;
	float: left;
	padding: 0px 0 0px 0px;
	margin: 2px 0 10px 0;
}
#global-nav li {
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
}
#global-nav li a {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}
#global-nav li a:hover {
	background-position: 0 -47px;
}
#global-nav li a.current, #global-nav li a.current:hover {
	background-position: 0 -47px;
}
#nav0 {
	width: 60px;
	height: 47px;
	background: url(../images/common/nav/home.gif) 0 0 no-repeat;
}
#nav1 {
	width: 87px;
	height: 47px;
	background: url(../images/common/nav/artist.gif) 0 0 no-repeat;
}
#nav2 {
	width: 70px;
	height: 47px;
	background: url(../images/common/nav/work.gif) 0 0 no-repeat;
}
#nav3 {
	width: 103px;
	height: 47px;
	background: url(../images/common/nav/exhibitions.gif) 0 0 no-repeat;
}
#nav4 {
	width: 88px;
	height: 47px;
	background: url(../images/common/nav/contact.gif) 0 0 no-repeat;
}

/* ----- footer ----- */
#footer {
	width: 760px;
	clear: both;
	float: left;
	border-top:1px solid #cccccc;
	padding: 8px 10px 7px 10px;
	margin: 5px 0 20px 0;
}
#footer p {
	font: 0.85em Verdana, Arial, sans-serif;
	color: #000;
	float: left;
}
#footer p.credit {
	float: right;
}
#footer p.credit a {
	display: block;
	width: 97px;
	height: 11px;
	background: url(../images/northbound_logo.gif) 0 0 no-repeat;
	text-indent: -1000em;
}

/* ----- main columns ----- */
#col-left {
	width: 580px;
	clear: left;
	float: left;
	text-align: left;
}
#col-right {
	width: 180px;
	float: left;
	text-align: left;
	margin-left: 20px;
}
#col-full {
	width: 780px;
	clear: both;
	float: left;
	text-align: left;
}
#home #col-left, #about-us #col-left, #contact-us #col-left, #news #col-left {
	width: 480px;
}
#home #col-right, #about-us #col-right, #contact-us #col-right, #news #col-right {
	width: 280px;
}
#col-full-hold {
	width: 652px;
	clear: right;
	float: right;
	text-align: left;
	background: #d3ceb7;
	padding: 55px 0 55px 128px;
	margin-top: 1px;
}

/* ----- main column text styles ----- */
#col-left, #col-right {
	font-size: 0.95em;
}
#col-left h2, #col-left h3, #col-left p, #col-right h2, #col-right h3, #col-right p, #col-full h2, #col-full h3, #col-full p {
	margin-bottom: 15px;
}
p.lnk-f {
	float: right;
}
p.lnk a, p.lnk-f a {
	text-decoration: none;
	font-weight: bold;
}
p.lnk a:hover, p.lnk-f a:hover {
	color: #a19f88;
}
#col-left h2, #col-right h2, #col-full h2 {
	font-size: 2.4em;
}
#col-right h2 { font-size:1.8em;}
#col-full-hold h2 {
	margin-bottom: 40px;
}

#col-full h2, #col-left h2 {
	color:#626266;
	font-size:2em;
}

/* ----- thumbs list ----- */
ul.thumbs {
	width: 600px !important;
	width: 620px;
	margin-left: -20px !important;
	margin-left: -40px;
	float: left;
	margin-bottom: 15px;
}
#artists ul.thumbs {
	width: 800px;
}
ul.thumbs li {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
	line-height: 0;
	width: 176px;
}
ul.thumbs li a:hover {
	padding: 1px;
	border: 1px solid #c7c4a8;
}

/* ----- categories list ----- */
ul.cats {
	width: 800px !important;
	width: 820px;
	margin-left: -20px !important;
	margin-left: -40px;
	float: left;
	margin-bottom: 15px;
}
ul.cats li {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.cats li a {
	padding: 2px;
	display: block;
	width: 176px;
	text-decoration: none;
	font-weight: bold;
}
ul.cats li a:hover {
	color: #a19f88;
}

/* ----- tables ----- */
.col2 {
	width: 300px;
	margin-bottom: 15px;
}
.col2 th, .col2 td {
	padding: 4px 10px 4px 0;
}
.col2 th {
		width: 25%;
		vertical-align: top;
		padding-top: 8px;
}
#contact-us .col2 th {
	width: 20%;
}

