/*
Theme Name: Smart and Silky
Theme URI: http://www.smartandsilky.com
Description: Smart and Silky custom design
Version: 0.1
Author: Jason Piemeisl
Author URI: http://jpiemeisl.com/

	Smart and Silky 0.1
	 http://www.smartandsilky.com

	This theme has been custom created for 
	SmartandSilky.com

*/

@import url('reset-min.css');

body {
	margin: 0;
	padding: 0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background: #ffffff;
}

h1,h2,h3,h4,h5,h6 
{
  font-family: "Arial", Helvetica, sans-serif;
	margin: 0;
	padding:0;
	font-weight: normal;
	color: #333;
	line-height:1.3em;
	padding:0;
}
h1 { font-size: 2em; line-height: 1.2em; }
h2 { font-size: 2em; line-height: 1.2em; padding-bottom: 15px; }
h3 { font-size: 1.3em;}
h4 { font-size: 1.3em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1.1em;}

p, ol, ul {
	margin: 0 0 0.5em 0;	
}
a:link, a:visited 
{
  color:#739dd3;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
em {
  font-style: italic;
}
strong {
  font-size: 13px;
  font-weight: bold;
}
img {
	border: none;
}
blockquote
{
	margin:0 1em;
	padding:0 1.5em;
	font-style:italic;
	background:url(images/quote.gif) no-repeat left top;
	color:#666;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 80%;
}
sub {
  top: 0.4em;
}
pre, code
{
	display:block;
	margin:1em;
	padding:1em;
	font-family:"Courier New", Arial, Verdana, Serif;
	font-size:1em;
}
abbr, acronym
{
	cursor:help;
}
hr
{
	clear:both;
	margin-top:5px;
	color:#eee;
}
table
{
	width:100%;
	border:#eee 1px solid;
	padding:5px;
}
th
{
	text-align:left;
	background:#bbd;
}
tr.even
{
	background:#eef;
}
th, td
{
    padding:5px;
}
.clear
{
	clear:both;	
}
/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}

/* Header */
#header {
	width: 900px;
	height: 90px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#logo {
  display: block;
  width: 90px;
  float: left;
  padding: 8px 0 0 0;
}
#logo h1 {
	display: block;
}
#logo h1 a {
	display: block;
	height: 68px;
	width: 90px;
	text-indent: -9999px;
	background: url(images/logo.jpg) 0 0 no-repeat;
}
.link {
  display: block;
  width: 221px;
  float: right;
  padding: 53px 1px 11px 0;
}
.link h5 {
  display: block;
  position: relative;
  height: 27px;
  width: 221px;
  text-indent: -9999px;
  background: url(images/link_cart.jpg) 0 0 no-repeat;
}
.link h5 a {
  display: block;
  height: 15px;
  width: 65px;
  position: absolute;
  top: 10px;
  left: 57px;
}
.link h5 a:focus,
#logo h1 a:focus {
  outline: none;
}

/* Page Menu */
#menu {
  display: block;
	margin:0;
	padding:0;
	position: absolute;
	top: 51px;
	left: 103px;
}
#menu ul {
  display: block;
}
#menu ul li {
  float: left;
  list-style-type: none;
  display: block;
  height: 25px;
  padding-left: 3px;
}	
#menu li a {
  display: block;
  text-indent: -9999px;
  height: 25px;
  width: 89px;
  background: url(images/nav_sprite.jpg) 0 0 no-repeat;
}
#menu li.page-item-24,
#menu li.page-item-16,
#menu li.page-item-18,
#menu li.page-item-20 {
  display: none;
}
#menu li.page-item-12 a { width: 84px; background-position: 0 -25px; }
#menu li.page-item-2 a { width: 185px; background-position: -88px -25px; }
#menu li.page-item-14 a { width: 191px; background-position: -276px -25px; }

#menu li.page-item-12 a:hover { width: 84px; background-position: 0 0; }
#menu li.page-item-2 a:hover { width: 185px; background-position: -88px 0; }
#menu li.page-item-14 a:hover { width: 191px; background-position: -276px 0; }

#menu li a:focus {
  outline: none;
}
.entry object { outline:none; }

