/* @group General Styles */

body {
	text-align: center; /* To Make Content Centered */
	background: repeat url(images/body_bg.png);
	font: 10px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0 0 10px;
}

p {
}

b, strong {

}

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

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

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

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

.signature {
	font-family: Times;
	font-style: italic;
	float: right;
	padding-right: 20px;
}
	
/* @end */

/* @group Layout */

/* @group HomePageLayout */

#hpheader {
	background: transparent;
	width: 470px;
}

#hpcontainer {
	width: 475px;
	background: transparent bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}

#hpmainleft {
	background: transparent;
	width: 230px;
	margin-bottom: 10px;
}

#hpmainright {
	width: 220px;
	background: transparent;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#hpfooter {
	background: transparent;
	width: 470px;
}
	
/* @end */

.clearer {
	clear: both;
}

#bodyIndent {
	height: 259px;
	background: repeat-x url(images/body_top_bg.png);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#banner {
	width: 730px;
	height: 176px;
	position: relative;
}

#banner #logo {
	width: 243px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#banner #insert {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 488px;
	height: 176px;
}

#container { 
	width: 730px;
	background: #ffffff repeat-y left url(images/sidebar_bg.png);
	text-align: left;
	position: relative;
}

#pageHeader {
	height: 80px;
	border-top: 3px solid;
}

#pageHeader img {

}

#pageHeader h1 {
	color: #0003ff;
	font: italic bold 24px Times;
	margin: 25px 0 5px;
}

#pageHeader h1 a:link {
	color: #0003ff;
	font: italic bold 24px Times;
	margin: 25px 0 5px;
	text-decoration: none;
}

#pageHeader h2 {
	margin: 0;
	font-size: 12px;
	color: #ababab;
	font-weight: normal;
}

#contentContainer {
	background: transparent;
	width: 485px;
}

#mainPage {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#contentContainer #content {
	background: transparent;
	line-height: 14px;
	padding: 10px 7px 10px 8px;
}

#sidebarContainer {
	width: 243px;
	background-color: transparent;
}

.sidebar {
	background: repeat-y url(images/sidebar_inv_bg.png);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: none;
}

#sidebarContainer #sidebar {
	padding: 0 10px 10px;
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 10px 3px;
}

.www a:link, a:visited {
	text-decoration: none;
	color: #660000;
}

.www a:hover, a:active {
	text-decoration: none;
	color: #cc0000;
}

#footer {
	width: 730px;
	color: #ffffff;
	position: relative;
	background: repeat url(images/body_bg.png);
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 10px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}

.ad {
	height: 240px;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.ad336x280 {
	width: 336px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: right;
	padding-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-top: 10px;
	margin-bottom: 10px;
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
	margin-left: 1px;
}

#navcontainer a{
	background: #ececec;
	margin-bottom: 1px;
	display: block;
	color: #424242;
	text-decoration: none;
	padding: 5px 10px;
	height: 13px;
}

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

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

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

#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 {
	padding-left: 40px;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{

}

#navcontainer ul ul ul .currentAncestor {

}
/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
}

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

#navcontainer ul ul ul ul a:hover{

}

#navcontainer ul ul ul ul #current{

}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

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

#navcontainer ul ul ul ul ul a:hover{

}

#navcontainer ul ul ul ul ul #current{

}

.flag {
	float: right;
	margin-left: 1px;
}

/* @end */

/* @group Global Classes */

blockquote {
	color: #ffffff;
	padding: 0 5px;
}

h1 {

}

h2 {

}

h3 {

}

.imageStyle {

}
	
/* @end */

/* @group Blog */

/* @group Articles */

.articleTitle {
	font: bold 14px Times, sherif;
}

#author {
	font-size: 9px;
	text-indent: 10px;
}
	
/* @end */

/* @group Archive Page */

