/*
Theme Name: BKJ Productions, LLC
Theme URI: http://bkjproductions.com/
Description: Beta!
Version: 2.0.10
Author: BKJ Productions
Author URI: http://bkjproductions.com/
Tags: blurry lights red

*/

html {
	background: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

strong, h2, h3 {
	font-weight: bold; 
}

em {
	font-style: italic; 
}

h2 {
	margin: 1em 0;
}

h3 {
	margin: 0.5em 0;
}


/***** LAYOUT *****/


#doc {
	width: 980px;
	margin: 10px auto;
}

#hd {
	background: #CC0000;
	color: white;
	padding: 10px 20px;
	background-image:url(images/banner_bkj.jpg);
	background-repeat:no-repeat;
	height: 100px;
	position: relative;
}

#hd a {
	color: white;
	text-decoration: none;
}

#hd a:hover {
	text-decoration: underline;	
}


#hd .description {
	font-style: italic;	
}

#content {
	float: left;
	display: inline;
	padding: 10px 20px 25px;
	min-height: 330px;
	width: 940px;
	position: relative;
	background: white;
}

.category-web-design #content {
	background: white url(images/bg_websites.png) right bottom no-repeat;
	/* background: url(images/bg_websites2.gif) 150px bottom no-repeat; */
}

.category-marketing-tools #content {
	background: white url(images/bg_marketing.png) right bottom no-repeat;
}


#content .column {
	width: 460px;	
}

#left-column {
	float: left;
}

#right-column {
	float: right;
}


object {
	display: block;
}


#title-container {
	height: 120px;
}


#title-tall-container {
	height: 220px;
}


#levTextSpace-container {
	height: 230px;
	width: 460px;
}



#content p {
	margin-bottom: 1em;	
}

#sidebar {
	padding: 10px 20px;
	float: right;
	display: inline;
	width: 150px;
}

#ft {
	clear: both;
	background-color: #990000;
	background-image:url(images/footer.jpg);
	font-size: 11px;
	padding: 10px 20px;
	text-align: center;
	color:#FFFFFF;
	text-shadow:#000000;
	font-weight:bold;
}
#ft a {
	color:#FFFFFF;
	}


.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { padding-right: 30px;}
img.alignright { padding-left: 30px;}


.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}

h2.delicious-banner,
h3 {
	border-bottom: 1px dotted red;	
}

h2.delicious-banner {
	margin-top: 3em;	
}

h2.delicious-banner a {
	color: black;	
}

p {	
	font-size: 12px;
	line-height: 150%;
}

/******** SEARCH BOX **********/
#search-box {
	position: absolute;
	right: 5px;
	top: 10px;
}
#search-box .search-field {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(images/searchbox_blank.gif) no-repeat scroll left top;
	border: 0 none;
	height: 25px;
	margin: 0;
	display: block;
	padding: 6px 0 4px 9px;
	width: 173px;
	font-size: 13px;
	outline: none;
}

#search-box .search-go {
	position: absolute;
	right: 15px;
	top: 7px;
}


/********** FOOTER *************/
.addthis_button_compact.external_icon {
	background: none;	
}



/********** CAROUSEL ***********/

#webdev-thumbnails {
	width: 940px;
	position: relative;
	left: -10px;
	height: 210px;
}

.carousel-container {
	overflow: hidden;
	height: 210px;
}

.carousel-container ul {
	width: 960px; /* this will get overwritten by the carousel plugin, but it's nice to avoid FOUC */
}

#webdev-thumbnails li {
	width: 120px;
	height: 210px; /* match height of #webdev-thumbnails and .carousel-container */
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#webdev-thumbnails .gallery {
	display: none;
}

#fancybox-wrap .read-more {
	padding: 8px 22px 8px 0;
	background: url(images/btn_small_next.png) right 50% no-repeat;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}

#webdev-thumbnails a {
	color: black;
	text-decoration: none;
}

#webdev-thumbnails .caption p {
	font-size: 11px;
}

body.no-js #webdev-thumbnails .navigation {
	display: none;	
}


#webdev-thumbnails .next,
#webdev-thumbnails .prev {
	position: absolute;
	top: 45px;
	z-index: 5;
}

#webdev-thumbnails .next {
	right: -15px;
}

#webdev-thumbnails .prev {
	left: 0px;	
}


/****** HOME PAGE (home.php)  ******/


body.home .post {
	float: left;
	display: inline;
	width: 260px;
	margin-right: 52px;
	padding: 10px 0;
}

body.home .post img.thumb {
	float: left;
	width: 120px;
}

body.home .post .post-details {
	float: right;
	width: 120px;
}

body.home .post h2 {
	margin: 0 0 1em 0;	
}

body.home .post p {
	font-size: 10px;	
}

/** for use with home.BAK-tag-style.php:
body.home .post {
	float: left;
	clear: both;
	width: 940px;
	border-bottom: 1px red dotted;
	padding: 10px 0;
}

body.home .post img.thumb {
	float: left;
	width: 120px;
}

body.home .post .post-details {
	float: right;
	width: 800px;
}

body.home .post h2 {
	margin: 0 0 1em 0;	
}

**/