/* Categories Menu */
#catmenu 
{
	padding:0;
	font-weight:bold;
	margin:0;
}
#catmenu ul 
{
	width:742px;
	margin:0 auto;		
	list-style:none;	
	padding:5px 0;
	text-transform:lowercase;
	font-family:Trebuchet MS, Arial, Serif;
	font-size:1.2em;
	line-height:1.6em;
	background:#5f3f26;
}
#catmenu ul li 
{
    
    display:inline;
    margin:0;
    list-style:none;      
    background:none;	
    padding:0;
}	
#catmenu ul li a 
{	 
	color:#333;
	border-bottom:none;
	padding:6px 10px;
    margin:0;
    text-decoration:none; 
}	
#catmenu #searchform
{
	float:right;	
	margin:0;
	padding:6px 10px;
}
#catmenu ul li a:hover,
#catmenu ul li a:active,
#catmenu ul li.current-cat a
{
    color:#333;  
    border-bottom:none;
    background-color:#f2f2f2;
}
/* Search Form*/
#searchform #s {
	margin: 0; 
	width: 150px;	
	background:#fff url(images/search.png) no-repeat 4px center;
	padding:0 15px;
	border:1px solid #ccc;
}
#btnsearch
{
   	display:none;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	clear: both;
}

/* Content */
#content {
	margin:0;		
}
.main-cap {
  display: block;
  width: 900px;
  height: 23px;
  background: url(images/bg_main_top.jpg) bottom left no-repeat;
  margin: 21px 0 0 0;
}
#main-cap { /*isolated rule for homepage layout */
  margin-top: 12px;
  text-indent: -9999px;
}
.main-tile {
  width: 857px;
  background: url(images/bg_main_tile.jpg) 0 0 repeat-y;
  padding: 10px 0 10px 43px;
  overflow: hidden;
}
.main-btm {
  display: block;
  width: 900px;
  height: 23px;
  background: url(images/bg_main_btm.jpg) 0 0 no-repeat;
  margin: 0 0 30px 0;
  text-indent: -9999px;
}
#content ul li {
  padding: 0 0 0 8px;
  background: url(images/bullet.jpg) left 7px no-repeat;
}
/* Homepage */
.main-home {
  display: block;
  position: relative;
  width: 900px;
  background: url(images/bg_main_home_btm.jpg) bottom left no-repeat;
  overflow: hidden;
}
.home-main-content {
  width: 470px;
  background: url(images/bg_home_main.png) 0 0 no-repeat;
  padding: 67px 390px 45px 40px;
}
.home-main-content p {
  padding: 5px 15px 5px 0;
}
.navigation {
	margin:1em 0;
	padding:1em 0;
	text-align:center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.node,
.large-node {
  display: block;
  width: 205px;
  float: left;
  padding-right: 32px;
}
.large-node {
  width: 370px;
  padding-right: 0;
  position: relative;
}
.node p {
  line-height: 16px;
  padding: 8px 0 0 0;
  margin: 0;
}
.ie6 .node p,
.ie7 .node p {
  line-height: 16px;
  padding: 4px 0 0 0;
}
.large-node .news h4 {
  height: 26px;
  width: 359px;
  background: url(images/news_module_top.jpg) bottom left no-repeat;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 0 6px 10px;
}
.large-node .news h4 a {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #284c87;
  text-align: right;
  padding-right: 40px;
}
.large-node .news h5 {
  width: 309px;
  background: url(images/news_module_btm.jpg) bottom left no-repeat;
  padding: 10px 30px 24px;
  color: #739dd3;
  font-size: 16px;
}
.large-node .facebook {
  padding: 5px 0;
}
.large-node .facebook .fb-link {
  float: left;
  display: block;
  height: 111px;
  width: 173px;
  text-indent: -9999px;
  background: url(images/icon_facebook.jpg) 0 0 no-repeat;
  padding-right: 10px;
}
.large-node .facebook a {
  font-size: 14px;
  font-weight: bold;
}
.large-node .facebook p {
  font-size: 13px;
  padding: 0;
}

/* Products page */ 
#page .products .main-tile {
  width: 775px;
  padding: 10px 85px 10px 40px;
}
#page .products h1 {
  padding-top: 5px;
}
#page .products h3 {
  padding: 35px 0 20px;
  font-size: 16px;
  font-weight: bold;
}
#page .products p,
#page .products ul {
  padding: 0 15px 15px 0;
}

