/* @group General Styles */

body {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
	font-size: 71%;
	background-color: black;
	line-height: 1.7em;
	margin-top: 70px;
}

#border {
	width: 900px;
	background-color: #000000;
	margin: 0 auto;
}

a:link {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:visited {
	color: #bcbcbc;
	text-decoration: none;
}

a:active {
	color: #bcbcbc;
	text-decoration: none;
}

a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#wrapper {
	width: 900px;
	margin-left: 50px;
	margin: auto auto;
}

#container {
	max-width: 900px;
	background-color: #303030;
	margin-bottom: -10px;
}

#pageHeader {
	height: 430px;
	background: black url(images/index01.png) no-repeat;
	width: 900px;
}

#pageHeader img {
	
}

#pageHeader h1 {
	margin: 0;
	font-size: 2.0em;
	padding-top: 80px;
	color: #FFFFFF;
	padding-left: 80px;
	width: 750px;
	font-family: Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
	letter-spacing: 0.01em;
	word-spacing: 1px;
	line-height: 1.3em;
	text-shadow: 0px 1px 3px #000;
}

/* To place the text above image
#pageHeader h1 {
	font-size: 2.2em;
	color: #FFFFFF;
	width: 750px;
	font-family: Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 1.3em;
	text-shadow: 0px 1px 3px #000;
	position: relative;
	bottom: 130px;
	left: 100px;
	margin: 0;
	padding: 0;
}*/

#pageHeader h2 {
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #CCCCCC;
	padding-left: 10px;
	padding-top: 12px;
}

#contentContainer {
	background: #303030;
	width: 70%;
	float: left;
	overflow: hidden;
	text-align: left;
}

#contentContainer #content {
	padding: 20px;
	white-space: normal;
}

#sidebarContainer {
	background: #303030 url('images/sidebar145.jpg') top center no-repeat;
	width: 29%;
	float: right;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
	height: 145px;
	padding-bottom: 30px;
}

#sidebarContainer #sidebar {
	padding: 20px;
	padding-top: 10px;
	text-align: left;
	padding-left: 30px;
	padding-right: 20px;
}

#sidebarContainer .sideHeader {
	color: #FFFFFF;
	margin-top: 0px;
}

#footer {
	text-align: right;
	height: 115px;
	width: 100%;
	color: #FFFFFF;
	background: black url(images/footer2.png) no-repeat;
}

#footer p {
	
}

#footer a:link, #footer a:visited {
	text-align: left;
}

#footer a:hover, #footer a:active {
	text-align: left;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-bottom: 10px;
	background-color: black;
	padding: 5px;
	text-align: center;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#breadcrumbcontainer li {
	display: inline;
	color: #FFFFFF;
}

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

#breadcrumbcontainer a:hover {
	color: #99CCFF;
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	top: 1px;
	left: 15px;
	width: 900px;
	font-size: 93%;
	margin: 0;
	line-height: normal;
	height: 41px;
	background: no-repeat;
	text-align: left;
	text-decoration: none;
}

#navcontainer img {
	position: relative;
	top: -65px;
}

#navcontainer #current {
	background: url(images/selected.gif) left no-repeat;
}

#navcontainer .currentAncestor {
	
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0;
	padding: 0px 35px 0px 0px;
	list-style: none;
	text-decoration: none;
	background: url(images/selected.gif) left no-repeat;
}

#navcontainer li {
	display: inline;
	float: right;
	background: url(images/selected.gif) left no-repeat;
}

#navcontainer a {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	color: #C3C3C3;
	background: no-repeat left;
	text-decoration: none;
}

#navcontainer a:hover {
	
}

#navcontainer a:active {
	
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul li {
	
}

#navcontainer ul ul a {
	background: none;
	padding-top: 1px;
	width: 9em;
}

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

#navcontainer ul ul ul li a:hover {
	
}

#navcontainer ul ul ul #current {
	
}

#navcontainer ul ul ul ul {
	
}

/* @end */

/* @group Toolbar2 */

/* Toolbar Styles */

#navcontainer2 {
	font-size: 1.5em;
	margin-bottom: 10px;
	position: relative;
}

#navcontainer2 #current {
	color: #99CCFF;
}

