/* MG Mostly based on the zenphoto test template, but with the existing mattgibsonphoto style shoved over them. */

/* 
	mattgibsonphoto.com
	
	Coded by Matt Gibson, gothick@gothick.org.uk	
*/

/*
	CSS reset based on Eric Meyer's "meyerweb" CSS Reset v1.0 | 20080212
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	END CSS Reset 
*/

body {
	line-height: 1.00;
	background-color: black;
	font-family: "Lucida Grande", Helvetica, Arial, Geneva, Verdana, sans-serif;
	background-repeat: no-repeat;
	background-position: left top;
/*	background-image: url(http://s3.mattgibsonphoto.com/walkhome1600croptopleft.jpg); */
	background-image: url(./images/walkhome1600croptopleft.jpg); 
	width: 1040px;
	color: white;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.2em;
}

p {
	font-size: 0.8em;
	line-height: 1.4em;
}

div#title {
	/* 	background-color: #333333; */
	background-image: url(./images/bgtrans.png);
	background-repeat: repeat;
	float: left;
	margin-left: 20px;
	-moz-border-radius: 0.5em; 
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em; 
	border-color: black;
	border-style: ridge;
	border-width: 1px;
}

/* Zenphoto's version */
A:link,A:visited {
	text-decoration: none;
	color: #3366CC;
}

A:hover,A:active,#gallerytitle A:hover,#gallerytitle A:active,.pagenav A:hover,.pagenav A:active
	{
	text-decoration: underline;
	color: #FF6600;
	/*	background-color: #FFFCF4; */
}

/* My stuff */
a:link { 
	color: #ff6600;
	}

a:visited { 
	color: #996600;
	}

a:hover { 
	color: #ff9900;
	text-decoration: none;
	}
	
a:active { 
	color: #ff6600;
	}

div#title a
{
	color: #cccccc;
	text-decoration: none;
}

div#pagewrapper
{
	margin-top: 25px;
}

div#sidebar
{
	clear: left;
	float: left;
	padding-top: 3em;
}

div#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

div#sidebar ul li {
	font-size: 1.2em;
	background-image: url(./images/bgtrans.png);
	background-repeat: repeat;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 0.5em; 
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em; 
	border-color: black;
	border-style: solid;
	border-width: 1px;	
}

div#sidebar a {
	color: #cccccc;
	text-decoration: none;
}

div#sidebar li.menu-active, div#sidebar li a:hover {
	color: #ff6600;
}

h2 
{
	color: #cccccc;
	font-weight: normal;
	padding: 0px;
	margin: 10px;
}

h1 {
	color: #cccccc;
	font-weight: normal;
	padding: 0px;
	margin: 10px;
}

p {
	margin: 10px;
}

h1 span#gibson {
	color: white;
}

h1 span#photo {
	font-weight: bold;
	color: #ff6600;
}

div#main
{
	background-image: url(./images/bgtrans.png);
	background-repeat: repeat;
	float: left;
	width: 800px;
	margin-top: 3em;
	margin-left: 20px;
	-moz-border-radius: 0.5em; 
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em; 
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
}

div#main div#info404
{
	font-size: 1.5em;
	margin: 15px;
}

div.imagepage div#main
{
	width: auto;
}

div#nonsemantic
{
	clear: left;
}

div#main div#content
{
	padding-left: 15px;
}


div#footer {
	clear: left;
}

/*
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
*/

img {
	border: none
}

/*
#main {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}
*/

div#gallerytitle {
	margin-left: 15px;
}

#gallerytitle h2 {
	font-size: 1.2em;
}

#gallerytitle span {
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

/* #gallerytitle A:link,#gallerytitle A:visited {
	text-decoration: underline;
	color: #999;
}*/

div.album
{
	float: left;
	padding: 0px;
	margin: 5px 25px 45px 25px;
	border-color: white;
	border-style: solid;
	border-width: 5px;
	box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	-moz-box-shadow: 10px 10px 5px #000;
	background-color: #fff;
}

/* .imagethumb img, .image img { */
.imagethumb img { 
	border: 0px;
	padding: 0px;
	box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	-moz-box-shadow: 10px 10px 5px #000;
	padding: 0px;
	margin: 25px;
	border-color: white;
	border-style: solid;
	border-width: 5px;
}

.image img {
	margin: 5px 25px 25px 25px;
	box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	-moz-box-shadow: 10px 10px 5px #000;
	padding: 0px;
	border-color: white;
	border-style: solid;
	border-width: 5px;
}

.albumthumb img
{
	
	margin-bottom: 0px;
}

div.albumtitle
{
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
}

