 styles.css 
File Type: ASCII C program text, with CRLF, CR, LF line terminators 

--------------------------------------------------------------------------------

/**/

body {
	background:
	color: #000000;
	text-align: center; 
	margin: 0px;
	font: 12px Verdana, Arial, Verdana, sans-serif;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

b, strong {
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link { 

	text-decoration: none; 

	color: #566175;

}

a:visited { 

	text-decoration: none; 

	color: #566175;

}

a:hover, a:active { 

	text-decoration: none; 

	color: #cc3300;

}

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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/**/

/**/

#container { 

	background-color: #fff; 
	width: 680px;
	margin: 0px auto; 
	text-align: left; 
}

#pageHeader {
	border-bottom: 0px solid;
	color: #000000;
}

#pageHeader img {
	float: left;
	padding: 0px;
	margin: 5px 10px 5px 0px;
}

#pageHeader h1 {
	color: #CC3333;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font: 24px Verdana, Geneva, Arial, Verdana, sans-serif;
	bottom: auto;
	font-weight: 400;
}

#pageHeader h2 { 

	color: #4D4D4D;
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




#mainContent {
	margin: 0px;
	border-top: 1px #a1a5a9 dashed;
	
}

#mainContent #sidebar {
	float: right;
 	width: 180px;
	border-left: 1px #a1a5a9 dashed;
	background: none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

#mainContent #content {
	padding: 10px;
	background: none;
	width: 460px;
	
	position: relative;
	
	left: auto;
}
#mainContent h2 { 

	color: #4D4D4D;
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	width: 680px;
	margin: 10px auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #;
	color: #808080;
	font-size: 9px;
	
	
}
	
/**/

/**/

#breadcrumbcontainer {
	height: 30px;
	text-align: right;
	color: #FDFDFD;
	font: 12px Verdana, Geneva, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Verdana, sans-serif;
	
}

#breadcrumbcontainer li {
	margin: 0 0 0px 0;
	display: inline;
	padding: 0px;
	color: #CC3333;
}

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

#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: #CC3300;
}
	
/**/

/**/

/* Toolbar Styles */

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

#tablenavcontainer {
	position: relative;
	height: 33px;
	width: 680px;
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
}

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

#navcontainer {
	position: relative;
	height: 33px;
	width: 680px;
	margin: 0px auto 10px;
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
	top: -16px;
}

#navcontainer #current {
	text-shadow: none;
	background: no-repeat url(images/button_selected.png);
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

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

 #navcontainer a {
	position: relative;
	width: 80px;
	height: 28px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #566175;
	padding: 11px 0px 0px 0px;
	background: no-repeat url(images/button_normal.png);
	text-shadow: 0px 1px 0px #cccccc;
}

 #navcontainer a:hover {
	color: #cc3300;
	text-decoration: none;
	background: no-repeat url(images/button_over.png);

}

/* Child - Level 1 */

 #navcontainer ul ul {
	position: absolute;
	width: 678px;
	left: 0;
	top: 32px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 1px;
	text-align: left;
	font-size: 11px;
}

 #navcontainer ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul li a {
	border: 0;
	color: #3b3b3b;
	background: transparent none;
	margin: 0px;
	width: 9em;
	height: 16px;
	padding: 1px 0px 0px 0px;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}

 #navcontainer ul ul li a:hover {
	text-decoration: none;
	color: #3b3b3b;
	background: none;
	background: url(images/submenu_over.png) repeat-x;
	text-shadow:  none;
}

#navcontainer ul ul #current {
	font-weight: normal;
	background: url(images/submenu_over.png)  repeat-x;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	position: absolute;
	width: 678px;
	left: 10px;
	margin: 0;
	white-space: nowrap;
	height: 1px;
	font-size: 11px;
	top: 20px;
	padding: 0px 0px 0px 10px;
}

#navcontainer ul ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul ul li a {
	border: 0;
	color: #121212;
	background: transparent none;
	margin: 0px;
	width: 9em;
	height: 16px;
	padding: 2px 0px 0px 0px;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ccc;
}

