/* CSS Document */
body {
	margin: 0px; 
	padding: 0px; 
	background: url(images/content_bg.jpg) center; 
	font: normal 12px "Helvetica Neue", Helvetica, Arial, Verdana;
	line-height:20px;
	
}
#container {
	margin:0 auto;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	height:397px;
	width:100%;
	background:url(images/header_bg.jpg);
}
#header-content{
	margin:0 auto;
	height:411px;
}
#media-header{
	margin:0 auto;
	width:1024px;
	height:353px;
	background:url(images/header/media.png) no-repeat;
	z-index:-11;

}
#media-header-video{
    text-align:left;
    padding-top:49px;
    padding-left:115px;
}

#rip{
	width:100%;
	height:12px;
	background:url(images/nav/nav-bottom-pixel.png) repeat-x;
}
#content-wrapper{
	width:100%;
	padding-left: 50px;
}
#content{
	width:1024px;
	margin:0 auto;
	padding-top:10px;

	text-align:left;
}
#stitching-clear {
    width:36px;
}
#stitching{
	height:100%;
    width:8px;
	background:url(images/Stitching.png) repeat-y;
}
#halfpage {
 	background-color: #f6eed3;
 	width: 388px;
}
#halfpage b {
    color: #291807;
    font-size:16px;
}
#halfpageContent {
 	padding:15px;
 	color: #291807;
}
#halfpageContent a:link {
    text-decoration:none;
 	color: #291807;
}
#halfpageContent a:visited {
 	text-decoration: none;
 	color: #291807;
}
#halfpageContent a:hover {
 	text-decoration: underline;
 	color: #000;
}
#fullpage {
 	background-color: #f6eed3;
 	width: 841px;
}
#fullpageContent {
 	padding:15px;
 	color: #291807;
}
#fullpageContent a:link {
 	text-decoration: underline;
 	color: #291807;
}
#fullpageContent a:hover {
 	text-decoration: none;
 	color: #000;
}
#nowidthpage {
 	background-color: #f6eed3;
}
#nowidthpage b {
    color: #291807;
    font-size:16px;
}
#nowidthContent {
 	padding:15px;
 	color: #291807;
}
#nowidthContent a:link {
 	text-decoration: underline;
 	color: #291807;
}
#nowidthContent a:hover {
 	text-decoration: none;
    color: #000;
}
#footer-rip{
	width:100%;
	height:4px;
	background:url(images/footer-rip.png) repeat-x;
}
#footer{
	width:100%;
    height:500px;
	background-color: #291807;

}
#footer-content{
	margin:0 auto;
	width:1024px;
	height:65px;
	background:url(images/footer.png) no-repeat;

}
#footer-left{
	float:left;
	color:#fff;
	padding:10px 0 0 80px;
	font-weight:bold;
	font-size:14px;
}
#footer-left a:link {
	text-decoration:none;
	color:#fff;
}
#footer-left a:visited {
	text-decoration:none;
	color:#fff;
}
#footer-left a:hover {
	text-decoration:underline;
	color:#fff;
}
#footer-right{
	float:right;
	padding:10px 100px 0 0;
    text-align:left;
}
#table-a {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

#table-a th {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #291807;
    padding: 10px 0;
    border-bottom: 2px solid #291807;
}

#table-a tr {
    vertical-align:top;
}

#table-a td {
    padding: 9px 8px 0px 8px;
}
#table-a a:link {
	text-decoration:none;
	color:#291807;
}
#table-a a:visited {
	text-decoration:none;
	color:#291807;
}
#table-a a:hover {
	text-decoration:underline;
	color:#000;
}
#cleartable strong
{
    color:#291807;
	font-weight:bold;
	font-size:18px;
}
#cleartable h2 
{
    color:#291807;
	line-height:18px;
	padding-bottom:-50px;
}
#cleartable  
{
    color:#fff;
}
#cleartable a:link {
	text-decoration:none;
	color:#291807;
}
#cleartable a:visited {
	text-decoration:none;
	color:#291807;
}
#cleartable a:hover {
	text-decoration:underline;
	color:#fff;
}
.table-t {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background-color: #f6eed3;
}

.table-t th {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #291807;
    padding: 10px 0;
    border-bottom: 2px solid #291807;
}

.table-t tr {
    vertical-align:top;
}

.table-t td {
    padding: 9px 8px 0px 8px;
}
.table-t a:link {
	text-decoration:none;
	color:#291807;
}
.table-t a:visited {
	text-decoration:none;
	color:#291807;
}
.table-t a:hover {
	text-decoration:underline;
	color:#000;
}
.scrollhalf {
	width: 358px; 
	padding-right: 5px; 
	float: left; 
	overflow: auto;
}
/* Twitter */
#twitter-ticker{
	width:375px;
	height:300px;
	display:none;
	text-align:left;
}

#tweet-container{
	height:270px;
	width:auto;
	overflow:hidden;
}

#top-bar{
	
	position:relative;

}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	border:1px solid #000;
	width:auto;
	overflow:hidden;
}

.tweet .avatar{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#000;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

#loading{
	margin:100px 95px;
}

#twitter-ticker{
	margin:0;
}

.scroll-pane {
    padding-right:5px;
    width: 365px;
    height: 300px;
    overflow:auto;

}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:4px;
	top:0;
	height: 100%;
	background: #ddd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #291807;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #fff;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #f60;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowDown:hover {
    background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
	}
	#wallpaper {
		
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}