/* Parent - Level 0 */

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

#navcontainer2 li {
	position: relative;
	display: inline;
}

#navcontainer2 a {
	display: none;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	color: white;
	text-decoration: none;
	padding-bottom: 3px;
}

#navcontainer2 a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

#navcontainer2 a:active {
	color: #99CCFF;
	text-decoration: underline;
}

/* Child - Level 1 */

#navcontainer2 ul ul a {
	display: block;
	background-image: none;
}

/* Child - Level 2 */

#navcontainer2 ul ul ul a {
	
}

/* @end */

/* @group Global Classes */

blockquote {
	
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

.imageStyle {
	
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	width: 770px;
	text-align: left;
	background: #ffffff url(images/bg.gif) repeat-x fixed;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.blog-archive-headings-wrapper {
	text-align: left;
	padding: 10px;
	color: #ffffff;
	background: no-repeat url(images/header.gif)  right center;
	height: 170px;
	margin-top: 41px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	padding: 10px;
	color: #000000;
}

.blog-archive-month {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	text-decoration: none;
}

.blog-archive-link {
	color: #bcbcbc;
	text-decoration: none;
}

/* @end */

.blog-entry {
	
}

.blog-entry-title {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 1.4em;
	font-size: 1.8em;
}

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

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-category {
	
}

.blog-category-link-enabled {
	padding-left: 20px;
	margin-bottom: 5px;
	background: no-repeat left top url(images/blog/folder.png);
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	border-bottom: 1px solid #464646;
	width: 174px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: -10px -10px 10px;
	line-height: 2em;
}

#blog-categories a {
	padding: 0 0 3px 20px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.blog-category-link-disabled {
	padding-left: 20px;
	background: no-repeat left top url(images/blog/folder_inactive.png);
}

/* styles the archives in the blog sidebar */

#blog-archives {
	border-bottom: 1px solid #464646;
	width: 174px;
	margin: -10px -10px 10px;
	padding: 10px;
	line-height: 2em;
}

#blog-archives a {
	padding: 0 0 3px 20px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
	
.blog-archive-link-enabled {
	padding-left: 20px;
	background: no-repeat left top url(images/blog/bg_date.gif);
}

.blog-archive-link-disabled {
	color: #bbb;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 2px;
	background: no-repeat left top url(images/blog/bg_date.gif);
}

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

/*.blog-entry-body img.imageStyle {
	padding: 10px;
	border: 1px solid #000;
	background-color: #464646;
} */

#blog-rss-feeds {
	border-bottom: 1px solid #464646;
	width: 174px;
	margin: -10px -10px 10px;
	padding: 10px;
	line-height: 2em;
}

#blog-rss-feeds a {
	padding-left: 18px;
	margin-bottom: 5px;
	background: no-repeat left top url(images/blog/RSS_Feed_16px_icon.png);
	margin-left: 3px;
}

.blog-rss-link {
	text-decoration: none;
}

.blog-rss-link:before {
	padding-top: 2px;
	padding-right: 0.7em;
	text-decoration: none;
}

.blog-entry-comments {
	
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	color: #FFFFFF;
	font-size: 20px;
	padding-bottom: 10px;
}

.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;
	color: #FFFFFF;
}

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1em;
	text-align: center;
	border: 1px solid #444;
	background-color: #272727;
}

.thumbnail-table {
	width: 70%;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
	color: #99CCFF;
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	color: #99CCFF;
}

.thumbnail-frame img {
	border: 1px solid #000;
	background-color: #464646;
}

.thumbnail-caption {
	
}

/* @end */

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

.photo-background {
	margin: 10px;
	width: 900px;
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	text-align: left;
	color: #bcbcbc;
	text-decoration: none;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
	color: #bcbcbc;
}

.photo-navigation a:hover {
	color: #99CCFF;
}

.photo-frame {
	margin-top: 30px;
	padding: 1em;
	border: 1px solid #444;
	background-color: #202020;
}

.photo-links {
	
}

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

.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 {
	width: 300px;
}

.required-text {
	color: #ff0000;
}

.form-input-field {
	
}

.form-input-button {
	
}

/* @end */

/* @group Sitemap */

