/*Wordpress Based*/
/* GENERAL */

* {
	margin: 0; 
	padding: 0; 
	}
	
body  {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 16px;
	color: #594835;
	margin: 0;
	padding: 0;
	background: #fff url(images/body.jpg) repeat-x;
}


/*Images */
.noborder {
	margin:0px;
	padding:0px;
	border: 0px solid;
	padding-left: 5px;
}

.noborder img {
	margin:0px;
	padding:0px;
	border: 0px solid;
}

.noborder a img {
	margin:0px;
	padding:0px;
	border: 0px solid; 
}

.noborder a:hover img {
	margin:0px;
	padding:0px;
	border: 0px solid; 
}

img.noborder, a img.noborder {
	background:none;
	padding:0;
	border:0;
}

/* CONTAINER */

#container { 
	width: 980px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
} 

/* HEADER AND NAVIGATION */

#header {
	background: #ffffff; 
	padding: 0 0 0 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 380px;
} 

#navigation {
	height: 44px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	background: transparent;
}

#navigation ul {
	margin: 0;
	float: right;
	padding: 5px 10px 0 0;
	overflow: none;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	line-height: 33px;
}

#navigation li a {
	color: #fe9faf;
    padding: 5px 10px 5px 10px;
	text-decoration: none;
	background: #dd3c57;
	-moz-border-radius: 5px;
}

#navigation li a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
	-moz-border-radius: 5px;
}

#welcome {
	float: right;
	width: 500px;
	color: #666666;
	padding: 104px 70px 65px 338px;
	line-height: 18px;
	text-align: right;
	font-family: Georgia;
	font-size: 10px;
}

/* SIDEBARS */

#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: justify;
	background: transparent;
	border: 0;
}

/* CONTENT */

#content {
	float: left;
	width: 900px;
	margin: 0 10px 0 10;
	padding: 0;
	text-align: justify;
}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin: 0;
	color: #666;
	background: #fff;
	-moz-border-radius: 5px;
	border: 1px solid #fffaf2;
}

/* FOOTER */

.clearfloat {
	clear:both;
}

#footer {
	clear: both;
	width: 800px;
	padding: 20px 0 20px 0;
	text-align: center;
	margin: 50px auto 0 auto;
	color: #999;
	letter-spacing: 1px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 0;
	background: transparent;
} 


/*Galeria */
td,th {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #594835;
	line-height:15px;
	margin:0;
}

