@import url('reset.css');
@import url('typography.css');

body { 
	background:url('../img/k9designco-bg.jpg') no-repeat top center;
	background-color: #000000;
}

/* Body */

div#content {
	margin: auto;
	width: 990px;
	}

div#topcontent {
	margin: auto;
	width: 1200px;
	}

div#thumb1 {
	position: absolute;
	z-index: 300;
	width: 440px;
	height: 440px;
	padding-left: 200px;
	top: 125px;
	}

div#thumb2 {
	position: absolute;
	z-index: 200;
	width: 440px;
	height: 440px;
	padding-left: 340px;
	top: 0px;
	}
	
div#thumb3 {
	position: absolute;
	z-index: 250;
	width: 440px;
	height: 440px;
	padding-left: 0px;
	top: 0px;
	}

	
div#bluebar {
	background: url('../img/k9designco-bluebarpattern.jpg') repeat-x top center;
	background-color: #66b2c2;	
	margin: auto;
	position: relative;
	height: 250px;
	top: 325px;
	text-align: center;
	width: inherit;
	z-index: 500;
	}

div#logo {
	background: url('../img/k9designco-logo.png') no-repeat right;
	position: relative;
	margin: auto;
	height: 250px;
	width: 990px;
	}
	
div#shadow {
	background: url('../img/k9designco-bluebarshadow.png') no-repeat top center;
	position: relative;
	margin: auto;
	height: 100px;
	width: 1600px;
	top: 320px;
	}
	
div#navbar {
	position: absolute;
	width: 990px;
	top: 305px;
	text-align: right;
	z-index: 8000;
	}
	
div#addressbar {
	position: absolute;
	width: 990px;
	top: 585px;
	text-align: left;
	z-index: 50;
	}
	
div#about {
	position: absolute;
	width: 480px;
	top: 625px;
	z-index: 1000000;
	}

div#divider {
	background: url('../img/k9designco-divider.jpg') repeat-y top center;
	position: absolute;
	padding-left: 980px;
	height: 378px;
	width: 2px;
	top: 625px;
	}

div#twitter {
	position: relative;
	width: 490px;
	height: 300px;
	top: 10px;
	z-index: 50;
	}

.blogpic {
	display: inline;
	margin-right: 10px;
	float:left;
	height: 170px;
	width: 130px;
	}

div#blog {
	position: absolute;
	padding-left: 508px;
	width: 490px;
	top: 638px;
	z-index: 20001;
	}
	
div#blogbutton {
	text-align: right;
	}

/* Footer */

div#footer {
	margin: auto;
	position: absolute;
	width: 990px;
	height: 30px; 
	top: 1100px;
	text-align: left;
	z-index: 2000001;
	}	

span#rgdfoot {
	text-align: left;
	}

/* Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000;
	width: 100%;
	height: 0px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 20%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #fff; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.2em;	
}

/* PullDown */

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index: 20000;

}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: black;
color: white;
padding: 10px;
z-index: 20000;
height: 328px;
overflow: hidden;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 2px solid black;
color: white;
font-weight: bold;
padding-left: 1000px;
text-align: center;
background: transparent url('../img/k9designco-pulldown.png') center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of panel.gif */
height: 67px; /* 21px + 3 px should equal height of panel.gif */
line-height: 67px; /* 21px + 3px should equal height of panel.gif */
z-index: 20000;
}


/* Blog styling */

div.feedburnerFeedBlock p.date {
color: #EDEDED;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 13px;
}

div.feedburnerFeedBlock p {
color: #ffffff;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 13px;
}
		
div.feedburnerFeedBlock ul li div {
display: inline;
color: #ffffff;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 13px;
}

div.feedburnerFeedBlock span.headline {
font-weight: bold;
font-size: 20px;
display: inline;
font-family: Helvetica, Verdana, Arial, sans-serif;
}
		
div.feedburnerFeedBlock ul li {
padding-left: 0 !important;
text-indent: 0 !important;
}

div#creditfooter {
text-align: right;
display: none;
}

span#slideimage{
	float:left;
	display:inline;
	margin-right:12px;
}	

span#slideimageright{
	float:right;
	display:inline;
	margin-left:10px;
}	

