/*
Theme Name: KNK Theme
Theme URI: http://wordpress.org/
Description: KNK Theme, for Kit-N-Kaboodle.
Version: 0.1
Author: Matthew D.Kenyon
Author URI: http://www.bydevelop.com/
Tags: fixed width, six columns, etc

*/

/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { 
margin: 0; 
padding: 0; 
}

h1, h2, h3, h4, h5, h6 { 
margin: 0; 
padding: 0; 
font-size: 100%; 
font-weight: normal; 
}

address, caption, cite, code, dfn, em, strong, var { 
font-style: normal; 
font-weight: normal; 
}

ol, ul { 
list-style: none; 
margin: 0; 
padding: 0; 
}

table { 
border-collapse: collapse; 
border-spacing: 0; 
} 

caption, th { 
text-align: left; 
font-weight: normal; 
font-style: normal; 
}

acronym, abbr, fieldset, img { 
border: 0;
}
:focus { 
outline: 0; 
}


/*	Begin Links */
a {
	text-decoration: none;
}
/*	End Links */

/*	Headings */
h1 {
	width: 170px;
	float: left;
	margin-right: 20px;
	padding-top: 30px;
}
h1 a {
	display: block;
	text-indent: -9000px;
	background-image: url(images/knk_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 127px;
	height: 44px;
}
#header h2 {
	float: left;
	width: 500px;
	padding: 35px 0px 0px 10px;
	font-size: 18px;
	line-height: 18px;
	color: #CCCCCC;
}
#header h2 p {
	width: 500px;
}

h4 {
	color: #999999;
	font-weight: bold;
	padding-bottom: 2px;
}
#legal {
	font-size: 10px;
	color: #808080;
}
strong {
	font-weight: bold;
}

/*	Begin Layout */
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #4d4d4d;
}
#wrap-page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#header {
	height: 100px;
	background-color: white;
	padding-top: 20px;
}
#branding {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar {
	width: 170px;
	font-size: 12px;
	color: #999999;
	float: left;
	margin-right: 20px;
}
#sidebar p {
	padding: 0px 0px 12px 0px;
}
#sidebar a {
	color: #999999;
}
#sidebar a:hover {
	color: white;
}

#content {
	float: left;
	margin-top: 10px;
}

#footer {
	width: 170px;
	padding-top: 20px;
	clear: both;
	height: 200px;
}

#knk-login {
	background-color: #f2f2f2;
	width: 180px;
	font-size: 12px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	color: #4d4d4d;
}
#knk-login p {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
#knk-login p a {
	color: black;
}

/*	Borders */
#nav-main {
	padding: 10px 0px 30px 0px;
}
#contact, #testimonials, #links, #legal, #social-links {
	padding: 5px 0px 18px 0px;
	
}
#testimonials h2 {
	color:#999999;
	font-weight: bold;
}
#quoteauthor {
	color: #999999;
	display: block;
}
#quoteauthor:before {
	content:'- ';
}

/*	Main Navigation */

#nav-main a {
	text-shadow: 0px 0px 1px #4d4d4d;
	font-size: 18px;
	line-height: 18px;
	color: #999999;
}
#nav-main #info a:hover, .current#info a{
	color: #00caff;
}
#nav-main #blog a:hover, .current#blog a{
	color: #c000ff;
}
#nav-main #portfolio a:hover, .current#portfolio a{
	color: #ed1e79;
}
#nav-main #process a:hover, .current#process a{
	color: #fb123b;
}
#nav-main #product a:hover, .current#product a{
	color: #a67c52;
}
#nav-main #press a:hover, .current#press a{
	color: #00c081;
}
/*	End Main Navigation */

/*	Social Links */
#social-links {
	position: relative;
}
#social-links li {
	position: relative;
	width: 170px;
	height: 28px;
	background-position: top left;
	background-repeat: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin-bottom: 5px;
}
#social-links a {
	position: static;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}
#social-fb {
	background-image: url(images/fb_out.gif);
}
#social-fb:hover {
	background-image: url(images/fb_over.gif);
}
#social-tw {
	background-image: url(images/twitter_out.gif);
}
#social-tw:hover {
	background-image: url(images/twitter_over.gif);
}


