/* @group General Styles */

body {
	font-family:   Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #444;
	font-size: 12px;
	line-height: 150%;
        background-image: url("images/dropshadow.png");
        background-position:center top;
        background-repeat:repeat-y

	/*background-color: #EEE;*/
}

body p { }

p { }

b, strong { }

a:link, a:visited {
   text-decoration:none;
}

a:hover, a:active { }

/*img { }*/

.image-left { }

.image-right { }
	
/* @end */

/* @group Layout */

#container {
	width: 900px;
	margin: 0 auto;
        border: 0px solid #777;
}

.clearer {
	clear: both;
}

#pageHeader {
        margin:0px 10px;
	padding-left: 5px;
        height: 180px;
        background:  url(images/logo_trans.png) no-repeat left;
}

#pageHeader img { }

#pageHeader h1 {
	font-size: 2.5em;
	color: #0080ff;
}

#pageHeader h2 {
	font-size: 1.2em;
	color: #808080;
}

#contentContainer {
	width: 646px;
	float: right;
}

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

#other_ct {
   position:relative;
   width:624px;
   margin: 0px auto;
   padding-left: 10px;
   padding-right: 10px;
   /*font-size:1.2em;*/
   background: url(images/opacity_image_30.png) repeat left top;
   border: 1px solid #ddd;
}

#main_ct {
   position:relative;
   width:624px;
   margin: 0px auto;
   padding-left: 10px;
   padding-right: 10px;
   /*font-size:1.2em;*/
   background: url(images/opacity_image_30.png) repeat left top;
   border: 1px solid #ddd;
}
#main_ct ul {
   margin: 0;
   list-style: none;
   padding: 0;
}
#main_ct li img {
   float:left;
   margin-right:5px;
   margin-bottom:5px;
}
/*test*/
#bios img {
   float:left;
   margin-right:5px;
   margin-bottom:5px;
}
#credit {
   font-size: .8em;
}

/*#main_ct img.plain {
   float:none;
   border: solid 10px #333;
} */

#main_ct li {
  background-image: url(images/orangering.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  margin: .4em 0;
}

#news_ct ul {
   margin-bottom: 20px;
   list-style: none;
   padding: 0;
}

#news_ct li {
  background-image: url(images/orangering.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  margin: .4em 0;
}


#top_ct {
  width:610px;
  color: #000;
  /*font-family: Lucinda Grande, sans-serif;*/
}
/*
#top_ct div  hr {
  width: 50%;
  color: #d55321;
  background-color: #d55321;
  height: 1px;
}
*/


#main_ct h3, h2 {
margin-top:20px;
margin-bottom:10px;
padding-bottom: 0;
}

#bottom_ct {
width:610px;
color: #000;
/*font-family: Lucinda Grande, sans-serif;*/
}


#sidebarContainer {
   width: 220px;
   float: left;
   background: url(images/opacity_image_30.png) repeat left top;
   /*height:900px;*/
   margin-top:10px;
   margin-left: 10px;
   border: 1px solid #ddd;
   font-size: 1.1em;
}

#sidebarContainer #sidebar {
   padding: 10px;
}

#sidebarContainer .sideHeader {
}

#twitter_div  {
   font-size: .9em;
}

#twitter_div h3, h2 {
   font-size: .9em;
   margin-top:20px;
   margin-bottom:10px;
   padding-bottom: 0;
}
#footer {
	text-align: center;
	font-size: 0.85em;
	border-top: 1px solid #999;
	padding-top: 10px;
}

#footer p {
}

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

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

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

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

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

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding: 4px;
        /*background-color: #DDDDDD;*/
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#mlist  {
	display: block;
	/*padding: 5px 13px 5px;
	background-color: #EEEEEE;*/
	border: 1px solid #BBB;
}

#navcontainer a {
	display: block;
	/*color: #AE0027;*/
	color: #CB492C;
	padding: 5px 13px 5px;
	/*background-color: #EEEEEE;
	border-bottom: 1px solid #BBB;
	font-weight: bold;*/
}

#navcontainer a:hover {
	color: #191919;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
padding-left:40px;
}

#navcontainer ul ul li {
list-style-type: square;
/*margin: 0px 0px 0px 40px;*/
}

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

#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 { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

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

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

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

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
border:none;
}

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

#contentContainer #content li {
}

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

#sidebarContainer #sidebar li {
color:#333333;
}


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

/* @group Blog */

/* @group Archive Page */


/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
}.movie-page-description {
}.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

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


/* @end */

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

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
.blog-entry-summary {
	margin-bottom: 10px;
	color: #7f7f7f;
	border-bottom: 1px solid #ededed;
	padding-bottom: 6px;
}
 
 .blog-read-more {
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* The blog also supports styles for the Read More links, it uses the followig CSS tag: */
	
/*</group>*/

/*<group=Archive Page>*/

.blog-archive-background {
	text-align: left;
}

.blog-archive-headings-wrapper {
	margin: 0px auto; /* Right And Left Margin /* Hack To Keep IE5 Windows Happy */
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.blog-archive-entries-wrapper {
	background: #ffffff;
	padding: 10px;
	margin: 0px auto; /* Right And Left Margin /* Hack To Keep IE5 Windows Happy */;
	text-align: left;
}

.blog-archive-entries-wrapper .blog-entry {
	text-align: left;
}

/* background archive here */

.blog-archive-month {
	padding-bottom: 5px;
	font-size: 25px;
	padding-top: 5px;
	text-align: left;
}

.blog-archive-link {
	text-align: left;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	text-align: left;
}

	
/*</group>*/
 
.blog-entry {
	margin-bottom: 30px;
}

.blog-entry-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.blog-entry-date {
	color: #888888;
	letter-spacing: 1px;
	padding-bottom: 10px;
	border-top: 1px solid #ededed;
	font-size: 0.9em;
}

.blog-entry-body {
}

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

.blog-entry-category {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

.blog-category-link-enabled, .blog-category-link-disabled {
	font-size: 14px;
	padding-bottom: 3px;
	line-height: 19px;
}
	
/*</group>*/


/* @end */

