/*
Theme Name: Folk Clothing
Theme URI: http://folkclothing.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Matt Cottis & Peter Gasston
*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, hr, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-color:#f5f7f8;
	color: #666;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10px;
	text-align: center;
}

body.details { background-color:#f6f5ed; }

/* Grid */

#container {
	margin: 0 auto;
	text-align: left;
	width: 95em;
}

div#header, div#columns, div#footer {
	float: left;
	padding-top: 2em;
	width: 100%;
}

div#columns { padding-top: 6em; }

div#footer { padding-bottom: 2em; }

div.column {
	float: left;
	margin-right: 2em;
	min-height: 5em;
}

div.column-one { width: 17em; }

div.column-two { width: 36em; }

div.column-three { width: 55em; }

div.column-four { width: 74em; }

div.last { margin-right: 0; }

#columns .column-one {
	padding: 0 1em;
	width: 15em;
}

#columns #navigation {
	padding: 0;
	width: 17em;
}

/* Typography */

h1, h2, h3, h4 { color: #000; 	font-style: italic;	}

h1, h2 {
	font-size: 180%;
	font-weight: normal;
	line-height: 1;
}

h1 { margin-bottom: 1em; }

h3 {
	font-size: 130%;
	font-style: normal;
	line-height: 1.385;
	margin-bottom: 1.385em;
}

h4 {
	font-size: 160%;
	font-weight: normal;
	line-height: 1.125;
	margin-bottom: 1.125em;
}

p {
	font-size: 110%;
	line-height: 1.636;
	margin-bottom: 1.818em;
}

img {
	border: none;
	display: block;
}

a {
	border-bottom: 1px dotted #333;
	color: #333;
	text-decoration: none;
}

a:visited { color: #000; }

a:hover, a:visited:hover {
	border-color: #C64A77;
	color: #C64A77;
}

a.image { border: none; }

ul {
	list-style: none;
	margin-bottom: 1.8em;
}

ul ul { margin: 0; }

li {
	font-size: 110%;
	line-height: 1.636;
}

li * { font-size: 100% !important; }

hr {
	background-color: #9185a7;
	border: 0;
	height: 1px;
	margin-bottom: 1.8em;
	text-align: left;
}

hr.short, hr.small { 
	clear: both;
	margin-bottom: 1em;
	width: 2em;
}

/* Comments */

textarea#comment { width: 336px; }

/* Navigation */

#navigation h4 {
	font-size: 180%;
	margin: 0 0 0.5em;
}

#navigation ul { margin: 0 0 1em; }

.navigation li {
	font-size: 120%;
	line-height: 1.667;
}

#navigation p { line-height: 1.667; }

#navigation a, #navigation a:visited {
	border-bottom: 1px dotted #473e7d;
	color: #000;
}

#navigation a:hover, #navigation a:visited:hover {
	border-bottom: 1px solid #C64A77;
	color: #C64A77;
}

#navigation a.on, #navigation a.on:visited {
	background: #000;
	border: 0;
	color: #000;
	font-size: 13px;
	padding: 1px 4px 1px 3px;
}

#navigation a.on:hover {
	background: #000;
	border: 0;
	color: #000;
}

li.nav-for-women-folk { margin-top: 1em; }

li.nav-other-brands ul { display: none; }

/* Search */

legend { display: none; }

fieldset { border: none; }

#search_mini_form label { display: none; }

#search_mini_form input { margin-bottom: 0; }

/* Email Sign-up */

label {
	display: block;
	font-size: 110%;
	line-height: 1.818;
}

/* Legacy Styles */

.excerpt p {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

img.cfi { margin: 5px 0; }

.imgtfe {
	margin-bottom: 5px;
	text-decoration: none;	
}

a.no_border {
	border: none;
	text-decoration: none;
}

/* || WHAT IS THIS? || */

/* Main Content */

#main_content {
	color: #620460;
	float: left;
	position: relative;
	width: 380px;
}

#main_content h4 { color: #620460; }

#main_content h2 {
	color: #620460;
	font-size: 13px;
	font-style: italic;
}

#main_content h3 { margin-bottom: 12px; }

#main_content h5 {
	font-size: 10px;
	font-weight: normal;
	color: #ad75a0;
}

#main_content h5.pagination { font-style: italic; }

#main_content p {
	color: #888;
	font-style:italic;
	margin: 3px 0 15px;
}

#main_content a {
	border-bottom: 1px dotted #ad75a0;
	color: #620460;
	font-style: italic;
	text-decoration: none;
}

#main_content a:visited { color: #8f4886; }

#main_content a:hover, #main_content a:visited:hover {
	border-bottom: 1px solid #C64A77;
	color: #C64A77;
}



