/*

	South West Photography - Base Template 1.0
	
*/

/* Basics
------------------------------ */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1em;

	font-style: normal;
	text-decoration: none;
}

/*  Basic Page Properties  */

html {height: 100%;margin-bottom: 1px;}
body {margin: 0;padding: 0;}
div {margin: 0;border: 0;}
p {margin-top: 10px;margin-bottom: 15px;}
fieldset {border: 0;padding: 5px 0;}

h1 {font-size: 200%; font-weight: normal;}
h2 {font-size: 170%; font-weight: normal;}
h3 {font-size: 140%; font-weight: normal;}
h4 {font-size: 120%; font-weight: normal;}

a img {border: 0;}

.clear {clear: both;}
.right {float: right;}
.left {float: left;}
.center {text-align: center;}
.bold { font-weight: bold; }


/* Main Layout
------------------------------ */

#main {
	padding-top: 0;
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 130px;
	margin: 0; 
	padding: 0; 
}

#logo, #logo-print {
	float:left;
	width: 307px;
}

#logo h1 {
	display:none;
}

#logoprint {
	display:none;
}

#topmenu {
	margin-top:20px;
	width: 630px;
	height:45px;
	float: right;
	padding: 0;
	font-size: 1.2em;
}

#topmenuleft {
	height:45px;
	width:24px;	
	float:left;
}

#topmenuright {
	margin-left:24px;
	}

#topmenuright ul {
	margin:0;
	padding:0;
}

#topmenuright li {
	list-style: none inside;
	display: inline;
	padding-right:15px;
}

#topmenu a:link, #topmenu a:visited {
	line-height:45px;
}

#topmenu a:hover, #topmenu a:active {
}

#styleswitcher {
	float:right;
	width:22px;
	height:22px;
	padding:1px;
	margin:0;
	top:0;
	right:0;
	background: url(images/switcher-back.png) no-repeat;
}

#styleswitcher img {
	border:none;
	margin:0;
	padding:0;
}

#styleswitcher a {
	padding:0;
	margin:0;
}

#breadcrumb {
	line-height: 1.0em;
	font-size: 0.8em;
	padding: 0 0 4px 10px;
}

#breadcrumb a {
}

#breadcrumb a:hover {
}

#content-top {
}

#content-top2 {
}

#content-top3 {
	height: 16px
}

#content-bottom {
}

#content-bottom2 {
}

#content-bottom3 {
	height: 16px;
}

#content {
}

#content-error {
	width: 890px;
	padding: 45px 25px 45px 25px;
	font-size: 0.9em;
	margin-left: 5px;
}

#content-left {
	width: 700px;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 0.9em;
}

#content_orders {
   width:890px;
	float: left;
	margin: 10px;
	padding: 0 10px;
	font-size: 0.9em;
}

#invoicecontent {
}

#content li, #content-left li, #content_orders li {
	list-style: inside;
}

#sidebar {
	width: 220px;
	float: right;
	margin-right: 4px;
}

#sidebar li {
	list-style:none;
}

.homeimage {
	height: 200px;
	float:right;
	padding: 9px;
	margin: 0 5px;
}

.ndlogoop {
	width:220px;
	text-align:center;
}

.ndlogoop img {
	width:190px;
	height:92px;
	border: none;
}

.menu {
	margin-top: 0em;
	font-size: 0.9em;
	padding: 0.5em 0 0.5em 0.5em;
	height: 100%; 
}

.menu h3 {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 0.5em; 
	margin-top: 0.7em;
	margin-left: 0.6em;
}

.menu ul {
	list-style: none;
	padding-left: 1.8em;
	padding-right: 1em;
	margin-top: 0.2em;
}

.menu ul li {
	padding-left: 20px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

.menu-active {
}

.submenu {
	list-style: none;
	margin-left: -25px;
	padding: 2px;
}

.submenu a span {display: none}

.submenu a:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	 margin-top: -30px;
    margin-left:125px;
	 padding:2px;
	 width:15em;
    border: 1px solid #696969;
    background-color: #a9a9a9; 
	 color:#000;
    text-align: left;
	 font-size: 0.8em;
}

