/********************************************
CSS-FU Lovingly hand crafted by Daron Jones
using Buddhist-Fist strikes on his keyboard
and Textmate ;-)

Read for inspiration and enlightenment take 
what you want exept my IMAGES.. I'll GET MAD!!!
AS IN PSyCHO-MAD... I'll FIND .. HUNT U DOWN...
DON'T MAKE ME HAVE TO DO IT... PUT IT BACK... NOW...

   o(;_;)o- P L E A S  E !

V1.0

********************************************/
/*get rid of that stuuuupid margin in firefox*/
*
{
	margin:0;
	padding:0;	
}

/*important- Default for neutral state of images*/
.images
{
	background-image:url('../images/dj-images.png');
}

body
{
	width:100%;
	padding:0px;
	margin:0px;
	min-width:1024px;
	/*background-color:#CCCC99;
	background-color:#0099FF;*/
	background-color:#00CCFF;
	font-family:arial;
}

#dj-nav
{
	width:auto;
	margin:0px;
	/*margin-left:0px;*/
	height:75px;
	padding-top:5px;
}


/*default dj-logo state*/
#dj-logo
{
	float:left;
	width:72px;
	height:70px;
}

/*default cutsprite if in dj-logo and of class images*/
#dj-logo.images
{
	background-position:0px 0px;
	background-repeat:no-repeat;
}

/*offset the cutsprite to next image if in dj-logo and of class images ->>only when in hover state*/
#dj-logo.images:hover
{
	background-position:-72px 0px;
	background-repeat:no-repeat;
}
/*This technique is repeated for each button*/

/*..well almost! I'm not sure that you can do repeating 
patterns using this method. I can't think how it would be done*/
#dj-navbar
{
	width:auto;
	height:69px;
	margin-left:35px;
	background-image:url('../images/dj-pattern.png');
	background-repeat;
}

#dj-nav span 
{
	display:none;
}

#dj-rss
{
	float:left;
	width:48px;
	height:51px;
	margin-left:15px;
	margin-top:10px;
}


/*Neutral state of dj-rss belonging to images*/
#dj-rss.images
{
	background-position:0px -202px;
	background-repeat:no-repeat;
}

/*Hover state of dj-rss belonging to images*/
#dj-rss.images:hover
{
	background-position:-48px -202px;
	background-repeat:no-repeat;
}

/*Default title*/
#dj-title
{
	float:left;
	width:390px;
	height:46px;
	margin-left:5px;
	margin-top:14px;
}

/*Default image position for .images belonging to #dj-titles*/
#dj-title.images
{
	background-position:0px -108px;
	background-repeat:no-repeat;
}
/*hover title*/
#dj-title.images:hover
{
	background-position:0px -155px;
	background-repeat:no-repeat;
}


/*set default for network controls container*/
#dj-channel
{
	float:left;
	width:140px;
	height:30px;
	/*background-color:blue;*/
	margin-left:-25px;
	margin-right:5px;
	margin-top:35px;
}


/* Hide all the images for the areas for the default state */
#home, #blog, #illustration, #programming, #sketches, #three-d, #animation, #doodles, 
#webdesign, #photography, #games, #guitar, #business, #trading, #poker, #xl, #downloads
{
	display:none;
}
/**********************************************************************************************************/
/* Now selectively turn on the id of the area that we are in [uses the body class to determine location]: */
/**********************************************************************************************************/
/*Access #home if body class is home*/
body.home #home
{
	float:left;
	display:inline;
	margin-top:5px;
	width:69px;
	height:20px;
}

body.home #home.images
{
	background-position:-231px -278px;
	background-repeat:no-repeat;
}

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

/*Access #blog if body class is home*/
body.blog #blog
{
	float:left;
	display:inline;
	margin-top:5px;
	width:55px;
	height:21px;
}

body.blog #blog.images
{
	background-position:0px -256px;
	background-repeat:no-repeat;
}

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

/*Access #gallery if body class is home*/
body.gallery #gallery
{
	float:left;
	display:inline;
	margin-top:5px;
	width:81px;
	height:21px;
}

body.gallery #gallery.images
{
	background-position:-60px -256px;
	background-repeat:no-repeat;
}
/*****************************************/

