/*   
Theme Name: Chickatees Theme
Theme URI: http://www.chickateesboutique.com/
Description: A Wordpress Theme for Chickatees
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Version: 1.0
Tags: custom header, fixed width, two columns, widgets.
*/

/*-------------------------------------------------------------------------*/

/* RESET */

/*-------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------------------------------*/

/* PAGE FORMATTING */

/*-------------------------------------------------------------------------*/

body {
	margin: 15px auto;
	padding: 0;
	background-color: #F6CAE0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}
a:link,
a:visited,
a:active { 
	color: #E667A4;
	text-decoration: none;
}
a:hover {
	color: #E667A4;
	text-decoration: none;
	background-color: #F2F2F2;
}
a:hover img {
	display: block;
}

.clear-block {
 	clear: both;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 12px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
th, td {
	padding: 5px;
	border-bottom: 1px solid #EEE;
}
#wrapper {
  	background: #FFFFFF;
	margin: auto;
	padding: 0;
	width: 954px;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#header {
	margin: 0; 
	padding: 0;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 160px;
}
#header-links {
	float: right;
	display:inline;
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 78px 20px 0 0;
}

/*-------------------------------------------------------------------------*/

/* MENU */

/*-------------------------------------------------------------------------*/

.menu-wrapper {
	background-color: #E667A4;
	margin: 0;
	padding: 0;
	height: 50px;
}
#suckerfishnav {
	background-color: #E667A4;
	list-style: none;
	margin: auto;
	padding: 0;
	width: 924px;
}
#suckerfishnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#suckerfishnav a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: lowercase;
	display: block;
	clear: both;
	text-decoration: none;
	background-color: #E667A4;
	margin: 10px 15px 0 0;
	padding: 5px 10px 6px 10px;
}
#suckerfishnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #C1578B;
}
#suckerfishnav li {
	position: relative;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#suckerfishnav ul {
	display: none;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

.main {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 12px 25px 10px 20px;
	width: 669px;
	min-height: 400px;
}
.main-wide {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 15px 0 20px;
	width: 914px;
	min-height: 400px;
}
.main-home {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	background-image: url('images/homepage_landing.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0 0 10px 20px;
	padding: 0;
	width: 679px;
	height: 390px;
}
#breadcrumb {
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	background-color: #EEEEEE;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 15px;	
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: right;
	display:inline;
	font-size: 11px;
	line-height: 18px; 
	list-style: none;
	margin: 0 0 15px 0; 
	padding: 0 20px 0 0;
	width: 220px;
}
#sidecart {
	font-size: 11px;
	line-height: 18px; 
	list-style: none;
	border: solid 7px #BADD8C;
	background-color: #E2F1CF;
	margin: 12px 0 0 0; 
	padding: 12px 10px 7px 12px;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-color: #EE98C2;
	margin: 0; 
	padding: 0 40px 0 60px;
	height: 205px;
}
#footer-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-wrapper ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 4px 0 4px 0;
	padding: 0 0 0 13px;
}
#footer {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	line-height: 18px;
	margin: 0; 
	padding: 15px 0 0 0;
}
#footer a:link,
#footer a:visited,
#footer a:active { 
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #EE98C2;
}
#footer h3 {
	/* footer titles */
	font-family: Georgia, Times New Roman, serif;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0 0 4px 0;
}
#footer small { 
	color: #FFF;
	text-decoration: none;
}
#copyright {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	line-height: 20px;
	margin: 0; 
	padding: 0;
}
#twitter_update_list li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
}

/*-------------------------------------------------------------------------*/

/* STYLES */

/*-------------------------------------------------------------------------*/

h1 {
	font-size: 21px;
	font-weight: normal;
	color: #444444;
	text-align: left;
	text-decoration: none;
	line-height: 21px;
	margin: 0;
	padding: 0 0 10px 0;
}
h2 {
	/* page title */
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	color: #444444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #444444;
}
#sidebar h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #444444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h3 {
	/* blog titles */
	font-size: 19px;
	font-weight: normal;
	line-height: 18px;
	color: #444444;
	text-decoration: none;
	border-bottom: dotted 2px #CCC;
	margin: 0;
	padding: 0 0 4px 0;
}
h3 a:link, h3 a:visited, h3 a:active {
	color: #444444;
}
h3 a:hover {
	color: #E667A4;
}
h4 {
	/* controls product names in grid */
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 0 0 3px 0;
}
h5, h6{
	margin:15px 0 10px 0;
}
    

/*-------------------------------------------------------------------------*/

/* GENERAL FORMATTING */

/*-------------------------------------------------------------------------*/

.thread-alt {
	background-color: #FAFAFA;
}
.thread-even {
	background-color: #F1F1F1;
}
.depth-1 {
}
.even, .alt {
	border-left: 3px solid #ddd;
}
small {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0;
	padding: 5px 0 0 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em Trebuchet MS, Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 10px;
}
.commentlist li {
	font-weight: normal;
}
.commentlist li a:link {
	color :#666666;
}
.commentlist li a:active {
	color :#666666;
}
.commentlist li a:visited {
	color :#666666;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/*-------------------------------------------------------------------------*/

/* POST */

/*-------------------------------------------------------------------------*/

.post {
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #F9F9F9;	
}
.post p {
	padding: 0 0 0 2px;
}
.post small {
	padding: 0 0 0 2px;
}
.post-line {
	margin: 0 0 15px 0;
	padding: 17px 0 0 0;
	text-align: left;
	border-top: solid 1px #CCCCCC;
}
.post hr {
	display: block;
}
.main .postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
	font-style: italic;
}
.clear {
	clear: both;
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */
/* WP-PageNavi 2.40 by Lester "GaMerZ" Chan	 */

/*-------------------------------------------------------------------------*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #E667A4;
	color: #E667A4;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #E667A4;
	color: #E667A4;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #602F00;
	color: #602F00;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #E667A4;
	border: 1px solid #E667A4;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #E667A4;
	color: #E667A4;
	background-color: #FFFFFF;
}

/*-------------------------------------------------------------------------*/

/* BEGIN IMAGES */

/*-------------------------------------------------------------------------*/

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/*-------------------------------------------------------------------------*/

/* LISTS */

/*-------------------------------------------------------------------------*/

/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/*-------------------------------------------------------------------------*/

/* VARIOUS CLASSES & TAGS */

/*-------------------------------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	clear: both;
	color: #CCCCCC;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*-------------------------------------------------------------------------*/

/* CAPTIONS */

/*-------------------------------------------------------------------------*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

/*-------------------------------------------------------------------------*/

/* FORM STYLES */
/* covers contact 7 input styles, logins, etc. */

/*-------------------------------------------------------------------------*/

legend {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	margin: 10px 0 10px 0;
}
input[type="text"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 3px solid #DDD;
	background-color: #FFF;
	/* controls distance between fields */
	margin: 0;
	padding: 4px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 3px solid #BBB;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 3px solid #DDD;
	background-color: #FFFFEE;
}
select[disabled=''] {
  color: #AAA;
  background-color: #F2F2F2;
  cursor:default;
}

/* specific to wordpress */
#searchform {
	margin: 0;
	padding: 5px 25px 0 0;
	text-align: right;
}
/*
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
*/
/*
#sidebar #searchsubmit {
	padding: 1px;
}
*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}