a:hover.thumbtitle{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	 margin-top: -30px;
    margin-left:100px;
	 padding:2px;
	 width:15em;
    border: 1px solid #696969;
    background-color: #a9a9a9; 
	 color:#000;
    text-align: left;
	 font-size: 0.8em;
}

#footer {
	width: 950px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	clear: both;
	font-size: 0.7em; 
}

/* Link Styles
------------------------------ */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Miscellaneous
------------------------------ */

blockquote {
	margin-left: 20px;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  position: absolute;
  top: 2em;
  right: 0px;
}

#imagemetadata table td {
  padding: 2px 5px;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}

ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

ul.pagelist li.next {
	margin-left: 10px;
}

.disabledlink {
	cursor: default;
}

.pagenav {
	clear: both;
}

.disabled_nav {
	visibility: hidden;
}

/* BUY FORM */

#buyform {
	text-align: center;
}

#buyform form {
	text-align: center;
}

/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}

#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}

#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

.albumdesc h2 {
	font-size: 0.9em;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist ul li {
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	display: inline;
	list-style-type: none;
}

.taglist .tags_title {
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */

#images {
	float: left;
	width: 700px;
}

.imagethumb, .zenpage_thumb {
	float: left;
}

.imagethumb a, a .zenpage_thumb  {
	display: block;
	padding: 7px;
	margin: 0px 10px 10px 0px;
	line-height: 0px;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	width: 700px;
	font-size: 0.9em;
}

.album {
	margin: 0 15px 10px 0;
	padding: 10px 0px 10px 10px;
	min-height: 85px;
}

.album a img {  }

.album .thumb {
    float: left; 
    margin-right: 6px;
    width: 100px;
}
.albumdesc {
	margin: 0;
}

#albums p {
	font-size: 1em;
	margin:0;
}

.albumdesc small {
}

.image { 
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	text-align: center;
	margin: 0 auto;
	width: 580px;
	font-size: 0.7em;
	padding: 5px;
}

.imgnav {
	position: relative;
	padding-top: 10px;
	text-align: center;
	font-size: 1.1em;
	width:700px;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	padding: 0px 0;
	font-size: 1em;
	text-decoration: none;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
}

.imgnav .imgprevious a {
	float: left;
}

.imgnav .imgnext a {
	float: right;
}

#narrow {
	width: 700px;
	margin-top: 5px;
}

/* Paged thumbs nav
------------------------------ */
#pagedthumbs {
margin:10px 0;
width: 700px;
height: 35px;
position: relative;
}

#pagedthumbsnav {
height: 45px;
text-align: center;
padding: 0px;
width: 700px;
}

#pagedthumbsnav img {
padding: 2px;
float: left;
}

#pagedthumbsnav img:hover {
padding: 1px;
}

#pagedthumbsnav-active img{
padding: 1px;
float: left;
}

.pagedthumbsnav-prev {
width: 65px;
height: 45px;
font-size: 1em;
float: left;
}

.pagedthumbsnav-next {
width: 65px;
height: 45px;
font-size: 1em;
float: left;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
	width: 560px;
	margin-top: 10px;
	padding: 0;
}

#comments h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}
.error { 
  font-weight: bold; 
}
.comment {
	padding: 0px;
	margin-bottom: 12px;
	width: 580px;
}

.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	font-size: 85%;
}

/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}

.checkbox {
	cursor: pointer;
}

.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}

#map {margin-left: -77px;}
#rating { margin-top: 10px; }


/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
    z-index: 1001; 	text-align: left;
    font-size: 1.3em;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;

}
#admin h3 {
	font-weight: normal;
	margin:0;
	padding:0; text-align: center;
	font-size: 1.1em;
}
#admin h3:hover {}

/* Search Box
------------------------------ */
#search {
	float: right;
	margin-top: 15px;
	margin-right: 70px;
	text-align: center;
	z-index: 1000;
	position: relative;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
	
}
#search ul {
  position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:0px;
  list-style:none;
}
#search ul .item {
  display:none;
}

#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
}
#search li {
width:150px;
}

#searchfields_icon {
	position: relative;
	top: 4px;
}
.clear {
  clear:both;
  height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 580px;
	text-align: left;

}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive .year {
	margin-top:0px;
	text-align: left;
	font-weight:bold;
	font-size: 1.2em;
		margin-left: -30px;
}
ul.archive .month {
	font-size: 1em;
	list-style:none;
	padding-top: 5px;
		margin-left: -30px;
		font-weight: normal;
		margin-bottom: 15px;
}