/*Access #illustration if body class is home*/
body.programming #programming
{
	float:left;
	display:inline;
	margin-top:5px;
	width:131px;
	height:21px;
}

body.programming #programming.images
{
	background-position:-145px -256px;
	background-repeat:no-repeat;
}

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

/*Access #illustration if body class is home*/
body.three-d #three-d
{
	float:left;
	display:inline;
	margin-top:5px;
	width:43px;
	height:21px;
}

body.three-d #three-d.images
{
	background-position:-279px -256px;
	background-repeat:no-repeat;
}

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

/*Access #illustration if body class is home*/
body.illustration #illustration
{
	float:left;
	display:inline;
	margin-top:5px;
	width:81px;
	height:21px;
}

body.illustration #illustration.images
{
	background-position:0px -278px;
	background-repeat:no-repeat;
}

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

/*Access #illustration if body class is home*/
body.webdesign #webdesign
{
	float:left;
	display:inline;
	margin-top:5px;
	width:109px;
	height:21px;
}

body.webdesign #webdesign.images
{
	background-position:118px -278px;
	background-repeat:no-repeat;
}

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

/*Access #illustration if body class is home*/
body.sketches #sketches
{
	float:left;
	display:inline;
	margin-top:5px;
	width:98px;
	height:21px;
}