/******************************************************************************/

#sitemap ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 2em;
	margin-bottom: 1em;
}

#sitemap dl dd {
	line-height: 1em;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0.8em;
}

#sitemap ul li a {
	text-decoration: none;
}

#sitemap ul li a:after {
	content: " ";
	padding-right: 1em;
}

#sitemap ul li a:before {
	content: url(images/RWIcons/styled.png);
	padding-right: 0.7em;
}

/* DEFAULT IF NOTHING DEFINED IN TITLE (DESCRIPTION FIELD IN SITEMAP PLUGIN) */

#sitemap ul li a:before {
	content: url(images/RWIcons/styled.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Accordion"]:before {
	content: url(images/RWIcons/accordion.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Blocks"]:before {
	content: url(images/RWIcons/blocks.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Blog"]:before {
	content: url(images/RWIcons/blog.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Collage"]:before {
	content: url(images/RWIcons/collage.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Columns"]:before {
	content: url(images/RWIcons/columns.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Contact"]:before {
	content: url(images/RWIcons/contact.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="File Sharing"]:before {
	content: url(images/RWIcons/filesharing.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="HTML"]:before {
	content: url(images/RWIcons/html.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="iframe"]:before {
	content: url(images/RWIcons/iframe.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Movie"]:before {
	content: url(images/RWIcons/movie.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Offsite"]:before {
	content: url(images/RWIcons/offsite.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Photo Album"]:before {
	content: url(images/RWIcons/photoalbum.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Quicktime"]:before {
	content: url(images/RWIcons/quicktime.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Styled"]:before {
	content: url(images/RWIcons/styled.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="Sitemap"]:before {
	content: url(images/RWIcons/sitemap.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="delicious:suite"]:before {
	content: url(images/RWIcons/deliciousdesigner.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="toc"]:before {
	content: url(images/RWIcons/icon_page_toc.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="del.icio.us"]:before {
	content: url(images/blog/delicious.png);
	padding-right: 0.7em;
}

#sitemap ul li a[title~="the-best-stuff-in-the-world"]:before {
	content: url(images/blog/beststuff_16x16_wol.gif);
	padding-right: 0.7em;
}

/* 	THIS ADDS A CUTE OPEN-BOOK ICON TO ANY BLOG ITEM IN THE SITEMPAP#sitemap ul li a[title=""]:before {content:url(images/RWIcons/icon_blog_open.gif);	padding-right: 0.7em;} */

/* SPECIFIC TO SITEMAP DISPLAYED BY CATEGORY */

#sitemap dl dt:before {
	content: url(images/blog/folder.gif);
	padding-right: 0.7em;
}

#sitemap dl dd:before {
	content: url(images/RWIcons/styled.png);
	padding-right: 0.7em;
}

/* @end */

/* @group Captioned Image (in DIV) */

/******************************************************************************/

div.image {
	border: 1px solid #000;
	position: relative;
	background-color: #262626;
	text-align: center;
	padding: 5px;
}

div.image img {
	position: relative;
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
	background-color: #464646;
}

div.image iframe {
	position: relative;
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
	background-color: #464646;
}

div.image div.caption {
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	text-align: left;
	padding: 0.5em;
	border: none;
	line-height: 1.2em;
}

/* @end */

/* @group del.icio.us */

delicious-posts {
}

.delicious-posts ul, .delicious-posts li, .delicious-banner {
}

.delicious-post {
}

.delicious-odd {
}

.delicious-banner a {
}

.delicious-posts a:hover {
}

.delicious-posts a {
}

.delicious-post a {
}

/* @end */

#AppleScriptLink {
	border-style: double;
	border-color: #666;
	padding: 1em;
}

#contentContainer #content a[title~="AppleScript"]:before {
	content: url(images/AppleScriptTextIcon.png);
	padding-right: 0.2em;
}

.CodeWrapper {
	width:99%; height:300px; overflow:auto; background-color:#aaaaaa; border:solid black 1px; font: 1.1em 'Courier New', Courier, Fixed;
}

.CodeWrapper pre
{
	text-align:left;color:#277514; padding:0.5em 1em 0.5em 1em; font-family:monospace;
}