/**
  * Janesnation
  *
  * @copyright       ©2010
  * @author          uforepublic
  *
  * @version		 1.0
  * @lastmodified    Last Modified Date
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	/* Grid Bachkground for development. Not needed in final layout! */
	/* background: #FFFFFF url(images/gridbg.gif) repeat scroll 0 0; */
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #aaa;
	background-color: #fff;
	margin-top: 30px;
}


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	margin: 0 auto 0 auto;	/* centering the site */
	width: 810px;
	/* border: 1px solid red; */
}

#header * {
	margin-bottom: 0;	/* reset the default 18px margin-bottom to 0px for all header elements */ 
}

#header {}

#header #logo h1 {
	text-align: center;
}


#content #thumbnails {
	text-align: center;
}

#content #thumbnails img {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 8px;
	padding: 8px;
}

#content #thumbnails a:hover img {
	border: 1px solid #999;
}

#content #content-main {
	color: #000;
	width: 380px;
	margin: 0 auto 0 auto;
}

#content #content-artwork {
	color: #000;
	width: 520px;
	margin: 0 auto 0 auto;
}

#content #content-artwork * {
	text-align: center;
}

#content #content-artwork img {
	margin-bottom: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	padding: 8px;
}

#content #content-main .exhibition {
	margin-bottom: 54px;
}

.back {
	float: left;
	margin: 150px 35px 0 0;
	width: 40px;
}

.next {
	float: right;
	margin: 150px 0 0 35px;
	width: 40px;
}

.next a,
.back a {
	font-size: 24px;
	color: #444;
	text-decoration: none;
}

.next a:hover,
.back a:hover {
	color: #999;
}



#footer {
	margin-top: 50px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #aaa;
	margin-bottom: 0px;
}

#footer p a {
	font-size: 9px;
	color: #9C9918;
}

#footer p a:hover {
	font-size: 9px;
	color: #aaa;
}



 /**
  * @section navigation styles
  *
  * All style used for navigation
  */

#navigation {
	/* border: 1px solid red; */
	height: 120px;
}

#navigation .highlight {
	background: url(images/hover-strich.gif) no-repeat bottom left;
}

#navigation-main {
	text-align: center;
}

#navigation-main a {
	padding: 0 5px 0 5px;
	margin: 0 13px 0 13px;
}

#navigation-main a:hover {
	background: url(images/hover-strich.gif) no-repeat bottom left;
}


#navigation-sub {
	text-align: center;
	margin: 18px 0 36px 0;
}

#navigation-sub a {
	text-decoration: none;
	padding: 0 5px 5px 5px;
	margin: 0 13px 0 13px;
	font-size: 14px;
	color: #000;
}

#navigation-sub a:hover {
	background: url(images/hover-strich.gif) no-repeat bottom left;
}



 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
}
h3 { 
	font-size: 12px; 
	line-height: 18px; 
	font-weight: bold;
}

h4 {}

h5 {}

h6 {}

div {
	/* margin-bottom: 18px; */
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

li {}

a {}

a:hover {}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */





 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.no-list-style {
	list-style-type: none;
	list-style-position: outside;
}


.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.no-margin-right {
	margin-right: 0;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}



 /**
  * @section rest of style definitions
  *
  */


/* exhibitions */
.date {
	font-weight: bold;
	margin-top: 18px;
}

