/*  
Theme Name: Reciprocity
Theme URI: www.reciprocityimages.com
Description: Default Theme for ReciprocityImages.com.
Version: 1.0
Author: Jason Langley
Author URI: http://www.seekingfocus.com/

	Reciprocity v1.0
	http://www.seeekingfocus.com/reciprocity/

	This theme was designed and built by Jason Langley.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* ---Global Styles--- */
*{padding: 0; margin: 0;}
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color:#000000;
	background-color:#555555;
}
p{margin-bottom:1.6em;}
h1{font-size:1.6em; font-variant:small-caps; font-weight:normal; line-height:200%;}
h2{font-size:1.3em; font-variant:small-caps; font-weight:normal; line-height:200%;}
h3{font-size:1.1em; font-variant:small-caps; font-weight:normal; line-height:200%;}
a:visited {color:#909090; text-decoration:none;}
a:link {color:#909090; text-decoration:none;}
a:active {color:#909090; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
hr{display: none;}
img{border:none;}
img a{border:none;}
img.left{float:left;}
img.right{float:right;}
img.ZenPress_thumb{margin:20px;}
ul li{list-style:disc; margin-left:20px;}
table{border:0px; margin-bottom:20px; color:#fff;}
td{background:#eeeeee; margin:3px; padding:5px; color:#000;}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
}



/* ---Formatting--- */
#wrapper{
	margin: 0 auto;
}
div#wrapper{
	border: 1px solid #999999;
	width: 80%;
	min-width:750px;
	max-width:900px;
	margin-top: 10px;
	color:#000000;
	background-color:#ffffff;
}
#sidebar{
	float: left;
	width: 10%;
	min-width:90px;
}
#container{
	width:85%;
	position: relative;
	float:left;
}
#content{
	min-width: 500px;
	max-width: 690px;
	min-height:200px;
	float: left;
	padding:20px;
	margin-right: 20px;
	border:1px solid #999999;
	margin-bottom:20px;
} 



/* ---Header--- */
#header{
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	padding:10px;
}
#headerimg{
	font-size: .9em;
	color: #000;
	background: #fff URL(images/headerlogo1.png) no-repeat fixed top left;
}
#headerimg.description{
	float:right;
}
#header h1{
	font-size: 1.6em;
	font-variant:small-caps;
	}



/* ---Side Bar--- */
#sidebar{padding: 10px;}
#sidebar ul li{line-height:175%;list-style:none;font-variant:small-caps; margin:0px;}
.menu {
	font-size:1.1em;
	text-align:left; 
	font-variant:small-caps;
}



/* ---Content--- */
h2.page{
	font-size:1.1em;
	line-height:200%;
	list-style:none;
	font-variant:small-caps;
	font-weight:normal;
	padding:0 0 0 10px;
}



/* ---Footer--- */
#footer{
	clear: both;
	margin: 0 auto;
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-top:1px solid #999999;
	font-size:.8em;
}

/* ---Comments--- */
 ol.commentlist{
 	list-style:none
}



/*------- BEGIN ZENPHOTO FORMATTING ------*/


/* Page Navigation
------------------------------ */
ul.pagelist {
	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;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 0px;
	margin: 10px;
	border: 1px solid #ffffff;
	line-height: 0px;
}
.imagethumb a:hover {
	border: 1px solid #000000;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 0px;
	margin-bottom: 0px;
	border: 0px solid #909090;
	float: left;
}
#albums{
	width: 100%;
	line-height: 0;
	text-align: center;
}
.album h3 {
	padding: 0;
	margin: 0;
	padding: 3px 0 6px 0;
}
.albumthumb a {
	display: block;
	padding: 0px;
	margin: 10px;
	margin-bottom: 0px;
	border: 1px solid #ffffff;
	line-height: 0px;
}
.albumthumb a:hover {
	border: 1px solid #000000;
}
.albumthumb {
	float: left;
}
	

/* Individual Image
------------------------------ */

.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	padding:25px 25px 0 25px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0px 25px 0px 0px;
	text-align:right;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}