/* About page */
#page .about { 
  overflow: hidden; 
  background: url(images/border_btm.jpg) bottom left no-repeat;
  margin-bottom: 30px;
}
#page .about #main-cap {
  margin-top: 21px;
}
#page .about .main-tile {
  width: 830px;
  padding: 10px 30px 10px 40px;
}
#page .about h1 {
  padding: 5px 0 15px;
}
#facts ul li a {
  color: #739dd3;
  font-weight: bold;
}
#facts li li {
  background: #739dd3;
  color: #fff;
}
#facts li li li {
  padding: 0 0 0 5px;
}
#page .about #accordion {
  float: left;
  display: block;
  overflow: hidden;
  width: 435px;
  padding: 0 10px 0 20px;
  margin-bottom: 30px;
}
#page .about h3 {
  font-weight: normal;
  padding-bottom: 10px;
}
#accordion h4 {
  font-size: 13px;
  font-weight: bold;
  padding-left: 16px;
  background: url(images/icon_right_arrow.jpg) left center no-repeat;
  margin-bottom: 2px;
}
#accordion h4.active {
  background: url(images/icon_down_arrow.jpg) left center no-repeat;
}
.testimonial,
#accordion div {
  /*-moz-border-radius: 5px;*/
  /*-webkit-border-radius: 5px;*/
  /*padding: 8px 0;*/
  margin: 6px 0;
  padding: 5px 0 0 0;
  display: block;
  background: url(images/box_top.jpg) top left no-repeat;
}
#accordion div {
  background: url(images/box_top2.jpg) top left no-repeat;
}
.testimonial p,
#accordion ul {
  background: #739dd3 url(images/box_btm.jpg) bottom left no-repeat;
  width: 466px;
  display: block;
  padding: 0 0 6px 0;
}
#accordion ul {
  background: #739dd3 url(images/box_btm2.jpg) bottom left no-repeat;
  width: 435px;
}
#accordion ul ul {
  background: none;
  width: auto;
}
#accordion ul li {
  background-image: none;
  padding: 2px 16px;
  color: #fff;
}
#accordion ul li li {
  padding: 0;
  margin: 0 0 0 12px;
  list-style-type: disc;
  list-style-position: outside;
}
#page .about .node {
  float: left;
  display: block;
  overflow: hidden;
  margin: -20px 0 30px;
  padding-right: 0;
  width: 234px;
}
/*#page .about .node img {
  margin-bottom: 1em;
}*/
#page .about .node p,
#page .about .node strong {
  padding: 0;
  padding-left: 15px;
}

/* Contact page */
#page .contact .col-a,
#page .contact .col-b {
  display: block;
  width: 500px;
  float: left;
  overflow: hidden;
}
#page .contact .col-a {
  padding-right: 20px;
}
#page .contact .col-b { 
  width: 300px;
}
#page .contact .col-b div {
  padding: 0 0 0 40px;
  margin-top: -25px;
}
#page .contact h5 {
  clear: both;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 3px 0;
} 
#page .contact h3 {
  font-size: 13px;
  font-weight: bold;
}
#page .contact p.uno,
#page .contact p.dos {
  float: left;
  display: block;
  overflow: hidden;
  width: 125px;
  padding: 0 20px 0 0;
}
#page .contact p.dos,
#page .contact p.tres {
  width: 189px;
  display: block;
  overflow: hidden;
}
#page .contact p.uno input {
  width: 115px;
}
#page .contact p.dos input,
#page .contact p.tres input {
  width: 179px;
}
#page span.wpcf7-not-valid-tip {
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  color: #739dd3;
  background: transparent;
  position: relative;
  width: auto;
  font-size: 9px !important;
  display: block;
}
#page div.wpcf7-validation-errors {
  border: 1px solid #739dd3;
}
#page .contact p.uno span,
#page .contact p.dos span,
#page .contact p.tres span {
  display: block;
  font-size: 11px; 
}
#page .contact p.uno input,
#page .contact p.dos input,
#page .contact p.tres input,
#page .contact p textarea {
  border-top: 2px solid #b0b0b0;
  border-left: 2px solid #b0b0b0;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: #fff;
  padding: 3px;
}
#page .contact p textarea {
  height: 120px;
}

/* Testimonials */ 
#page .testimonials .col-a, 
#page .testimonials .col-b {
  display: block;
  width: 500px;
  float: left;
  overflow: hidden;
  padding-right: 35px;
}
#page .testimonials .col-b { 
  width: 285px;
  padding: 0;
}
#page .testimonials .col-b div {
  margin-top: -20px;
}
.testimonials .testimonial {
  margin-bottom: 0px;
}
.testimonial p {
  color: #fff;
  padding: 3px 15px 10px 15px;
  width: 436px;
  margin: 0;
}
.name-left,
.name-right {
  display: block;
  background: url(images/box_arrow_left.jpg) top left no-repeat;
  padding: 0 0 10px 50px;
  margin: 0 0 0 60px;
}
.name-right {
  float: right;
  background: url(images/box_arrow_right.jpg) top right no-repeat;
  padding: 0 50px 10px 0;
  margin: 0 125px 0 0;
}
.name-left p,
.name-right p {
  font-weight: bold;
  font-size: 14px; 
  padding: 5px 0;
}

