body {
	background: #ffffff url("images/bg.png") repeat-x 0 0;
	margin: 0;

}

#breadcrumbcontainer{
	padding-left:0px !important;
	text-align: left;
	padding-top:5px;
}

#breadcrumbcontainer ul li{
	position: relative;
	display: inline;
}
#breadcrumbcontainer ul{
	position: relative;
	display: inline;
	margin-left:-35px;
}

#breadcrumbcontainer ul li a{
	position: relative;
	display: inline;
}

#sidebar{
	width:200px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	margin:10px 0 50px 20px;
	}
	
#sidebar a{
		}
#sidebar h1{
	margin: 10px 0 10px 0;
	}
#blog-categories{
	margin-top:10px
}
/* navigation */

#navcontainer {
	width: 990px;
	height: 20px;
	padding-top: 13px;
	padding-left: 10px;
	
	border: 0px solid red;
	margin: 0 auto;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}
/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index: 5;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}

#navcontainer a {
	text-decoration: none;
	display: block;
	margin: 0px 20px 0px 0px;
}

#navcontainer a:hover {
	text-decoration: underline;
}

#navcontainer a:active {
}

/*------------------*/


#navcontainer ul ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index: 5;
}

#navcontainer ul ul li {
	position: relative;
	display: inline;
	float: left;
	margin-left: 1em;
	margin-top: 6px;
}

#navcontainer ul ul a {
	text-decoration: none;
	display: block;
	margin: 0px -5px 0px 0px;

}

#navcontainer ul ul a:hover{
}



/* end navigation */

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
#maincontent{
	background-image: url("images/content.png");
	border: 0px solid red;
	
}
#content {
	width: 1000px;
	background-repeat: repeat-y;
	margin: 0 auto;
}


#content-head {
	width: 990px;
	height: 90px;
	background: url("images/head.png") no-repeat 0 -4px;
	padding-top: 0px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	border: 0px solid red;


	
}

#content-body{
	background: url("images/bottom1.png") no-repeat 0 0;
	padding: 0 30px 0 30px;
	margin: 0 auto;
}


#footer {
	width: 1000px;
	height: 10px;
	background: blue;
	background: url("images/bottom.png") no-repeat 0 -100px;
	padding-top: 200px;
	padding-right: 0px;
	text-align: center;
	margin: 0 auto;
	border: 0px solid red;

}

#footer a:hover {
	text-decoration: underline;
}

#footer a {
	margin: 10px;
	text-decoration: none;
}

#logo-container {
	float: left;
	width: 40px;
	height: 40px;
/*	background: url("images/preview.png") no-repeat 50% 24px;*/
	border: 0px solid red;
}

#title-container {
	float: left;
	width: 930px;
	height: 50px;
	padding-top:0px;
	padding-left:15px;
/*	background: url("images/preview.png") no-repeat 50% 24px;*/
	border: 0px solid red;
	text-align: left;
}
#title-container h1{
/*	background: url("images/preview.png") no-repeat 50% 24px;*/
	border: 0px solid red;
	text-align: left;
}
#title-container h2{
	border: 0px solid red;
	text-align: left;
	margin-top:-10px;
}

#logo-container img{
	width: 40px;
	height: 40px;
	margin: 0 0 0 0;
	
}


.title {
	font-weight:normal;
}

.inside {
	width: 700px;
	background: url("images/content-bg.png") no-repeat 0 0;
	margin: 0 auto;
}

.image {
	width: 343px;
	height: 205px;
}

.read {

}
.read-more {

	padding: 0px 0 0 0px;
	margin: 0 0px 0 238px;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }



/* Photo album*/
.album-title {
	padding-bottom:40px;
	text-align:center;
}

.album-description {
	
}

.album-wrapper {
	display: block;
	position: relative;
} 
/*Style wrap around all thumbnails.*/

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	text-align: center !important;
/*	border: 1px solid red;*/
	display: block;
} 
/*Style wraps around each album entry. Used for positional and alignment purposes.*/

.thumbnail-frame {
	text-align: center;
	display: block;
/*	border: 1px solid yellow;*/
	margin: 0 auto;
} 
/*Styles around the image and caption.*/

.thumbnail-frame img {
	width: 120px;
	height: 120px;
} 
/*Styles the image.*/

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
	border: 0px solid blue;
} 
/*Styles around the thumbnail.*/
.photo {
}
.photo-background{
	text-align:center;
}
.photo-navigation{
	width:600px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	margin: 0 auto;
	
}
.photo-title{
	float:left;
	font-weight: normal;
	padding-right:10px;
	border-right:2px solid #fff;
	margin: 0px 0px 30px 0px;

	
}
.photo-caption{
	float:left;
	margin: 0px;
	padding-left:10px;
	
}
.photo-links{
	clear:both;
}
.photo-frame{
	margin: 0px;
	
}

h1.blog-entry-title {
	margin: 0 0 10px 0;
	font-weight: 100;
}
/*Styles the title of each entry.*/

h1.blog-entry-title a {
	font-weight: 100;
	text-decoration:underline;
}
/*Styles the title permalink of each entry. */

p.blog-entry-tags {
	padding-bottom:30px;
} 
/*Paragraph class for tags in the main entry area. */

.blog-entry-date {
}

.blog-entry-category a{
} 
/*Styles the category link of each entry.*/ 
ul.blog-tag-cloud {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}
 
ul.blog-tag-cloud li:before {	content: "\00BB \0020";	}
	
#blog-archives{
	margin:10px 0 10px 0;
}
/*Wrapper for the blog category side links. */
.blog-category-link-enabled {
} 
/*Styles the category links when a post has been made in the category. */
.blog-category-link-disabled {
} 
/*Styles the category links when no posts have been made in the category. */
.blog-read-more{
	border: 0px solid red;
}
.blog-read-more a{
}

.blog-archive-background {
	border: 0px solid red;
	padding-left: 50px;
}

.blog-archive-headings-wrapper{}
.blog-archive-month{}
.blog-archive-link{}

.blog-archive-entries-wrapper{
}
.blog-entry{}
.blog-entry-title{}
.blog-entry-date{}
.blog-entry-category{}
.blog-entry-category a{}
.blog-entry-body{}
.blog-entry-tags{}
.blog-entry-tags a{}



.content-text iframe{
	width: 710px;
	height: 700px;
}

.movie-page-title { } 
/*Styles the page title. */
.movie-page-description { } 
/*Styles the page description. */
.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	border: 0px solid red;
	padding-top: 20px;

}

.movie-thumbnail-frame img{
	width:120px;
	height:120px;
} 
/*Styles around the movie thumbnail. */
.movie-thumbnail-caption {
	text-align: center;
	margin-top: 5px;
	border: 0px solid green;
} 
/*Styles the movie thumbnail caption. */

.movie-background {
	margin-top: 5px;
}

.movie-title {
	font-weight: normal;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}

.movie-frame{}
.movie-title{
}
/*
text-align: center;
font-weight: normal; /bold & etc.
background-image: url("images/bg.png");
*/