
/* Main Layout
------------------------------ */
body {
	padding: 0px 0px 50px;
	text-align: center;
}
#content{
	text-align: left;
	margin: 0 auto;
	width: 700px;
	background: white;
	padding: 20px 30px 40px;
	border: 1px solid #E6E6DF;
	border-bottom-width:5px;
	font-size:1.2em;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#sort { float:right;}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
}


/* Text Styles
------------------------------ */
body {
	/*font: normal 82% "Helvetica Neue", Helvetica, Arial, sans-serif; */
	color: #5A5A4B;
}
h2 {
	font: 2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #002E5B;
	margin-bottom:0.5em;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
#content > h2 + p {font-size:1.5em;}
h3 {
font: 1.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #002E5B;
margin:1em 0 0.5em;
}
table thead {font-weight:bold; text-align:center; color:#000}

/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #17A; }
a:visited { text-decoration: underline; color: #035; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }

/* Miscellaneous
------------------------------ */
#header h1 {padding-left: 2.5em; background: transparent url(gallery.png) 0.5em 0.5em no-repeat;}
hr {clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;}
img {border: 0;}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;}


/* Page Navigation
------------------------------ */
div.pagelist {height:3em;}
div.pagelist > span {display:none}
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, ul.pagelist li.current a {
	border:1px solid #CCCCCC;
	padding: 4px;
	text-decoration:none;}
ul.pagelist li a:hover {
border-color:#666;
color:blue;}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;}
ul.pagelist li.prev {margin-right: 8px;}
ul.pagelist li.next {margin-left: 8px;}
.disabledlink {color: #ddd;cursor: default;}
.pagenav {clear: both;}


/* AJAX
------------------------------ */
#albumDescEditable {	margin-bottom: 12px;}
#imageDescEditable {	margin-top: 24px;}
/* Image Thumbnails
------------------------------ */
.image {
	display: block;
	padding: 10px;
	margin: 6px;
	float:left;	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;}
.image:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;}
.image span {display:none;}
.imagemeta {
font-size:0.8em;
margin-top:0.8em;}

/* Album Thumbnails
------------------------------ */
#albums{list-style-type:none;}
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;}
.album:after, #images:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.album img {float: left;
	margin-right:1em;}
.album h3 {padding: 0;margin: 0;}
.album h3 a {display: block;
	padding: 3px 0 6px 0;}
.album p {margin: 0 0 0.3em 8.5em;
	font-size:1.2em;}
p.album-meta {font-size:0.85em;margin-left:12em;}

/* Individual Image
------------------------------ */
#image {
	text-align: center;
	line-height: 0;
}

.imagepage h2 {text-align:center; font-size:2.5em}
.imagepage p {color:#555;margin: 0.5em 0; font-size:1.1em}
#imgprevious a, #imgnext a {
	display: block;
	width: 115px;
	height: 100%;
	float: left;
	padding: 4px 0;
	margin-top:2em;
	font-size: 120%;
	line-height: 100%;
}
#imgprevious a span, #imgnext a span {display:none;} 
#imgprevious a:hover, #imgnext a:hover {
	background-color: #fff;
	text-decoration: underline;
	color: #002E5B;
}
#imgprevious a {float: left;}
#imgnext a {float: right;}
#narrow {
	margin: 2em auto;
	width: 440px;
}
#imagemetadata_data td{text-align:right; font-weight:bold;}
#imagemetadata_data td+td{text-align:left; font-weight:normal;padding-left:0.2em}

.img-views {
float:right;
padding:5px;
border: 1px dashed #aaa;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
	list-style-type:none;
}
.error { 
  color: #C33; 
  font-weight: bold; 
  text-align:center;
}
.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%;
}
#commentform label, #commentform input {display:block;}
#commentform label {margin-bottom:0.2em}

/* Forms
------------------------------ */
.inputbox {width: 250px;	padding: 2px;}
.author {display:none !important;}
textarea {padding: 4px;
	width: 100%;
	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;}
label span {display:none;}
fieldset {border:none}

#search {position:absolute;right:3em;top:20px;}
#formsearch {margin-top:1em}
#formsearch legend, #search legend {display:none;}
#search label {color:#BABDB6;}
#formsearch label {font-size:1.35em;}
#search_input {background-color:#D3D7CF;
	border:1px solid #000000;
	color:#444444;
	font-size:1.2em;
	padding:0.1em 0.2em;
	width: 100px;}
#search_input:focus {background-color:#FFF;}
#formsearch #search_input {width:200px}
#search_submit {border:0 none;
	background:transparent url(/diseno/search.png) no-repeat 0 0;
	color:transparent;
	font-size:1px;
	height:22px;
	margin-bottom:5px;
	width:25px;}
	
#tag_cloud {margin-bottom:1em}
#tag_cloud .tags {font-size:1.1em; margin: 1em 1em 2em;}
#tag_cloud p {font-size:1.3em;}
#tag_cloud li {display:inline}

.tags {font-size:1.2em; margin-bottom:0.5em}
.tags ul {list-style-type: none;}
.tags li {display:inline;}

#archive  .year {font-size:1.5em; margin-bottom:0.5em}
#archive  .month{font-size:0.8em; padding-left:1.5em}
#archive .month li {margin: 0.3em 0}
ul.archive {list-style-type:none; margin: 0 1em}
