﻿/*
Theme Name: Melissa Hutton
Theme URI: http://www.awts.com/
Description: Custom Artist's Theme.
Version: 2.0
Author: Dick Raney
Author URI: http://www.awts.com/
*/

/* Begin Typography & Colors 
================================================================ */
html { overflow-y: scroll; }
body {
	font-size: 62.5%; /* Resets 1em to 10px */;
	font-family: 'Arimo', sans-serif;
	background: #FFF;
	color: #777;
	font-size: 12px;
	line-height: 1.5em;
}
#page {
	text-align: left;
	background: #FFF none;
}
.entry {
	position: relative;
}
.normalcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
p {
	margin-bottom: 1em;
}
.gallery p {
	width: 280px;
	float: left;
	clear: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
strong {
	color: #555;
}
h1, h2, h3 {
	font-weight: bold;
	margin-top: 8px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h1.pagetitle {
	font-size: 1.6em;
}
h3 {
	font-size: 1em;
}
h1, h1 a, h1 a:hover {
	text-decoration: none;
	color: black;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FFF;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
#header h1 {
	font-weight: normal;
	font-size: 2.2em;
	color: #e31309;
	text-transform: uppercase;
	margin-left: 80px;
	/*float: left;*/
}
#header h1 strong {
	color: #e31309;
}
#header h1 a, #header h1 a:hover {
	color: #e31309;
}
.entry p a {
	color: #e31309;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
a, h2 a:hover, h3 a:hover {
	color: #858585;
	text-decoration: none;
	border-bottom: 1px #858585 dotted;
}
a:hover {
	color: #e31309;
	text-decoration: none;
	border-bottom: 1px #e31309 solid;
}
#header h1 a,
.addthis_toolbox a,
#at_hover .at_item {
	border-bottom: 0;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
dl {
	margin-top: 6px;
}
dt {
	font-weight: bold;
	float: left;
}
dd {
	margin-left: 50px;
	margin-top: 6px;
}
/* End Typography & Colors */

/* Begin Structure 
================================================================ */
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;
	padding:0;
}
html, body, #page {
	height: 100%;
}
body > #page {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 50px;
}
/* must be same height as the footer */
#footer {
	position: relative;
	margin: -50px auto 0; /* top margin negative value must equal footer height */;
	width: 950px;
	height: 50px;
	clear: both;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Sticky Footer */

#page {
	width: 850px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#nav {
	padding: 20px 0 0;
}
.normalcolumn {
	width: 500px;
}
.about .normalcolumn {
	padding: 0 240px 20px 80px;
}
.post {
	padding: 0;
}
.post hr {
	display: block;
}
.normalcolumn .postmetadata {
	padding-top: 0;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer p {
	text-align: center;
	color: #999;
}
#footer a {
	color: #999;
	border-bottom: 0;
}
#footer a:hover {
	color: #e31309;
}
/* End Structure */

/*	Begin Headers 
================================================================ */
#header h1 {
	padding-top: 43px;
	margin: 0;
}
h2 {
	margin: 20px 0 .5em;
	color: #555;
}
h1.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
	padding: 0;
	margin: 20px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */

/* Begin Nav Menu 
================================================================ */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* SKIN 
================================================================ */
/* -- #858585 Nav Links -- */
/*
.artwork .sf-menu a,
.artwork .sf-menu a:visited,
.artwork .sf-menu li li.page_item a, 
.other-work .sf-menu a,
.other-work .sf-menu a:visited,
.other-work .sf-menu li li.page_item a { 
	color: #858585;
	border-left: 1px #858585 solid;
}
*/
/* -- Dark#858585 Nav Links -- */
/*
.contact .sf-menu a,
.contact .sf-menu a:visited,
.contact .sf-menu li li.page_item a { 
	color: #333;
	border-left: 1px #858585 solid;
}
*/
/*******************/

.sf-menu {
	/*float:			left;*/
	margin-bottom:	2em;
}
.sf-menu a {
	padding: 		5px 10px 5px 0;
	text-decoration:none;
	border-bottom: 0;
	text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#858585;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fff;
	outline:		0;
}
.sf-menu a:hover,
.current-menu-item a {
	color: #e31309;
}
.sf-menu li span {
	padding-right: 10px;;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***
============================================================================================== */
.sf-menu li ul {
}
.sf-navbar {
	height:			2em;
	padding-bottom:	2em;
	position:		relative;
	font-size: 14px;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			500px; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	/*float:			right;*/
}
.sf-navbar a, .sf-navbar a:visited {
}
.sf-navbar li.current-menu-item {
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current-menu-item,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current-menu-item,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
}
ul.sf-navbar .current-menu-item ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
}
ul.sf-navbar .current-menu-item ul ul {
	top: 			-999em;
}

.sf-navbar li li.current-menu-item > a {
	color: #e31309;
}
#menu-item-69 .sub-menu {
	margin-left: 158px;
}
.sub-menu {
	margin-left: 158px;
}
/* End Nav Menu */

/* Begin Images 
================================================================ */
p img {
	padding: 0;
	max-width: 100%;
}
img.cente#e31309 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/* Begin Lists
================================================================ */

ul,ol {
	margin-bottom: 1em;
}
ol {
	padding: 0 0 0 35px;
	margin: 0;
}
ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
ol li {
	list-style: decimal outside;
}

/* Begin Form Elements 
================================================================ */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */

/* Begin Comments
================================================================ */
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar 
================================================================ */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* Begin Various Tags & Classes 
================================================================ */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
ul.date-list {
	margin-left: 50px;
	list-style-type: none;
}
.span-date {
	margin-left: -50px;
	position: absolute;
}
#nav li:last-child span {
	display: none;
}
#nav li:last-child li span {
	display: inline;
}
#nav li:last-child li:last-child span {
	display: none;
}


/* Captions 
================================================================ */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* AddThis Plugin 
================================================================ */
.addthis_toolbox {
	position: absolute;
	top: 48px;
	right: 0;
}

/* NEXTGEN GALLERY
================================================================ */
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 530px;
	display:block !important;
	margin-left: 320px;
}

.ngg-galleryoverview .desc {
/* requi#e31309 for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 4px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:0;
	display:block;  
	margin:4px 0px 4px 4px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:4px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* SLIMBOX
================================================================ */
#lbPrevLink,
#lbNextLink,
#lbCloseLink {
	border-bottom: 0;
}

/* Everying with a 3 pixel border radius 
================================================================ */
pre, blockquote, .wp-caption, .attachment img, #header #searchform, #s, #searchsubmit, #sidebar>ul, #sidebar h4 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
/* End everying with a 3 pixel border radius */

/* Galleria Styles
================================================================ */
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
