@charset "utf-8";
/* CSS Document */

/*
Theme Name: Clothing design
Theme URI: http://ihussey.co.uk
Description: The default theme for clare
Author: Ian Hussey
Author URI: http://ihussey.co.uk
Tags: two columns, widgets

	Clothing design v1.0
	 http://ihussey.co.uk

	This theme was designed and built by Ian Hussey

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	color:#000000;
	font-size:75%;
	margin:0 auto;
	padding:0pt;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif; /* "Lucida Grande","Lucida Sans Unicode","Lucida Sans", */
	background-attachment: scroll;
	background-color: #a85c74;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: 0% 0%;
}

#wrapper{
background:url(img/bg_dark_fade.jpg) top left repeat-x;
width:100%;
}
html > body{
font-size:75%;
}

#page{
	width:970px;
	color:#333333;
	margin:0 auto;
}
abbr, acronym, .caps {
	border-bottom:0pt none;
	font-style:normal;
	font-variant:small-caps;
	letter-spacing:0.1em;
	text-transform:lowercase;
}

cite abbr, cite acronym, cite .caps {
	font-style:italic;
}
img {
	border:0pt none;
}
.gutter{
	padding:15px;
}
#header {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	height:65px;
	background-image: url(img/headbg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	float:left;
	width:100%;
}

#header h1{
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	float:left;
	font-size:2.5em;
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px;
}

#header a {
border:none;
}

#header .description{
	text-align:left;
}

#header #navcontainer{
	margin:10px 0 0 0;
	padding:0;
	width:300px;
	float:right;
}

#header #navcontainer ul
{
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	overflow:hidden;
	margin:0;
	border:none;
	float:right;
}

#header #navcontainer ul li { display: inline; }

#header #navcontainer ul li a
{
	padding: 0.2em 1em;
	color: white;
	text-decoration: none;
	text-transform:none;
	float: left;
	display:block;
	border-top:1px solid #121212;
	border-bottom:none;
}

#header #navcontainer ul li a:hover
{
	border-top:1px white solid;
}

#header #navcontainer li.current_page_item a{
	border-top:1px solid white;
}

/* hack to clear the ul in the header */
*#header #navcontainer ul{
	height:1%;
} /*for ie 5 + 6*/

*:first-child+html #header #navcontainer ul{
	min-height:1%;
} /* for ie7 */

#search {
font-size:1em;
font-weight:normal;
margin:1em 0.5em;
}

.search h2 {
margin:0 0 0 -0.5em;
border:none;
}
#searchform{
	padding:0;
	margin:0;
}

#searchinputbox{
	display:inline;
	padding:0;
	margin:0;
}

#searchbutton{
	display:inline;
	padding:0;
	margin:0;
}

#main {
	float:left;
	width:682px;
	text-align:left;
	clear:left;
	background:url(img/main_middle.jpg) left top repeat-y;
	display:inline;
}

#maintop {
	width:100%;
    background:url(img/main_top.jpg) top left no-repeat;
}
#mainbottom {
	width:100%;
	background:url(img/main_bottom.jpg) bottom left no-repeat;
}

#imgbanner{
	margin-left:80px;
}



#sidebar {
	width:277px;
	float:right;
	text-align:left;
	background:url(img/side_middle.jpg) top left repeat-y;
	margin:0;
	padding:0;
	display:inline;
	
}

/* clear:left; needed for ie6 */
* html #sidebar{clear:left;}

#sidebartop {
	width:100%;
	background:url(img/side_top.jpg) top left no-repeat;
	margin:0;
}
#sidebarbottom {
	width:100%;
    background:url(img/side_bottom.jpg) bottom left no-repeat;

}

#sidegap {
height:188px;
}
#main h1, #main h2, #main p, #main ul, #main ol, #sidebar ul, #sidebar h3, #sidebar ol, #sidebar p, form{
padding:0pt 11.8%;
}
#main, #sidebar, #footer {
font-size:1em;
/* removed for css validation
-x-system-font:none;
font-size-adjust:none;
font-stretch:normal;
*/
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
}

.date{
display:inline;
}

