/*

Theme Name: muzo's teh blog ar (not) dead
Theme URI: http://mawsh.com/labs/tehblogarnotdead/
Description: A Sweetcron theme that is based on mawsh's the blog ar not dead.
Version: 1.0
Author: muzo
Author URI: http://www.muzob.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h2 .a
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global */

html {height:100%;margin-bottom:1px;}

body {
	background: #eee url('i/darkwood.jpg') top center repeat;
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	color: #B8B8B8;
	text-align: center;
	font-size: 100%;
	}

a, a:visited {
	color: #0066cb;
	text-decoration: none;
	}

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

input, textarea {
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	}

input {
	}

textarea {
	}

hr {
	border: 1px dotted #DADADA;
	height: 1px;
	clear: both;
	margin: 10px 0px;
	}

code {
	color: #0066CB;
	font-weight: bold;
	background: #FAFAFA;
	padding: 0 3px;
	border: 1px solid #EAEAEA;
	}

/* Site Specific */

.container {
	clear: both;
	font-size: 1.0em;
	line-height: 1.0em;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 940px;
	}


/* Header & Profile */



#header, #profile {
	clear: both;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
	}

	#header {
		background: #000 ;
		height: 50px;
		}

		#header #toggle {
			cursor: pointer;
			position: absolute;
			left: 620px;
			top: 13px;
			height: 25px;
			width: 80px;
			}

		#header-titles {
			position: absolute;
			width: 100%;
			top: 0px;
			left: 0px;
			z-index: 500;
			}

		#header #learn {
			background: url('i/learn-more.png') 620px 13px no-repeat;
			height: 50px;
			}

		#header.active #learn {
			background: url('i/learn-less.png') 620px 13px no-repeat;
			}

		#header-titles #site-title {
			color: #fff;
			font-size: 1.125em;
			font-weight: bold;
			left: 0px;
			padding-left: 20px;
			position: absolute;
			top: 12px;
			}			

			#header-titles #site-title a {
				color: #fff;
				line-height: 24px;
				}
		
		#header-titles #rss-feed {
			background: url('i/feed-icon-14x14.png') 0 3px no-repeat;
			font-size: 0.75em;
			padding-left: 20px;
			padding: 1px 0 5px 20px;
			position: absolute;
			top: 15px;
			left: 740px;
			}
		
		#header-titles #rss-feed a {
			color: #dc6022;
			}
		
		#header-titles #rss-feed a:hover {
			color: #fff;
			}
	
		#header-titles #menu {
			font-size: 0.75em;
			font-weight: bold;
			padding-left: 20px;
			padding: 1px 0 5px 20px;
			position: absolute;
			top: 15px;
			left: 740px;
			}
		
		#header-titles #menu a {
			color: #0066cb;
			}
		
		#header-titles #menu a:hover {
			color: #555555;
			}
		
	#profile {
		background: #eee url('i/darkwood.jpg') top center repeat 0 0;
		z-index: 100;
			/* Uncomment to float profile */
			/*
			position: absolute;
			top: 50px; left: 0px;
			*/
		}

		#profile .wrap {
			float: left;
			position: relative;
			width: 940px;
			}

		#profile #profile-pic {
			border: 10px solid #111;
			float: left;
			position: relative;
			left: 20px;
			top: 25px;
			width: 120px;
			}
		
		#profile #profile-about {
			color: #b8b8b8;
			float: left;
			padding-left: 40px;
			margin-top: 20px;
			width: 520px;
			}

			#profile #profile-about h2, #profile #profile-feeds h2 {
				color: #0066cb;
				font-size: 0.9em;
				font-weight: bold;
				padding-top: 10px;
				margin-bottom: 5px;
				}
			
			#profile #profile-about p, #profile #profile-feeds p {
				font-size: 0.8em;
				line-height: 1.4em;
				}
		
		#profile #profile-feeds {
			float: right;
			margin-top: 20px;
			width: 200px;
			}

			#profile #profile-feeds p {
				padding: 10px 0;
				height: 22px;
				}

				/* Add more classes as needed */

				#profile #profile-feeds .twitter {
					background: url('http://www.twitter.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .flickr {
					background: url('http://www.flickr.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .youtube {
					background: url('http://www.youtube.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .digg {
					background: url('http://www.digg.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .facebook {
					background: url('http://www.facebook.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .linkedin {
					background: url('http://www.linkedin.com/favicon.ico') 0px 5px no-repeat;
					}

			#profile #profile-feeds a:hover {
				color: #fff;
				}
		
		#profile #profile-tags {
			clear: both;
			padding: 30px 20px 15px;
			float: left;
			width: 680px;
			}

			#profile #profile-tags ul, #body #main_container #single_container .tag_list {
				list-style-type: none;
				padding: 5px 0;
				}
			
			#profile #profile-tags li, #body #main_container #single_container .tag_list li {
				color: #fff;
				display: inline;
				margin: 0;
				font-size: 0.8em;
				}

				#body #main_container #single_container .tag_list li {
					color: #555;
					}
			
			#profile #profile-tags li a {
				color: #626262;
				}
			
			#profile #profile-tags li a:hover {
				color: #ddd;
				}

			#profile #search_form {
				padding-top: 5px;
				position: absolute;
				top: 213px;
				left: 740px;
				}
			
			#profile #search_form p {
				color: #fff;
				font-size: 0.8em;
				margin-bottom: 5px;
				padding-bottom: 5px;
				}

				#profile #search_form input {
					background: #101010;
					border: 0;
					border-top: 1px solid #000;
					color: #fff;
					font-size: 0.8em;
					padding: 5px 7px;
					height: 15px;
					vertical-align: middle;
					width: 110px;
					}
				
				#profile #search_form #submit {
					background: #000;
					border: 1px solid #000;
					color: #fff;
					height: 26px;
					margin-left: 2px;
					padding: 0 2px;
					width: 60px;
					text-transform: uppercase;
					}