#navcontainer ul ul ul li a:hover {
	text-decoration: none;
	background: none;
	color: #CC3300;
}

#navcontainer ul ul ul #current {
	font-weight: normal;
	background: none;
	color: #7888a1;
}

/* Child - Level 2 */

#navcontainer ul ul ul ul {
	position: absolute;
	width: 678px;
	left: 20px;
	margin: 0;
	white-space: nowrap;
	height: 1px;
	font-size: 11px;
	top: 20px;
	padding: 0px 0px 0px 20px;
}

#navcontainer ul ul ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul ul ul li a {
	border: 0;
	color: #121212;
	background: transparent none;
	margin: 0px;
	width: 9em;
	height: 15px;
	padding: 2px 0px 0px 0px;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}

#navcontainer ul ul ul ul li a:hover {
	text-decoration: none;
	background: none;
	color: #7888a1;
}

#navcontainer ul ul ul ul #current {
	font-weight: normal;
	background: none;
	color: #7888a1;
}
	
/**/

/**/

.standout {
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font: bold 14px   Verdana Geneva, Arial, Verdana, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EA8B1C;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191919;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}

.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}
	
/**/

/**/

/**/

.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-headings-wrapper {
	text-align: left;
	width: 450px;
	padding: 10px;
}

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

.blog-archive-month {
	font-weight: bold;
	font-size: 17px;
}

.blog-archive-link { 
}
	
/**/

.blog-entry {
	padding: 0px;
	margin-bottom: 35px;
}

.blog-entry-title {
		text-align: justify;
	font: bold 17px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000000
}

.blog-entry-date {
		
	text-align: justify;
	font: normal 13px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #a1a5a9;
	border-bottom: solid #cccccc 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.blog-entry-body {
	
	text-align: justify;
	font: 12px   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	padding: 0px;
}
	
/**/

/**/

.filesharing-description {
	background: #e2eeff;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
}

.filesharing-item {
	padding: 0px;
	margin: 0px;
}

.filesharing-item-title {

}

.filesharing-item-title a {
	text-align: justify;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7888a1;
	text-decoration: underline;
	background: #f6f6f6 no-repeat url(../../Desktop/wildfire/images/down_arrow.png) 440px center;
	padding: 5px;
	display: block;
}

.filesharing-item-title a:hover {
	text-align: justify;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7888a1;
	text-decoration: none;
	background: #f6f6f6 no-repeat url(../../Desktop/wildfire/images/down_arrow.png) 440px center;
	padding: 5px;
	display: block;
}

.filesharing-item-description {
	text-align: justify;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
}

/**/

/**/

/**/

.album-title {
	padding: 5px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.album-description {
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #a1a5a9;
	text-align: center;
}

.thumbnail-frame {
	padding: 5px;
	background: #f3f3f3;
	margin: 0px 1px 1px 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	color: #000000;
	font: bold 11px   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}
	
/**/

/**/

.photo-background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	background: none;
}

.photo-navigation { 
	background: #f1f1f1;
	color: #5b5b5b;
	text-align: center;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding: 5px;
	margin: 10px 10px 1px 10px;
}

.photo-navigation a {
	text-decoration: underline;
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	background: #f3f3f3;
	padding: 10px;
	margin: 0px 10px 10px 10px;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	margin: 0px;
}

.photo-caption {
	padding: 0px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

/**/
	
/**/

/**/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/**/

/**/

/**/

.movie-page-title {
	font-weight: bold;
	text-align: center;
	font-size: 26px;
}

.movie-page-description {
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #a1a5a9;
	text-align: center;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 5px;
	background: #f3f3f3;
	margin: 5px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #000000;
	font: bold 11px   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding-top: 5px;
}
	
/**/

/**/

.movie-background {
	background: #ffffff;
}

.movie-frame {
	padding: 5px;
	text-align: center;
}

.movie-title {
	text-align: center;
	color: #000000;
	font: bold 11px   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding-top: 5px;
}
	
/**/


/**/