.albumtitle H3 {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

.image {
	margin: 0px;
	padding: 0px;
	float: left;
}

div.gallery_image
{
	display: inline;
	border-style: none;
}

hr {
	clear: both;
	height: 0px;
	border: 0px;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
	color: transparent;
}

.imgnav {
	margin-bottom: 4px;
	font-size: 15pt;
	font-weight: normal;
	color: #CCC;
	text-align: center;
}

.imgnav a {
	display: block;
	height: 1em;
	width: 41%;
	padding: 4%;
	color: #999 !important;
	background-color: transparent;
}

.imgnav a.prev {
	float: left;
	text-align: left;
}

.imgnav a.next {
	float: right;
	text-align: right;
}

.imgnav a:hover,.imagenav a:active {
/* 	background-color: #eee; */
	color: #F60 !important;
	text-decoration: none !important;
}

#images {
	margin: 5px 0px 10px;
	clear: both;
}

#images form {
	margin-left: 25px;
}

#albums {
	clear: both;
	margin: 5px 0px 10px;
	padding: 0px;
}

.pagenav {
	margin: 5px 0px 5px 20px;
	font-size: 8pt;
	font-weight: bold;
	color: #CCC;
	clear: both;
}

div#credit, div#footer {
	clear: left;
	margin: 20px;
	font-size: 0.6em;
	text-align: right;
}

/*
.pagenav A:link,.pagenav A:visited {
	color: #333;
	text-decoration: none;
}
*/
.pagenav A:link, .pagenav A:visited, .pagenav A:hover, .pagenav A:active
{
	text-decoration: none;
	color: #FF6600;
}



.disabled_nav {
	visibility:   visible;
	height: 1em;
}

.disabledlink {
	color: #ddd;
	cursor: default;
}


UL.pagelist {
	padding: 0px;
	margin: 5px 0px 5px;
	list-style-type: none;
	height: 2em;
}

UL.pagelist LI {
	display: inline;
	font-weight: bold;
}

UL.pagelist LI A,UL.pagelist LI span.disabledlink {
	display: block;
	float: left;
	padding: 2px 4px;
	background-color: #FFF6EC;
	text-decoration: none;
	color: #555;
}

UL.pagelist LI span.disabledlink {
	background-color: #fff;
	color: #ddd;
	cursor: default;
}

UL.pagelist LI A:hover {
	background-color: #FFCC99;
	color: black;
}

UL.pagelist LI.current A {
	background-color: #FF6600;
	color: #FFF;
	cursor: default;
}


#comments {
	border: 1px solid #f0f0f0;
	padding: 15px 20px;
	margin: 15px 0px;
	width: 360px;
	display: block;
	clear: both;
	padding-top: 10px;
}

.comment {
	margin: 15px 0px;
	padding: 10px 10px;
	border: 1px solid #f0f0f0;
	background-color: #f8f8f8;
}

.commentcount {
	font-weight: normal;
	font-size: 11pt;
	margin-top: 10px;
}

.commentmeta {
	color: #999;
}

.commentauthor {
	font-weight: bold;
}

.commentbody {
	margin: 5px 0px;
	line-height: 1.3em;
}

.commentform INPUT {
	margin-top: 4px;
	border: none;
}

.commentform TEXTAREA {
	margin-top: 4px;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	border: 1px solid #eee;
}

.error {
	color: #C33;
	font-weight: bold;
}

#admin, #admin_data {
	position: fixed;
	right: 0;
	top: 0;
	border-left: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	background: #fff;
	width: 120px;
}

#admin, #admin_data ul {
	text-align:center;
	margin: 0;
	padding: 0;
}

#admin_data {
	top: 15px;
}

#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #E6E6DF;
	margin: 0;
	padding: 0;
}

#search {
	float: right;
	text-align:left;
	margin-top: -15px;
}

#search #search_input {
	width: 75px;
}
#search a {
text-decoration: none;
}
#search ul {
border: 1px solid #ccc; position:absolute; text-align:left; list-style: none; 
height: 8em; width: 20em; overflow: auto;
color: black;
background:transparent;
}

.clear {
	clear: both;
	height: 10px;
}

#map {
	margin-top: 25px;
}

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

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

#fullsize_download_link {
	font-size: 8pt;
	text-align: right;
	float: right;
}

#meta_link {
	font-size: 8pt;
	text-align: left;
	float: left;
}

#image_data {
	margin: 5px 25px 5px 25px;
}

#image_data p {
	margin-left: 0px;
	margin-right: 0px;
}

/* Archive View  */
#archive {
	width: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.archive .year {
	margin-top: 10px;
	text-align: center;
	color: #FF6600;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

ul.archive .month {
	font-size: 14px;
	list-style: none;
	border-top: 2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud */
#tag_cloud {
	text-align: center;
	background: #eee;
	margin-bottom: 15px;
}

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

#tag_cloud p {
	color: #FF6600;
	padding: 10px 0;
	margin: 20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

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

.taglist li {
	background: url(tag.png) no-repeat left center;
	list-style-type: none;
	line-height: 18px;
	padding-left: 18px;
	float: left;
	padding-right: 5px;
}

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

.rating {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* Zenphoto link
------------------------------ */

#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 2em;
 font-weight: 100;
}

#photo-part {
font-family: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}