/*** GENERAL STYLES ***/

* {
	margin: 0;
	padding :0;
	font-family: Trebuchet,"Trebuchet MS",Arial, Geneva, Helvetica, sans-serif;
}

/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html { min-height: 100%; margin-bottom: 1px; }

body { 
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background: #333;
	margin: 30px 0; 
	padding: 0;
	text-align: center;
}

p, td, div, span, blockquote, .b_text { 
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

.small {
	font-size: 10px;
}

h1	{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 250px;
	background: url("/images/design4/title-kcnet.gif") no-repeat top left;
}

#header h1 a {
	float: left;
	overflow: hidden;
	width: 250px;
	height: 30px; !important; 
	height /**/:30px; /* for IE5/Win */
	text-indent: -100em;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 30px;
	font-weight: bold;
	color: #82a151;
}

h3 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

h4 {
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #666;
}

a {
	color: #039;
	text-decoration: underline;
}

a:visited {
	color: #003;
	text-decoration: underline;
}

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

ul, ol {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

li {
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 0;
	border-left: #ccc;
	border-width: 0 0 0 3px;
	border-style: solid;
}

.formInput {
	font-size: 11px;
}

.formButton, .searchButton {
	padding: 0 3px 2px 3px;
	margin: 0;
	width: 125px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: transparent;
	border: none;
	background-image: url("/images/design4/button.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.searchButton {
	padding: 0 3px 3px 3px;
	width: 30px;
	background-image: url("/images/design4/button-sm.gif");
}

.searchBox {
	width: 150px;
	font-size: 11px;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 1px;
}

input:focus, textarea:focus {
	border: 1px solid #333;
}

.required{
	color: #c00;
}

.hidden {
	display: none;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

.video {
	line-height: auto;
	display: block;
	float: none;
	clear: all;
	width: 320px;
	height: 256px;
	margin: 10px 0;
	border: 10px solid #333;
}





/*** PAGE LAYOUT STYLES ***/

#pageHolder {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 750px;
	background: url("/images/design4/content-bg.gif");
}

.page-home #pageHolder {
	background: url("/images/design4/home-bg.gif");
}

.page-search #pageHolder {
	background: #fff;
}

#contentBG {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	min-height: 300px;
	text-align: left;
}

#headerBG {
	margin: 0 auto;	padding: 0;
	width: 100%;
	text-align: center;
}

#header {
	margin: 0 auto;
	padding: 20px;
	width: 710px;
	height: 35px;
	text-align: left;
	background: #a6cb6b url("/images/design4/header-bg.gif") top left no-repeat;
}

.page-home #header {
	height: 110px;
}

#sidebar {
	position: relative;
	float: right;
	margin: 10px 0 20px 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 196px;
	min-width: 196px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	background: #def1ba;
}

#sidebar a {
	font-size: 11px;
	line-height: 13px;
}

#mainContent {
	width: 510px;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	padding: 20px;
	margin: 0;
	text-align: left;
}

.page-home #mainContent {
	width: 446px;
	padding: 2px;
}

.page-home #sidebar {
	width: 300px;
	min-width: 300px;
	margin: 0;
	background: #fff;
}

#pageEnd {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	float: none;
	height: 0;
	width: 750px;
    background: #fff;
	display: none;
}

#footer {
	clear: both;
	width: 710px;
	height: 25px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	background: #a6cb6b url("/images/design4/footer-bg.gif");
	border-top: 30px solid #333;
}

#footer, #footer span, #footer a, #footer a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #333;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	
}

#twoColL {
	width: 240px;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#twoColR {
	width: 240px;
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
}



/*** PORTFOLIO STYLES ***/

body.page-portfolio #p_webdesign, body.page-portfolio #p_graphicdesign {
	margin: 0;
	padding: 0 0 10px 0;
}

body.page-portfolio #p_applications {
	margin: 0;
	padding: 0 0 5px 0;
}

body.page-portfolio #twoColL li, body.page-portfolio #twoColR li {
	margin: 0 0 0 10px;
	padding: 0 0 2px 0;
	list-style-type: none;
}

#p_client, #p_project, #p_description { 
	width: 75px;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
}

#p_image {
	clear: both;
	margin: 0;
	padding: 25px 0 10px 0;
	text-align: left;
}

.p_text { 
	width: 420px;
	float: right;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

#p_back { 
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #666;
}

#p_back ul, #p_back li { 
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#p_back a, #p_back a:visited { 
	font-size: 10px;
}

.portfolioBox, .portfolioBoxFeatured {
	float: left;
	padding: 0;
	margin: 0 30px 10px 0;
	width: 200px;
	background: #fff;
	text-align: left;
	color: #000;
	font-size: 11px;
}

