/* 
Modificación de hoja de estilos para Refugio Visual (http://www.refugiovisual.com.ar), aplicados sobre plantilla de Pixelpost
Versión: 1.0
Fecha: 24-08-08
Autor: Diego Rosso
URL: http://www.diegorosso.com.ar
*/


/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#000;
	font-size:12px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	color:#ccc;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}
ul {
	margin:0;
	padding-left:15px;
}
a img {
	border:0;
}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#ccc;
	text-decoration:underline;
	}

a:hover {
	text-decoration:underline;
	color:#fff;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
    text-align:left;
	font-weight:bold;
	font-size:20px;
	color:#ccc;
	margin:0;
	padding:0;
	float:left;
	}
	
h1 a {
    text-decoration:none;
	color:#ccc;
	}

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

.title {
	font-weight:normal;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	margin-top:-3px;
	margin-bottom:-7px;
	padding:0px;
	}
.sub_title {
	font-weight:normal;
}

h2.page_title {
	font-weight:normal;
	font-size:18px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:7px;
	padding-bottom:10px;
	border-bottom:3px solid #666;
	text-align:center;
	text-transform:uppercase;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:15px;
	letter-spacing:1px;
	color:#ccc;
	text-align:left;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	padding:0px;
	margin:17px auto;
	width:620px;
	text-align:center;
	}

.menu {
    text-align:right;
	margin:0 auto;
	padding-top:7px;
	width:230px;
	float:right;
	}
.menu a {
	margin-left:10px;
	text-decoration:none;
	color:#ccc;
	text-transform:uppercase;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#fff;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
	padding:0px;
	}
	
#photo {
    background:#fff;
    padding:10px;
	}

#image-navigate {
	border-top:1px dotted #666;
	padding:10px 0;
	width:620px;
	margin:10px auto;
	height:15px;
	}
	
#image-navigate a {
	padding:0px;
	text-decoration:none;
	text-transform:uppercase;
	color:#ccc;
	}
	
#image-navigate a:hover {
	color:#fff;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
	padding:0;
	width:620px;
	margin:10px auto;
	color:#eee;
	text-align:left;
	}
	
.image-notes {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:10px;
	color:#fff;
	}

.image_titu-com {
	width:430px;
	float:left;
}
.image-date {
	margin:0px;
	padding-top:10px;
	color:#666;
	border-top:1px dotted #666;
}
.image_data {
	float:right;
	color:#666;
	padding:0 0 7px 7px;
	border-left:1px dotted #666;
	width:170px;
}
.clear {
	clear:both;
}
hr {
	margin-top:15px;
}

/* .............................. */
/* Browse */
/* .............................. */

#page {
	padding:0px;
	text-align:left;
	width:620px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#fff;
    padding:5px;
	border:0;
	}

#page h3 { border-bottom:1px dotted #666; padding-bottom:7px; margin-bottom:7px; }

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}
p, ul {
	color:#999;
	line-height:140%;
} 
td.sep {
	width:20px;
}

/* .............................. */
/* Comments */
/* .............................. */
#comentarios {
	width:620px;
	margin:30px auto;
	padding:0;
}
#comment-top {
	width:620px;
	padding:0;
	margin:0 auto;
	}    

#comments {
    margin:0px auto 15px auto;
	width:620px;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:0;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:10px 0;
	border-bottom:1px dotted #666;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}

#comment-middle {
	padding:10px;
	margin-top:15px;
	} 

#addcomment {
	text-align:left;
	padding:10px 0;
	margin:0px auto;
	}

.input {
    width:350px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #666;
	background-color:#333;
	color:#eee;
	padding:5px;
    }
	
#addcomment textarea {
	width:550px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #666;
	background-color:#333;
	color:#eee;
	padding:5px;
	}

.comment-button {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
    background:#999;
	border:none;
	color:#000;
	padding:5px;
	margin:0;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
	border-top:3px solid #666;
	text-align:center;
	padding:10px 0;
	margin:15px auto;
	width:620px;
	color:#666;
	line-height:140%;
   }

/* .............................. */
/* Calendar if somebody wants to use */
/* a calendar in the template        */
/* .............................. */


.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days-vz:hover {
    background:#444;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days:hover {
    background:#444;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi-vz a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-navi {
	border-top:0px;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	background:#f5f5f5;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#666;
    }
.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }
.table-calendar {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:600px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.table-calendar-vz {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}

/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}