body.sketches #sketches.images
{
	background-position:-301px -278px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.games #games
{
	float:left;
	display:inline;
	margin-top:5px;
	width:75px;
	height:21px;
}

body.games #games.images
{
	background-position:0px -300px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.business #business
{
	float:left;
	display:inline;
	margin-top:5px;
	width:94px;
	height:21px;
}

body.business #business.images
{
	background-position:-78px -300px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.doodles #doodles
{
	float:left;
	display:inline;
	margin-top:5px;
	width:84px;
	height:21px;
}

body.doodles #doodles.images
{
	background-position:-178px -300px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.photography #photography
{
	float:left;
	display:inline;
	margin-top:5px;
	width:126px;
	height:21px;
}

body.photography #photography.images
{
	background-position:-264px -300px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.guitar #guitar
{
	float:left;
	display:inline;
	margin-top:5px;
	width:73px;
	height:21px;
}

body.guitar #guitar.images
{
	background-position:0px -321px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.area51 #area51
{
	float:left;
	display:inline;
	margin-top:5px;
	width:80px;
	height:21px;
}

body.area51 #area51.images
{
	background-position:-77px -321px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.trading #trading
{
	float:left;
	display:inline;
	margin-top:5px;
	width:85px;
	height:21px;
}

body.trading #trading.images
{
	background-position:-160px -321px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.poker #poker
{
	float:left;
	display:inline;
	margin-top:5px;
	width:72px;
	height:21px;
}

body.poker #poker.images
{
	background-position:-248px -321px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.xl #xl
{
	float:left;
	display:inline;
	margin-top:5px;
	width:43px;
	height:21px;
}

body.xl #xl.images
{
	background-position:-323px -321px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.downloads #downloads
{
	float:left;
	display:inline;
	margin-top:5px;
	width:109px;
	height:21px;
}

body.downloads #downloads.images
{
	background-position:0px -344px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.animation #animation
{
	float:left;
	display:inline;
	margin-top:5px;
	width:103px;
	height:21px;
}

body.animation #animation.images
{
	background-position:-113px -344px;
	background-repeat:no-repeat;
}

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

/*Access #games if body class is home*/
body.search #search
{
	float:left;
	display:inline;
	margin-top:5px;
	width:79px;
	height:21px;
}

body.search #search.images
{
	background-position:-220px -344px;
	background-repeat:no-repeat;
}


/*----------------------------------------------------->>>NOT USED<<-----------------*/
/*set size of controls title*/
#dj-channel #select-your-networkx
{
	float:left;
	width:162px;
	height:13px;
	margin:0px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
/*set controls title image*/
#dj-channel #select-your-network.imagesx
{
	background-position:-96px -160px;
	background-repeat:no-repeat;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #blog-networkx
{
	float:left;
	margin-left:5px;
	width:35px;
	height:35px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #blog-network.imagesx
{
	background-position:-96px -176px;
	/*background-position:-201px -176px;*/
}

/* if it belongs to the blog class also the dj-channel and blog networks
is in a class called images then offset the cutsprite. 
Set the body tag to class .blogs in the blog area*/
.blogs #dj-channel #blog-network.imagesx
{
	background-position:-166px -176px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #blog-network.imagesx:hover
{
	/*background-position:-166px -176px;*/
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #poker-networkx
{
	float:left;
	margin-left:4px;
	width:35px;
	height:35px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #poker-network.imagesx
{
	background-position:-96px -176px;
	/*background-position:-166px -176px;*/
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #poker-network.imagesx:hover
{
	/*background-position:-131px -176px;*/
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
.poker #dj-channel #poker-network.imagesx
{
	background-position:-131px -176px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #riot-networkx
{
	float:left;
	margin-left:4px;
	width:35px;
	height:35px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #riot-network.imagesx
{
	background-position:-96px -176px;
	/*background-position:-131px -176px;*/
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #riot-network.imagesx:hover
{
	/*background-position:-96px -176px;*/
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
.riot #dj-channel #riot-network.imagesx
{
	background-position:-201px -176px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #cg-networkx
{
	float:left;
	margin-left:4px;
	width:35px;
	height:35px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #cg-network.imagesx
{
	background-position:-96px -176px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
#dj-channel #cg-network.imagesx:hover
{
	/*background-position:-201px -176px;*/
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/
.cg #dj-channel #cg-network.imagesx
{
	background-position:-236px -176px;
}
/*----------------------------------------------------->>>NOT USED<<-----------------*/



#dj-search
{
	float:right;
	width:300px; /* 320px;*//*originally 265px*/
	height:39px;
	margin-left:5px;
	margin-right:2px;
	margin-top:35px;
}

#dj-search.images
{
	background-position:0px -70px;
	background-repeat:no-repeat;
}

.l-float
{
	float:left;
}

.r-float
{
	float:right;
}

#dj-blog-content
{
	float:left;
	width:100%;
	min-width:1024px;
	height:670px;/*intentionally not 690px to push the grass up - for effect!*/
	/*background-color:red
	background-image:url('../images/grass.png');
	background-position:bottom;
	background-repeat:repeat-x;*/
}
#sky-texture /*No longer used as non-generic see bg-image*/
{
	background-image:url('../images/sky-tex-png75k.png');
	background-repeat;
}

/************************************************************************/
/* ------------------------------
The bellow method of choosing the backgroud allows me to switch on or off the background image and change
the image depending on the class of the body:

body.<body-name> div#bg-image
------------------------------*/
body.home div#bg-image
{
	background-image:url('../images/sky-tex-png75k.png');
	background-repeat;
}

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

/*Used to control the bounding areas of the navigation controls*/
#dj-navbarContainer
{
	min-width:980px;
}

body.blogs
{
	margin:0px;
	padding:0px;
	/*background-image:url('../images/sky-stripe-texture-trans.png');*/
	
}

#sun-shine
{
	height:700px; /*690 originally*/
	margin:0px;
	padding:0px;
}

.sun-image
{
	background-image:url('../images/sun-trans.png');
	background-repeat:no-repeat;
}

/************************************************************************/
/* ------------------------------
The bellow method of choosing the second layer backgroud allows me to switch on or off the image and change
the image depending on the class of the body:

body.<body-name> div#bg-image
--------------------------------*/
#bg-layer
{
	margin:0px;
	padding:0px;	
}

.bg-image /*No longer used as non-generic see bg-image*/
{
	background-image:url('../images/sky-tex-png75k.png');
	background-repeat;
}

#bg2-layer
{
	height:700px; /*690 originally*/
	margin:0px;
	padding:0px;	
}

.bg2-image
{
	background-image:url('../images/sun-trans.png');
	background-repeat:no-repeat;	
}
/************************************************************************/


#grass-layer/*not used see grass paper instead*/
{
	width:100%;
	
	float:left;
	height:580px;
	/*margin-top:350px;
	margin-left:200px;
	margin-right:0px;
	padding:0px;*/
	background-image:url('../images/grass-long2.png');
	background-position:bottom;
	background-repeat:repeat-x;
}

/* Use the grass paper layer to move the grass level up or down
useful if you resize the animals*/
#grass-paper-original
{
	width:100%;
	
	float:left;
	height:580px;
	/*margin-top:350px;
	margin-left:200px;
	margin-right:0px;
	padding:0px;*/
	background-image:url('../images/grass-long.png');
	background-position:bottom;
	background-repeat:repeat-x;
	
}
#grass-paper
{
	width:100%;
	
	float:left;
	height:580px;
	/*margin-top:350px;
	margin-left:200px;
	margin-right:0px;
	padding:0px;*/
	background-image:url('../images/grass-long-resized5.png');
	background-position:bottom;
	background-repeat:repeat-x;
	
}

#animals
{
	
	float:right;
	width:439px;/*originally 535px [img 439px * 535px]*/
	height:535px;/*646px*/
	margin-right:20px;
	background-image:url('../images/animals-small.png');
	background-repeat:no-repeat;
	/*background-color:yellow;
	border:dotted 1px;*/
}
#small-animals
{
	/* Not in use*/
	float:right;
	width:400px;
	height:483px;
	background-image:url('../images/small-animals.png');
	background-repeat:no-repeat;
	/*background-color:yellow;*/
}

/* hold the animals the sky the tabs and the grass */
#main-areax
{
	float:left;
	width:100%;
	/*height:285px;*/
	padding:10px 0px 0px 0px;/*originally 200px 0px 5px 60px*/
	/*background-color:blue;*/
	margin:0px 0px 0px 0px;/*0px 2px 0px 10px;
	border-color:green;
	border:dotted 1px;*/
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; 
}

#main-area
{
	float:left;
	width:100%;
	/*height:285px;*/
	padding:10px 0px 0px 0px;/*originally 200px 0px 5px 60px*/
	/*background-color:blue;*/
	margin:0px 0px 0px 0px;/*0px 2px 0px 10px;
	border-color:green;
	border:dotted 1px;*/
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em;
}

#animalcentral
{
	width:1024px;
	/*border:dotted 3px;*/
	margin-left:auto;
	margin-right:auto;
}

#dj-gobar
{
	/*background-color:white;
	border-top:1px dotted #0000ff;*/
	float:left;
	width:440px;
	margin:0;
	
	color:white;
	/*height:300px;*/
	background-image:url('../images/sun-tint.png');
	
}



.dj-gobar-resize
{
	/*width:200px;*/
	
}

.dj-gobar-img /*image displayed within the slidey menu negro :-)*/
{
	float:right;
	width:200px;
	height:200px;
	background-color:black;
	margin:5px;
}

.gobar-button
{
	width:500px;
	height:75px;
	margin:20px 0px;
	/*background-color:black;*/
}
.gobar-button:hover
{
	background-image:url('../images/sun-tint-opt.png');
}

#page
{
	float:left;
	clear:both;
	width:100%;
	height:100%;
	/*height:300px;
	background-image:url('../images/grass-no-border.png');
	background-repeat;*/
	background-color:white;
}

.gobartext
{
	float:left;
	width:300px;
}

h3.toggler 
{
	cursor: pointer;
	/*border: 1px solid #99ffff;
	border-right-color: #99cccc;
	border-bottom-color: #99cccc;
	border:2px solid black	;*/
	font-size: 14px;
	/*background: #D2E0E6;*/
	background-image:url('../images/sun-tint.png');
	color: white;
	margin: 0 0 1px 0;
	padding: 1px 1px 1px;
}

div.element p, div.element h4 
{
	margin:0px;
	padding:4px;
}

blockquote 
{
	padding:5px 20px;
}

a.goNow
{
	margin:5px;
	float:right;
	font-size:14px;
	color:#CC0000;
}

#tabs
{
	float:left;
	font-family: arial,sans-serif;
	font-size:0.9em;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	float:left;
	width:550px;
	/*display:block;*/
	margin:200px 0px 0px 0px;
}


#tabs p
{
	margin:0px 0px 10px 0px;
}

span.hidden
{
	display:none;
}
/**************** Controls the bottom background **********************/
#businesscard-box
{
	float:left;
	clear:both;
	/*border:2px solid black;*/
	background-color:#dec596;
	background-image:url('../images/dirty-dirt.png');
	width:100%;
	padding:0px 0px 10px 0px;
	/*height:415px;*/
}

.full
{
	width:100%;
	height:100%;
}

/***** Controls the  bordered botom area ******/
#cm-container
{
	width:980px;/*964 originally*/
	height:380px;
	/*height:321px;
	border:1px dotted;*/
	background-color:#f0e3cb;
	/* //If you want to centre remove the float first*/
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
.cm-bgcolor
{
	background-image:url('../images/cm-bgcolor.png');
}

.cm-top
{
	
	background-image:url('../images/cm-top.png');
	background-repeat:repeat-x;
	background-position:0 0;
}
.cm-topleft
{
	background-image:url('../images/cm-topleft.png');
	background-repeat:no-repeat;
	background-position:0 0;
}
.cm-topright
{
	background-image:url('../images/cm-topright.png');
	background-repeat:no-repeat;
	background-position:100% 0;
}

.cm-left
{
	background-image:url('../images/cm-leftside.png');
	background-repeat:repeat-y;
	background-position:0 0;
}

.cm-right
{
	background-image:url('../images/cm-rightside.png');
	background-repeat:repeat-y;
	background-position:100% 0;
}

.cm-bottom
{
	background-image:url('../images/cm-bottom.png');
	background-repeat:repeat-x;
	background-position:0 100%;
}

.cm-bottomleft
{
	background-image:url('../images/cm-bottomleft.png');
	background-repeat:no-repeat;
	background-position:0 100%;
}

.cm-bottomright
{
	background-image:url('../images/cm-bottomright.png');
	background-repeat:no-repeat;
	background-position:100% 100%;
}
/************************************************************************/
#cm-content
{
	/*padding:5px;*/
}
/************************************************************************/
#about-me
{
	float:left;
	width:530px;/*445pxwas 465px*/
	height:100%;
	/*background-color:red;
	border:1px dotted;*/
	margin:10px 0px 0px 35px;
	padding:1px;
}

/************************************************************************/
#contact-me
{
	float:right;
	width:400px;
	height:100%;
	/*background-color:blue;
	border:1px dotted;*/
	margin:10px 0px 0px 10px;
	padding:1px;
	
}
/************************************************************************/
.cm-style
{
	color:#897f65;
	font-family:arial;
	font-size:14px;
	/*font-size:1em;*/
}

.cm-style p
{
	font-family:arial;
	font-size:14px;
	margin:0px 0px 10px 0px;
}

.cm-style h3
{
	font-family:arial;
	font-size:30px;
	margin:0px;
}

table.cm-syle td
{
	color:blue;
	
}

.cm-style tr
{
	margin:0px 0px 10px 0px;
}

.unused
{
	text-align: top;
}

.cm-style a:link, .cm-style a:visited {
	color: #b8a13d;
	text-decoration:none
	}

.cm-style a:hover, .cm-style a:active {
	color: #b8a13d;
	text-decoration:underline;
	}
/**********************************************************************/	
.cm-emailer
{
	color:#897F65;;
	font-family:arial;
	font-size:14px;
	width:350px;
}
.cm-emailer p
{
	margin: 2px;
	
}

.cm-emailer.txt-field
{
	border:1px solid #e3cea4;
	padding:2px;
	color:#b8a13d;
}


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

.emailinput
{
	border:1px solid #897f65;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:3px;
}

#contact-me .emailinput
{
	border-color:#96A6C5;
	margin-top:2px;
	width:206px;
}
/************************ Google search on first page *****************************/
#google-searchx
{
	margin-top:2px;
	margin-right:3px;
	float:right;
}

#google-searchx input
{
	border:none;
	/*border-color:#fff;*/
}

/************************* Google Results page *******************************/
.gsearch
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#dj-footer-container
{
	clear:both;
	float:left;
	width:100%;
	height:25px;
	width:100%;
	background-color:#897F65;
}

#dj-footer-content
{
	margin:5px;
	text-align:center;
	font-family:arial;
	font-size:14px;
	color:#f0e3cb;
}

.tab-text
{
	color:#4874a2;
	font-size:1.1em;
	margin:5px;
}

.tab-text a:link, .tab-text a:visited 
{
	color: #51bde2;
	text-decoration:none
}

.tab-text a:hover, .tab-text a:active 
{
	color: #51bde2;
	text-decoration:underline;
}

#notifier
{
	/* for message sent notification */
	float:right;
	margin:0px 200px 0px 0px;
	color:#b8a13d;
	width:300px;
	height:20px;
}













