/* @group General Styles */
html {
	margin:0;
	padding:0;
    width: 100%;
    border:none;
    overflow: scroll;
    background-color: #000000;
}

body {
    margin:0;
    padding:0;
    max-width: 320px;
    max-height: 320px;
    border:none;
    background-color: #000000;
	text-align: center;
	font: 20px/20px "Lucida Grande", Arial, Verdana, sans-serif;
	background: #000000;
	background-color: none;
}

p {
}

b, strong {
	font-weight: bold;
	overflow: scroll;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

a:hover, a:active {
	outline: none;
}

img {

}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */
#pageholder {
	height: 0;
	width: 0;
	background: none;
}
#header{
	display: none;
}

#createdby{
	display: none;
}

#backslide {
	display: none;
}

#backslide ul {
	display: none;
}

#backslide ul li {
	display: none;
}

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 0px;
	margin-top: 0px;
	text-align: center;
	min-width: 0;
	background-color: #000000;
}

.clearer {
	display: none;
}

#contentContainer {
	position: absolute;
	text-align: left;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#content, #error {	
	right: 10px;
	overflow: inherit;
	top: 30px;
	position: absolute;
	padding: 10px;
	background-color: #000000;
	max-width: 480px;
}



#closeTrigger{
	display: none;
}

#sidebarContainer {
	display: none;
}

#sidebarContainer #sidebar {
	display: none;
}

#footer { 
	display: none;
}

#footinfo {
	display: block;
	top: 525px;
	left: 620px;
	position: absolute;
}
	
/* @end */

/* @group Toolbar */
/* Toolbar Styles */
#navcontainerTrigger {
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: -5px;
	left: 5px;
	background: url(images/menu-under.png) no-repeat;
}
#navcontainerTrigger:hover {
	background-position: 0 0;
}
#navcontainerTrigger.navBlink1 {
	background-position: 50px top;
}

#contentMover {
	position: absolute;
	top: 35px;
	width: 500px;
	height: 680px;
	z-index: 100;
	overflow: visible;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#contentMover img {
	position: absolute;
	right: 20px;
	top: 10px;
	
}

#navcontainer {
	position: absolute;
	margin: auto;
	z-index: 9999;
	left: 20px;
	top: -10px;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
	clear: both;
}

#navcontainer a {
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}

/* Child - Level 1 */

#navcontainer ul ul {
	clear: both;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 7px;
}

#navcontainer ul ul li {
	padding-left: 0;
	background: none;
	float: left;
	display: block;
	padding-left: 14px;
	margin-right: 14px;
	margin-top: 7px;
	font-size: 22px;
	clear: none;
	border-left: 2px solid;
	
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul li { 
	font-size: 20px;
	float: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Global Classes */
blockquote, .standout {
	position: relative;
	font-style: italic;
	font-size: 1.4em;
}

h1, h2, h3, h4 {
	margin-bottom: 8px;
	font-weight: normal;
	padding-bottom: 0;
	line-height: 1.1em;
	margin-top: 0;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	margin-bottom: 8px;
	font-size: 2em;
}

h3 {
	margin-bottom: 5px;
	font-size: 1.9em;
}

h4 {
	margin-bottom: 3px;
	font-size: 1.5em;

}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	text-decoration: none;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
}


.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 1.2em;
	margin-top: -5px;
	margin-bottom: 10px;
}
#blog-archives {
	border-top: 1px solid;
	padding-top: 5px;
}
li.blog-updates {
	cursor: pointer;
}
li#openPostEntry.blog-updates {
	cursor: auto;
}

#sidebar .blog-archive-link a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

li.readThePost {
	clear: both;
	margin-bottom: 20px;
}

.blog-archive-link a {
	font-size: 10px;
	text-decoration: none;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

h1.Headline {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.blog-entry {
	display: block;
	clear: both;
	height: 25px;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	padding-top: 3px;
	border-top: 1px solid;
}

.blog-entry-title a.permalink,
.blog-entry-title {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-right: 0;
	letter-spacing: normal;
	cursor: pointer;
}

.blog-entry-body {
	display: none;
}

.blog-entry-date {
	white-space: nowrap;
	font-size: 10px;
	font-family:"Consolas","Courier New","Courier","FreeMono",monospace;
	padding-right: 4px;
	text-align: right;
	display: block;
	width: 100%;
}


/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}
#postDetails .blog-entry-post {
	display: block;
	position: inherit;
	
}
.blog-read-more {
}

