@charset "UTF-8";
/* CSS Document */

/********************************************************* -- SITE WIDE STYLE -- ***/

body,html{
	margin: 0px;
	padding: 0px;
	color:#4f1f14;
	background:#fbe4c2;
	font-family:Arial, Helvetica, sans-serif;
}
div,img{
	margin: 0px;
	padding: 0px;
	border: none;
}
p,a,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}
p{
	font-size: 12px;
	color:#000000;
}
a{
	font-size: 12px;
	color:#4f1f14;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}
a:focus{
	outline: none;
}
h1{
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	border-bottom: #4f1f14 1px solid;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
}
h2{
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px 0px 3px 0px;
}
h3{
	font-size: 12px;
	color: #000000;
}
.bold{
	font-weight: bold;
}
a.view{
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
}
a.edit{
	color:#ff8800;
	font-size: 10px;
	text-transform: uppercase;
}
a.delete{
	color:#ff3300;
	font-size: 10px;
	text-transform: uppercase;
}
.notice{
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color:#51d13c;
}
#nav li, #photoNav li{
	position: relative;
	visibility: hidden;
}
/********************************************************* -- SITE WIDE STRUCTURE -- ***/

#wrapper{
	width: 1020px;
	height: 700px;
	margin: 10px auto 0px auto;
	background:url(../images/wrapper_bg.jpg) no-repeat;
	position: relative;
}
#wrapperInner, #mapMove{
	height:700px;
}
#mapMove{
	width:1020px;
	cursor: move;
	position: absolute;
}
#headContain{
	width: 1000px;
	position: relative;
}

/********************************************************* -- HEAD -- ***/
img.logo{
	padding: 20px 10px 0px 10px;
}
#topNavContain{
	float: right;
	margin: 10px 0px 0px 0px;
}
#topNavContain a{
	margin: 0px 6px;
}
#target{
	position: absolute;
	top: 40px;
	left: 550px;
	z-index: 99;
}

/********************************************************* -- NAV -- ***/
#nav li img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1px 0px 6px 0px;
	border: #ffffff 1px solid;
}
#nav li a:hover img{
	border: #ffffff 2px solid;
	margin: 0px 0px 5px 0px;
}
#nav li a.selected img{
	border: #ffffff 2px solid;
	margin: 0px 0px 5px 0px;
}
#nav li .nowplaying img{
	border: none;
}
#nav li a{
	font-size: 10px;
	line-height:12px;
	display:block;
}
#nav li{
	text-align: center;
}
.nowplaying{
	position: absolute;
	top: 44px;
	left: 22px;
}
/********************************************************* -- VIDEO -- ***/

#videoContain{
	width: 1020px;
	height: 308px;
	background:url(../images/video_bg.png) repeat-x 0px 2px;
	border-top: #4f1f14 1px solid;
	border-bottom: #4f1f14 1px solid;
	padding: 2px 0px;
}
#video_16-9, #video{
	width: 468px;
	height: 288px;
	margin: 0px auto 0px auto;
	padding: 4px 4px 0px 4px;
	background: #000000;
	text-align: center;
	top: 16px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}
#video_4-3{
	width: 380px;
	height: 304px;
	margin: 0px auto 0px auto;
	padding: 4px 4px 0px 4px;
	background: #000000;
	text-align: center;
	top: 0px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}
/********************************************************* -- SHARE -- ***/
#share{
	float: right;
	width: 250px;
	padding: 20px 10px 10px 10px;
}
#share textarea{
	overflow: hidden;
	width: 250px;
	height: 100px;
	font-size: 10px;
}
#share div{
	margin: 5px 0px 10px 0px;
}
/********************************************************* -- NON-VIDEO CONTENT -- ***/

#nVContentContain{
	background:url(../images/content_bg.png) repeat;
	border: #4f1f14 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 970px;
	height: 470px;
	margin: 0px auto;
	padding: 5px;
	overflow: auto;
}
#blog{
	height: 440px;
	overflow: auto;
	width: 970px;
}
.tumblr_post{
	margin: 10px;
	padding: 10px;
	background:url(../images/content_bg.png) repeat;
	overflow: auto;
}
.tumblr_post p{
	margin: 0px 0px 10px 0px;
}
.tumblr_post h2{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	font-weight: normal;
}
.tumblr_post h2 p{
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	font-weight: normal;
	color:#4f1f14;
}
.tumblr_post p .postDate{
	font-size: 11px;
	color: #4f1f14;
}
.tumblr_post .photoContain{
	float: left;
	padding: 10px;
}
.tumblr_post .captionContain{
	float: left;
	padding: 10px;
}
#mapSubmit{
	text-align: center;
}
.bookSection{	
  float: left;
  text-align: center;
  padding: 10px 20px;
}
/***************************************************** PHOTOS ****/

#photoContain{
	background: #000000;
	float: left;
	margin: 10px;
	width: 460px;
	padding: 5px;
}
.viewFull{
	padding: 5px;
	float: right;
}
.viewFull a{
	color: #ffffff;
}
#photoContentContain{
	float: left;
	width: 530px;
}
#photoNavContain{
	margin: 0px 30px;
}
#photoCaptionContain{
	background:url(../images/content_bg.png) repeat;
	border: #4f1f14 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
	padding: 10px;
	min-height: 155px;
}
/***************************************************** FOOTER ****/
#footerContain{
	text-align: center;
	padding: 3px 0px 0px 0px;
}
#footerContain p{
	font-size: 10px;
}
#footerContain p a{
	font-size: 11px;
}

/***************************************************** ADMIN ****/
#wrapper_admin{
	width: 1020px;
	margin: 10px auto 0px auto;
}
#wrapperInner{
	width: 1020px;
	background: #fdebd1;
	border: #000000 1px solid;
}
#wrapperInner_Login{
	width: 350px;
	margin: 0px auto;
	background: #fdebd1;
	border: #000000 1px solid;
	padding: 20px;
	overflow: auto;
}
#adminNav{
	text-align: right;
	text-transform: uppercase;
	padding: 0px 10px;
}
#adminNav #adminSubNav a{
	font-size: 11px;
	text-transform: none;
}
#wrapper_admin .admin li a{
	display: inline;
}
#wrapper_admin h1{
	text-align: center;
}
#wrapper_admin p{
	color: #4f1f14;
}
.adminForm{
	width: 365px;
	margin: 0px auto;
	padding: 0px 30px 0px 0px;
	text-align: right;
}
table.usersTable tr:first-child td{
	border-bottom: #000000 1px solid;
}
table.usersTable tr td:first-child{
	border-right: #000000 1px solid;
	text-align: center;
}
/***************************************************** ADMIN ****/
#mapNav{
	padding: 20px;
	background: #ffffff;
	float: left;
	margin: 10px;
}
/************************************************************ -- OVERLAY -- **/

.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
     
    min-height:30px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
.overlay h1{
padding: 10px;
} 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background:url(../images/close.png) no-repeat; 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.tales h1 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
}

.tales #contentInner {
	padding: 40px;
}

.tales p, .tales a {
	font-size: 14px;
}

.tales table {
	margin: 0px 0px;
}

.tales p {
	padding: 10px 5px;
}

.tales table td {
	padding: 5px;
	vertical-align: top;
}

.photo {
	font-size: 12px;
	border: 1px solid #4F1F14;
	text-align: center;
}

.photo img {margin-bottom: 10px;}

.sidebar {
	border-top: 1px solid #4F1F14; margin-top: 40px;
}

.sidebar p, .sidebar a {font-size: 12px; padding: 5px;}
