/*
Theme Name: Pivotal-3
Theme URI: http://www.photography.pivotaldesigns.ca/demo/?wptheme=Pivotal-3
Description: Clean and easy customizable theme Pivotal-2 by <a href="http://www.photography.pivotaldesigns.ca">pivotal</a>.
Version: 0.1
Author: pivotal
Author URI: http://www.photography.pivotaldesigns.ca
Tags: light, monochrome, white, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- WORDPRESS CSS
	- USEFUL

/*	##################################
   	GENERAL
	################################## */

html, body {
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial;
}

body {
	/* background: #1e1f21 url(img/bg-body.gif) no-repeat left top; */
	background: #fefefe;
	color: #3a3a3a; 
	font: 12px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

a {
	color: #3a3a3a; 
	outline: none;
}


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

p {
	margin: 0 0 0 0;
}



/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
#header {
	position: relative;
	height: 150px;
	width: 900px;
	background: url(img/logo.jpg);
}

#header-left {
	height: 150px;
	width: 650px;
	float: left;
	background: url(img/logo-left.jpg);
}

#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	border: none;
}
	

#content {
	padding: 20px 0 0 0;
	background: #fefefe;
	text-align: left;
}

#content-left {
	float: left;
	width: 600px;
	padding: 15px;
	border: solid 1px #ccc;
	background: #f2f2f2;
}

#content-right {
	float: right;
	width: 240px;
	border-right: solid 1px #eee;
	background: #fefefe;
}
#content-left-shop {
	float: left;
	width: 600px;
	padding: 15px;
	background: #fefefe;
}
#content-wide {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 20px 50px 20px 50px;
	border-style: solid;
	border-color; white;
	border-width: 0px;
}
#content-wide-shop {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #fefefe;
	padding: 20px 50px 20px 50px;
}


/*	##################################
   	HEADINGS
	################################## */
	
h1, h1 {
	margin: 0 0 20px 0;
}

h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}
	
h1#blog-title {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h2.category-title {
	margin: 0 20px 20px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}

h3.post-title {
	margin: 0 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h3.post-title a {
	color: #a3982e;
	text-decoration: none;
}

h3.post-title a:hover {
	color: #ccbd39;
	text-decoration: none;
}

h4.sidebar-title {
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 42px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 40px 20px;
}

#box-right {
	float: right;
	margin: 0 20px 0 0;
}	

.post a {
	color: #999;
}
.post a:hover {
	color: #a3982e;
}

.sticky {
	padding: 20px;
	border: 1px dotted #ccc;
}

.meta {
	clear: both;
	padding: 5px 0 20px 0;
	margin-right: 20px;
	background: #f2f2f2;
	color: #5e5e5e;
}
.meta a {
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 0px;
}

.meta-categories {
	padding: 0 5px 0 25px;
	background: url(img/meta.png) no-repeat left top;
}

.meta-comments {
	padding: 0 5px 0 25px;
	background: url(img/meta.png) no-repeat;
}

p.tags {
	clear: both;
}

/** CONTENT RIGHT */

.box-right {
	margin: 0 0px 7px 0;
	padding: 10px;
	background: #fefefe url(img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

.box-right li ul {
	margin: 0 0 0 20px;
	list-style: square;
}

.box-right li li {
	border: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentformleft {
	float: left;
	width: 200px;
}
#commentformleft .text {
	height: 18px;
	padding: 6px 6px 0 6px;
	background: #ddd;
	border: 1px solid #444;
	color: #545454;
}
#commentformleft input.text {
	width: 180px;
	margin: 0 0 10px 0;
}

#commentformright {
	margin-left: 250px;
	margin-bottom: 10px;
}

#commentformright textarea {
	height: 137px;
	padding: 6px 6px 0 6px;
	background: #ddd;
	border: 1px solid #444;
	font: 12px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #545454;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #555;
	border: 1px #333 solid;
	color: #fefefe;
}

#commentform .button:hover {
	background: #9c9a26;
}

.commentlist .comment {
	height: auto;
	margin: 20px 0 0 0;
	color: #545454;
}

.commentlist .quote {
	padding: 20px 20px 0 20px;
/* 	background: #4a4f54 url(img/bg-comment-quote.gif) no-repeat right top; */
	border: 1px #333 solid;
}

.avatar {
	float: right;
	margin: 0 0 10px 20px;
}

.commentlist .cite {
	display: block;
	padding: 20px 0 0 0;
	color: #3a3a3a;
	background: #fff url(img/bg-comment-bubble.gif) no-repeat left top;
	font-style: normal;
} */