/* News page */ 
#page .news h1,
#page .news h2 {
  padding-right: 50px;
}
#page .news .article h3 {
  font-size: 18px;
  font-weight: bold;
}
#page .news .article {
  padding: 0 30px 17px 0;
  margin: 0 0 15px 0;
  background: url(images/border_article_btm.jpg) bottom left no-repeat;
}
#page .news .col-a,
#page .news .col-b {
  display: block;
  width: 535px;
  float: left;
  overflow: hidden;
  padding-top: 15px;
}
#page .news .col-b { 
  width: 265px;
  padding-left: 20px;
}
#page .news .col-a img {
  padding: 5px 0;
}


/* Blog page */
.links {
  display: block;
  position: absolute;
  top: 0px;
  right: 11px;
  background: #ffffff;
  opacity:0.9;
  filter:alpha(opacity=90);
  padding: 10px;
}
.links h3 {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
.links a {
  line-height: 20px;
}

/* FAQ */ 
.subtext {
  display: block;
  float: left;
  width: 150px;
  outline: 1px solid red;
}
.faq {
  display:block;
  float: left;
  width: 350px;
}

/* Post */
.post 
{
    /*padding:0 0 2em 0;*/
    margin:0;
}

#content .title {
  clear:both;
	padding:0;
	margin-bottom:1em;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	border-bottom:none;
	color: #333;
	text-decoration:none;
}
.post .postdate
{
	margin:0;
	padding:0;
	color:#666;
	font-size:0.8em;
	font-variant:small-caps;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Serif;
}
.post .meta 
{
  display: none;
}
.post .meta .byline {
	float: left;
}

.post .meta .category {
	padding: 0 20px 0 15px;
	background: url(images/category.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 15px;
	background: url(images/comments.gif) no-repeat left center;
}
.post .info
{
	font-style:italic;
}
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}

/* Comments */
#comments, #respond h3
{
    clear:both;
}
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9fc;
	font:1em Verdana, Arial, Serif;
	padding:5px;
	width:160px;
}
textarea{
	width: 95%;
	padding:5px;
	border: 1px solid #ccc;	
	background:#f9f9fc;	
	font:1em Verdana, Arial, Serif;
	line-height:1.6em;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
}
#content .commentlist {
	margin: 0 10px;
	padding:0;
	border-top:#eef 1px solid;
}
#content .commentlist li 
{
	list-style:none;
	clear:both;
	margin: 0;
	padding: 1em;			
	border-bottom:#eef 1px solid;
}
#content .commentlist li .cmtinfo 
{
	padding:5px 0;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#content .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li .number 
{
	font-size:2em;
	color:#ccc;
	font-family: "Arial", Helvetica, sans-serif;
}
#content .commentlist li.alt
{
	background:#f9f9fc;	
}
#content .commentlist li.authorcomment
{
	border:none;
	border:#b0c4de 1px solid;	
}
#content .nocomments
{
	display: none;
}
#content .avatar
{
	float:right;
	margin:0 0 0.5em 0.5em;
}
#content .feed 
{
	background:url(images/icon_feed.gif) no-repeat left center;
	padding:2px 0 2px 17px;	
	margin:0;
}
#content .trackback 
{
	background:url(images/link.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:none;
	border:none;
	}
#wp-calendar #today 
{
	border:#999 1px solid;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
/* End Calendar */

/* Footer Column */
#picsbar {
    clear:both;
    border-bottom:#d0d0dc 1px solid;
}
#footerbar {
	display: none;
}

/* Footer */

#footer {
	clear:both;
	width:900px;
	margin:0 auto;
	background: url(images/bg_btm_pattern.jpg) bottom left no-repeat;
	padding: 0 0 50px 0;
}

html>body #footer {
	height: auto;
}
#footer .wrap {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#footer .wrap ul {
  padding: 0;
  width: 535px;
  margin: 0 auto;
}
#footer .wrap ul li {
  list-style-type: none;
  float: left;
  padding: 0 10px;
}
#footer .wrap label,
#footer .wrap span,
#footer .wrap a  {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
}
#footer .wrap .credit {
  display: block;
  clear: both;
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 10px 0;
}
#footer .wrap .credit a {
  color: #999;
  font-size: 11px;
  text-decoration: none;
}
#footer .wrap .credit a:hover {
  text-decoration: underline;
}
img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:0 1em 0 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 0 1em;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Extras */
.arrow-link {
  padding: 0 17px 0 0;
  background: url(images/icon_right_arrow.jpg) right center no-repeat;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.node .arrow-link,
#page .products .arrow-link,
#page .contact .arrow-link,
#page .testimonials .arrow-link,
#page .news .arrow-link {
  font-size: 12px;
  line-height: 24px;
  background-position: right 1px;
  padding-bottom: 4px;
}
#page .contact .col-b .arrow-link {
  margin: 0 0 0 40px;
}

/* Tweaks */
.pad-right-15 { padding-right: 15px !important; }