/******* ABOUT (about.php) *********/


.about-bio {
	width: 200px;
	padding: 5px;
	background: #eee;	
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	margin: 0 0 20px 20px;
	float: left;
	
}

.about-bio h2 {
	margin: 0 0 10px 0;	
}

.about-bio img {
	margin-bottom: 10px; 
}




/******** single.php & marketing_tools.php **********/

body.single .entry {
	width: 450px;	
}

.single-gallery {
	width: 466px; 
	float: right; 
	padding-left: 20px;
	min-height: 300px;
}
	
.single-gallery a {
	margin-right: 17px;
	display: block;
	float: left;
	width: 138px;
	color: black;
	text-decoration: none;
	
	/* If we add more than 3 items to the Marketing Tools page,
		the following code will be necessary:  */
	/* height:180px; */
}

.single-gallery a:hover {
	color: black;	
}

.single-gallery p {
	margin: 0 9px;
	font-size: 10px;
}

.single-gallery img {
	padding: 9px;
	background: url(images/shadow_thumbnail.png) 0 0 no-repeat
}

.single-gallery .read-more {
	text-decoration: underline;
	padding: 10px 25px 10px 0;
	background: url(images/btn_small_next.png) right 50% no-repeat;
}


.visitlink a {
	text-decoration: none;
	font-weight: bold;
}

.visitlink a.external_icon {
	background: none;
}


.pagination {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	width: 940px; /* should match width of #content */
}

.pagination a {
	height: 22px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination .prev a {
	float: right;
	background: url(images/fancy_right.png) right 50% no-repeat;
	padding-right: 30px;
}

.pagination .next a {
	float: left;
	background: url(images/fancy_left.png) left 50% no-repeat;
	padding-left: 30px;
}


/************** TAGS (tag.php) **************/

#current-tag-description {
	width: 710px;	
}

#current-tag-description p {
	margin: 1em 0;
	font-size: 110%;
}

body.tag .post {
	float: left;
	clear: both;
	border-bottom: 1px red dotted;
	padding: 10px 0;
	width: 940px;
}

.tag-right-column {
	float: right;
	display: inline;
	width: 210px;
	padding: 10px;
	
	/*
	background: #eee;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
}

.tag-right-column .postmetadata {
	text-align: right;
	margin: 0;
}

.tag-left-column {
	width: 690px;
	float: left;
	display: inline;
}

.tag-left-column img.thumb {
	float: left;
	width: 120px;
}

.tag-left-column .post-details {
	float: right;
	width: 550px;
}

.tag-left-column h2 {
	margin: 0 0 1em 0;	
}







/******* FUN STUFF (fun-stuff.php) *********/
#webcam-link {
	position: relative;
	display: block;
	margin-top: 20px;
}

#webcam-link img {
	display: block;
	border-width: 4px 0px 4px 0px;
	border: solid black;
}

#webcam-link .zoom {
	position: absolute;
	top: -15px;
	left: 435px;
	border-width: 0px;
}

.delicious-network-add a {
	color:#369; 
	font-size: 10px;
	margin-bottom:10px;
}
	
.delicious-banner a {
	text-decoration:none;
}


/******* BKJ added: *********/

.devnote {
	font-size: 10px;
	color:#333;
	clear: both;
	display: none;
}

.note {
	font-size: 10px; 
	color:#eee;
}

#nav {
	background-color:#990000; 
	background-image:url(images/bg_nav.jpg);
	color:#FFFFFF; 
	letter-spacing:.2em;
	font-size: 11px;
	padding: 4px;
	text-transform: uppercase;
	text-align: center;
}
#nav a {color:#FFFFFF;
	padding: 3px;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;	
	font-size: 11px;
}
#nav a:hover {
	background-image:url(images/bg_raster.png);
	background-position: 0px 1px;
	background-repeat: repeat-x;
	text-shadow:#000000;
	color: #FFFFCC;
	}

#nav li {
	display: inline;
}

#nav .current_page_item a {
	background-image:url(images/bg_raster.png);
	background-position: 0px 1px;
	background-repeat: repeat-x;
	text-shadow:#000000;
	color: #66CCFF;
}

#halfcolumn {
	margin-top: 40px;
	width: 440px;
	margin-left: 10px;
	float: left;
	background-color: red;}

/* colors for links, etc. */
a {color: #CC0000;}
a:hover {color:#C00;}


/* misc */
ul.bullet li {
	list-style-type:square; 
	margin:0 0 0 15px;
}

.websites {
	background-image:url(images/bg_websites.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content .entry li {
	list-style-type: square;
	line-height: 150%;
	margin:0 0 0 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content .entry li.delicious-post {list-style-type: none;
	margin: 0px;
}


/* remove ugly dotted lines in FF */
a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

#podcast {
	float: right;
	margin-top: 10px;
}
	
.post-edit-link {float: right;}

