/* @group General Styles */
html {
	margin:0;
	padding:0;
	height:100%;
    border:none
}

body {
    margin:0;
    padding:0;
    height:100%;
    border:none;
	text-align: center;
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;
}

p {
}

b, strong {
	font-weight: bold;
}

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

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

img {
	border: none;
}

.image-left {
	float: left;
}

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

/* @group Layout */
#pageholder {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#header{
	position: absolute;
	margin-top: -25px;
	width: 980px;
	text-align: center;
	font-size: 0.8em;
}
#backslide {
	position: absolute;
	width: 450px;
	height: 550px;
	z-index: 1;
	overflow: hidden;
}

#backslide ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#backslide ul li {
	position: absolute;
}

#container {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -275px;
	text-align: center;
	min-width: 900px; 
}

.clearer {
	clear: both;
}

#contentContainer {
	position: relative;
	text-align: left;
	width: 980px;
	height: 550px;
	margin: 0px auto;
}

#postDetails, #PhotoDesc, #content, #error {
	right: 0;
	overflow: hidden;
	top: 0px;
	position: absolute;
	padding: 20px;
	width: 560px;
	height: 510px;
	z-index: 2;
}

#postDetails {
	z-index: 100;
}

#closeTrigger{
	display: block;
	height: 100px;
	width: 50px;
	background: url(images/close.png) no-repeat;
	left: 350px;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: -5px;
}

#sidebarContainer {
	position: absolute;
	width: 350px;
	z-index: 3;
	height: 550px;
}

#sidebarContainer #sidebar {
	padding: 20px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#footer { 
	font-size: 0.8em;
	padding-top: 5px;
}
	
/* @end */

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

#navcontainerTrigger:hover {
	background: url(images/menu-over.png) right top;
}

#contentMover {
	position: absolute;
	width: 980px;
	height: 550px;
	z-index: 100;
	overflow: hidden;
	display: none;
}

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

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

/* Parent - Level 0 */

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

#navcontainer li {
	font-size: 12px;
	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: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#navcontainer ul ul li {
	padding-left: 0;
	background: none;
	float: left;
	display: block;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	font-size: 12px;
	clear: none;
	border-left: 1px 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: 11px;
	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 */