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

body {
    background-color:#0e0c0c;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    letter-spacing:0.5px;
    color:#777;
    padding:0px;
    margin:0px;
    margin-bottom:20px;
    text-align:center;
}

html, body {
    min-height:100.1%;
}

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

a {
    color:#777;	margin-top:15px;
    font-variant: small-caps;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
    font-variant: small-caps;
}

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

h1 {
    float:left;
    clear:left;
    font-weight:normal;
    font-variant: small-caps;
    font-family:times;
    font-size:18px;
    letter-spacing:0px;
    color:#777;
    margin:-3px;
    margin-left:5px;
    padding:0px;
}

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

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

.title {
    float:left;
    text-align:left;
    font-weight:normal;
    font-variant: small-caps;
    font-family:times;
    font-size:12px;
    letter-spacing:1px;
    color:#777;
    margin:0px;
    margin-top:15px;
    margin-bottom:2px;
    margin-left:15px;
    padding:0px;

}

.cat_name {
    float:center;
    text-align:left;
    font-weight:normal;
    font-variant: small-caps;
    font-family:times;
    font-size:15px;
    letter-spacing:1px;
    color:#777;
    margin:0px;
    margin:0px;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px;
}


.subtitle {
    float:center;
    text-align:center;
    font-weight:normal;
    font-variant: small-caps;
    font-family:times;
    font-size:16px;
    letter-spacing:1px;
    color:#777;
    margin:0px;
    margin:0px;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px;
}


.menu {
    float:right;
    text-align:right;
    font-weight:normal;
    font-variant: small-caps;
    font-family:times;
    font-size:11px;
    letter-spacing:1px;
    color:#777;
    margin-top:15px;
    margin-bottom:2px;
    padding:0px;
    margin-right:15px;
}

h3 {
    margin:0px;
    font-weight:normal;
    font-variant: small-caps;
    font-family:times;
    font-size:14px;
    letter-spacing:1px;
    color:#777;
    text-align:left;
}

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

.photoblogs a:link {
    color:#000;
}
.photoblogs a:visited {
    color:#000;
}
.photoblogs a:hover {
    color:#000;
}
.photoblogs a:active {
    color:#000;
}



#navigation {
    background:#000;
    border-bottom:1px solid #363636;
    padding:0px;
    height:0px;
    margin-bottom:15px;
}

#navigation2 {
    background:#000;
    border-bottom:1px solid #363636;
    padding:0px;
    height:0px;
    margin-bottom:0px;
}

/*
.menu a {
    padding:7px;
    padding-left:10px;
    padding-right:10px;
}

.menu a:hover {
    text-decoration:none;
    color:#626056;
}
*/


/* Image Navigation */

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}
#menu-browse{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 1px;
	left: 4px;
	z-index:10;
}

#menu-browse a{
	outline: none;
}

#menu-browse-prev, #menu-browse-next{
	width: 50%;
	height: 101%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
}

#menu-browse-prev {
	top: 0px;
	left:0px;
	float: left;	
}

#menu-browse-next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu-browse-prev:hover, #menu-browse-prev:visited:hover {
	background: url(../images/p_prev.png)  no-repeat scroll left center;
	cursor: pointer;
}

#menu-browse-next:hover, #menu-browse-next:visited:hover {
	background: url(../images/p_next.png) no-repeat scroll right center;
	cursor: pointer;
	}




/* .............................. */
/* Content */
/* .............................. */


#contenu {
    /*background:url(../images/loading.gif) no-repeat center;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
}	


.photo {
    margin-top:4px;
    background:#000;
    padding:3px;
    border:1px solid #1f1d1d;
}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
    background:#0c0c0c;
    padding:10px;
    height:0px;
    width:70%;
    margin:0px auto;
}

#image-navigate a {
    padding:0px;
}

.image-previous {
    float:left;
}

.image-title {
    font-weight:normal;
    font-variant: small-caps;
    font-family:times;
    font-size:16px;
    letter-spacing:1px;
    color:#faa;
    padding:10px;
}

.image-next {
    float:right;
}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
    position: relative;
    background:#000;
    color:#363636;
    border:2px solid #0c0c0c;
    padding:5px;
    text-align:center;
    margin:0px auto;
    margin-top:10px;
    margin-bottom:10px;
    line-height:16px;
}


#image-notes {
    width:80%;
    vertical-align:top;
}

#image-exif {
    padding-top:5px;
    text-align:right;
    width:25%;
    vertical-align:top;
}

.addcomment {
    float:right;
    clear:right;
    padding:0px;
}	

/* .............................. */
/* Pages */
/* .............................. */

