/*
Theme Name: Cognito Salon
Version: 1.0
Description: Site built for Cognito Salon
Author: Media Kamp
Author URI: http://mediakamp.com/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #00CCCC;
}
a:hover {
	color: #666;
}
a img {border: none; margin-left: 0px;}

body {
	color: #333;
	font: normal 9pt Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	background: #f0eeea;
}

p,code,ul {padding-bottom: 1.2em; padding-left:10px; }

li {list-style: none;}

h1 {
	background:  url(img/pathbackground.png) no-repeat left top;
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	margin-right: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 12px;
	padding-top:3px;
	padding-bottom: 3px;
	height: 42px;
	margin-left: -10px;
}

h4 {
	font: normal 12pt "helvetica",sans-serif;
	padding-left: 0px;
	color: #FFF;
	text-align: center;
	float: left;
}

h5 {
	font: normal 20pt helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
}

h6 {
	font-family: Helvetica, sans-serif;
	color: #333;
}

h2 {font: normal 1.6em sans-serif;} 
h3 {font: bold 14pt helvetica,sans-serif; background:  url(img/pathbackground.png) no-repeat left; color:#FFF; padding-left: 12px; padding-top:10px; height: 30px; margin-left: -20px;}

h7 {font: bold 14pt helvetica,sans-serif; background:  url(img/pathbackground.png) no-repeat left; color:#333; padding-left: 0px; padding-top:12px; margin-left: 0px; padding-bottom: 10px;}

/** product price main page**/
h8 {font: bold 14pt helvetica,sans-serif; background:  url(img/pathbackground.png) no-repeat left; color:#333; padding-left: 0px; padding-top:5px; margin-left: 0px; padding-bottom: 10px;}

/** product name**/
h9 {font: normal 10pt helvetica,sans-serif; color:#333; padding-left: 0px; padding-top:5px; margin-left: 0px; padding-bottom: 0px; float: left}

h9 a {
	color:#0CC;
}

h2 {padding-top: 4px; margin-bottom: 4px; margin-left: 10px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: none;
	background: #f0eeea;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	
}

.outer-containertop {
	background: none;
	background: none;
	height: none;
	
}
.outer-container {
	background: none;
	padding-bottom: 55px;
	background: none;
	
}

/* headere & title */
.smallheader {
	background: #f0eeea url(img/smallheader.jpg) no-repeat center ;
	height: 75px;
	text-align: center;
}
.header {
	background: #FFF url(img/header.jpg) no-repeat center;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.headertwo {
	background: #FFF url(img/header2.jpg) no-repeat center;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.headerthree {
	background: #FFF url(img/header3.jpg) no-repeat center;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.headerfour {
	background: #FFF url(img/header4.jpg) no-repeat center;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.headerfive {
	background: #FFF url(img/header5.jpg) no-repeat center;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 0px;
	text-decoration: none;
	visibility: hidden;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
	visibility: hidden;
}

/* path */
.path {
	height: 36px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 8pt;
	font-weight: normal;
	background:url(img/navback.jpg) repeat-x;
}
.path li.path ul {
	padding-top: 5px;
}

.path a:hover {
	color: #FFF;
	background: url(img/navthumbhover.png) no-repeat top left;
	width: 100px;
	
}

.path a {
display: inline-block;
background: url(img/navthumb.png) no-repeat left top;
color: #FFF;
text-decoration: none;
height: 36px;
width: 100px;
padding-bottom:0px;
padding-top: 15px;
margin-right: 1px;
float: left;
text-align:center;
}


/* main */
.main {
	background: none;
	margin-top: 5pt;
	border-top: none;
	min-height: 400px;
}

/* content */
.content {
	background: #FFF;
	float: left;
	width: 630px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 8px;

	
}
.content .descr {
	color: #00CCCC;
	font-size: 0.9em;
	margin-bottom: 6px;
	margin-left: 10px;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: left;
}

/*single post page*/

.singlepost{
	margin: 6px 0 2px;
	padding-top: 6px;
	background: none;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
}


/* navigation */
.navigation {
	font: 9pt Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	float: right;
	width: 250px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.navigation h2 {
	height: 18px;
	color: #00cccc;
	background: none;
	border-bottom: #333 1px solid;
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
	margin-top: 2px;
}
.navigation ul {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #EAEADA;
}
.navigation li {
	padding-left: 10px;
	padding-right: 2px;
	text-align: left;
}
.navigation li a {
	font: normal 10pt Helvetica, sans-serif;
	color: #333;
	padding: 4px 0 4px 0;
	text-decoration: none;
}
.navigation li a:hover {
	background: none;
	color: #C19D07;	
}

/* footer */
.footer {
	background: none;
	color: #333;
	margin-top: 0px;
	padding: 5px 0px;
	border-top: #666 2px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
}
.footer a {
	color: #00CCCC;
	text-decoration: none;
}
.footer a:hover {color: #999;}
.footer .right, .footer .right a {color: #00CCCC;}
.footer .right a:hover {
	color: #999;
}

/* posts */
.post h1 a {
	border-bottom: none ;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}
.post h1 a:hover {
	border-color: #F60;
	color: #553;
}

.post {
	margin: 0px 0 2px;
	background-color: none;
	padding-top: 0px;
	padding-left:0px;
	width: 630px;
}
.post .info{
	background: #FFF;
	border: none;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	border: 1px solid #333;
	margin: 4px 0;
}
.post a img {border: 1px solid #333;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}


/*blog post*/

.blogpost h1 a {
	border-bottom: none;
	color: #FFF;
	text-decoration: none;
	padding-left: 0px;
}
.blogpost h1 a:hover {
	color: #333;
}

.blogpost {
	margin: 6px 0px 2px;
	padding-top: 6px;
	background: none;
	background-image:none;
}
.blogpost .info{
	background: CCC;
	border: none;
	color: #333;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.blogpost img {
	border: 2px solid #999;
	margin: 4px 0;
}
.blogpost a img {border: 2px solid #999; margin: 4px 0px;}
.blogpost a:hover img {border-color: #999;margin: 4px 0px;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	padding-top: 10px;
	margin: 1em 0;
	background: none;
	border: none;
	background-color: #f0eeea;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

/* Newsletter*/

.newscontainer{
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 900px;
	height: 30px;
	

}

.footerfacebook{
	float: left;
	height: 30px;
	margin-right: 4px;
	
	
}

/* shop css*/

.featured {
	width: 880px;
	height: 350;
	border: none;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	background: #CCC;
	
}

.entrywrapper{ margin-left: 40px; margin-right: 10px;

}

.productname {
	width: 175px;
	float: left;
}


span.wpcf7-list-item{
margin-left: 0.8em;
display: block;
}

/* news sign up */
.e2ma_signup_form {padding:10px;
width:230px;
font: normal 9pt Georgia, "Times New Roman", Times, serif;
}

.e2ma_signup_message{
font-family: Georgia, "Times New Roman", Times, serif;
width: 230px;
margin-bottom: 5px;
}

.e2ma_signup_form input[type="text"], .e2ma_signup_form textarea, .e2ma_signup_form select{
font-size: 10px;
width: 210px;
border: 1px solid #ccc;

}

.e2ma_signup_form_row{
	width: 220px;
	
	}