/* Body */

#body, #footer {
	clear: both;
	float: left;
	position: relative;
	}

	/* Home/breakdcrumb bar */

	#body .home {
		font-size: 0.8em;
		padding: 20px 0;
		border-bottom: 2px solid #b8b8b8;
		}


	/* Blog items */

	#body #blog-items {
		background: transparent url('i/bg-blog-items.jpg') no-repeat;
		height: 231px;
		margin: 20px 0 0;
		padding: 30px 20px 20px;
		width: 900px;
		}

		#body #blog-items #latest {
			float: left;
			width: 680px;
			}

			#body #blog-items #latest h2 {
				font-size: 1.7em;
				font-weight: bold;
				margin: 5px 0 15px;
				}
			
			#body #blog-items #latest small {
				color: #626262;
				display: block;
				font-size: 0.7em;
				margin-bottom: 20px;
				}
			
			#body #blog-items #latest p {
				color: #000;
				font-size: 0.875em;
				line-height: 1.8em;
				}

				#body #blog-items #latest .readmore {
					margin-top: 20px;
					}

				#body #blog-items #latest .readmore a {
					background: #0066cb;
					color: #fff;
					font-size: 0.8em;
					padding: 3px 5px;
					}
				
				#body #blog-items #latest .readmore a:hover {
					background: #333;
					}

		#body #blog-items #recent {
			float: right;
			width: 190px;
			}

			#body #blog-items #recent h2 {
				background: url('http://www.muzob.com/favicon.ico') no-repeat;
				color: #000;
				font-size: 1.06em;
				font-weight: bold;
				padding-left: 20px;
				margin-bottom: 15px;
				}
				
				#body #blog-items #recent h2 a {
					color: #000;
					}
			
			#body #blog-items #recent li {
				font-size: 0.875em;
				margin-bottom: 10px;
				}
				
				#body #blog-items #recent li h3 {
					font-weight: normal;
					}

					#body #blog-items #recent li h3 a {
						display: block;
						padding: 5px 0;
						}

					#body #blog-items #recent li h3 .selected {
						background: #0066cb url('i/bg-gen.png');
						border: 1px solid #fff;
						color: #fff;
						font-weight: normal;
						padding: 4px 7px;
						}
				
				#body #blog-items #recent li small {
					color: #626262;
					font-size: 0.8em;
					}
				
				#body #blog-items #recent li .readmore {
					font-size: 0.9em;
					font-weight: bold;
					}
	
	/* All items */
	
	#body #items {
		float: left;
		margin: 20px 0 0;
		width: 700px;
		}

		#body #items li {
			display: inline;
			float: left;
			height: 300px;
			padding-bottom: 1px;
			margin-left: 20px;
			margin-bottom: 40px;
			width: 220px;
			}

			#body #items li.first {
				clear: left;
				margin-left: 0;
				}
			
			#body #items li .meta {
				color: #b8b8b8;
				font-size: 0.69em;
				height: 20px;
				overflow: hidden;
				padding-left: 20px;
				}

				#body #items li .meta a {
					color: #0066cb;
					font-size: 1.15em;
					}
				
				#body #items li .meta a:hover {
					color: #626262;
					}
					
			#body #items li .date {
				color: #b8b8b8;
				font-size: 0.60em;
				height: 20px;
				overflow: hidden;
				}

				#body #items li .date a {
					color: #0066cb;
					font-size: 1.05em;
					}
				
				#body #items li .date a:hover {
					color: #626262;
					}
					
			
			#body #items li .box {
				cursor: pointer;
				font-size: 0.8em;
				line-height: 1.4em;
				height: 280px;
				position: relative;
				}

				/* Twitter */

				#body #items li .twitter {
					background: url('i/twitterback.jpg') no-repeat;
					}
					

					#body #items li .twitter .profile-pic {
						border: 0px solid #fff;
						position: absolute;
						top: 20px;
						left: 20px;
						}
						
					#body #items div.speech_tail {
    					height: 100px;
					    background: transparent url(i/speech_tail.gif) 35px 90px no-repeat;
						}

					#body #items p.twitter_tweet {
						background: white;
						padding: 8px 12px;
						overflow: hidden;	
						background: white url(i/twitterdither.gif) bottom left repeat-x;
						border: 4px solid #DDD;
						border-style: none none solid none;
						margin: 0 20px;
						font-weight: bold;
						color: black;
						word-wrap: break-word;
						}
					
					#body #items p.twitter_tweet a {
						color: black;
						word-wrap: break-word;
						}
					
					#body #items li .twitter .content {
						position: absolute;
						top: 85px;
						left: 40px;
						width: 130px;
						}
					
					#body #items li .twitter .content a {
						color: #555;
						}

				/* Last.fm */

				#body #items li .last {
					background: url(i/lastback.png) no-repeat scroll right bottom;
					}
					

					#body #items li .last .loved-pic {
						position: absolute;
						top: 220px;
						left: 153px;
						}
					
					#body #items li .last .cover-pic {
						position: absolute;
						top: 20px;
						left: 60px;
						width:100px;
						height:100px; 
						}
					#body #items li .last .jewel-pic {
						position: absolute;
						top: 16px;
						left: 47px;
						width:118px;
						height:109px; 
						}
						
					#body #items li .last .mp3-player {
						position: absolute;
						top: 175px;
						left: 20px;
						margin-top: 5px;
						}
						
					#body #items div.speech_tail {
    					height: 100px;
					    background: transparent url(i/speech_tail.gif) 35px 90px no-repeat;
						}

					#body #items p.last_title {
						position: absolute;
						top: 135px;
						overflow: hidden;	
						margin: 0 20px;
						color: white;
						font-size: 11px;
						}
						
					#body #items p.last_title a {
						color: white;
						}
					
					#body #items li .last .content {
						position: absolute;
						top: 75px;
						left: 40px;
						width: 130px;
						}
					
					#body #items li .last .content a {
						color: black;
						}

						
				/* Stumbleupon */
				
				#body #items li .stumble {
					background: url('i/suback2.png') no-repeat;
					}
					
					#body #items li .stumble .title {
						color: #black;
						font-weight: bold;
						font-size: 0.85em;
						text-align: center;
						left: 20px;
						position: relative;
						top: 25px;
						width: 180px;
						}
						
					#body #items li .stumble .title a {
						color: black;
						}
					
					#body #items li .stumble .content {
						color: #black;
						font-weight: bold;
						font-size: 0.85em;
						text-align: center;
						left: 20px;
						position: relative;
						top: 25px;
						width: 180px;
						}
					
					#body #items li .stumble .content a {
						text-align: center;
						color: #fff;
						}
						
						#body #items li .stumble .content a:hover {
						color: #bbb;
						text-decoration: underline;
						}
				
				/* Youtube */
				
				#body #items li .youtube {
					background: url('i/youtubebackgr.gif') no-repeat;
					}
					
					#body #items li .youtube .content {
						color: #fff;
						font-weight: bold;
						font-size: 0.85em;
						text-align: center;
						left: 20px;
						position: relative;
						top: 5px;
						width: 180px;
						}
					
					#body #items li .youtube .content a {
						color: #fff;
						}
						
						#body #items li .youtube .content a:hover {
						color: #bbb;
						text-decoration: underline;
						}
						
				/* Vimeo */
				
				#body #items li .vimeo {
					background: url('i/vimeoback.png') no-repeat;
					}

					#body #items li .vimeo .content {
						color: #fff;
						font-weight: bold;
						font-size: 0.85em;
						text-align: center;
						left: 20px;
						position: relative;
						top: 5px;
						width: 180px;
						}
					
					#body #items li .vimeo .content a {
						color: #fff;
						}
						
						#body #items li .vimeo .content a:hover {
						color: #000;
						text-decoration: underline;
						}
				
				/* Photo */
				
				#body #items li .photo {
					}

					#body #items li .photo .content {
						background: url('i/bg-photo.png');
						color: #aaa;
						font-size: 0.7em;
						line-height: 1.3em;
						height: 30px;
						padding: 20px;
						position: absolute;
						top: 210px;
						left: 0;
						width: 180px;
						}
					
					#body #items li .photo .content strong {
						color: #fff;
						font-size: 1.17em;
						font-weight: bold;
						}
					
					#body #items li .photo .content a {
						color: #fff;
						}
						
				/* footbaLLove*/
				
				#body #items li .fl {
					}

					#body #items li .fl .content {
						background: url('i/bg-photo.png');
						color: #aaa;
						font-size: 0.80em;
						line-height: 1.0em;
						height: 90px;
						padding: 20px;
						position: absolute;
						top: 150px;
						left: 0;
						width: 180px;
						}

					
					#body #items li .fl .content strong {
						color: #0066cb;
						font-size: 1.17em;
						font-weight: bold;
						}
					
					#body #items li .fl .content a {
						color: #0066cb;
						}	
							
				/* tinkeringwithin*/
				
				#body #items li .tw {
					background: url('i/bg-tw.png');
					}

					#body #items li .tw .content {
						background: url('i/bg-photo.png');
						color: #aaa;
						font-size: 0.9em;
						line-height: 1.3em;
						height: 130px;
						padding: 20px;
						position: absolute;
						top: 110px;
						left: 0;
						width: 180px;
						}
					
					#body #items li .tw .content strong {
						color: #ff;
						font-size: 1.17em;
						font-weight: bold;
						font-variant: small-caps;
						}
					
					#body #items li .tw .content a {
						color: #fff;
						}		

				
				/* Blog */
				
				#body #items li .blog {
					background: url('i/bg-item.png') no-repeat;
					}

					#body #items li .blog .title {
						background: #0066cb url('i/bg-gen.png');
						border: 1px solid #ececec;
						color: #fff;
						font-weight: bold;
						padding: 10px 20px;
						}

						#body #items li .blog .title a {
							color: #fff;
							}
					
					#body #items li .blog .content {
						font-size: 0.95em;
						color: black;
						padding: 10px 20px;
						word-wrap: break-word;
						}
						
				/* Digg */
				
				#body #items li .digg {
					background: url('i/diggback.gif') no-repeat;
					}

					#body #items li .digg .title {
						background: #333 url('i/bg-post.gif');
						color: #fff;
						font-weight: bold;
						padding: 10px 20px;
						}

						#body #items li .digg .title a {
							color: #000;
							}
					
					#body #items li .digg .content {
						color: #e6e6e6;
						font-size: 0.95em;
						padding: 10px 20px;
						}

				/* Google Reader */
				
				#body #items li .google {
					border-color: #0066cb;
					border-style: solid;
					border-width: 2px;
					background: white;
					}

					#body #items li .google .title {
						border-left-color: #3964bd;
						border-bottom-color: #3964bd;
						border-right-color: #3964bd;
						border-top-color: #3964bd;
						border-style: solid;
						background: #eaeef7 url('i/gstar.png') 7px 10px  no-repeat;
						color: #fff;
						font-family: sans-serif;
						font-weight: bold;
						font-size: 13px;
						padding: 10px 35px;
						
						}

						#body #items li .google .title a {
							color: #000;
							}
					
						#body #items li .google .source-title {
							font-size: 11px;
							font-weight: normal;
							color: #666666;
							}
					
					#body #items li .google .content {
						color: #000;
						font-family: sans-serif;
						font-size: 12px;
						padding: 10px 20px;
						}
						
						#body #items li .google .content a {
						position: absolute;
						top: 250px;
						left: 5px;
						width: 180px;
					}
					
				/* Read It Later */
				
				#body #items li .readitlater {
					border-color: #ffd117;
					border-style: solid;
					border-width: 2px;
					background: #eee;
					}

					#body #items li .readitlater .title {
						background: #2a2a2a url('i/readitlater.png') 7px 10px  no-repeat;
						color: #fff;
						font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
						font-weight: bold;
						font-size: 12px;
						padding: 10px 35px;
						
						}

						#body #items li .readitlater .title a {
							color: #fff;
							}
					
						#body #items li .readitlater .source-title {
							font-size: 11px;
							font-weight: normal;
							color: #666666;
							}
					
					#body #items li .readitlater .content {
						color: #000;
						font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
						font-size: 12px;
						padding: 10px 20px;
						}
						
						#body #items li .readitlater .content a {
						position: absolute;
						top: 250px;
						left: 20px;
						width: 180px;
					}
				
				/* Generic */
				
				#body #items li .gen {
					}

					#body #items li .gen .title {
						background: #333 url('i/bg-gen-grey.png');
						border: 1px solid #ececec;
						color: #fff;
						font-weight: bold;
						padding: 10px 20px;
						}

						#body #items li .gen .title a {
							color: #fff;
							}
					
					#body #items li .gen .content {
						font-size: 0.85em;
						padding: 10px 20px;
						}
						
	/* Twitter Widget */

	#body #twitter {
		background: url("i/bg-twitterwidget.jpg") repeat scroll 0 0 #FFFFFF;
		float: left;
		margin: 40px 0 0 20px;
		width: 220px;
		}
	
	/* Pagination */

	#body #pagination {
		border-top: 2px solid #b8b8b8;
		clear: both;
		font-size: 0.8em;
		font-weight: bold;
		float: left;
		margin-top: 20px;
		margin-bottom: 30px;
		padding: 20px 0;
		width: 940px;
		}

		#body #pagination a {
			background: #0066cb;
			color: #fff;
			font-weight: normal;
			padding: 1px 5px;
			}
		
		#body #pagination a:hover {
			background: #333;
			}
	
	/* Single Template */
	
	#body #main_container {
		background: #fff url('i/bg-item3.png') repeat;
		border: 1px solid #ececec;
		margin: 20px 0;
		padding: 20px;
		width: 898px;
		color: black;
		}

		/* Breadcrumb */
		
		#body #main_container .breadcrumb {
			font-size: 0.8em;
			padding: 0 0 20px;
			margin-bottom: 30px;
			border-bottom: 2px solid #b8b8b8;
			}

		#body #main_container #single_container {
			width: 900px;
			}

			#body #main_container #single_container h2 {
				font-size: 1.8em;
				font-weight: bold;
				line-height: 1.5;
				margin: 5px 0 15px;
				}
				
			#body #main_container #single_container small {
				color: #626262;
				display: block;
				font-size: 0.7em;
				margin-bottom: 20px;
				}
			
			#body #main_container #single_container p {
				font-size: 0.8em;
				line-height: 1.8em;
				margin-bottom: 15px;
				}
			
			#body #main_container #single_container em, #body #main_container #single_container i {
				font-style: italic;
				}
			
			#body #main_container #single_container strong, #body #main_container #single_container b {
				font-weight: bold;
				}
			
			#body #main_container #single_container ul, #body #main_container #single_container ol {
				margin-bottom: 15px;
				}

				#body #main_container #single_container ul {
					list-style-type: disc;
					}
				
				#body #main_container #single_container ol {
					list-style-type: decimal;
					}

				#body #main_container #single_container li {
					font-size: 0.8em;
					line-height: 1.8em;
					margin-left: 25px;
					}

/* Footer */

#footer {
	font-size: 0.6em;
	float: left;
	width: 100%;
	padding: 10px 0;
	}

	/* Link love! */

	#footer .tehblogarnotdead a {
		background: #333;
		border-left: 5px solid #666;
		color: #ddd;
		float: left;
		padding: 5px 7px;
		}
	
	#footer .sweetcron {
		float: right;
		padding: 5px 0;
		}
		
		
/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 65px;
	height: 160px;
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #000000;
}
#kwick_2 {
	background-color: #000000;
}
#kwick_3 {
	background-color: #000000;
}
#kwick_4 { 
	background-color: #000000;
}
#kwick_5 { 
	background-color: #000000;
}
#kwick_6 {
	background-color: #000000;
}
#kwick_7 {
	background-color: #000000;
}
#kwick_8 { 
	background-color: #000000;
}
#kwick_9 { 
	background-color: #000000;
}
#kwick_10 {
	background-color: #000000;
}
#kwick_11 {
	background-color: #000000;
}
#kwick_12 { 
	background-color: #000000;
}

#kwick_13 { 
	background-color: #000000;
}
.kwicks.horizontal #kwick_13 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_13 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