/** COMMENTS IN WP 2.7 */

.commentlist li {
	margin: 0px;
	padding: 20px 0 20px 20px;
	list-style: none;
/*	background: #4a4f54; */
	border: 1px #333 solid;
}

.commentlist li a {
	color: #aaa;
}

.commentlist li .avatar {
	margin: 0 20px 10px 20px;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	border: 1px solid #3a3a3a;
	border-right: none;
}

#cancel-comment-reply {
	margin: 10px 0;
}

.commentlist li.depth-2, .commentlist li.depth-4 {
	background: #5a5a60;
}


#position-subscribe-to-comments label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
#position-subscribe-to-comments input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


/*	##################################
   	SEARCHFORM
	################################## */

#searchform #search{
	position: relative;
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0px 0px 0 0;
	background: url(img/magnify.png) no-repeat left center;
}

#searchform_header #search{
	position: absolute;
	float: right;
	top: 116px;
	right: 38px;
	width: 115px;
	height: 16px;
	padding: 3px 6px 3px 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform_header .button {
	position: absolute;
	float: right;
	right: 5px;
	top: 113px;
	width: 30px;
	height: 30px;
	padding: 0px 0px 0 0;
	background: url(img/magnify.png) no-repeat left center;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#sharethis {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
	width: 550px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	border: 1px #444 solid;
}
#sharethis a {
	padding: 0 7px 0 0px;
}
#sharethis a:hover {
	color: #9c9a26;
}

#sharethis img {
	border: 1px solid #333;
	position: relative;
	margin-left: 15px;
	top: 4px;
}


/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #fefefe;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/*	##################################
   	USEFUL
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/** CSS BASIC ELEMENTS */

hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #fefefe;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: #fefefe;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

input, textarea {
	width: 90%;
	height: 22px;
	margin: 0 0 20px 0;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

textarea {
	width: 90%;
	height: 100px;
}

select {
	width: auto;
	margin: 0 0 20px 0;
	padding: 6px;
	background: #fff;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	background: #fff;
}

input.password {
	width: auto;
}

input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #3a3a3a;
	border: none;
	color: #fff;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 0px solid #dadada;
	border-bottom: none;
	border-right: none;
}

th, td {
	padding: 2px 5px;
	border-bottom: 0px solid #dadada;
	border-right: 0px solid #dadada;
}

th {
	background: #3a3a3a;
	color: #fff;
	border: none;
}

pre {
	font-family: Courier, serif;
}

/*	##################################
   	Nextgen Gallery CSS
	################################## */


#ngg-purchase-link {
	font-family: arial;
	font-size: 10px;
	color: #aaa;
}

.ngg-gallery-thumbnail-text {
	color: #ccc;
	font-size: 10px;
}
	
.ngg-thumbnail img {
	background-color:#fefefe;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #a9c0c8;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	padding: 8px 4px 8px 4px;
	position:relative;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #a9c0c8;
} 

.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: #9ab0b8;
	color: #FFFFFF !important;
	text-decoration: none !important;
}



/*	##############################
	Shopp Plugin - My customization
       	############################## */

#checkout-button {
	
	width: 145px;
	height: 42px;
}
a.cdn-warning {
	clear: both;
	display: block;
	padding: 8px 2px 8px 2px;
	float: right;
	font-family: arial;
	color: #aaa;
	font-size: 12px;
}

#tag_cloud-3 {
	font-family: arial;
	font-decoration: none;
}
* .tag-link {
	padding: 2px 28px 2px 28px;
}
	


/*	##############################
	Smooth Gallery
       	############################## */
.jdGallery .slideElement
{
	background-color: #fefefe;
}

.jdGallery .loadingElement
{
	background-color: #fefefe;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {clear:both;width:900px; height:38px; position:relative; z-index:100; solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:125px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#b2b2b2; width:114px; height:34px; border:1px solid #929292; border-width:0px 1px 0px 0px;padding: 0px 0px 0px 10px;line-height:32px; font-weight:normal;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:125px; w\idth:114px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#0167bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#9ab0b8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#a9c0c8;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:5px; width:125px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{position:absolute;z-index:200;top:5px;left:120px;width:125px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-120px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#9ab0b8; color:#000; height:auto; line-height:1.2em; padding:5px 0px 5px 10px; width:125px;border-width:1px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:125px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#cbccb7;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#a9c0c8;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
