/*<group=General Styles>*/
html, body {
   margin : 0;
   padding : 0;
   height: 100%;
   min-height: 101%;
}

body {
   font : 13px Verdana, sans-serif;
   color : #333;
   background : #000000;
   width : 100%;
}

a:link {
   color : #336633;
   background : transparent;
   text-decoration : underline;
   font-weight: bold;
}

a:visited {
   color : #336633;
   text-decoration : underline;
}

a:hover {
   	text-decoration: none;
	color: #ccc;
	background: #999;
}

a:active {
   color : #336633;
}/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
   margin : 0 auto;
   width : 697px;
   background-image : url(images/back.gif);
   background-repeat: repeat-y;
   border: 0.5em solid #ffffff;
}

#pageHeader {
   background-image : url(images/header.jpg);
   background-repeat : no-repeat;
   margin : 0;
   height : 161px;
}

#pageHeader img {
   background-image : url(images/header.jpg);
   background-repeat : no-repeat;
   margin : 0;
   height : 161px;
}

#pageHeader h1 {
	color: #fff;
	margin: 0;
	padding: 20px 0 0 10px;
	text-align: left;
	letter-spacing: 3px;
	font-size: 160%;
}

#pageHeader h2 {
	color: #fff;
	margin: 0;
	padding: 20px 0 0 10px;
	font-size: 1.2em;
	font-weight: normal;
}

#contentContainer {
   margin : 0;
   padding : 10px;
}

#contentContainer #content {
   margin : 0 176px 6px 0;
   text-align : justify;
   font-size : 90%;
}

#sidebarContainer {
   float : right;
   width : 170px;
   margin : 0;
   padding : 0;
 }

#sidebarContainer #sidebar {
   margin : 1.2em 0.75em 1.2em 2.25em;
   font-size : 90%;
}

#footer {
   margin : 0;
   padding : 5px;
   background: #999;
   text-align:center;
   height: 35px;
   clear: both;
   font-size: 80%;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
}

#navcontainer #current {
}

/* Parent - Level 0 */

#navcontainer ul {
	margin : 0;
	padding: 0 0 0 25px;
	color: #666;
	font-size: 85%;
	list-style: none;
}

#navcontainer li {
 	margin : 0;
	padding: 5px 0 2px 0;
	line-height: 14px;
	border-bottom: 1px solid #ccc;
	
}

#navcontainer a {
	display: block;
	color : #336633;
   	background : transparent;
   	text-decoration : none;
   	font-weight: bold;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #ccc;
	background: #999;
}

#navcontainer a:active {
	color: #333333;
	background: #fafafa;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 20px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul a:active {
}

/*</group>*/

/*<group=Global Classes>*/

blockquote {

}

h1 {
}

h2 {

}

h3 {

}

.imageStyle {
	padding: 5px;
	border: none;
	margin: 5px;
}

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #283808;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
	background: #ffffff;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
	background: #ffffff;
}

.blog-archive-month {
	color: #1c1c1c;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link {
	font-size: 0.9em;
}

	
/*</group>*/

.blog-entry {
	text-indent: 10px;
	padding-top: 10px;
}

.blog-entry-title {
	color: #3f3f3f;
	font-weight: normal;
	text-shadow: 1px 4px 2px #ababab;
	margin-bottom: 3px;
	font-size: 1.5em;
	background: white;
	border-bottom: 1px solid #d5d5d5;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #336633;
	text-align: leftt;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
	text-indent: 10px;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
	color: #3f3f3f;
	font-size: 0.9em;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
	text-indent: 10px;
}

.album-description {
    margin-bottom: 60px;
    text-indent: 10px;
}

.album-wrapper {
    display: block;
    width: 99%;
    position: relative;
}

.thumbnail-frame {
    margin: 0px;
    padding: 0px;
}

.thumbnail-wrap {
    text-align: center;
    position: relative;
    float: left;
    margin-bottom: 60px;
    margin-right: 10px;
}

.thumbnail-frame a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
    margin: auto;
    border: none;
    border-style: none;
    margin-bottom: 5px;
}

.thumbnail-caption {
    margin: 0;
    padding: 0;
    height: 35px;
    display: block;
    color: #000000;
    margin-top: -2px;
    font-size: 0.8em;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #3f3f3f;
}

.photo-navigation {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #bfbfbf;
}

.photo-navigation a {
	color: #bfbfbf;
	font-size: 0.9em;
}

.photo-navigation a:hover {
	color: #ffffff;
	font-size: 0.9em;
}

.photo-frame{
	border: 3px solid #7fdedb;
	color: #7f7f7f;
}

.photo-links {
	color: #ffffff;
}

.photo-title {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.photo-caption {
	color: #ffffff;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	color: #000000;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}


.movie-thumbnail-caption {
	text-align: center;
	color: #000000;
	font-size: 0.8em;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

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

.movie-title {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/*</group>*/