/*
Theme Name: HCAA Coffee N Cream
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description: A smooth coffee style layout based on the <a href="http://templates.arcsin.se/">free website template</a> Coffee N Cream.
Author: Viktor Persson and David Cummo
Author URI: http://arcsin.se/
*/

/*
hcaa gray: #97A3A3 151 163 163
hcaa dark dark gray 545F5F 84 95 95
hcaa darkened gray: #7C8B8B 124 139 139
medium gray: #DEE2E2
light gray #F1F3F3
dark blue: #043052 4,48,82 body
old blue text: 054c83
new blue text: 043052
hcaa light blue: #006699 0,102,153
hcaa yellow text; #FFFFCC
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #043052;
}
a:hover {
	color: #FFFFCC;
}

#caption a:hover {
	color: #043052;
}

body {
	background: #043052; /* url('img/high-country-art-logo-clear.gif.gif');*/
	/*color: #543;*/
	color: #043052;/*yellow from high country art*/
	font: normal 70% "Lucida Sans Unicode",sans-serif;
}	

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}


code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #FFFFCC;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url('img/quote.gif') no-repeat;
	color: #FFFFCC;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #043052;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}
.left {float: left;}
.right {float: right;}
.footer .left, .footer .right {padding: 0 10px;}

/* structure */
.container {
	background: #97A3A3; /*url('img/bgcontainer.gif') repeat-y;*/
	margin: 0 auto;
	/*width: 780px;*/
	width: 900px;
	min-height:100%;
	border:1px solid black;
}

.spacer {
	height:10px;
}

/* header */
.header {
	background: #97A3A3; /* url('img/north-ga.jpg') no-repeat; */
	height: 140px;
	/*margin: 0 auto;*/
	width: 900px;
	border:3px solid blue;
}

.headerblue {
	background: #545F5F;/* #075996 url('img/north-ga.jpg') no-repeat; */
	height: 103px;
	width: 900px;

}

.headertrans {
	background: url('img/bannerimage.jpg') no-repeat;
	height:210px;
	width:900px;
}

.searchheader {
	float:right;
	width:190px;
	padding-top:110px;
	padding-right:10px;
	height:160px;
}


.mountains {
	height:132px;
	width:900px;
	background: url('img/North-Georgia-Mountains_900x132.jpg') no-repeat;
}

/* title */
.title {
	text-align:center;
	margin-top:-10px;
}

.title a {
	height:140px;
	width:246px;
}

.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}


.title h1 a{
	color: #E4DBCF;
	text-decoration:none;
}

.title h1 a:visited{
	color: #E4DBCF;
	text-decoration:none;
}

.title h1 a:hover{
	color: #E4DBCF;
	text-decoration:none;
}
/* navigation */
.navigation {
	border-top:1px solid black;
	background: url('img/bgnavigation2.gif') repeat-x;
	font: bold 1.0em Verdana,sans-serif;
	height: 25px;
	margin: 0 auto;
	width: 890px;
	padding-left:10px;
}
.navigation a {
	color: #FFFFCC;
	text-decoration: none;
	padding: 5px 5px 4px 5px;
	margin-right: 18px;
	line-height: 25px;
}
.navigation a:hover {
	background: #043052;
	/*color: #420;*/
}
.navigation ul {display: inline;}
.navigation li {float: left; list-style: none;}

/* main */
.main {
	clear: both;
	padding: 0 0 0 10px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
	border-left:1px solid #043052;
	border-right:1px solid #043052;
	border-bottom:1px solid #043052;
}
.sidenav h1 {
	background: #043052; /*#BCB39F url('img/sidenavh1.gif') repeat-x;*/
	border-bottom: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;
	color: #FFFFCC;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	/*border-bottom: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;*/
	list-style: none;
	font-size:14px;
}

