/*
Theme Name: Narhwal Art Projects
Theme URI: N/A
Description:
Version: 0001
Author: DK & SC
Author URI: http://narwhalartprojects.com
Tags: custom

	Designed by Steve @ Narwhal, Coded by Derek @ Unttld™
	All code is strictly not licensed for public use unless confirmed in writing by Narwhal Art Projects.

*/

/* CSS Reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Grid
----------------------------------------------------------------------------------------------------*/
.container {
	margin: 25px auto;
	/*
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	*/
	width: 1049px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 8px;
	margin-right: 7px;
}

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.container .grid_1 { width: 145px; }
.container .grid_2 { width: 305px; }
.container .grid_3 { width: 465px; }
.container .grid_4 { width: 625px; }
.container .grid_5 { width: 785px; }

.container .prefix_1 { padding-left: 160px; }
.container .prefix_2 { padding-left: 320px; }
.container .prefix_3 { padding-left: 480px; }
.container .prefix_4 { padding-left: 640px; }

.container .suffix_1 { padding-right: 160px; }
.container .suffix_2 { padding-right: 320px; }
.container .suffix_3 { padding-right: 480px; }
.container .suffix_4 { padding-right: 640px; }

.container .push_1 { left: 160px; }
.container .push_2 { left: 320px; }
.container .push_3 { left: 480px; }
.container .push_4 { left: 640px; }

.container .pull_1 { left: -160px; }
.container .pull_2 { left: -320px; }
.container .pull_3 { left: -480px; }
.container .pull_4 { left: -640px; }

.floatleft { float: left; }
.floatright { float: right; }

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Base Styles
----------------------------------------------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}

a:link { color: none; text-decoration: none; border-bottom: none;}
a:visited {color: none;}
a:active {color: #00FF00;}
a:hover {background-color: white;  color: red; text-decoration: none; border-style: none; border-bottom:1px dotted red;}

body {
  /* background: #F4F4F4; light grey*/
  background: #f9f8f8;
  color: #333333;
  font-family: Helvetica; Arial; Georgia, serif;
  font-size: 12px;
  line-height: 20px;
  overflow-y: scroll;
}

em { font-style: italic; }

h1 { font-size: 24px; font-family: Helvetica; Arial; font-weight: bold; line-height: 18px; }
h2 { font-size: 18px; font-family: Helvetica; Arial; font-weight: regular; line-height: 26px; }

ul, ol, li {
	list-style: none;
}

/* Header Styles
----------------------------------------------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #C3C3C3;
	margin-bottom: 20px;
	text-align: center;
}

#header img.logo {
	margin-bottom: 8px;
}

#header #navigation ul {
	list-style: none;
	margin: 15px auto;
	width: 420px;
}

#header #navigation ul li {
	float: left;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

/* Main Content Styles
----------------------------------------------------------------------------------------------------*/
#main {
	margin: 0 30px;
	width: 660px;
}

/* added July 15.11*/
#mainwide {
	margin: 0 30px;
	width: 780px;
}

#main h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0;
        line-height: 30px;
	/*text-decoration: underline;*/
}

#main h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
        line-height: 24px;
	/*text-decoration: underline;*/
}

#main h4 {
	font-size: 18px;
	font-weight: bold;
        line-height: 24px;
	margin-bottom: 0;
	margin-top: 9px;
	/*text-decoration: underline;*/
}

#main h5 {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#main h6 {
	color: #666666;
	font: normal 12px Helvetica, Arial, sans-serif;
	margin: 10px 0 0 0;
}

#main p {
	margin-bottom: 16px;
}

#main div>p:nth-of-type(1) {
	margin-top: 9px;
}

#main p.meta, #main p.meta a {
	color: #666666;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
        line-height: 20px;
	margin-bottom: 0;
}

#main div ul.meta li, #main div ul.meta li a {
	color: #666666;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
        line-height: 18px;
	margin-bottom: 0;
}

#main div ul.meta {
        margin-top: 9px;
	text-align: right;
}

#main div.showHeader {
	border-bottom: 1px solid #C3C3C3;
	margin-bottom: 9px;
	padding-bottom: 18px;
}

#main div.post {
	margin-bottom: 18px;
}

#main div.post img.lead {
	margin-bottom: 9px;
}

#main div div.products img {
	margin-right: 10px;
}

.about h1 {
	margin-top: 18px;
	text-decoration: none !important;
}

.column {
	float: left;
	margin-right: 20px;
	width: 310px;
}

.products {
	border-bottom: 1px solid #C3C3C3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.book {
	width: 290px;
}

table,
tbody,
tr,
th,
img.vertical-align {
	margin-bottom: 10px;
	vertical-align: top;
}
       

/* Artist Styles
----------------------------------------------------------------------------------------------------*/
.artists {
	height: 190px;
	margin: 0 15px;
	width: 190px;
}

/* Sidebar General Styles
----------------------------------------------------------------------------------------------------*/
.sidebar {
	width: 164px;
}

#sidebar_left div.sidebarItem, #sidebar_right div.sidebarItem {
	margin-bottom: 15px;
}

#sidebar_left div ul, #sidebar_right div ul {
	list-style: none;
}

.sidebar li.current_page_item a, .sidebar li.current_page_item a:hover {
	color: #333333;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

/* Sidebar left Styles
----------------------------------------------------------------------------------------------------*/
#sidebar_left div h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 18px;
	/*text-decoration: underline;*/
}
#sidebar_left div#welcome h3 {
	text-decoration: none;
}

#sidebar_left div ul li ul li {
	font-style: italic;
}

#sidebar_left div ul li ul li ul {
	margin-bottom: 10px;
	margin-left: 10px;
}

#artistlist p {
	font-weight: bold;
}

#artistlist p.nobold {
	font-weight: normal;
}

#artistlist ul {
	margin-bottom: 18px;
}

/* Sidebar Right Styles
----------------------------------------------------------------------------------------------------*/
#sidebar_right div h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

#sidebar_right div form {
	margin: 0;
	padding: 0;
}

#sidebar_right div form input {
	background-color: #FBFBFB;
	border: 1px solid #C3C3C3;
	margin: 0;
	padding: 2px;
	width: 160px;
}

#sidebar_right div form input:focus {
	background-color: #FFFFFF;
}

#sidebar_right div ul {
	font-style: italic;
}

/* Footer Styles
----------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #C3C3C3;
	margin: 20px 0;
	padding: 15px 0;
}

#footer div#copyright {
	width: 202px;
}

#footer div#copyright p {
	text-transform: uppercase;
}

#footer div#hours {
	width: 645px;
}
