/*<group=General Styles>*/

body {
background : #e6e6e6;
font: 11px  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
padding-right: 50px;
padding-left: 50px;
padding-top: 10px;
color: #4c4c4c;
}

p {
font-family:  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
color: #4c4c4c;
}

b, strong {
color: #000000;
font-weight: bold;
}

a:link {
color: #000080;
text-decoration: none;
}

a:visited {
color: #000000;
}

a:hover, a:active {
color: #000000;
text-decoration: underline; 
}

.image-left {
	margin-right: 5px;
	margin-bottom: 2px;
	border: 3px solid #e6e6e6;
	float: left;
	vertical-align: top;
}

.image-right {
	border: 3px solid #e6e6e6;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#logo {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	background: #ffffff;
	padding: 12px;
}

#pageHeader {
	border-top: 10px solid #afca97;
	background: repeat url(images/grid.gif);
	height: 80px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#pageHeader img {
	
}

#contentContainer {
	border-top: 10px solid #c9c899;
	float: right;
	width: 70%;
	padding: 12px;
}

#contentContainer #content {
}

#sidebarContainer {
	float: left;
	width: 25%;
	border-top: 10px solid #9fbcc8;
}

#sidebarContainer .sidebar {
	background: #e6e6e6;
	padding: 5px;
}

#footer {
	border-bottom: 10px solid #cccccc;
	height: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#footer p {
	color: #b3b3b3;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	color: #b3b3b3;
	margin-top: 10px;
	padding: 0;
	text-align: right;
}

#breadcrumbcontainer ul {
	list-style: none;
	display: inline;
}

#breadcrumbcontainer li {
	list-style: none;
	display: inline;
}

#breadcrumbcontainer a {
	color: #b3b3b3;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #4c4c4c;
	text-decoration: none;
	border-bottom: 1px dotted #b3b3b3;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
  margin: 10px 30px;
  padding: 10px 0 0 20px;
  font-size: 90%;
  line-height: 1.5em;
  color: #666666;
  background: url(images/quotes.gif) no-repeat top left;
  }

h1 {
	font: bold 28px  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
margin-bottom: -10px;
margin-top: 10px;
margin-right: 0px;
margin-left: 0px; }

h2 {
	color: #4c4c4c;
	font: italic 14px  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

.imageStyle {
	border: solid #66ccff 3px;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

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

.blog-archive-title {
	color: #000000;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
}

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

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

.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	border-bottom: 1px #a8a584 dotted;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.blog-entry-title {
	color: #000000;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #b3b3b3;
}

.blog-entry-body {
}

.blog-entry-comments {
text-align: right;
margin-top: 5px;
}

.blog-entry-comments a {
background: url(images/comment.gif) no-repeat 0 2px;
padding: 0 0 0 15px;
}

.blog-entry-comments a:hover {
background: url(images/comment.gif) no-repeat 0 -28px;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

/* This id styles the toolbar in table version only  */

#tablenavcontainer {
}

/* This id styles the toolbar in css version only  */

#navcontainer {
	padding: 5px;
}

#navcontainer #current {
	color: #000000;
	font-weight: bold;
	background: #e6e6e6;
	display: block;
}

/* Parent - Level 0 */

#navcontainer ul {
}

#navcontainer li {
	margin-left: -34px;
	list-style: none;
}
#navcontainer a {
	text-decoration: none;
	color: #4c4c4c;
}

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

/* Child - Level 1 */

#navcontainer ul ul {
	
}

#navcontainer ul ul li {
	padding-left: 0;
	margin-left: -28px;
	list-style: none;
}

#navcontainer ul ul li a {
	color: #808080;
}

#navcontainer ul ul li a:hover {
}

#navcontainer ul ul #current {
}

/* Child - Level 2 */

#navcontainer ul ul ul {	
}

#navcontainer ul ul ul li {
	list-style: none;
}

#navcontainer ul ul ul li a {	
}

#navcontainer ul ul ul li a:hover {
}

#navcontainer ul ul ul #current {
}

#navcontainer ul ul ul #current {
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul li a {
}

#navcontainer ul ul ul ul li a:hover {
}
	
#navcontainer ul ul ul ul {	
}

#navcontainer ul ul ul ul #current {
	
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
 background-color: #efeedd; 
	border: 1px dotted #cccccc;
	padding: 5px;
	text-align: center;
	font-style: italic;
	margin-bottom: 10px;
	color: #7f7f7f;
}

.filesharing-item {
	font-family:  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

.filesharing-item-title {
font-weight: bold;
color: #000000;
}

.filesharing-item-title a {
background: url(images/files.gif) no-repeat 0 2px;
padding: 0 0 0 15px;
}

.filesharing-item-title a:hover {
background: url(images/files.gif) no-repeat 0 -28px;
}

.filesharing-item-description {
	margin-bottom: 10px;
	padding: 3px;
	background: #e2eaf9;
	color: #7f7f7f;
}
	
/*</group>*/

/*<group=Photo Album>*/

/*<group=Single Page>*/

.album-title {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.album-description {
	color: #999999;
}

.thumbnail-frame {
}

.thumbnail-frame a {
	border: 3px solid #ffffff;
}

.thumbnail-frame a:hover {
	border: 3px solid #333333;
}

.thumbnail-frame img {
	border: 3px solid #e6e6e6;
}

.thumbnail-caption {
	
}
	
/*</group>*/

/*<group=Index Page>*/

.photo-background {
text-align: center;
}

.photo-navigation {
	
}

.photo-navigation a {
	
}

.photo-navigation a:hover {
	
}

.photo-frame {
border: 6px #ffffff solid;
}

.photo-links {
background-color: #cccccc;
display: block;
padding: 3px;
}

.photo-title {
color: #191919;
font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
}

.photo-caption {
	
}
	
/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-title {
	color: #000000;
	font: bold 12px  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;;
}

.movie-description {
	color: #999999;
}

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

/*<group=Quicktime Album>*/

/*<group=Index Page>*/

.movie-background {
	
}

.movie-title {
	
}

.movie-frame {
	
}
	
/*</group>*/

/*<group=Single Page>*/

.movie-page-title {
	
}

.movie-page-description {
	
}

.movie-thumbnail-frame {
	
}

.movie-thumbnail-caption {
	
}
	
/*</group>*//*</group>*/