.portfolioBox {
	height: 25px;
}

.portfolioBoxFeatured {
	height: 175px;
}

.portfolioBoxFeatured img {
	border: 1px solid #999;
}

body.page-portfolio .portfolioBoxMain img, body.page-portfolio .portfolioBox img {
	border: 1px solid #999;
}

.portfolioBoxMain a, .portfolioBox a {
}




/*** PHOTO STYLES ***/

.photoBox {
	float: left;
	width: 155px;
	height: 125px;
	padding: 0;
	margin: 0 13px 13px 0;
	line-height: 125px;
	text-align: center;
	background: #def1ba;
	border: 1px solid #82a151;
}

.photoBox a {
	border-width: 1px;
}

.photoBox img {
	vertical-align: middle;
	margin-top: 10px;
}

.imageElement .title {
	font-size: 13px;
}

.albumBox {
	float: left;
	width: 135px;
	height: 90px;
	padding: 10px;
	margin: 0 13px 13px 0;
	background: #def1ba;
	border: 1px solid #82a151;
	text-align: center;
	color: #333;
	font-size: 11px;
}

.albumBox img, .photoBox img {
	border: 1px solid #036;
}

.albumBox a {
	font-weight: bold;
	font-size: 11px;
}

.albumBox .description {
	color: #666;
	margin-top: 0;
}

.photoTag {
	float: left;
	margin-right: 20px;
}




/*** SITE NAVIGATION STYLES ***/

#navigationBG {
	width: 750px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #a6cb6b url("/images/design4/navigation-bg.gif") bottom left no-repeat;
	border-bottom: 30px solid #333;
}

#navigation {
	height: 30px;
}

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

#navigation li {
	display: block;
	margin: 0;
	padding: 0 20px;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #333;
}

/* UNCOMMENT IF YOU WANT TO HIDE 'Home' LINK ON HOME PAGE
body.page-home li#nav-home {
	display: none;
}
*/

li#nav-search {
	border-right: none;
	float: right;
}

li#nav-search table {
	height: 25px;
}

li#nav-search table td {
	padding: 2px;
}

#navigation a, #navigation a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

body.page-home #navigation #nav-home a, body.page-home #navigation #nav-home a:visited,
body.page-about #navigation #nav-about a, body.page-about #navigation #nav-about a:visited,
body.page-ramblings #navigation #nav-ramblings a, body.page-ramblings #navigation #nav-ramblings a:visited,
body.page-portfolio #navigation #nav-portfolio a, body.page-portfolio #navigation #nav-portfolio a:visited,
body.page-photos #navigation #nav-photos a, body.page-photos #navigation #nav-photos a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#homePhoto {
	width: 444px;
	height: 250px;
	background: url("/images/design4/homephoto/rndimg.php") no-repeat;
}

.sidebarBox {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.sidebarBox .date {
	font-size: 10px;
	color: #333;
	padding-right: 10px;
	margin-top: 30px;
}

body.page-home .sidebarBox p {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebarBox h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	color: #333;
}

body.page-home .sidebarBox h2 {
	margin: 5px 0;
}

.sidebarBox ul, .sidebarBox ol {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.sidebarBox li {
	list-style: circle;
	margin: 0;
	padding: 0;
}

.blogEntry {
	clear: both;
	margin-bottom: 30px;
}

.date {
	font-size: 10px;
	color: #999;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.blogger-labels, .post-labels {
	font-size: 10px;
	margin-top: 5px;
	color: #999;
}

.blogger-labels a, .blogger-labels a:visited {
	color: #999;
}

.photoRight {
	float: right; 
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

.photoLeft {
	float: left; 
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

body.page-home .sidebarBox .date {
	width: 65px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

body.page-home .blogEntry {
	clear: both;
	margin-bottom: 10px;
}

.blogEntry h3 {
	padding-top: 0;
	margin-top: 0;
}

#b_buttons {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
}

#b_buttons div {
	float: left;
	margin-right: 20px;
}



/*** FLICKR STYLES ***/

/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
*/
body.page-home #flickr_badge_uber_wrapper {text-align:center; width:446px; margin-top: 15px;}
#flickr_badge_uber_wrapper {text-align:center; width:150px; margin-top: 0;}
body.page-home #flickr_badge_wrapper {padding:0;}
#flickr_badge_wrapper {padding:0; text-align: center;}
.flickr_badge_image {margin:0 17px 3px 0; padding: 0; float: left; width:75px; height:75px; display: block;}
.flickr_badge_image img {border: 0px solid #039 !important;}
#flickr_badge_image1 {margin-left:1px;}
#flickr_badge_image5 {margin-right:0;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:000;}




