/* @group General Styles */

body {
	background-image: url(images/bcross.gif);
	background-repeat: repeat;
	color: #f3f3f3;
	margin: 0;
	padding: 0;
	font: 90%/1.5em Helvetica;
	background-color: #7e7e7e;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #97c1db;
}

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

img {
}

a img {
	border: 0px;
}

.imageStyle {
}

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

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#container {
	/*visibility: hidden;*/
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-opacity:0.96;
		-moz-opacity:0.96;

	
}
 .site_title {
	font-size: 2.2em;
	font-weight: normal;
	font-style: normal;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	top: 10px;
	left: 10px;
}

.site_slogan {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	position: relative;
	top: 10px;
}
#nav{ 
/*border-style: solid; margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;*/

}
#nav li{ 
color: #e1e1e1; 
margin-left: 10px; 
text-align: center; 
background-color: #404040; 
border-color: #97c1db; 
border-width: 3px; 
border-style: solid;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 1px 1px 3px #808080;
				-moz-box-shadow: 1px 1px 3px #808080;
}

.contentContainer {
	border-color: #97c1db;
	margin-top: 8px;
	border-width: 3px;
	border-style: solid;
	position: relative;
	z-index: 9;
	margin-right: auto;
	margin-left: auto;
	background-color: #191919;
	-webkit-border-bottom-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-box-shadow: 0px 0px 50px #000;
				-moz-box-shadow: 0px 0px 50px #000;


}
.contentContainer #content {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 65px;
	position: relative;
	z-index: 25;
	color: white;
}

/* @end */

/* @group Footer */



#footer {
	top: -6px;
	left: -123px;
	border-left-style: solid;
	border-width: 3px;
	border-left-color: #97c1db;
	z-index: 24;
	border-bottom-color: #97c1db;
	border-right-color: #97c1db;
	border-bottom-style: solid;
	border-right-style: solid;
	height: 20px;
	color: white;
	background-color: #191919;
	position: relative;
	margin-left: 437px;
	width: 400px;
	font-weight: bold;
	font-size: 1em;
	-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;


}
#footer p {
	color: white;
	text-align: center;
}

#footer a:link, #footer a:visited {
	
	font-family: "Trebuchet MS", Verdana;
	
	font-weight: bold;
	
	text-shadow: 0px 0px 10px #97c1db;
	
	color: white;
	
	text-decoration: none;
	
}

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

/* @end */

/* @group Bread-crumb */

/* @end */

/* @group Toolbar */
/* @group Top Toolbar */

/* Toolbar Styles */
#navcontainer {
	margin-right: 10px;
	margin-top: 10px;
	color: #e1e1e1;
	text-align: center;
	float: right;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	z-index: 13;
	font-size: 14px;
}

#navcontainer .current {
	text-align: center;
	font-weight: bold;
	color: #97c1db;
}

#navcontainer .current a:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0px;
	z-index: 15;
	
}

#navcontainer li {
	z-index: 15;
	position: relative;
	display: inline;
	float: left;
	-webkit-border-radius: 12px;
	-moz-border-radius: 15px;
	border-color: #97c1db;
	border-width: 3px;
	width: 100px;
}

#navcontainer a {
	color: #e1e1e1;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 15;
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;

}

#nav a:hover {
	color: #e1e1e1;
	z-index: 0;
}

#nav a:active {
	color: #e1e1e1;
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
/* Child Level 3 */

/* @end */

/* @group Sub Toolbar */

/* Toolbar Styles */

/* Parent - Level 0 */

/* Child - Level 1 */

/* Child - Level 2 */

/* Child Level 3 */

/* Child Level 4 */

/* Child Level 5 */

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

/* @group Global Classes */




blockquote, .standout {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #252525;
	padding-left: 6px;
	border-left: 3px solid #222f36;
	border-right: 3px solid #222f36;
	padding-right: 5px;
}
code{
	color: #255a8e;
	font-size: 11px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.3;
}

h2 {
	color: #97c1db;
}

h3 {
}

h4 {

	font-size: 55px;

	font-family: "Zapf Chancery", "Lucida Grande", Verdana, Arial, sans-serif;

	font-variant: small-caps;

	font-weight: bold;

	color: #191919;

	text-shadow: 0px 0px 20px #97c1db;

	text-align: center;

}

