/*
Theme Name: Visit Access
*/
/* general settings start */
html,
body { height: 100%; }
body {
	min-width:976px;
	margin: 0;
	font: 12px/16px Arial, Helvetica, sans-serif; 
	color: #333;
	background: #ede6d0 url(images/bg-body.gif) repeat-x 0 62px;
}
a {
	text-decoration: none;
	color: #b12a1b;
}
a:hover { text-decoration: underline; }
img { border-style: none; }
/* general settings end */
/* wrapper start */
#wrapper {
	min-height: 100%;
	width:100%;
	position:relative;
}
* html #wrapper {height: 100%;}
#wrapper:after{
	content:"";
	display:block;
	clear:both;
}
/* holder start */
.top-holder {
	width: 976px;
	min-height: 666px;
	padding: 62px 0 40px;
	position: relative;
}
* html .top-holder { height: 666px }
.top-holder:after{
	content:"";
	display:block;
	clear:both;
}
/* logo start */
.logo-box {
	width: 215px;
	top: 158px;
	left: 0;
	position: absolute;
	z-index:2;
}
.google .logo-box {
	position:relative;
	padding:108px 0 0;
	top: 0;
}
.logo-box .t {
	height: 21px;
	overflow: hidden;
	background: url(images/bg-logo-box-t.png) no-repeat;
}
.logo {
	margin: 0;
	padding: 0 0 32px 20px;
	background: #b12a1b;
	position: relative;
	line-height: 12px;
}
.logo a {
	width: 170px;
	height: 30px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	cursor: pointer;
}
/* logo end */
/* main start */
#main {
	height: 1%;
	padding: 89px 0 0 253px;
}
/* twocolumns start */
#twocolumns {
	width: 100%;
	overflow: hidden;
}
/* content start */
#content {
	width: 412px;
	float: left;
	line-height: 16px;
}
.post {width: 100%;
	padding:0 0 15px;
}
#content h2 {
	margin: 0 0 12px;
	font: bold 40px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #7a7a7a;
}
#content h2 a { color: #7a7a7a; }
.heading {
	width: 100%;
	margin-bottom: 17px;
}
.heading h3 {
	margin: 0 0 2px;
	font-size: 16px;
}
.heading h3 a { color: #333; }
.date {font-style: normal;}
#content p { margin: 0 0 17px; }
.info {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.info li {
	margin-left: -5px;
	padding: 0 8px 0 5px;
	float: left;
	background: url(images/bg-bullet.gif) no-repeat 0 3px;
}
/* content end */
/* aside start */
.aside {
	width: 208px;
	float: right;
	overflow: hidden;
	border-left: 1px solid #b12a1b;
	margin-top: 67px; 
	padding: 0 39px 41px 27px;
	line-height: 12px;
}
.aside .box {
	width: 100%;
	margin-top: -14px;
	padding: 13px 0 17px;
	border-top: 1px solid #e8ccc4;
}
.aside h3 {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 9px;
}
.aside h3 a { color: #333; }
.aside ul {
	height: 1%;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}
.aside li {
	font-size: 11px;
	margin-bottom: 5px;
}
.aside li a {
	padding: 0 0 0 13px;
	background: url(images/bg-bullet2.gif) no-repeat 0 6px;
}
/* aside end */
/* twocolumns end */
/* sidebar start */
#sidebar {
	width: 215px;
	position:absolute;
	top: 241px;
	left: 0;
}
.google #sidebar {
	position:relative;
	padding-bottom: 100px;
	top: 0;
}
#sidebar .c {
	width: 100%;
	background: url(images/bg-sidebar.png);
}
.add-nav {
	height: 1%;
	margin: 0;
	padding: 20px 0 30px 16px;
	list-style: none;
	position: relative;
}
.add-nav:after {
	content: "";
	display: block;
	clear: both;
}
.add-nav li {
	width: 100%;
	float: left;
	font: 20px/20px Verdana, Geneva, sans-serif;
	color: #fff;
	background: url(images/bg-dots.gif) no-repeat;
}
.add-nav a {
	height: 1%;
	overflow: hidden;
	color: #fff;
	display: block;
	position: relative;
	padding: 0 0 0 4px;
}
.add-nav a:hover {
	text-decoration: none;
	background: url(images/none.gif);
}
.add-nav a span {
	float: left;
	line-height: 30px;
	padding: 2px 0 4px;
	cursor: pointer;
}
.add-nav li:first-child { background: none; }
.add-nav a:hover span,
.add-nav li:hover a span,
.add-nav li.hover a span {
	padding-bottom: 3px;
	border-bottom: 1px solid #b12a1b;
}
.add-nav li:hover .drop,
.add-nav li.hover .drop {
	display: block;
}
/* drop start */
.drop {
	width: 190px;
	position: absolute;
	left: 215px;
	top: 0;
	display: none;
}
.drop .t,
#sidebar .drop .b {
	height: 10px;
	overflow: hidden;
	background: url(images/bg-drop-t.png) no-repeat;
}
#sidebar .drop .b { background-image: url(images/bg-drop-b.png);}
.drop ul {
	margin: 0 0 0 -8px;
	padding: 24px 18px 46px 0;
	list-style: none;
}
.add-nav ul li {
	width: auto;
	float: none;
	font-size: 12px;
	background: none;
	margin-bottom: 16px;
}
.add-nav ul a {line-height:14px;}
.add-nav ul a:hover { text-decoration: underline; }
/* drop end */
#sidebar .b {
	height: 275px;
	overflow: hidden;
	background: url(images/bg-sidebar-b.png);
}
/* map start */
.map {
	height: 1%;
	padding: 0 0 0 16px;
	position: relative;
}
.map img { display: block; }
.map-holder {
	width: 100%;
	position: relative;
}
.map-box {
	position: absolute;
	top: 0;
	left: 16px;	
}
/* map end */
/* sidebar end */
/* main end */
/* header start */
#header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header-box {
	width: 100%;
	background: url(images/bg-header.png) repeat-x;
}
#header .holder {
	width: 100%;
	background: url(images/bg-header-holder.gif) no-repeat 100% 0;
}
#header .frame {
	width: 976px;
	overflow: hidden;
	padding: 10px 0 11px;
	background: url(images/bg-header-frame.gif) no-repeat;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#header #nav {
	padding-top: 2px;
	float: left;
	overflow: hidden;
}
#nav li {
	float: left;
	font-weight: bold;
	color: #b55247;
	font-family: Verdana, Geneva, sans-serif;
	background: url(images/bg-bullet4.gif) no-repeat 100% 0;
	margin-right: -1px;
	padding: 8px 14px 13px 19px;
}
#nav li:first-child {
	padding: 8px 22px 0 16px;
	background: none;
}
#nav li a { color: #e8c0bb; }
.navbar {float: right;}
.navbar li {
	float: left;
	margin-left: 6px;
}
.navbar a {
	width: 43px;
	height: 41px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
.ico-wiki {background: url(images/ico-wiki.png) no-repeat;}
.ico-last-fm {background: url(images/ico-last-fm.png) no-repeat;}
.ico-twitter {background: url(images/ico-twitter.png) no-repeat;}
.ico-facebook {background: url(images/ico-facebook.png) no-repeat;}
.ico-you-tube {background: url(images/ico-you-tube.png) no-repeat;}
/* header end */
/* holder end */
/* wrapper end */
/* header settings */
/* footer start */
#footer {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-top: -40px;
	position:relative;
	background: url(images/bg-footer.png) repeat-x;
}
#footer .holder {
	width: 100%;
	background: url(images/bg-footer-holder.gif) no-repeat 100% 100%;
}
#footer .frame {
	width: 976px;
	height: 40px;
	background: url(images/bg-footer-frame.gif) no-repeat 0 100%;
}
#footer ul {
	margin: 0;
	padding: 13px 0 12px;
	list-style: none;
	float: right;
	overflow: hidden;
}
#footer li {
	float: left;
	margin-right: -9px;
	padding: 0 9px 0 15px;
	background: url(images/bg-bullet3.gif) no-repeat 100% 2px;
	font-family: Verdana, Geneva, sans-serif;
	line-height:14px;
	color: #c2c2c2;
}
#footer li a { color: #c2c2c2; }
#footer .more { text-decoration: underline; }
#footer .more:hover { text-decoration: none; }
#footer dl {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
#footer dt { float: left; }
#footer dd {
	margin: 0 0 0 3px;
	float: left;
}
/* footer end */
/* google map start */
.google-map{
	position:absolute;
	top: 56px;
	left: 0;
	width:100%;
	height:92%;
}
/* google map end */
/* portfolio inner start */
.inner #main { padding-top: 83px; }
.inner #content {
	width: 100%;
	float: none;
}
.inner #content h2 {
	font-size: 46px;
	margin-bottom: 35px;
}
.portfolio {
	height: 1%;
	padding-left: 6px;
}
.portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio li {
	margin: 0 21px 19px 0;
	display: inline-block;
	vertical-align: top;
}
.portfolio img {
	vertical-align:top;
	margin-bottom: 4px;
}
.portfolio a {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
}
/* portfolio inner end */
/* detail inner start */
.detail #content {
	width: 584px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: none;
}
.detail #content h2 { margin-bottom: 11px; }
.detail .heading { margin-bottom: 1px; }
.detail .heading h3 {
	font-size: 12px;
	margin: 0;
}
.photo-nav {
	margin: 0;
	padding: 12px 0 0 2px;
	list-style: none;
}
.photo-nav li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.photo-nav img { display: block; }
/* detail inner end */
/* popup start */
.popup {
	width: 602px;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.popup .heading {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0;
	padding: 2px 0 4px;
}
.close {
	width: 43px;
	height: 10px;
	overflow: hidden;
	padding-right: 8px;
	float: right;
	text-indent: -9999px;
	background: url(images/btn-close.png) no-repeat;
	cursor: pointer;
}
.content { height: 1%; }
.content img { display: block; }
/* popup end */
/* fancybox styles */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 20px 20px 40px 20px;
	margin: 0;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url('images/none.gif');
	outline: none;
	overflow: hidden;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancy_right.png') no-repeat;
}
a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}
div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}
div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}
div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}
div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}
div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}
div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}
div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url('images/fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancy_title_right.png') repeat-x;
}
/***/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.navigation{
	padding: 3px 0;
}
/*twitter feed*/
#twitter_div {
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 2px;
width: 205px;

}

#twitter_div h2 {
	color: #FFFFFF;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#twitter_div ul {
	color: #FFFFFF;
	font: 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
}

#twitter_div li {
	list-style-type: none;
	border-bottom: 1px dotted #d8d9d9;
	padding: 5px 2px;
}

#twitter_div ul a {
	color: #FFFFFF;
	font: italic 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}

#twitter-link {
	color: #FFFFFF;
	font: italic 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}
/***/