.sidenav li.sidehead {
	border-bottom: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;
	background: #043052;
	color: #FFFFCC;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}

.sidenav li a {
	border-bottom: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;
	background: #043052;
	color: #FFFFCC;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #043052;
	color: #FFFFCC;
}

.sidenav ul ul.children {
	margin: 0;
	padding: 0;
}

.sidenav ul.children li {
	border:0;
	/*border-bottom: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;*/
	list-style: none;
}
.sidenav ul.children li a {
	border:0;
	background: #97A3A3; /*#2D6D9C;*/
	color: #FFFFCC;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav ul.children li a:hover {
	background: #043052;
	color: #FFFFCC;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 75%;
}
.content .descr {
	color: #FFFFCC;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 6px;
}
.content ul li {
	/*list-style: url('img/li.gif');*/
	margin-left: 18px;
	font-size:12px;
}

.content li {
	/*list-style: url('img/li.gif');*/
	font-size:12px;
	margin-left: 18px;
}

.content ul li a {
	font-size:12px;
}

.content li a {
	font-size:12px;
}

.content ol li {
	margin-left: 24px;
}

li.artistlist {
	list-style-type:none;
	color:red;
	margin-left:0px;
}

ul.artistlistul {
	margin-left:0px;
}

/* footer */
.footer {
	background: #545F5F; /*#958463 url('img/bgfooter.gif') repeat-x;*/
	color: #FFFFCC;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
.footer a {
	color: #FFFFCC;
	text-decoration: none;
}
.footer a:hover {
	color: #043052;
	text-decoration: underline;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
width: 100%;
}

#commentform textarea {
background: #fcfaea;
border: 1px solid #d6d3d3;
width: 80%;
}
#commentform textarea:hover {
background: #fcfaea;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #fcfaea;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #fcfaea;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #fcfaea;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #fcfaea;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

a img{
border:none;
}

/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
	padding: 5px 3px 5px 8px;
	border:1px solid #EDEDE6;
	background-color:#FDFDF6;
	color:#FFFFCC;
	font-size: 11px;
}

.post h1.painting {
	text-align:center;
	color: #043052;
	font-size: 1.6em;
}

.post h2.painting {
	text-align:center;
	color: #043052;
	font-size: 1.4em;
}

.post h3.painting {
	text-align:center;
	font-size: 1.1em;
}

.post h3.bluepainting {
	text-align:center;
	font-size: 1.1em;
	color: #043052;
}

.post h3.bluepainting a {
	text-align:center;
	font-size: 1.1em;
	color: #043052;
}

.post h3.bluepainting a:hover {
	color: #FFFFCC;
}

.post h1 a {
	color: #043052;
}

.post h1 a:hover {
	color: #FFFFCC;
}

.breadcrumb {
	font-size:1.2em;
	padding-bottom:10px;
	font-style:italic;
}

.artistpreview {
	text-align:center;
}

.artistpreview img {
	width:400px;
}

.sold {
	font-weight:bold;
	font-size: 1.1em;
	color:red;
}

.soldsingle {
	font-weight:bold;
	font-size: 1.4em;
	color:red;
	text-align:center;
}

.post h1.alignleft {
	text-align:left;
}

/* =Hoverbox Code----------------------------------------------------------------------*/
/*
.hoverbox
{
      cursor: default;
      list-style: none;
}

.hoverbox li a
{
      cursor: default;
}

.hoverbox li a .preview
{
      display: none;
}

.hoverbox li a:hover .preview
{
      display: block;
      position: absolute;
      top: -20px;
      left: 125px;
      z-index: 1;
}

.hoverbox li a img
{
      background: #fff;
      border-color: #aaa #ccc #ddd #bbb;
      border-style: solid;
      border-width: 1px;
      color: inherit;
      padding: 2px;
      vertical-align: top;
      width: 150px;
}

.hoverbox li a img.preview
{
      border-color: #000;
      cursor:pointer;
}
*/

.artistlistul {
	width:200px;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: 150px;
	z-index: 1;
}

.hoverbox img
{
      background: #fff;
      border-color: #aaa #ccc #ddd #bbb;
      border-style: solid;
      border-width: 1px;
      color: inherit;
      padding: 2px;
      vertical-align: top;
      width: 150px;	
}

.hoverbox li
{
	/*background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;*/
	display: inline;
	float: left;
	/*margin: 3px;
	padding: 5px;*/
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	/*height: 150px;*/
}

.hiddenDiv {
	width:200px;
	height:0px;
	overflow:hidden;
}

.hiddenDivSide {
	width:218px;
	height:0px;
	overflow:hidden;
}