#page {
/*    background:#1c1b18; */
    background:#0c0c0c;
    border:0px solid #363636;
    padding:3px;
    text-align:left;
    width:90%;
    margin:14px auto;
    margin-bottom:25px;
    line-height:16px;
}

#page a {
    font-weight:bold;
}

hr {
    border:0;
    color:#363636;
    background-color: #363636;
    margin: 6px;
    height: 1px;
}

#page img {
    background:#0c0c0c;
    padding:1px;
    margin: 6px;
    border:1px solid #363636;
}

#page img:hover {
    background:#363636;
    padding:1px;
    margin: 6px;
    border:1px solid #777;
}

.column{
    width:48%;
    text-align:left;
    vertical-align:top;
    padding:5px;
}

.thumbnails {
    border:1px solid #f5f5f5;
    padding:3px;
    margin:3px;
}


select { 
    background-color: #2a2820; 
    color: #6d6659; 
    border: 1px solid #363636; 
    FONT-FAMILY : Arial, Helvetica, sans-serif;
    FONT-SIZE : 11px;

    font-variant: small-caps;
}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
    background:#0c0c0c;
    border-bottom:1px solid #6d6659;
    padding:10px;
    margin-bottom:25px;
    height:15px;
}    

#comments {
    margin:0px auto;
    width:95%;
    text-align:left;
}

#comments ul {
    list-style-type:none;
    margin:0px;
    padding:10px;
}

#comments li {
    display:block;
    margin:0px;
    margin-bottom:10px;
    color:#777;
    text-decoration:none;
    padding:10px;
    background:#1c1b18;
    border:1px solid #6d6659;
}

#comments li a {
    color:#6d6659;
    text-decoration:none;
}

#comments li:hover {
    background:#0c0c0c;
}

#comments li a:hover {
    background:#1c1b18;
}

#comment-middle {
    background:#0c0c0c;
    border-top:1px solid #6d6659;
    padding:5px;
    margin-top:25px;
    height:15px;
} 

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

.input {
    width:45%;
    font-size:10px;
    border:1px solid #6d6659;
    background-color:#0c0c0c;
    color:#777;
    padding:5px;
}

#addcomment textarea {
    width:90%;
    height:50px;
    font-size:12px;
    border:1px solid #6d6659;
    background-color:#0c0c0c;
    color:#777;
    padding:5px;
}

.comment-button {
    background:#1c1b18;
    border:1px solid #6d6659;
    color:#999;
    border-bottom:1px solid #6d6659;
    border-right:1px solid #6d6659;
}

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

#footer {
    color:#363636;
    text-align:center;
    margin-bottom:15px;
}

/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */
.td-calendar-days-vz {
    padding:1px;
    text-align:center;
    border-top:0px solid #999;
    border-bottom:1px solid #999;
    border-right:0px;
    border-left:0px;
    background:#fff;
    color:#999;
}
.td-calendar-days-vz:hover {
    background:#444;
}

.td-calendar-days {
    padding:1px;
    text-align:center;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    border-right:0px;
    border-left:0px;
    background:#fff;
    color:#999;
}
.td-calendar-days:hover {
    background:#444;
}
.td-calendar-navi-vz {
    border-top:0px;
    border-bottom:1px solid #999;
    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 #999;
    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 #999;
    border-bottom:1px dotted #999;
    border-left:1px dotted #999;
    border-right:1px dotted #999;
    background:#f5f5f5;
}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    border-left:1px solid #999;
    border-right:1px solid #999;
    background:#777;
}
.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;
}

