
body, div, p, a, td {
    font: 10pt arial, verdana;
    color: #555;
    line-height:20px;
    /*color: #7F4E20;*/
    /*color: #9c7f0f;*/
}

a, a:hover, a:visited {
   color: #000; 
   /*color: #9c7f0f; */
   text-decoration:none;
   outline:none;
}

a:hover {
   text-decoration: underline;
}

body {
    margin: 0;
    padding:0;
}

img {
    border:none;
    outline:none;
    margin:0;
}
p {
    margin:0 0 14px 0;
    padding:0;
}

#page {
    text-align:left;
    width:940px;
    padding:20px;
    margin:40px auto;
    /*border: 14px solid #9C7F0F;*/
    /*border: 14px solid #C2C2C2;*/
    border: 5px solid #bababa;
}

#header {
    margin:10px 60px 24px 0;
    background:url(images/ivy_room_logo_w2.gif) no-repeat 36px 10px; /*define on page top*/
/*padding:32px 0 32px 0;*/
    padding:0;
    height:82px;
}

#header .topnav {
    float:right;
    margin:0;
    padding:0;
}

.topnav ul {
    margin:0;
    padding:0;
}

.topnav li {
    float: left;
    list-style:none;
    padding:46px 20px 0 0px;
    margin:0;
    /*width:70px;*/
}

.topnav li#blog {
    padding-right:0;
}
/*
.topnav li#home {
    width:62px;
}
.topnav li#design {
    width:86px;
}
.topnav li#press {
    width:58px;
}

.topnav li#contact {
    width:66px;
}*/
.topnav a {
    font: 12px arial, verdana;
    color: #6e6666;
    text-decoration:none;
    letter-spacing:2px;
}

.topnav li.selected a{
    font-weight:bold;
    font-size:12px;
    color: #000;
    letter-spacing:2px;
}

#footer {
    text-align:center;
    clear:both;
    font: 8pt arial;
    color: #6e6666;
    margin: 40px 0 4px 0;
}

#footer p {
    font: 8pt arial;
}


#footer a, #footer a:hover, #footer a:visited {
    font: normal 8pt arial;
    color: #6e6666;
}



/*a:hover {
    color: #604d04;
}*/

h1, h1 a, h1 a:hover, h1 a:visited {
    color:#111;
    font:normal 21px "Century Gothic","Hirogino Kaku Gothic ProN",Arial,Helvetica,sans-serif;
    letter-spacing:2px;
    margin:0 0 20px 0;
    padding:0;
    text-decoration:none;
}


h2, h2 a {
    color:#111;
    font:normal 21px "Century Gothic","Hirogino Kaku Gothic ProN",Arial,Helvetica,sans-serif;
}



p {
/*color: #4a4c4e;*/
}

.mainPhoto {
    margin-bottom:20px;
    clear:both;
    background:#ddd;
}

strong {
    font-family: "Century Gothic","Hirogino Kaku Gothic ProN",Arial,Helvetica,sans-serif;
    font-weight:normal;
}

/*Gallery Styles*/
.gallery {
    margin:0;
    padding:0;
    border:0;
    border-collapse:collapse;
    margin-bottom:20px;
}
.gallery td {
    padding:0;
    vertical-align:top;
}
.gallery td.thumbnails {
    padding-right:14px;
}
.thumbnails img {
    /*margin:0 3px 3px 0;*/
    filter:alpha(opacity=50);
    opacity:0.5;
    cursor: pointer;
    border:0;
    float:left;
    /*display:block;*/
}

.thumbnails img:hover {
    cursor: pointer;
    filter:alpha(opacity=75);
    opacity:.75;
}
.thumbnails img.selected {
    filter:alpha(opacity=100);
    opacity:1.0;
}

.thumbContainer td {
    padding:0 3px 3px 0;
}

.thumbContainer .last td {
    padding-bottom:0;
}
label {
    display:block;
}
input.address {
    width:250px;
}

/*Gallery*/

.prevNext {
    text-align:right;
}

.prevNext a, .prevNext a:hover {
    color:#111;
    font:normal 14px "Century Gothic","Hirogino Kaku Gothic ProN",Arial,Helvetica,sans-serif;
    padding-right:24px;
    text-decoration:none;
}

.galleryInstr {
    color:#111;
    font:normal 14px "Century Gothic","Hirogino Kaku Gothic ProN",Arial,Helvetica,sans-serif;
    margin-bottom:-20px;
}


/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/overlay/close-ivy.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {

	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
    font-weight:bold;

	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

.next:hover, .prev:hover {
	text-decoration:none;
	background-color:#000;
    color:#fff;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(images/overlay/h80.png) repeat-x;
}

