/* reset */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* text */
body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
  margin-top: 10px;
}

/* styles */
* {
  margin: 0;
}
html, body {
  height: 100%;
}

body {
  font-family: Courier New, Courier, Serif, Times;
}

a {
  text-decoration: underline;
  color: #4b4a4a;
}

a:hover {
  text-decoration: underline;
  color: #4b4a4a;
}

div#header {
  display: block;
  float: left;
  position: relative;
  height: 110px;
  width: 100%;
}

div#logo {
  display: block;
  position: relative;
  float: left;
}



div#header div#logo a {
  display: block;
  position: relative;
  height: 0px !important;
  margin: 0;
  overflow: hidden;
  padding: 110px 0 0 0;
  width: 288px;
  background: url(/images/header.png) top left no-repeat;
  height /**/: 110px;/* IE 5 */
}

div#freelogo {
  display: block;
  position: relative;
  float: left;
}

div#header div#freelogo a {
  display: block;
  position: relative;
  height: 0px !important;
  margin: 0;
  overflow: hidden;
  padding: 110px 0 0 0;
  width: 400px;
  background: url(/assets/64/Logo_FreeArt.png) top left no-repeat;
  height /**/: 110px;/* IE 5 */
}

div#follow-me {
  margin-left: 10px;
}
div#top-ban {
  display: block;
  float: right;
}

table {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table td {
  vertical-align: top;
}

#left {
  clear: both;
  display: block;
  position: relative;
  float: left;
  width: 144px;
}

#menu a {
  color: #000;
  text-decoration: none;
}

#menu a:hover {
  color: #4b4a4a;
  text-decoration: underline;
}


#menu ul {
  margin: 8px 0 0 0;
  list-style-type: none;
}

#menu ul li {
  margin: 0 0 0 14px;
}

#menu ul li a {
  font-size: 18px;
  font-weight: bold;
}

#menu ul li ul {
  margin: 0;
}

#menu ul li ul li {
  margin-left: 10px;
}

#menu ul li ul li a {
  font-size: 12px;
  font-weight: normal;
}

#page {
  display: block;
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}

#content {
  float: left;
  display: block;
  position: relative;
  margin: 10px 0 0 10px;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
}
.threecol .colmid {
	right:15%;			/* width of the right column */
}
.threecol .colleft {
	right:70%;			/* width of the middle column */
}
.threecol .col1 {
	width:68%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:13%;			/* Width of left column content (column width minus padding on either side) */
	left:18%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:13%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (left menu) settings */
.leftmenu {
}
.leftmenu .colleft {
	right:85%;			/* right column width */
}
.leftmenu .col1 {
	width:83%;			/* right column content width */
	left:101%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:13%;			/* left column content width (column width minus left and right padding) */
	left:3%;			/* (right column left and right padding) plus (left column left padding) */
}

div.product {
  display: block;
  float: left;
  position: relative;
}

div.product ul.images {
  margin: 0;
  list-style-type: none;
}

div.product ul.images li {
  display: inline;
  margin: 0;
}

div.product div.custom {
  display: inline;
  margin-right: 10px;
}

div.product div.custom span.name {
  font-weight: bold;
  margin: 0 4px 0 0;
}

div.product-list {
  display: block;
  float: left;
  position: relative;
}

div.product-list ul {
  list-style-type: none;
  margin: 0;
  display:block;
  float: left;
  position: relative;
}

div.product-list ul li {
  display: block;
  float: left;
  position: relative;
  height: 256px;
  margin-bottom: 10px;
}

div.product-list ul li a {
  display: block;
  float: left;
  position: relative;
}

div.product-list ul li a img {
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
}

div.product-list ul li a:hover img {
  border-right: 3px solid #4b4a4a;
  border-bottom: 3px solid #4b4a4a;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}

.push {
  height: 30px;
}

#footer {
  height: 30px;
  text-align: right;
  padding-right: 3px;
  clear: both;
  display: block;
  margin: 0 0 60px 0;
}

#footer span {
  display: block;
  position: relative;
  float: right;
  padding-top: 8px;
  margin: 0 10px 0 0;

}

#footer a {
  display: block;
  float: right;
  position: relative;
  padding: 25px 0 0 0;
  height: 0 !important;
  overflow: hidden;
  margin: 0;
  height /**/: 25px;/**/
  width: 93px;
  background: url(/images/jimmy.gif) top left no-repeat;
}

#footer a:hover {
  background: url(/images/jimmy.gif) bottom left no-repeat;
}

#bottom-banner {
  display: block;
  float: left;
  position: relative;
  bottom: 0;
  height: 30px;
}

#bottom-banner img {
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
}

/*-- edition box styles --*/

#edition-box {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	width: 80px;
	height: 80px;
	text-align: center;
	background-image:url("/assets/68/bg-edition.png");
	background-repeat:no-repeat;
	padding: 5px;
	margin: 0 10px;
float: right;
}
#edition-left {
	font-size: 2em;
	position: relative;
	top: 0px;
line-height: 1em;
	float: left;
	margin: 0;
}
#edition-break {
	font-size: 3em;
	position: absolute;
display: block;
	top: 15px;
	margin: 0;
	left: 50px;
	color: #999999;
}
#edition-number {
	font-size: 2em;
	position:relative;
	top: 20px;
	right: 0px;
	float: right;
	margin: 0;
}
#edition-txt {
	font-size: 0.6em;
	position: relative;
	top: 0px;
	width: 80px;
	margin: 0;
	font-weight: bold;
	color: #999999;
}

/* for twitter feed in subbar */

#twitter_div { width: 80%; padding: 5px 5px 20px 5px; background-color: #5e5e5e; margin: 0 0 0 10px; position: absolute; top: 0; right: 0; }


ul#twitter_update_list span {padding: 0; width: 100%; float: left; overflow: auto; }

ul#twitter_update_list { padding: 0; margin: 0; overflow: hidden; float: left; }


ul#twitter_update_list li { padding: 0; margin: 0 0 0 5px; list-style: none; display: block; }

ul#twitter_update_list li a { color: #282727; border-bottom: dotted 1px; text-decoration: none; }

ul#twitter_update_list li a:hover { color: #a7a6a6; border-bottom: solid 1px; }


/* for subbar */

#subbar { padding: 0; background-color:#434343; bottom: 0; position: fixed; width: 96%; margin: 0 2% 0 2%; color: #ffffff; }


#subbar span a { color: #797979; border-bottom: solid 1px; text-decoration: none; }

#subbar span { font-size: 0.8em; float: left; padding: 5px 5px 5px 10px; width: 20%; display: block; }


/*wymeditor styles */

/* PARA: Date */
.date p /* p */ {
  color: #ccf;
  /* background-color: #ff9; border: 2px solid #ee9; */
}

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: left */
.float_left p /* p */ {
  /* color: #999; border: 0; align: left; */
}

/* PARA: right */
.float_right p /* p */ {
  /* color: #999; 0; */
}
/* PARA: maxwidth */
.maxwidth p /* p */ {
  /* color: #333; border: 2px solid #ccc; */
}
/* PARA: narrow */
.narrow p /* p */ {
  /* color: #666; border: 2px solid #ccc; */
}
/* PARA: center */
.float_center p /* p */ {
  /* color: #999; border: 0; text-align:center; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */
