/*
Theme Name: Golden Gallery, Inc.
Theme URI: http://goldengallery.co
Description: Website for contemporary art gallery
Version: 3.0
Author: Martine Syms
Author URI: http://purpure.co
Tags: Minimal, clean, portfolio

Gray: D1D1D1
*/

* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
margin:0; 
padding:0 
}
body { 
font-family: "Times New Roman", Times, serif; 
font-size: 12px;
color: #000000; 
}
table { 
border-collapse:collapse; 
border-spacing:0 
}
fieldset, img { border:0 }
img { border: 0; display: block; }

address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none}
a { outline: none; text-decoration: none; }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* UTILITY */
.floatLeft { 
float: left; 
}
.floatRight	{ 
float: right; 
}
.clear { 
clear: both; 
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  	margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* TYPGROGRAPHY */
p, li {
font-size: 12px; 
}

a {
color: #000000;
}

a:hover {
color: #D1D1D1;
text-decoration:none;
}

.showinside a {
color: #000000;
}

.showinside a:hover {
color: #D1D1D1;
text-decoration:none;
}


/* STRUCTURE */
#page-wrap { 
width: 1024px; 
margin: 0px auto;
min-height: 100%; 
height: auto !important; height: 100%;
}
#main-col { 
width: 400px; 
float: left;
margin-left:20px;
}

#slideshow-col {
width: 540px; 
margin-left:20px;
float: right;
}

#sidebar {
width: 500px;
float: left;
margin-right:60px;
}

#showsidebar {
width: 320px;
float: left;
margin-right:60px;
}

#slideshow-wrapper1 a {
border: none;
}

#footer { 
width: 960px;
margin: 0 auto;
 }

/* HEADER*/
#logo { 
width: 140px;
margin: 10px 10px 0 0;
float:left; 
}

/* SIDEBAR */
.exhibitions {
border-top: #000000 solid thin;
width: 400px;
float: left;
}

#sidebar li {
margin: 0 0 0 -40px;
}

.showinfo {
border-top: #000000 solid thin;
width: 240px;
float: left;
}

.showinside {
width: 240px;
float: left;
margin: 0;
}


/* PAGE */
ul.slides {
padding: 0;
}

/* HOMEPAGE */

.titlebox {
width:60px;
float: left;
border-top: solid #000000 thin;
margin-right:20px;
}

.titlebox_info {
width:60px;
float: left;
border-top: solid #000000 thin;
margin-right:20px;
}

.information {
border-top: #000000 solid thin;
width: 320px;
float: left;
}