.imageStyle {

}

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

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Photo Album */

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

/* @end */

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



/* @group EXIF data */
/* Data wrapper */
/* p tag classes for all exif data */
/* @end */

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

/* @group Quicktime Page */

/* @end */

/* @group Quicktime Album */

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

/* @end */

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

/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
	color: white; 
} 

.required-text {
} 

.form-input-field {
	color: #97c1db;
	background: #404040;
	width: 98%;
} 

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

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

/* @end */

/* @group Archive Page */

/* @end */

/*styles the category link in the main entry */
/*styles the permalink link in the main entry */
/* Comment links */
/* Trackback links */
/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}
.blog-archive-link-enabled {
	padding-top: 2px;
	padding-left: 10px;
}

.blog-archive-link-disabled {
	padding-left: 10px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	padding-top: 2px;
	padding-left: 10px;
	background: url(images/blog_cat.gif) no-repeat 0 center;
}

.blog-category-link-disabled {
	padding-left: 10px;
}


/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds image

.blog-rss-link {
	padding-left: 15px;
}

/* @end */

/* @group File Sharing */

.filesharing-item-description {
	color: #efefef;
}

.logo {
	margin-left: -45px;
	margin-top: -41px;
	position: absolute;
	z-index: 10;
}
	#menu { 
	background-color: white; 
	margin-left: 0; 
	margin-bottom: 5px; 
	margin-right: 0; 
	margin-top: 5px; 
	padding-right: 10px; 
	padding-left: 10px; 
	position: relative;
background: top;
overflow: hidden; 
}
 
#menu ul {
color: white;
padding: 0;
margin: 0;
}
 
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#menu ul li {
color: black;
float: left;
list-style: none;
}
 
#menu ul li a {
color: white;
text-indent: -500em;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
}
#menu li.background {
background: url('images/bg_menu_right.png') no-repeat top right !important;
background: url('images/bg_menu_right.gif') no-repeat top right;
z-index: 8;
position: absolute;
visibility: hidden;
}
 
#menu .background .left {
background: url('images/bg_menu.png') no-repeat top left !important;
background: url('images/bg_menu.gif') no-repeat top left;
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
#driptop {
	height: 100%;
	width: 100%;
	top: 0px;
	position: absolute;
	z-index: -10;
	background-image: url(images/driptop.gif);
	background-repeat: repeat-x;
		-moz-opacity:0.8;
	-webkit-opacity:0.8;

}
        
            
                                                                    
                                                                
 
 
#dripbottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-repeat: repeat-x;
	height: 244px;
	width: 100%;
	z-index: -9;
	background-image: url(images/dripbottom.gif);
		-webkit-opacity:0.8;
	-moz-opacity:0.8;

}
#bio a {
width: 59px;
background: url('images/menu_home.png') no-repeat center !important;
background: url('images/menu_home.gif') no-repeat center; // ie!
}
 
#audio a {
width: 119px;
background: url('images/menu_plantatree.png') no-repeat center !important;
background: url('images/menu_plantatree.gif') no-repeat center;
}
 
#press a {
width: 70px;
background: url('images/menu_travel.png') no-repeat center !important;
background: url('images/menu_travel.gif') no-repeat center;
}
 
#contact a {
width: 142px;
background: url('images/menu_rideanelephant.png') no-repeat center !important;
background: url('images/menu_rideanelephant.gif') no-repeat center;
}
#events a {
width: 142px;
background: url('images/menu_rideanelephant.png') no-repeat center !important;
background: url('images/menu_rideanelephant.gif') no-repeat center;
}
label {
	color: white;
}
#rap {
	margin-right: auto;
	margin-left: auto;
}
#rw_email_contact {
	color: #e1e1e1;
}
/* @end */

.cols img{margin:15px 0;}


#footer img{margin:9px 0;}

#searchBar{border:1px solid #999; background-color:#ccc; padding:10px 5px; text-align:center;}

#content{color: white; clear:both;padding-top:30px;}


h1{color: white; font-size:13px;}
p{margin:3px 0 0 0 ;}