.blog-entry-body {
	padding-top: 20px;
}

.blog-entry-comments {
	font-size: 0.9em;
}
.blogTitle {
	margin-bottom: 10px;
	line-height: 1em;
}
.blog-entry-tags {
	display: block;
	font-size: 0.9em;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	display: block;
	margin-bottom: 20px;
	height: 100px;
	position: relative;
}

.blog-archive-link-enabled, .blog-archive-link-disabled {
	text-decoration: none;
	float: left;
}


/* Styles the blog categories in the blog sidebar */
#blog-categories {
	display: block;
	margin-bottom: 20px ;
	margin-top: 20px;
	line-height: 1.5em;
	clear: both;
	height: 200px;
	position: relative;
}

.blog-category-link-enabled {
	text-decoration: none;
	float: left;
	width: 50%;
}

.blog-category-link-disabled {
	float: left;
	width: 50%;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	display: block;
	margin-bottom: 20px ;
	margin-top: 20px;
	line-height: 1.5em;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	display: block;
	margin-bottom: 20px;
}

.filesharing-item {
	display: block;
	height: 55px;
	padding-top: 5px;
	background: url(images/download.png) no-repeat;
	padding-left: 60px;	
}

.filesharing-item:hover {
	background-position: 0 -60px;
}

.filesharing-item-title {
	font-size: 1.8em;
	margin-bottom: 3px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 0.9em;
}

/* @end */

/* @group Photo Album */
#PhotoDesc {
	position: absolute;
	right: 0;
	text-align: right;
}
#photo-caption.BorderPhotoTop {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px;
	border-top-width: 1px;	
	border-top-style: dashed;
} 

#photo-caption {
	font-size: 1.2em;
	display: block;
	line-height: 1.1em;
}
.album-title {
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	line-height: 1.3em;
}

.album-description {
	font-size: 0.9em;
	line-height: 1.1em;
}
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
#movieHolder{
	background: gray;
}
#flvVideoPlayer {
	position: absolute;
	z-index: 10;
}
#closeMovieOverlay{
	z-index:999; 
	cursor: pointer;
	position:absolute; 
	top: 0; 
	left 0; 
	height:20px; 
	width:50px;
	background: url(images/close2.png) no-repeat;
}
#closeMovieOverlay.left {
	height: 30px;
	left: -10px;
	top: -10px;
	width: 30px;
	background: url(facebox/close.png) no-repeat;
}
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 2.0em;
	margin-bottom: 3px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 132px;
	height: 96px;
	overflow: hidden;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	display: none;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: url(images/background-movie.jpg);
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Preloader */
#spinner, #spinner1 {
	background: url(images/spinner_big.png) no-repeat;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 50px;
	left: 50px;
}
#preloader, #preloader1 {
	background: url(images/preloader.png) no-repeat left top;
	/*display: block;*/
	height: 150px;
	width: 150px;
	position: absolute;
	z-index: 102;
	left:415px;
	top: 200px;
}
/* @end */

/* @group HIDE */

#content, #sidebar {
	display: none;	
}

/* @end */

/* @group Normal Page */
#npTopLeft {
	float: left;
	width: 40px;
	height: 20px;
	display: block;
	background: url(images/normalpage/tl.png) no-repeat left top;
}

#npTopM {
	float: left;
	height: 20px;
	background: url(images/normalpage/tm.png) repeat-x;
}

#npTopRight {
	float: left;
	width: 40px;
	height: 20px;
	display: block;
	background: url(images/normalpage/tr.png) no-repeat left top;
}

#npLeft {
	width: 20px;
	float: left;
	display: block;
	clear: both;
}
#npLeftT {
	width: 20px;
	display: block;
	height: 20px;
	background: url(images/normalpage/lt.png) no-repeat;
}
#npLeftM{
	width: 20px;
	display: block;
	background: url(images/normalpage/lm.png) repeat-y right top;
}
#npLeftB{
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/normalpage/lb.png) no-repeat right top;
}