.blog-archive-background {
	background: #515151 none;
}.blog-archive-headings-wrapper {
	width: 730px;
	background: #ffffff;
	position: relative;
	text-align: left;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	width: 730px;
	background: #ffffff;
	position: relative;
	text-align: left;
	padding: 10px;
}.blog-archive-month {
	font-weight: normal;
	font-size: 1.9em;
}.blog-archive-link {

}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	margin-bottom: 5px;
	font: bold 16px Times;
	text-align: left;
	text-shadow: 2px 2px 2px #0055ff;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-top: 5px;
	background: transparent;
}
.blog-entry-title a:link {
	margin-bottom: 5px;
	font: bold 16px Times;
	text-align: left;
	text-shadow: 2px 2px 2px #0055ff;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-top: 5px;
	background: transparent;
}
.blog-entry-date {		
	margin-bottom: 10px;
	color: #cccccc;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body {
	margin-bottom: 30px;
	border-bottom: 1px dotted #59554c;
	padding-bottom: 10px;
}

.blog-entry-comments {
	padding-top: 10px;
}
	
/* @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 {
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 1.9em;
}

.album-description {
	margin-bottom: 15px;
	margin-top: 5px;
} 

.thumbnail-table {
	width: 99%;
}

.thumbnail-frame {

}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {

}
	
/* @end */

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

.photo-background {
	margin: 10px;
}

.photo-navigation {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	text-align: left;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	background: #f8f8f8;
	padding: 5px;
}

.photo-links {

}

.photo-title {
	font-weight: normal;
	font-size: 1.9em;
	margin: 0 0 3px;

}

.photo-caption {

}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 1.9em;
}.movie-page-description {
	margin-bottom: 15px;
	margin-top: 5px;
}.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-caption {

}
	
/* @end */

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

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 2.5em;
	color: #ffffff;
	text-shadow: 0px 2px 3px #111111;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group FeedBurner Styles */

.feedburnerFeedBlock {
	background: transparent;
	font-size: 10px;
}

.feedTitle {
}

.feedburnerFeedBlock ul {
	margin-left: -40px;
	list-style: none;
}


.feedburnerFeedBlock li {
}

.feedburnerFeedBlock li a:link {
	text-decoration: none;
	font-weight: bold;
}

.feedburnerFeedBlock ul div {
	overflow: auto;
	margin-bottom: 10px;
}

.feedburnerFeedBlock ul div img {
	float: left;
	margin-top: 5px;
}

.headline {
}

.date {
	
}

.enclosure {
}

#creditfooter {
}

#creditfooter img {
	width: 1px;
	height: 1px;
}

.feedburnerFlareBlock {
	background: transparent;
	color: #666666;
}
	
/* @end */

/* @group Columns Styles */

#columns-container {
	background: #ff99cc;
}

#columns-left {
	background: #99ff33;
}

#columns-right {
	background: #99cccc;
}
	.textTitle {
	font-variant: small-caps;
	letter-spacing: 5px;
	border-bottom: 1px dotted #cccccc;
	background: #ffff33;
}

.columns-TextBlock {
	background: olive;
	font-size: 10px;
}

.latest {
	font-variant: small-caps;
	letter-spacing: 5px;
	border-bottom: 1px dotted #cccccc;
	background: #cccccc;
	padding-left: 5px;
	margin-bottom: 10px;
}.blogtitle {
	color: #0003ff;
	font-weight: bold;
	height: 15px;
	background: transparent;
}

.blogtitle:link {
	color: #0003ff;
	font-weight: bold;
	background: transparent;
	height: 15px;
}
/* @end */

/* @group Amazon Ads */

.amazon-left {
	float: left;
	width: 140px;
	border: 1px solid #333333;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin-right: 10px;
}

.amazon-left a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.amazon-right {
	float: right;
	width: 140px;
	border: 1px solid #333333;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin-left: 10px;
}

.amazon-right a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.amazon-120 {
	width: 120px;
	border: 1px solid #333333;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin-right: 10px;
}

.amazon-120 a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.amazon-220 {
	width: 220px;
	border: 1px solid #333333;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin-right: 10px;
}

.amazon-220 a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.amazon-455 {
	width: 455px;
	border: 1px solid #333333;
	text-align: left;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	overflow: auto;
}

.amazon-455 a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.amazon-455 img {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

.amazon-sidebar {
	width: 190px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.amazon-sidebar a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.amazon-sidebar img {
	font-weight: bold;
	margin-right: 5px;
	float: left;
}
	
/* @end */