.date .month {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin:2px 0 3px 3px;
	color: #243B20;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.date .day {
	color: #243B20;
	font: 1em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -12px;
	margin-left:0;
	font-weight: bold;
}

.date .year {
	color: #243B20;
	font: 1em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -12px;
	margin-left:0;
	font-weight: bold;
}

.postmetadata {
display:inline;
padding:0 0 0 15px;
}

.post{
border-top:1px solid #E0E0D5;
margin-right:30px;
}

a, a:visited, a:link, a:active, a:hover {
color:#00408F;
text-decoration:underline;
}
a:visited {
color:#666666;
}
html > body a, html > body a:visited, html > body a:link, html > body a:active, html > body a:hover {
border-bottom:1px solid #F2ECDA;
text-decoration:none;
}
/*
html > body a:active, html > body a:hover {
border-bottom:1px solid #999999;
}
*/
h1 {
font-size:1.333em; 
font-weight:normal;
line-height:1.125em;
margin:0pt 0pt 1.125em;
}
#main h2{
color:#000000;
font-size:1.5em;
margin:1.25em 0pt 0.5em;
padding-left:90px;
/* removed for validation
-x-system-font:none;
font-size-adjust:none;
font-stretch:normal;
*/
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:1px;
line-height:normal;
}
h2, h3 {
font-size:1.167em;
font-weight:normal;
line-height:1.286em;
margin:1.286em 0pt;
text-indent:-0.0714em;
}
h4 {
font-size:1em;
font-weight:normal;
margin:0pt 0pt 1em;
}


#sidebar h2 a {
border:0pt none;
text-decoration:underline;
}
#sidebar h2{
	border-top:1px solid #E0E0D5;
	color:#74A050;
	font-size:1.167em;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1em;
	margin:0pt;
	padding:1em 0pt 1em 1em;
	text-transform:none;
}
#sidebar ul li{
	list-style:none;
}
#sidebar ul li p{
	margin-bottom:1.5em;
	margin-left:-3em;
}

#sidebar ul ul {
margin-top:0;
}

blockquote {
font-style:italic;
margin-left:0pt;
margin-right:0pt;
}
ul, ol, dl {
margin:1.5em 0pt;
}
li, dd, dt {
margin:0pt;
}
dd {
margin-left:1.5em;
}
p {
margin-bottom:0pt;
margin-top:1em;
}


address{
font-style:normal;
}
p.imgholder {
margin-bottom:1.5em;
margin-top:1.5em;
text-align:center;
text-indent:0pt;
}
ul ul, ol ol {
margin-left:1em;
}
#main li p {
padding:0pt;
}
h1 a:link {
border:0pt none;
color:#fff;
text-decoration:none;
}
h1 a:visited, h1 a:hover, h1 a:active {
border:0pt none;
color:#fff;
text-decoration:underline;
}
h2 a:link, h2 a:active {
	border:0pt none;
	color:#74a050;
	text-decoration:none;
}

h2 a:visited, h2 a:hover{
	color:#3b2028;
	text-decoration:underline;
}

#sidebar ul {
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
}

#footer {
color:#333333;
padding:4em 0pt 4em 7.29%;
margin-right:35px;
}

#footerright ul{
	margin:0;
	padding:0;
	height:1%;
}

#footerright ul li{
	display:inline;
	list-style:none;
	padding-right:10px;
}

#footerleft {
	width:45%;
	margin:0;
	padding:0;
	float:left;
}
#footerleft p{
	margin:0;
	padding:0;
}
#footerright {
	width:50%;
	margin:0;
	padding:0;
	float:right;
}

html > body #footer a {
border-bottom:1px solid #F2ECDA;
}
.author {
margin-top:1em;
text-indent:0pt;
}
ol#toc {
padding-right:0pt;
}
ol#toc ol {
margin-left:0pt;
margin-top:0pt;
padding-left:0pt;
padding-right:0pt;
}
ol#toc ol ol {
margin-top:0pt;
}

.entry{
	padding:15px;
}

/* styling comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:10px 5px;
	}

.commentmetadata {
	font-weight: normal;
	}
address{
margin:0 0 0 90px;
}

#intro {
font-size:1.167em;
}

#searchbutton{
margin-left:2px;
}