#npPage {
	display: block;
	float: left;
	margin-bottom: -20px;
}
#npRight {
	float: left;
	display: block;
	width: 20px;
}
#npRightT {
	width: 20px;
	display: block;
	height: 20px;
	background: url(images/normalpage/rt.png) no-repeat;
}
#npRightM{
	width: 20px;
	display: block;
	background: url(images/normalpage/rm.png) repeat-y right top;
}
#npRightB{
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/normalpage/rb.png) no-repeat right top;
}
#npBottom {
	clear: both;
	height: 20px;
	display: block;
}
#npBottomLeft {
	clear: both;
	height: 20px;
	width: 40px;
	float: left;
	background: url(images/normalpage/bl.png) no-repeat right top;
}
#npBottomM {
	height: 20px;
	float: left;
	display: block;
	background: url(images/normalpage/bm.png) repeat-x;
}
#npBottomRight {
	display: block;
	float: left;
	background: url(images/normalpage/br.png) no-repeat left top;
	height: 20px;
	width: 40px;
}
#normPageHolder #backslide{
	position: absolute;
	left: 0;
	top: 0;
}
/* @end */

/* @group Main Style */
#tabsForSlider {
	position: absolute;
	z-index: 999;
	padding: 15px;
	cursor: pointer;
}

.ui-tabs-nav li {
	float: left;
}
.ui-tabs-nav li div {
	display: none;
}
.ui-tabs-nav a {
	display: block;
	height: 8px;
	width: 20px;
   	background: url(images/buttons_white/dots.png) no-repeat center top;
   	outline: none;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}

.ui-tabs-nav a:hover {
	background: url(images/buttons_white/dots.png) no-repeat center -8px;
	cursor: pointer;
}

.ui-tabs-nav .ui-tabs-selected a {
	cursor: pointer;
	background: url(images/buttons_white/dots.png) no-repeat center -16px;
}
/* @end */

/* @group Basics */

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-hide {	display: none;}
.ui-tabs-nav .ui-tabs-selected a span { 
	padding-bottom: 1px;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { 
	cursor: pointer;
}

.ui-tabs-disabled { 
	opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
	background: transparent;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* @end */

/* @group Scrollable */

/* outmost wrapper element */
#scrollable {
	padding:10px 8px;
	width:965px;
	height: 130px;
	position: absolute;
	bottom: 0px;
}

/* container for the scrollable items */
#scrollable .items {
	height:110px;
	margin-left: 16px;
	float:left;
	/*width:880px !important;*/
}



/* single item */
#scrollable .items a {
	display:block;
	float:left;
	width:103px;
	margin-right: 16px;
	height:103px;
	background:url(../images/item.png) 0 0 no-repeat;
	font-size:50px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 4px;
}
#scrollable.MovieTop .items a {
	width:125px;
	height: 95px;
	margin-right: 15px;
	margin-left: 0;
}
#scrollable .items a:hover {
	color:#999;	
}

#scrollable .items a img {
}
#scrollable.MovieTop .items a.active img {
	border: none;
}
#scrollable .items a.active img {
	border: 1px solid #ccc;
}

#scrollable .items a.active {
	width:105px;
	height:105px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 2px;
}
#scrollable.MovieTop .items a.active {
	width:125px;
	height: 95px;
	margin-right: 15px;
	margin-left: 0;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: none;
}
#scrollable a.active {
	width:105px;
	height:98px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 2px;
}

/* next / prev buttons */
#scrollable a.prev, #scrollable a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:40px 0px 0px 0;
	cursor: pointer;
}
#scrollable a.prev {
	background:url(../images/buttons_white/button-left.png);		
}
#scrollable a.prev:hover {
	background:url(../images/buttons_white/button-left-over.png);		
}
#scrollable a.next {
	background:url(../images/buttons_white/button-right.png);		
}
#scrollable a.next:hover {
	background:url(../images/buttons_white/button-right-over.png);		
}


/* navigator */
#scrollable .navi {
	height:0px;
	position: absolute;
	top: 125px;
}

#scrollable.MovieTop .navi {
	height:0px;
	position: absolute;
	top: 125px;
}


/* items inside navigator */
#scrollable .navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/buttons_white/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}
#scrollable .navi span:hover {
	background-position:0 -8px;      
}
#scrollable .navi span.active {
	background-position:0 -16px;     
} 	


/* @end */