/*	Posts */
.post {
	width: 740px;
	clear: left;
	float: left;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.post p a {
	text-decoration: underline;
}
.post.category-info {
	border-color: white;
}
.entry .post.category-info a {
	color: white;
}
.entry .post.category-blog a {
	color: #00FF9A;
}
.entry .post.category-portfolio a {
	color: #FF00FF;
}
.entry .post.category-process a {
	color: #00FFFF;
}
.entry .post.category-products a {
	color: #A99DFF;
}
.entry .post.category-press a {
	color: #FFFF60;
}
.post-header {
	padding-top: 5px;
	width: 740px;
	padding-bottom: 12px;
	float: left;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}
.category-info .post-header {
	background-color: #00caff;
}
.category-blog .post-header {
	background-color: #c000ff;
}
.category-portfolio .post-header {
	background-color: #ed1e79;
}
.category-process .post-header {
	background-color: #fb123b;
}
.category-products .post-header {
	background-color: #a67c52;
}
.category-press .post-header {
	background-color: #00c081;
}
.post-header h3 {
	font-size: 18px;
	line-height: 18px;
	width: 480px;
	float: left;
	color: #4d4d4d;
	padding-left: 10px;
	padding-right: 10px;
}
.post-header h3 a {
	color: #4d4d4d;
}
.post-info {
	padding-left: 70px;
	width: 170px;
	font-size: 12px;
	float: right;
	color: #4d4d4d;
}
.post-info a {
	color: #4d4d4d;
}
.entry .post-info {
	padding-bottom: 20px;
	padding-top: 40px;
	font-size: 10px;
	line-height: 12px;
	clear: left;
}
.entry {
	width: 560px;
	float: left;
	clear: left;
	background-color: white;
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
}
.single .entry {
	padding-bottom: 80px;
}
.entry p {
	width: 480px;
	font-size: 14px;
	color: #808080;
	padding-top: 10px;
	padding-left: 10px;
}
.entry p strong {
	font-weight: bold;
	color: #4d4d4d;
}
.entry p em {
	font-style: italic;
}
.entry p a {
}
.entry-share {
	font-size: 10px;
	padding-left: 10px;
	float: left;
	width: 170px;
	padding-top: 5px;
}
.entry-share a {
	display: block;
	color: #4d4d4d;
}
.postinfo {
	font-size: 10px;
	width: 560px;
	color: grey;
	padding-top: 60px;
	float: left;
}
.more-link {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
}

/*	End Posts */


/*	Comments */
.wrap-comments {
	font-size: 10px;
	float: left;
	clear: left;
	background-color: #ffffbd;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	width: 740px;
}

#comment-title {
	font-size: 24px;
	color: #4d4d4d;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #ffff00;
	width: 550px;
}

.comment {
	font-size: 12px;
	width: 740px;
	clear: left;
	float: left;
	margin-top: 1px;
	background-color: #ffffbd;
}
.comment-body {
	width: 560px;
	font-size: 12px;
	float: left;
	min-height: 40px;
	background-color: #ffff00;
	padding-bottom: 30px;
}
.vcard {
	width: 170px;
	float: left;
	color: #4d4d4d;
	padding: 5px 0px 0px 10px;
	background-color: #ffffbd;
	font-size: 10px;
}
.comment p {
	font-size: 12px;
	padding: 5px 20px 10px 10px;
	color: #4D4D4D;
}


#respond {
	padding-top: 20px;
	padding-left: 10px;
	width: 550px;
	float: left;
	background-color: #ffff00;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
}
#respond h3 {
	font-size: 24px;
	color: #4d4d4d;
}
#respond p {
	font-size: 12px;
	color: #4d4d4d;
	padding-bottom: 10px;
}
#respond textarea {
	border: none;
	margin: 0px 0px 0px 0px;
	width: 540px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/*	End Comments */


/*	NEXTGEN GALLERY */
.ngg-albumoverview {
	width: 540px;
	margin: 20px 10px 0px 10px;
}
.ngg-album {
	width: 100px;
	padding: 10px;
	margin-right: 10px;
	float: left;
	background-color: #f2f2f2;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.post .ngg-albumoverview .ngg-album:hover {
	background-color: grey;
}
.ngg-albumtitle {
	padding: 5px 5px 0px 0px;
	color: white;
}
.ngg-album .ngg-albumtitle a{
	color: white;
	font-size: 12px;
}
.post .ngg-album:hover {
	background-color: grey;
}
.ngg-albumcontent {
}
.ngg-thumbnail img{
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
.ngg-description {
	font-size: 10px;
	color: white;
}
.ngg-galleryoverview{
	width: 560px;
	float: left;
	margin: 20px 0px -10px 0px;
}
.ngg-galleryoverview h4 {
	color: #4d4d4d;
	padding: 5px 0px 10px 10px;
	font-size: 12px;
}
.ngg-gallery-thumbnail-box {
	float: left;
}
.ngg-gallery-thumbnail-box:hover {
	background-color: white;
}
.ngg-gallery-thumbnail {
	margin-left: 10px;
	margin-bottom: 10px;
}
.ngg-gallery-thumbnail a {
}
.ngg-gallery-thumbnail a img {
	width: 100px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.ngg-gallery-thumbnail img:hover {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
/*	NEXTGEN END */