table {
	font-size: 11px;
	color: #a8a8a8;}

h1 {
	font-family: Trebuchet MS;
	text-decoration: bold;
	line-height: 120%;
	color: #771944;
	margin: 0px;}


h2 {
font-family: trebuchet ms;
padding-left: 5px;
letter-spacing: -0.5px;
font-size: 15px;
color: #b5afce;
margin: 0px;
}

h3 {
font-weight: normal;
font-family: trebuchet ms;
font-size: 11px;
text-align: center;
margin: 0px;}

.navigation {
padding-top: 10px;
font-family: trebuchet ms;
font-weight: bold;
color: #999;
text-transform: uppercase;
line-height: 1px;
letter-spacing: 1px;
font-size: 11px;}

.navigation a, .navigate a:link, .navigate a:visited {
color: #999;
font-weight: bold;
text-decoration: none;}

.navigation a:hover {
color: #000;
font-weight: bold;
text-decoration: none;}


p {
font-family: Arial;
font-size: 11px;
margin: 2px 0px;}

ul {
margin-left: 5px;
padding: 0px;}

li {
margin-left: 10px;
margin-top: 4px;
margin-bottom: 4px;
padding: 0px;
list-style-position: outside;
list-style-type: disc;}

.textinput {
font-family: Trebuchet MS, Geneva, Arial, sans-serif;
font-size: 100%;
border: 1px solid #8d82a0;
padding-right: 2px;
padding-left: 2px;}

.listbox {
font-family: Trebuchet MS, Geneva, Arial, sans-serif;
font-size: 100%;
border: 1px solid #8d82a0;
vertical-align: middle;}

.button {
font-family: Trebuchet MS;
font-size: 100%;
border: 1px solid #8d82a0;
background-position: bottom;}

.comment_button {
font-family: Trebuchet MS;
font-size: 100%;
border: 1px solid #8d82a0;
background-position: bottom;
padding-left: 3px;
padding-right: 3px;}

.radio {
font-family: Trebuchet MS, Geneva, Arial, sans-serif;
font-size: 100%;
vertical-align: middle;}

.checkbox {
font-family: Trebuchet MS, Geneva, Arial, sans-serif;
font-size: 100%;
vertical-align: middle;}

a {
	color: #c8182c;
	text-decoration: none;}

a:link {
        color: #c8182c;
        text-decoration: none;
}

a:visited {
        color: #c8182c;
        text-decoration: none;
}

a:focus {
        color: #c8182c;
        text-decoration: none;
}

a:active {
        color: #c8182c;
        text-decoration: none;
}

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


.maintable {
border: 0px solid #d3cfe2;
background-color: #fffefc;
margin-top: 3px;
padding: 3px;
text-align:justify;
margin-bottom: 3px;
 -moz-border-radius:  3px; 
-webkit-border-radius:3px; 
border-radius: 3px;}

.tableh1 {
font-weight:bold;
background-color: #d72b45;
background-image: url();
background-repeat: repeat-x;
background-position: bottom right;
height: 22px;
font: 14px georgia;
color: #fe9faf;
font-style: italic;
font-family: Times;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
 -moz-border-radius:  6px; }

.tableh1_compact {
background-color: #d72b45;
background-image: url();
background-repeat: repeat-x;
background-position: bottom right;
height: 22px;
font: 14px georgia;
color: #fe9faf;
font-style: italic;
font-family: Times;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
 -moz-border-radius:  6px; }

.tableh2 {
background-color: #d72b45;
background-image: url();
background-repeat: repeat-x;
background-position: bottom right;
height: 22px;
font: 14px georgia;
color: #fe9faf;
font-style: italic;
font-family: Times;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
 -moz-border-radius:  6px; }


.tableh2:hover {
background-color: #d72b45;
background-image: url();
background-repeat: repeat-x;
background-position: bottom right;
height: 22px;
font: 14px georgia;
color: #fe9faf;
font-style: italic;
font-family: Times;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
 -moz-border-radius:  6px; }

.tableh2_compact {
background-color: #d72b45;
background-image: url();
background-repeat: repeat-x;
background-position: bottom right;
height: 22px;
font: 14px georgia;
color: #fe9faf;
font-style: italic;
font-family: Times;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
 -moz-border-radius:  6px; }

.tableb {
padding-top: 3px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;}

.tableb_compact {
background: #fafafa;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;}

.tablef {
background: #fafafa;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;}

.catrow_noalb {
background: #fafafa;
color: #474546;
padding: 10px;}

.catrow_noalb:hover {
background: #fef5e7;
padding: 10px;}

.catrow {
background: #fafafa;
color: #db3651;
padding: 10px;}

.catrow:hover {
background: #fef5e7;
padding: 10px;}

.album_stat {
font-size: 85%;
margin: 5px 0px;}

.thumb_filename {
font-size: 80%;
display: block;}

.thumb_title {
font-weight: bold;
color: #999999;
font-size: 90%;
font-family: Arial, Helvetica, sans-serif;
padding: 3px;
display: block;}

.thumb_caption {
font-size: 9px;
text-transform: uppercase;
color:#999;
background-color: #fef5e7;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
-moz-border-radius:  3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
display: block;}

.thumb_caption a {
text-decoration: none;
color: #999;}

.thumb_num_comments {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 85%;
padding: 2px;
font-style: italic;
display: block;}

.user_thumb_infobox {
margin-top: 1px;
margin-bottom: 1px;}

.user_thumb_infobox th {
font-weight: bold;
font-size: 100%;
margin-top: 1px;
margin-bottom: 1px;
text-align: center;}

.user_thumb_infobox td {
font-size: 85%;
margin-top: 1px;
margin-bottom: 1px;
text-align: center;}

.user_thumb_infobox a {
text-decoration: none;
color: #656565;}

.user_thumb_infobox a:hover {
color: #656565;
text-decoration: none;}

.sortorder_cell {
color: #20292E;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 10px;
margin: 0px;}

.sortorder_options {
font-family: Tahoma;
color: #20292E;
padding: 0px;
margin: 0px;
font-weight: bold;
font-size: 75%;
white-space: nowrap;}

.navmenu {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	color: #b7b7b7;
	font-size:9px;
	font-weight: none;
	background : #eee;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform:uppercase;
	text-shadow: #ffffff 1px 1px 1px;
}

.navmenu img {
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

.navmenu a {
    display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	color: #a6a6a6;
}

.navmenu a:hover {
    background : #d6d6d6 ;
	text-decoration: none;
	color: #666;
}

.admin_menu {
	font-family: trebuchet ms, verdana, tahoma, sans-serif;
	font-size: 85%;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	background-color:#d6d6d6;
	background-image : url(images/button_bg.gif);
	background-position : bottom;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:1px;
	text-align: center;
}

.admin_menu a {
    color: #000000;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

.admin_menu a:hover {
    color: #000000;
    text-decoration: underline;
}

.admin_float {
    float:left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    max-height:1.5em;
    display: block;
    position: relative;
    white-space:nowrap;
    /*width:100px;*/
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.comment_date{
color: #dcccde;
font-size: 90%;
vertical-align: middle;}

.comment_date a img {
border: 0px;
padding: 0px;}

.comment_date a img:hover {
border: 0px;
padding: 0px;}

.image {
	padding: 5px;
	border: 1px solid #efefef;
	background: #fff;
	-moz-border-radius: 5px;
	margin: 10px 5px 10px 5px;}

.imageborder {
margin-top: 30px;
margin-bottom: 30px;}

/* pseudo-classes for image links */
a:link .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}

a:visited .image{
        border-style:solid;
        border-width:1px;
        border-color:#840084;
        margin:2px;
}

a:focus .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}

a:hover .image{
        border-style:solid;
        border-width:1px;
        border-color:#0033CC;
        margin:2px;
}

a:active .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}

.display_media {
background: #fafafa;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;}

.thumbnails {
background: #fafafa;
padding-left:5px;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;}

.footer {
font-size: 11px;}

.footer a {
text-decoration: none;
color: #656565;}

.footer a:hover {
color: #000000;
text-decoration: underline;}

.statlink {
color: #fe9faf;}

.statlink a {
text-decoration: none;
color: #fe9faf;}

.statlink a:hover {
color: #fe9faf;
text-decoration: underline;}

.alblink {
        font-weight:bold;
}

.alblink a {
background-image: url(images/carret.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
font-family: trebuchet ms;
padding-left: 17px;
text-decoration: none;
color: #ffffff;
font-size: 10px;
}

.alblink a:hover {
background-image: url(images/carret1.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
padding-left: 17px;
text-decoration: none;
color: #fe9faf;
font-size: 10px;
}

.catlink {
font-weight:bold;
display: block;
padding: 2px;
}

.catlink a {
background-image: url(images/carret.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;
padding-bottom:8px;
padding-right: 8px;
padding-top: 8px;
text-decoration: none;
color: #c8182c;
}

.catlink a:hover {
background-image: url(images/carret1.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;
padding-bottom:8px;
padding-right: 8px;
padding-top: 8px;
color: #f599a8;
}

.topmenu {
font-family: Trebuchet MS, Geneva, Arial, sans-serif;
line-height: 130%;
font-size: 110%;}

.topmenu a {
color: #825c00;
text-decoration: none;}

.topmenu a:hover  {
color: #686171;
text-decoration: underline;}

.img_caption_table {
border: none;
background-color: #070707;
width: 100%;
margin: 0px;}

.img_caption_table th {
background: #070707;
font-size: 100%;
color: #000000;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
border-top: 1px solid #ffffff;}

.img_caption_table td {
background: #070707;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
border-top: 1px solid #ffffff;
white-space: normal;}

.debug_text {
border: #BDBEBD;
background-color: #ffffff;
width: 100%;
margin: 0px;}

.clickable_option {
cursor: default;}

.listbox_lang {
color: #656565;
background-color: #070707;
border: 1px solid #808080;
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
vertical-align: middle;}

#vanity a {
display:block;
width:57px;
height:20px;
margin: 3px 20px;}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

.pic_title {
        color: #000000;
        font-size: 120%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
        color: #000000;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}


a img {
	padding: 5px;
	border: 1px solid #efefef;
	background: #fff;
	-moz-border-radius: 5px;
	margin: 10px 5px 10px 5px;
	}

a img:hover {
	padding: 5px;
	border: 1px solid #cccccc;
	background: #fff;
	-moz-border-radius: 5px;
	margin: 10px 5px 10px 5px;
	}

#GB_window {
  background-color: #FFFFFF;
  border: 5px solid #AAAAAA;
}