ul.archive li {
 display: inline;
 margin-right: 9px;

 }

#archive h3 {
font-size: 1.3em;
}


/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	font-size: 18px;
	font-weight:bold;
	text-align: left;
}


/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	margin-bottom: 10px;
	font-size: 100%;
}
.errorbox h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* News Articles
------------------------------ */

.newsarticle {
margin-top: 30px;
padding-top: 8px;
}

.newsarticlecredit {
	margin: 0;
}

.newsarticlecredit p {
	margin-top: 4px; margin-bottom: 8px;
	font-size: 0.75em;
}

.newscategories {
	margin: 0;
	padding: 0;
}

.newscategories li {
	display: inline;
	list-style: none;
}

.singlenews_prev {
float: left;
}
.singlenews_next {
float: right;
}

.langselector {
height: 25px;
}
.langselector p {
float: left;
}

.newstype {
font-size: 0.8em;

}

.langselector {
margin-top: 0em;
font-size: 1.3em;
padding: 2em 0em 0.8em 3em;
height: 100%; 
}

input.formnoback {
}

input.formbutton, img.formbutton {
	padding:0 3px !important;
}

/* Slideshow */

h4 {
	margin-top: 25px;	
	font-weight: normal;
}
	
#slideshowpage {
	padding-top: 0px;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	border: 0px solid white;
	font-size: 0.8em;
}

#slideshow { 
	color: white;	
	text-align: center;
}
	
#slideshow a img {
	border: 0;	
}
		
#controls { 
   text-align: center;
   margin: 0 auto; 
   padding: 0; 
   width: 217px; 
   height: 42px;
   font-size: 0.8em;
}	
	
#controls2 { 
   text-align: center;
   margin: 0 auto; 
   padding: 0; 
   width: 217px; 
   height: 42px;
   font-size: 0.8em;
}
	
#prev { 
	display: block;
	width: 46px;
	height: 41px;
	margin: 0px; 
	padding: 0;
	float: left;
}
	
#prev:hover { 
}
	
#prev:active { 
}
	
#stop { 
	display: block;
	width: 41px;
	height: 41px;
	margin: 0px; 
	padding: 0;
	float: left;
}
	
#stop:hover { 
}
	
#stop:active { 
}
	
#pause { 
	display: block;
	width: 39px;
	height: 41px;
	margin: 0px; 
	padding: 0;
	float: left;
}
	
#pause:hover { 
}
	
#pause:active { 
}
	
#play { 
	display: block;
	width: 41px;
	height: 41px;
	margin: 0px; 
	padding: 0;
	float: left;
}
	
#play:hover { 
}
	
#play:active { 
}
	
#next { 
	display: block;
	width: 50px;
	height: 41px;
	margin: 0px; 
	padding: 0;
	float: left;
}
	
#next:hover { 
}
	
#next:active { 
}
	
#slides {
	width: 100%;
	clear:both;
	height:600px;
}

.slideimage {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	left: 0px;
}
	
#speedcontrol {
	float:right;
	margin-right:25px;
}

/* Paypal */

input.formnoback {
	top: 5px;
	position: relative;
}

#addtocartbutton {
	width: 93px;
	height: 25px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent url(images/addtocart.png) no-repeat center top !important;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#BuyNow {
	text-align:center;
	padding:0;
	margin:10px 0;
	clear:both;
}

/* Paypal price list */
#orderprices, #zenPaypalPricelist, zenPaypalPricelist_data {
	text-align: center;
}

#zenPaypalPricelist l1 {
	text-align: center;
}

#orderprices table, #zenPaypalPricelist_data table {
	line-height: 1em;
	padding: 5px 8px;
}

#orderprices th, #zenPaypalPricelist_data th {
	text-align: left;
	padding: 5px 8px;
}

#orderprices td, #zenPaypalPricelist_data td {
	padding: 5px 8px;
}

#zenPaypalPricelist_data table .price {
	text-align: right;
}

#zenPaypalPricelist_data table .size {
	text-align: center;
}

#zenPaypalPricelist_data table .media {
	text-align: left;
}
