/*
# is for id
. is for class
 Background Graphics --------------------------------------------- */

body {
	background-color: #f3f3eb;
}

#container {
	background-image: url(../../assets/images/back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-image: url(../../assets/images/back_header.gif);
	background-repeat: repeat-x;
}

#menu .page_item a {
	background-image: url(../../assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	background-image: url(../../assets/images/back_menu_selected.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.prominent {
	background-image: url(back_prominent.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	background-color: #f4f4ec;
}

.prominent .inner {
	background-image: url(back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 15px 10px;
	margin-bottom: 10px;
}

#footer {
	background-image: url(../../assets/images/back_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#comment_area .metadata {
	background-image: url(back_comment_meta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 15px;
	padding: 10px;
	background-color: #f4f4ec;
}

#information {
	background-image: url(back_info.jpg);
}

#post_meta {
	background-image: url(back_prominent.jpg);
}

#search {
	background-image: url(back_search.jpg);
}

#author {
	background-image: url(back_author.jpg);
}


/* Color ----------------------------------------------------------- 
*/

#div {
	border: 1px solid #FF0000;
}

a, a:link {
	color: #7A3E63;
}

a:hover, a:active {
	color: #B15E92;
}

#header, #footer {
	color: #FFFFFF;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #FFFFFF;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #DDDDDD;
}



/* Typography ------------------------------------------------------ */

body {
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #382e1f;
}

h1, h2, h3 {
	font-weight: normal;
	/*letter-spacing: -0.01em;*/
	color: #3D3D3D;
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}

/* Extra layout elements -------------------------------------------- */
#search_box {
	margin: 83px 35px 0px;
}
#loop_page {
	width: 440px;
}
#intro_text {
	width: 440px;
	float: left;
}
.adv {
	margin: auto auto auto 10px;
}
.inner h3 {
	margin-top: 4px;
}
ul .star, dl .star, ul.star li {
	background-image: url(../../assets/images/icon_star.gif);
}
ul .facebook, dl .facebook, ul.facebook li {
	background-image: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif);
}
.widget_links li {
	background-image: url(../../assets/images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

#serendipity {
	margin: 0px 0px 0px 0px;	float: right;
/*
	border: 1px solid #382e1f;
*/
}
/* -------for map ------------------------------- */
#mapinfo {
	width: 320px;
	/*min-height: 270px;*/
	margin: 0px 0px 0px 20px;
	float: left;
	padding: 0px;
	clear: right;
}

#nap_title {
	margin-top: px;
}

#mapTable_row, #mapTable_left, #mapTable_right {
	margin: 0 0 10px;
}

#mapTable_row {
	 padding: 10px;
	 position: relative;
}

#mapTable_left, #mapTable_right {
	position:absolute;
	top: 0px
}

#mapTable_left {
	width: 75px;
	left: 0px;
}

#mapTable_right {
	left:76px;
} 

.IWname, .IWaddr, .IWcomment {
	margin:0px;
	padding: 0px;
}
.IWname, .IWname a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.IWaddr {
}

p.IWcomment {
	font-style:italic; 
	line-height: 1.1em;
}

/*
.restoName {font-family:helvetica; font-size: 100%; font-weight:bold; line-height: 1em;}
*/
   
   
#zoom_form {
	position: relative;
}

/* -------Misc ------------------------------- */


.box h4 a {
	text-decoration: none;
	color: #382e1f;
}

.box h4 a:hover {
	color: #B15E92;
}
#follow {
	margin-top: 3px;
}

.follow_icon {
	padding: 0 6px 3px 6px;
}
	
.donate_icon {
	padding-top: 5px;
}
	
.exit {
	padding-left: 1px;
}

#social_widget {
	border: 0px solid;
	-moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 padding: 0px;
}

a.booknow {
	padding: 1px 4px 1px 4px;
	background-color: #41185D;
	color: white;
	text-decoration: none;
}

td {
	/* especially for IE */
	font-size:12px;
}
.fbwidget {
	margin: 4px 0px 4px;
}

h4.singlePage {
	margin-top: 6px;
}
p.singlePage {
	margin: 5px;
	padding: 0px;
	line-height: 100%;
}

/* ----rounded box -------------------- */
.box { 
  background: #F4F4EC; 
}
.boxtop { 
  background: url(!../../assets/images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../../assets/images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../../assets/images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(!../../assets/images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 15px 0px 15px;
}

.rectitle {
  font-size: 16px;
  font-weight: bold;
}
.rectitle a {
  text-decoration: none;
}
