@import "css/reset.css";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0 auto;
	text-decoration:none;
	background:url(images/bg.jpg);
	background-attachment:fixed;
}


/******FOOTER******/

.footer{
	font:10px;
	color:#8f6346;
	background-image:url(images/footer_bg.jpg);
}
.footer a{
	color:#e55002; text-decoration:none;
}
.footer a:hover{
	color:#e55002;
	text-decoration:none;
	border-bottom:dashed 1px #e55002;
}

/******MENU******/
.menu{
	text-decoration:none;
	background:#4e2a10;
	color:#e47325;
}

.menu a{
	color:#e47325;
	text-decoration:none;
}

.menu a:hover{
	color:#e47325;
	text-decoration:none;
	border-bottom: 1px dashed #e47325;
}


/******CONTAINER******/

.italictext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	color:#E55002;
	padding:8px;
	text-align:justify;
	background:#271610;
	border-bottom:#8F6346 dashed 1px;
	border-top:#8F6346 dashed 1px;
}

p{
	color:#e76d1a;
	font:11px;
	text-align:justify;
	line-height:17px;
	margin:0 0 15px 0;
}

b{
	color:#e76d1a;
	font:11px;
	font-weight:bold;
	margin-top:0;
}

h1{
	font-family:Arial;
	font-size:14px;
	font-weight:800px;
	font-style:italic;
	color:#E15901;
	margin:0 0 3px 0;
	padding:0;
}

/******CENTER HOVER******/
.hover{
	color:#E76D1A;
	border-bottom:1px dashed #E76D1A;
	text-decoration:none;
}

.hover a{
	color:#E76D1A;
	border-bottom:1px dashed #E76D1A;
	text-decoration:none;
}

.hover a:hover{
	color:white;
	background:#e76d1a;
}

/******CONTACT******/

.contact_txt{
	text-decoration:none;
	line-height:17px;
	color:#8F6346;
}
.contact_txt b{
	text-decoration:none;
	color:#E76D1A;
}

.contact_txt a{
	text-decoration:none;
	color:#8F6346;
	border-bottom:1px dashed #8F6346;
}

.contact_txt a:hover{
	background:#e76d1a;
	color:white;
	text-decoration:none;
}

.text_box{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#E47325;
	background:none;
	border: solid 1px #4E2A10;
	width:190px;
	padding:8px;
}
.comments_box{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#E47325;
	background:none;
	border: solid 1px #4E2A10;
	width:220px;
	padding:8px;
	height:100px;
	line-height:17px;
}
/**********TEXT BOX*********/
.text_box:focus{
	color:#E47325;
	border: solid 1px #E47325;
}

.text_box:focus:hover{
	color:#8f6346;
	border: solid 1px #8f6346;
}
/**********COMMENTS*********/
.comments_box:focus{
	color:#E47325;
	background:none;
	border: solid 1px #E47325;
	line-height:17px;
	color:none;
}
.comments_box:focus:hover{
	color:#8f6346;
	background:none;
	border: solid 1px #8f6346;
}

/*
.tooltip{
	background:#1B1B1B;
	border:1px solid red;
	color:#FFFFFF;
	display:none;
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
	font-size:11px;
	padding:5px 8px;
	position: fixed;
}*/


/******************************************************************
			OTHER
******************************************************************/


.highslide {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E76D1A;
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}
.highslide-wrapper {
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    display: block;
	color: white;
	font-size:11px;
    text-decoration: none;
	padding: 5px;
	border: 1px solid white;
    background-color: #de5b01;
    padding-left: 25px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 5px 3px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
