/* @group General Styles */
h1, h2, h3, h4, h5, h6,.blog-entry-title
{
	font-weight: bold;
	text-transform: lowercase;
}

h1, h2, h3, h4, h5, h6,.blog-entry-title
{
	font-weight: bold;
	text-transform: lowercase;
}

.main p { margin-left: 10px; }

.cased {
	text-transform: none;
}

iframe
{
	background: #ffe6d1;
	margin: 0;
	padding: 0;
}

body
{
	background: #444242;
	text-align: center;
	margin: 0 50px 50px;
	color: #404040;
	font: .7em/1.6em 'Lucida Grande', LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

h1, .album-title, .blog-entry-title
{
	font-weight: bold;
	color: #ff5500;
	font-size: 200%;
	margin: 0 0 8px 0px;
}

h2
{
	color: #808080;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 120%;
	margin-left: 6px;
}

h3
{
	font-weight: bold;
	font-size: 120%;
	color: #aaaaaa;
	margin-top: 0;
	line-height: 120%;
}

h4
{
	font-weight: bold;
	font-size: 110%;
	color: #7f7f7f;
}

hr
{
	border-top: 1px dotted #e4e4e4;
	margin: 40px 12em;
}

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

.not-strong { color: #aaaaaa; }
.centered { text-align: center; }

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

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

img
{
	border-style: none;
	color: #7f7f7f;
}

img a
{
	border-style: none;
	color: #7f7f7f;
}

.image-left
{
	float: left;
	margin: 10px;
	color: #7f7f7f;
}

.image-centre
{
	color: #7f7f7f;
	text-align: center;
	margin: 10px;
}

.image-right
{
	float: right;
	margin: 0 0 0 20px;
	color: #7f7f7f;
}

.pic-frame
{
	padding: 5px;
	background: #fff;
	border: 1px solid #cccccc;
	border-right: 1px solid #ababab;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
}

.pic-border
{
	border: 4px solid #dfdfdf;
	background: #fff;
}

#content ul { list-style: url(images/bullet-orange.png) outside; }

.signature
{
	color: #747474;
	margin-top: -1em;
	text-align: right;
	margin-right: 10em;
}

blockquote
{
	font-size: 1.1em;
	color: #5f5f5f;
	font-weight: normal;
	background: #ededed;
	margin: 20px 0 40px 5px;
	padding: 30px 5px 30px 15px;
	border: 1px solid #dedede;
	border-right: 1px solid #ababab;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
}

/* @end */
/* @group Main Links */
.main a:link
{
	color: #ff7a37;
	text-decoration: none;
	margin: -2px -1px;
	border-bottom: 1px solid #ffe5d8;
	padding: 1px 1px;
}

.main a:visited
{
	color: #7f7f7f;
	text-decoration: none;
	border-bottom: 1px solid #d6d6d6;
}

.main a:hover
{
	color: #ff4d00;
	text-decoration: none;
	border-bottom: 1px solid #ffa87c;
}

.main a:active
{
	color: white;
	background: #ff5600;
	text-decoration: none;
}

/* @end */
/* @group Error Pages */
#error h1
{
	padding: 0;
	padding-left: 150px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 10px;
}

#error p { padding-right: 60px; }

#error blockquote
{
	font-size: 1.1em;
	color: #5f5f5f;
	font-weight: normal;
	background: #ededed;
	border: 1px solid #dedede;
	border-right: 1px solid #ababab;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
	padding: 10px 40px 10px 150px;
	margin: 5px 0 30px 10px;
}

.image-error
{
	float: left;
	color: #7f7f7f;
	margin: 30px 0 0 30px;
}

/* @end */
/* @group Layout */
#container
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(images/sidebar_left_bg.png) repeat-y left top #ffffff;
	width: 780px;
}

.clearer { clear: both; }
.clearer-left { clear: left; }
.clearer-right { clear: right; }

#pageHeader
{
	margin-bottom: 20px;
	padding-top: 70px;
	border-bottom: 1px solid #cccccc;
	height: 80px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	background: url(images/site-logo.png) no-repeat 30% 90%;
}

#pageHeader #peel
{
	background: url(images/top_left_grad.png) no-repeat left top;
	position: absolute;
	top: 1px;
	left: -10px;
	z-index: 100;
	height: 53px;
	width: 53px;
}

#pageHeader img { }

#pageHeader h1
{
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#pageHeader h2
{
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#contentContainer
{
	margin-left: 220px;
	position: relative;
	background: #fff;
}

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

#contentContainer #sidebar
{
	float: right;
	width: 180px;
	color: #808080;
	font-size: 0.95em;
}

#sidebar p
{
	margin: 0 0 10px;
	padding: 0 10px;
}

#contentContainer .sideHeader { }

#sidebarContainer
{
	float: left;
	width: 220px;
	position: relative;
	display: block;
}

#sidebarContainer #logo
{
	width: 220px;
	height: 150px;
	background: url(images/logo.png) no-repeat;
	border-bottom: 1px solid #484848;
	display: block;
}

#sidebarContainer p
{
	color: #333333;
	padding: 15px 15px 15px 20px;
}

#sidebarContainer a:link, #sidebarContainer a:visited
{
	text-decoration: none;
	color: #afafaf;
	background: transparent;
}

#sidebarContainer a:hover, #sidebarContainer a:active { background: #333333; }

#footer
{
	color: #808080;
	margin-top: -5px;
}

#footer p { }

#footer a
{
	background: transparent;
	border-bottom: none;
}

#footer a:link, #footer a:visited
{
	background: transparent;
	color: #cccccc;
}

#footer a:hover, #footer a:active { color: #ff5500; }

/* @end */
/* @group Bread-crumb */
#breadcrumbcontainer
{
	background: #d54209;
	display: block;
	color: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	width: 780px;
	position: relative;
	height: 13px;
	padding-bottom: 7px;
	font-size: 0.8em;
	text-transform: lowercase;
	border-bottom: 1px solid #333333;
}

#breadcrumbcontainer ul
{
	margin: 0;
	vertical-align: middle;
	padding-right: 140px;
	padding-left: 25px;
}

#breadcrumbcontainer li { display: inline; }

#breadcrumbcontainer a
{
	color: #ffffff;
	text-decoration: none;
	background: transparent;
	border-bottom: none;
}

#breadcrumbcontainer a:hover, .photo-links a:hover { color: black; }
#breadcrumbcontainer a:active, .photo-links a:active { color: yellow; }

/* @end */
/* @group Toolbar */
/* Toolbar Styles */
#navcontainer
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

#navcontainer #current { background: #333333; }
#navcontainer #current:hover { }
#navcontainer a:link.currentAncestor { background: #333333; }

/* Parent - Level 0 */
#navcontainer ul
{
	padding: 0;
	margin: 10px;
	border-top: 1px solid #484848;
	list-style: none;
}

#navcontainer a
{
	text-decoration: none;
	color: #afafaf;
	border-bottom: 1px solid #484848;
	display: block;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 12px;
	height: 20px;
	font-size: 0.9em;
	border-top: none;
}

#navcontainer a:hover
{
	background: #333333;
	color: white;
}

#navcontainer a:active { }

/* Child - Level 1 */
#navcontainer ul ul
{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-bottom: 1px solid #484848;
}

#navcontainer ul ul li { }
#navcontainer ul ul li:first-child { padding-top: 8px; }

#navcontainer ul ul a:link, #navcontainer ul ul a:visited
{
	padding-left: 30px;
	padding-top: 0;
	color: #4c4c4c;
	border-style: none;
	margin-top: 0;
}

#navcontainer ul ul a:hover
{
	background: transparent;
	color: #ff5500;
}

#navcontainer ul ul #current
{
	background: transparent;
	color: #afafaf;
}

#navcontainer ul ul .currentAncestor
{
	background: transparent;
	color: #afafaf;
}

/* Child - Level 2 */
#navcontainer ul ul ul { border: none; }
#navcontainer ul ul ul li { }

#navcontainer ul ul ul a:link, #navcontainer ul ul ul a:visited
{
	padding-left: 36px;
	padding-top: 0px;
	margin-top: 0;
}

#navcontainer ul ul ul a:hover { }

/* Child Level 3 */
#navcontainer ul ul ul ul { border: none; }
#navcontainer ul ul ul ul li { }

#navcontainer ul ul ul ul a:link, #navcontainer ul ul ul ul a:visited
{
	padding-left: 48px;
	padding-top: 0;
	margin-top: 0;
}

#navcontainer ul ul ul ul a:hover { }

/* @end */
/* @group Blog */
/* @group Archive Page */
.blog-archive-background
{
	text-align: left;
	width: 600px;
	padding: 20px 40px 60px;
}

.blog-archive-headings-wrapper
{
	background: #ffffff;
	padding: 10px;
}

.blog-archive-entries-wrapper
{
	background: #ffffff;
	padding: 10px;
}

.blog-archive-entries-wrapper .blog-entry { }

.blog-archive-month
{
	padding: 20px;
	color: white;
	font-weight: bold;
	display: block;
	background: #ff5500;
	margin-top: 0;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 2em;
}

.blog-archive-link
{
	font-size: 1.5em;
	margin-top: 5px;
}

.blog-archive-link a:link, .blog-archive-link a:visited { }

/* @end */
.blog-entry { }

.blog-entry-date
{
	font-size: 80%;
	margin-bottom: 10px;
	color: #7f7f7f;
	display: block;
	padding-left: 2px;
	margin-top: -6px;
}

.blog-entry-body
{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #3f3f3f;
}

.blog-entry-comments { margin-top: 10px; }
.blog-entry-category { }
.blog-category-link-enabled { }
.blog-category-link-disabled { }

.image-right-blog
{
	float: right;
	color: #7f7f7f;
	font-size: 0.5em;
	background: #f2f2f2;
	margin: -50px 10px 0 0;
}

.image-left-blog
{
	float: left;
	color: #7f7f7f;
	font-size: 0.5em;
	background: #f2f2f2;
	margin: -50px 10px 0 0;
}

/* @end */
/* @group File Sharing */
.filesharing-description { margin-bottom: 10px; }
.filesharing-item { margin-bottom: 10px; }
.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-description
{
	padding: 5px;
	margin-bottom: 60px;
}

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

.thumbnail-wrap
{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
	padding-top: 10px;
}

.thumbnail-frame
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	border: 1px solid #cccccc;
}

.thumbnail-frame a:link { background-color: transparent; }
.thumbnail-frame a:hover { }

.thumbnail-frame img
{
	padding: 0;
	margin: auto;
	border: none;
}

.thumbnail-caption
{
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	color: #4c4c4c;
}

/* @end */
/* @group Single Page (Photo view) */
.photo-background { margin: 0; }

.photo-navigation
{
	color: #4c4c4c;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.photo-links
{
	margin: 0;
	color: #fff;
}

.photo-navigation { background: #ff5500; }
.photo-navigation a:link, .photo-navigation a:visited { color: #fff; }

.photo-frame
{
	padding: 5px;
	background: #ffffff;
	border: 1px solid #3f3f3f;
}

.photo-title
{
	margin: 0;
	font-size: 1.8em;
	color: #ffffff;
}

.photo-caption
{
	font-size: 1em;
	margin: 0 0 10px;
	color: #ffffff;
}

/* @end */
/* @end */
/* @group Quicktime Page */
.movie-description
{
	text-align: center;
	font-size: 90%;
	color: #ebebeb;
	background: url(images/breadcrumb_bg.png) repeat;
	padding: 4px 12px 8px;
	margin: 4px 30px 0px;
	font-weight: bold;
	height: 12px;
	border-top: 1px solid #ebebeb;
}

/* @end */
/* @group Quicktime Album */
/* @group Index Page (Movie Thumbnail view) */
.movie-page-title
{
	color: #404040;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 2px solid #dd3f00;
	border-collapse: separate;
}

.movie-page-description { margin-bottom: 10px; }

.movie-thumbnail-frame
{
	float: left;
	width: 132px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1px;
}

.movie-thumbnail-frame:hover { }

.movie-thumbnail-caption
{
	margin-top: 1px;
	color: #4c4c4c;
	background: #ff5500;
}

/* @end */
/* @group Single Page (Movie View) */
.movie-background
{
	background: #2f2f2f;
	margin: 0px;
	vertical-align: middle;
	padding-top: 6px;
}

.movie-title
{
	color: #ffffff;
	font-size: 1em;
}

.movie-frame { padding-top: 0px; }

/* @end */
/* @end */
/* @group Contact Form */
form { padding-left: 20px; }
.message-text { }
.required-text { }

.form-input-field
{
	background: #e6e6e6;
	color: #4c4c4c;
}

.form-input-button { }

/* @end */

/* @group Playlists */

.playlist
{
	font-size: 0.9em;
	width: 99%;
	margin: 0;
	padding: 0;
}

.playlist ol
{
	border: 1px solid #d8d8d8;
	background: #fff;
	list-style: inside decimal;
	padding: 6px;
	margin-left: 20px;
	margin-right: 40px;
}

.playlist li
{
	border-top: #d5b7a9 solid 1px;
	background: #ffffff;
	margin-right: 0;
	padding: 6px 0 6px 12px;
}

.playlist li.alt
{
	background: #ffddc0;
	padding-bottom: 4px;
	padding-top: 4px;
}

.playlist .track
{
	color: #ff5500;
	font-weight: bold;
	margin: 0 0 -2px;
	padding: 0;
}

.playlist .track:before { content: " "; }

.playlist .mix
{
	color: #ff5500;
	margin: 0 0 0 1em;
	padding: 0;
	font-weight: normal;
}

.playlist .artist
{
	color: #444;
	font-weight: bold;
	margin: 0 0 0 4em;
	padding: 0;
}

.playlist .label
{
	color: #555;
	padding: 0;
	margin: 0 0 0 1em;
	font-weight: normal;
}

.playlist li .sample
{
	color: #555;
	font-weight: normal;
	text-align: right;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 4em;
}


.playlist li .sample a:link, .playlist li .sample a:visited {
	padding: 0 0 0 1.5em;
	background: url(images/listen-link-li.gif) left center  no-repeat;
	color: #a1c98d;
}

.playlist li .sample a:hover {
	color: #5a9e38;
	background: url(images/listen-hover-li.gif) left center  no-repeat;
}

.playlist li .sample a:active {
	color: #ff5500;
	background: url(images/listen-active-li.gif) left center  no-repeat;
}

.playlist li.alt .sample
{
	color: #555;
	padding: 0 0 0 1.5em;
	font-weight: normal;
	text-align: right;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 4em;
}

.playlist li.alt .sample a:link, .playlist li.alt .sample a:visited {
	padding: 0 0 0 1.5em;
	background: url(images/listen-link-li-alt.gif) left center  no-repeat;
	color: #a1c98d;
}

.playlist li.alt .sample a:hover {
	color: #5a9e38;
	background: url(images/listen-hover-li-alt.gif) left center  no-repeat;
}

.playlist li.alt .sample a:active {
	color: #ff5500;
	background: url(images/listen-active-li-alt.gif) left center  no-repeat;
}
	
/* @end */
/* @group gigs */
#gig_01_beyond { background: url(images/links/gig_01_beyond.png) no-repeat; }
#gig_02_slpa { background: url(images/links/gig_02_slpa.png) no-repeat; }
#gig_03_nmg { background: url(images/links/gig_03_nmg.png) no-repeat; }
#gig_04_woof { background: url(images/links/gig_04_woof.png) no-repeat; }

/* @end */
/* @group fab links */
#fab_01_raycity { background: url(images/links/fab_01_raycity.png) no-repeat; }
#fab_02_juno { background: url(images/links/fab_02_juno.png) no-repeat; }
#fab_03_beatport { background: url(images/links/fab_03_beatport.png) no-repeat; }
#fab_04_sveta { background: url(images/links/fab_04_sveta.png) no-repeat; }

/* @end */
/* @group Linkboxes - List */
#linkbox-list
{
	float: left;
	margin: 0 0 20px;
	padding: 0;
}

.linkbox-row { float: left; }

#linkbox-list dl
{
	float: left;
	display: block;
	width: 107px;
	vertical-align: top;
	padding: 0 0 0 10px;
	margin: 0 -10px 0 0;
}

#linkbox-list dt
{
	margin: 0;
	text-align: center;
	font-size: 95%;
	line-height: 120%;
	font-weight: bold;
	text-shadow: #fff 0px -4px 8px;
	color: #222222;
}

#linkbox-list dt a, #linkbox-list dt a:link
{
	padding: 115px 5px 10px;
	display: block;
	color: #ff4300;
	text-shadow: white 0px 0px 2px;
}

#linkbox-list dt a:visited
{
	text-shadow: none;
	color: #222222;
}

#linkbox-list dt a:hover
{
	text-shadow: #ff4300 0px 0px 4px;
	color: white;
}

#linkbox-list dt a:active
{
	text-shadow: #ff4300 0px 0px 4px;
	color: #ff4300;
}

#linkbox-list dd
{
	margin: 0;
	font-size: 0.8em;
	line-height: 140%;
	color: #3f3f3f;
	padding: 0 4px 0 1px;
	text-align: center;
}

#linkbox-list dd.extended { text-align: left; }

#linkbox-list dd a
{
	display: inline;
	font-weight: bold;
}

#linkbox-list h1 { margin-left: 14px; }

/* @end */
/* @group Linkboxes - Table */
#linkbox-table
{
	margin: 0;
	padding: 10px;
}

#linkbox-table td
{
	vertical-align: top;
	width: 110px;
	margin: 0;
	padding: 0;
}

#linkbox-table dt
{
	display: block;
	margin: 0;
	text-align: center;
	font-size: 95%;
	line-height: 120%;
	font-weight: bold;
	text-shadow: #fff 0px -4px 8px;
	color: #222222;
}

#linkbox-table dt a, #linkbox-table dt a:link
{
	padding: 115px 5px 10px;
	display: block;
	color: #ff4300;
	text-shadow: white 0px 0px 2px;
	border: none;
}

#linkbox-table dt a:visited
{
	text-shadow: none;
	color: #222222;
}

#linkbox-table dt a:hover
{
	text-shadow: black 0px 0px 4px;
	color: white;
}

#linkbox-table dt a:active
{
	text-shadow: #ff4300 0px 0px 4px;
	color: #ff4300;
}

#linkbox-table dd
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 140%;
	color: #3f3f3f;
}

#linkbox-table dd a { }

/* @end */
/* @group Javascript */
/* @group moofx */
#scroller
{
	margin: 0;
	width: 400px;
	height: 400px;
	background: #ff1e3e url(http://djrobgilbert.com/assets/images/scroller.jpg);
}

#wishlist
{
	margin: 0;
	width: 280px;
	height: 280px;
	background: black url(http://djrobgilbert.com/assets/images/wishlist.jpg);
}

/* @end */
/* @group Weather Zone */
#weatherzone-container-wrapper
{
	padding: 0;
	margin: 0;
	height: 550px;
	position: relative;
}

#weatherzone-container
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: -30px;
	left: -30px;
}

.weatherzone
{
	font-weight: normal;
	color: #323232;
}

.weatherzone_head
{
	font-weight: bold;
	text-align: center;
	color: #EFEFEF;
	background-color: #4185A5;
}

#weatherzone-bar-container
{
	width: 140px;
	visibility: visible;
	margin: 20px auto;
}

#weatherzone-bar-current
{
	padding: 8px 4px;
	margin: 0;
}

#weatherzone-bar-forecast
{
	padding: 8px 4px;
	margin: 0;
}

/* @end */
/* @group Sortable tables */
table.sortable a.sortheader
{
	background-color: #eee;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

table.sortable span.sortarrow
{
	color: black;
	text-decoration: none;
}

/* @end */
/* @group Statcounter */
#stats
{
	padding: 0;
	margin: 0 0 24px;
}

.statcounter { display: inline; }

.statcounter-run-in
{
	display: run-in;
	padding-left: 3em;
}

.statcounter-link
{
	display: inline;
	padding-left: 3em;
}

/* My Comment */
/* @end */
/* @end */
/* @group QuickTime Badge */
#quicktime-badge
{
	width: 88px;
	height: 31px;
	background: url(http://images.apple.com/about/webbadges/images/qt7badge_QT7required.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding: 16px 0px;
}

/* @end */
/* @group raycity* */
.raycity
{
	font-size: 90%;
	color: #4f620c;
	padding: 8px;
	background: #f1ffc0;
	margin: 10px 180px 10px 10px;
}

.pdr-footnote
{
	color: #616161;
	font-size: 80%;
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
	padding-top: 12px;
}

#site-signature
{
	background: url(images/site-signature-raycity.png) no-repeat;
	position: absolute;
	right: -17px;
	width: 125px;
	top: -17px;
	height: 40px;
	padding-top: 20px;
	padding-left: 4px;
}

#datestamp
{
	display: compact;
	font-size: .4em;
	position: absolute;
	right: 24px;
	color: #707070;
	text-align: right;
	line-height: 1em;
	top: 24px;
	padding: 8px 0 0;
	margin: 0 -24px 0 0;
}

#site-signature a:link, #site-signature a:visited, #site-signature a:hover, #site-signature a:active
{
	display: block;
	vertical-align: bottom;
	width: 150px;
	height: 40px;
	color: #b6b6b6;
	visibility: visible;
	font-size: 10px;
}

/* @end */
/* @group Admin */
.trackentry
{
	width: 28em;
	background: #f6f6f6;
	border-top: 1px solid #e4e4e4;
	border-bottom: 2px solid #a2a2a2;
	border-style: none;
}

.track-field-name
{
	color: #ffb471;
	font-weight: bold;
	font-size: 140%;
	line-height: 120%;
}

/* @end */