.time{color:#933; margin-top:20px; text-transform:capitalize;}
.title{color: #97c1db; font-size:18px; font-weight:normal;}
.hr{border-bottom:1px dotted #c77; width:640px;margin:4px 0 8px 0;}
.userComment{background-color:#f2f2f2; padding:4px; margin-top:10px;min-height:14px;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;}
.userComment a{display:inline;}
.comment{margin-bottom:10px;}
.accent{color:#933; font-style:italic;}
.permalink{margin-left:420px;}

/*comment window rules*/
#container.commentWindow{width:380px;}
.commentWindow .cols{width:300px;}
.commentWindow .hr{width:300px;}

.commentWindow fieldset{border:1px solid #c77; margin:15px 0;}
.commentWindow legend{font-size:12px; font-weight:bold;}


/*cms rules*/
table{}

td{}

textarea{height:420px; width:420px;}

table input{width:420px;}

#cmsNav{list-style: none; margin:15px 0; padding:0;height:15px;}
#cmsNav li{float:left;display:inline; margin:0 5px;padding:0 6px; border-left:1px dotted #333;border-right:1px dotted #333;}
#footer .its a:link, #footer .its a:active{ color: #191919; }
#sitemap ul{ list-style-type: none; display: inline-block; }
#logo{ left: -3px; top: 45px; z-index: 99; position: relative; }
.album-title {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 75px;
	color: #b3b3b3;
}

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

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


.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
	margin: auto;
    padding: 3px;

	border: 2px solid #97c1db;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}

	
/* @end */

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

.photo-background {
	text-align: center;
}

.photo-navigation {
	position: relative;
	height: 72px;
	margin: 0 auto 32px;
	background-image: url(images/bottom_grad.png);
	background-repeat: no-repeat;
	background-position: left 72px;
	overflow: visible;
}

html > body .photo-navigation {
	height: 60px;
	padding-bottom: 12px;
}

.photo-links {
	margin: 0 10px;
	padding-top: 43px;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: right;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0 0 10px;
	padding-bottom: 6px;
	border-bottom: 5px solid #ebebeb;
}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 6px;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
		-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.photo-title {
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
	padding-top: 15px;
	margin: 0 0 10px 10px;
	float: left;
}

.photo-caption {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 17px;
	margin: 0 0 0 10px;
	color: #ccc;
	float: left;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}

.dloadlink {
	text-decoration: none;
	color: #e1e1e1;
	font-size: 10px;
}

.rssdloadlink {
	text-decoration: none;
	color: #e1e1e1;
	font-size: 10px;
}

.dload {
	margin-right: 25px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 10px #7e7e7e;
	color: #191919;
	background-color: #e1e1e1;
	font-size: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	}

.pcastdload {
	background-position: 5px;
	background-image: url(http://www.djpsol.com/podcast/subscribe.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 30px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 10px #7e7e7e;
	color: #191919;
	background-color: #e1e1e1;
	font-size: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	}

.rssdload {
	margin-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 10px #7e7e7e;
	color: #191919;
	background-color: #e1e1e1;
	font-size: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	}

.dloadsect {
		margin-left: 50px;
		border-bottom-style: none;
	}
.dloadsectpodcast {
		border-bottom-style: none;
	}
hr {
		position: relative;
		clear: both;
		border-width: 0px;
		border-style: none;
		width: 90%;
		height: 1px;
		color: #97c1db;
		background-color: #97c1db;
	}
.dloadimg {
		margin-right: 50px;
		float: left;
		position: relative;
	}
.rssimg {
		display: block;
		width: 144px;
		position: relative;
		float: left;
	}
.rssstories {
		margin-left: 150px;
	}
#pawdcastsect {
		padding-left: 50px;
	}
a .entersite {
		text-decoration: none;
		font-weight: bold;
		font-size: 34px;
		color: #97c1db;
	}
.rsscast {
		margin-bottom: 10px;
	}
.rssdesc {
		background-color: #7e7e7e;
		padding: 5px;
		line-height: 10px;
		font-size: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
	}
.rssdate {
		margin-top: 5px;
		float: right;
		position: relative;
		width: 150px;
		background-color: #a8a8a8;
		margin-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 10px #7e7e7e;
	color: #191919;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
a.pcastdload {
		color: #191919;
	}
.rssdate a {
		color: #97c1db;
	}
.rsstitle {
		padding: 5px;
		width: 40%;
		background-color: #7e7e7e;
		-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
	}


