
/*
Theme Name: Fashion Identity v3
Theme URI: 
Description: Better
Template: options
Author: JT
Author URI: 
Version: 0.3.1
*/

* { margin: 0; padding: 0; }

p { margin: 0 0 15px 0; }

ul li { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

/* Blockquotes */
blockquote { border-left: 3px solid #2c70d5; padding-left: 10px; margin: 0 20px 15px 20px; }

a { color: #CDCDCD; text-decoration: none; }
a:hover { color: #FFFFFF; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; color: white; }
h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
#content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 15px; }

#error h2{
margin: 0 0 25px;
font-size: 2em;
color: white;
}

#error{
color	: gray;
margin: 10px;
}

#error h3{
color	: gray;
}


#error a{
color: white;
}

/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }

/* Object */
object { padding: 0; margin: 0; }

/* Code */
pre { overflow: auto; margin-bottom: 15px; width: 100%; }
code { font-size: 1.15em; }

abbr {
	border: none;
	}

/* Body */
body {
	color: #333;
	background: #B2B2B2  url(http://fashionidentity.net/images/loader.gif) no-repeat center 100px;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	padding-bottom: 10px;
	}
#big-container{
	background: transparent url(http://fashionidentity.net/wp-content/themes/fashion/images/big-back.png) center top repeat-y;
	width: 1000px;
	overflow: hidden;
	margin: 0  auto 0 auto;
	}
	
#body-container {
	width: 1000px;
	overflow: hidden;
	margin: 0  auto 0 auto;
	background:transparent url(http://fashionidentity.net/wp-content/themes/fashion/images/body-container.png) repeat-y scroll 0 0;
	}
/************************************************
	Header
************************************************/
#header-container {
	float: left;
	overflow: hidden;
	background: #000000;
	margin:  0 10px;
	}
#header {
	float: left;
	overflow: hidden;
	width: 980px;
	}
#header #site-title a {
	width: 350px;
	height: 32px;
	margin-left: 20px;
	display: block;
	color: #f7f7f7;
	background: transparent url(http://fashionidentity.net/wp-content/themes/fashion/images/header.png) no-repeat scroll 0 7px;
	}
#header #site-title a span, #header #site-description { display: none; }

/* Navigation containers */
#navigation, #sub-navigation { float: right; }
#navigation { background: #000000; font-size: 11px; letter-spacing: 0.05em; height: 32px; padding: 0 10px; font-weight: normal; }
#sub-navigation { background: #000; }

/* List items */
#nav, #nav ul, #nav ul ul, #sub-nav, #sub-nav ul, #sub-nav ul ul {
	list-style: none;
	margin: 0;
	}
#nav li, #nav li li, #nav li li li, #sub-nav li, #sub-nav li li, #sub-nav li li li {
	float: right;
	}
#nav li li, #nav li li li { background: #000000; border-top: 1px solid #444444; }
#sub-nav li li, #sub-nav li li li { background: #5aa2e2; border-top: 1px solid #3385cd; }

/* List links */
#nav li li a { background: #000000; margin: 1px 2px; padding: 4px 5px; }
#nav a { color: #CDCDCD; display: block; padding: 13px 7px 3px; text-decoration: none; }
#sub-nav a { color: #CDCDCD; font-size: .95em; padding: 7px 17px; display: block; }

/* Hover states */
#nav a:hover { color: #FFFFFF; }
 #nav li.current_page_item a, #sub-nav a:hover, #sub-nav li.current-cat a { color: #777777;}
#nav li.current_page_item li a, #sub-nav li.current-cat li a { text-decoration: none; }
#nav li.current_page_item li a:hover, #sub-nav li.current-cat li a:hover { text-decoration: underline; }

/* Drop-down controls */
#nav ul, #sub-nav ul { float: left; }
#nav li ul, #sub-nav li ul { visibility: hidden; position: absolute; width: 15em; left: -999em; }
#nav li:hover ul, #sub-nav li:hover ul { left: auto; z-index: 1000; }
#nav li ul li, #sub-nav li ul li { width: 15em; }
#nav li ul ul, #sub-nav li ul ul { margin: -33px 0 0 15em; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { left: auto; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { visibility: visible; left: auto; }


/************************************************
	Feed links in header
************************************************/
#feed {
	float: right;
	width: 75px;
	height: 22px;
	/* Comment out the line below if not using header image */
	padding: 48px 0 0 0;
	}
#feed li { display: inline; }
#feed li a {
	float: left;
	width: 34px;
	height: 22px;
	display: block;
	}
#feed li.feed-url a { background: url(images/feed-icon.jpg) no-repeat 0 0; }
#feed li.feed-email a { background: url(images/feed-email.jpg) no-repeat 0 0; }
#feed li.feed-url a span, #feed li.feed-email a span { display: none; }

/* Container for content and sidebar */

#container {
	float: left;
	clear: left;
	width: 980px;
	margin: 0 10px;
	overflow: hidden;
	background: #474747 none repeat scroll 0 0;
	}

#home, #content { width: 1000px; margin: 0; }
#home.right, #content.right, #sidebar.right { float: left; margin: -10px -10px -15px; }
#home.left, #content.left, #sidebar.left { float: left; margin: 0; }

/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	margin-right: 15px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 0 0;
	}
#search input#s {
	color: #333;
	width: 170px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #216daf;
	}
#search .search-submit { display: none; }

/************************************************
	Sections of the site
************************************************/
.section, #home .flickr, div.cloud {
	width: 590px;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 10px 0;
	background: #f7f7f7;
	border: none;
	}
.section h2 { font-size: 1.2em; }
h2.section-header, h3.section-header, #home .flickr h2, #home div.tags h2, #sidebar .menu h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	height: 17px;
	background: url(images/section-header.jpg) no-repeat 0 0;
	}
.section-header a { font-weight: bold; }

/* Single posts */
#content .post { overflow: hidden;  padding: 10px 35px 10px 0px; margin-bottom: 15px; }

#content .left-col {width: 320px; background: transparent; float: left; margin: 0 10px; }
#content .left-col .medium {width: 311px; height: 324px; }
#content .left-col .small-1 small, #content .left-col .small-2 small {width: 311px; height: 180px; }
#content .left-col .small-3 small {width: 311px; height: 97px; }
#content .right-col {width: 620px; background: white repeat-y scroll 0 0; float: right; padding:10px 0 0 0;  }
#content .right-col-gallery {width: 600px; background: #333333; margin: 0 10px 10px; }

/* What's NewPage */
#content .news-col-page {
float: left;
margin: 20px 5px 0;
width: 300px;
}
#content .news-col {
background: transparent url(images/large-col-bg.png) repeat-y scroll 0 0;
float: left;
width: 257px;
margin:10px;
}
#content .news-col-block-top {
background:#000000 url(images/post/news.png) no-repeat scroll 10px 10px;
border:20px solid white;
float:left;
height:32px;
margin:10px 20px 0;
padding:20px 0 60px;
width:918px
}
#content .news-col-bottom {
background: transparent url(images/large-col-bottom.png) no-repeat scroll 0 0;
float: left;
height: 15px;
width: 257px;
margin: 0 10px;
}

/* Contact Page */
#news-spread-wrapper{
width:988px;
margin:5px;
}
#news-spread{
width:980px;
margin:5px;
}
#content .large-col-page {
float: left;
margin: 10px -10px 0;
width: 980px;
}
#content .large-col {
background: transparent url(images/large-col-bg.png) repeat-y scroll 0 0;
float: left;
width: 960px;
margin: 10px 10px 0;
}

#content .large-col-news {
background:#FFFFFF none repeat-y scroll 0 0;
float:left;
margin:10px;
width:960px
}

#content .large-col-blog {
background:#fff repeat-y scroll 0 0;
width: 960px;
margin: 5px 20px;
}

#content .large-col-block-top {
background:black none repeat scroll 0 0;
float:left;
margin: 10px 15px 0;
padding: 10px 10px 0;
width: 910px;
}
#content .small-col-block-right {
background:black none repeat scroll 0 0;
color:#807E7E;
float:left;
font-size:13px;
height:400px;
margin:0 0 15px 15px;
width:480px;
font-family:arial;
line-height:1.3em;
letter-spacing:0.03em;
}
#content .small-col-block-right-box-even {
background:black none repeat scroll 0 0;
float:left;
margin:10px 15px 0;
width:190px;
}
#content .small-col-block-right-box-odd {
background:black none repeat scroll 0 0;
float:right;
margin:10px 0 15px;
width:240px;
}
#content .small-col-block-left {
background:black none repeat scroll 0 0;
float:left;
height:400px;
margin:0 0 5px;
width:450px;
}
#content .small-col-block-left-ab {
background:black none repeat scroll 0 0;
float:right;
height:400px;
margin:0 0 5px;
width:450px;
}

#content .large-col-bottom {
background: transparent url(images/large-col-bottom.png) no-repeat scroll 0 0;
float: left;
height: 15px;
width: 960px;
margin: 0 10px 20px;
}
#content .large-banner {
background:transparent url(images/post/pret-banner.png) no-repeat scroll 0 0;
float:none;
height:680px;
margin:15px;
width:928px;
}
#content .large-banner-ss10 {
background:transparent url(images/post/pret-banner-ss10.jpg) no-repeat scroll 0 0;
float:none;
height:680px;
margin:15px;
width:928px;
}
#content .large-left-col {
background:black none no-repeat scroll 0 0;
clear:both;
float:left;
height:500px;
margin:180px 0 5px;
width:240px;
}
#content .large-left-col-ss10 {
background:black none no-repeat scroll 0 0;
clear:both;
float:left;
height:423px;
margin:483px 0 15px;
width:928px;
}
#content .large-right-col {
background:black none no-repeat scroll 0 0;
float:right;
height:500px;
margin:180px 0 5px;
width:688px;
}
#content .large-right-col-ss10 {
background:black none no-repeat scroll 0 0;
float:right;
height:500px;
margin:180px 0 5px;
width:688px;
}
#content .large-right-col-text {
background:black none no-repeat scroll 0 0;
color:white;
float:right;
font-size:13px;
margin:25px 0;
width:688px;
}
#content .large-right-col-text-ss10 {
background:black none no-repeat scroll 0 0;
color:white;
float:left;
font-size:13px;
margin:0px 18px;
width:550px;
font-style:16px;
}
#content .pretimg{
float: left;
padding: 10px 0;
}
#content .large-col-block {
background:black none repeat scroll 0 0;
float:left;
margin:10px 15px 15px;
width:930px;
}

#content .large-col-slide {
float:left;
width:340px;
height: 340px;
}
#content .large-col-slide-404 {
padding:20px;
}
#content .large-col-block-right {
color:#807E7E;
float:left;
font-size:13px;
width:570px;
}
#content .large-col-block-right-OMG {
padding:15px 0 0;
}
#content .brand-row {
float:none;
}
#content .brand-image {
float:left;
margin:-2px 2px 0;
}




#full-posts .post .entry, #no-sidebar .post .entry, .single .post .entry { clear: left; }
.post { clear: left; }
.post-title, h2.post-title, h1.post-title { margin-bottom: 5px; }
.byline { 
	color:#FFFFFF;
	float:right;
	font-size:11px;
	margin:0  -17px 0;
	padding:1px 3px;
	background: #000000;
	 }
.post ul li { list-style-type: disc; }
.post ol { padding-left: 20px; }

/* Full posts */
#full-posts .post { overflow: hidden; width: 568px; padding: 10px; margin-bottom: 15px; background: #f7f7f7; border: 1px solid #eee; }

/* Breadcrumb */
.breadcrumb { width: 585px; height: 7px; color: #999999; font-size: 11px; padding: 2px 8px 10px; margin: 10px; background: #333333; }

.breadcrumb-head {color: #999999; padding: 0 5px; float: left }

/* Related posts */
#related { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Author box */
#author-box { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
#author-box h4 { margin-bottom: 3px; }
#author-box .avatar { float: left; width: 80px; height: 80px; }

/* Comments template */
#comments-template { width: 568px; padding: 10px; margin-bottom: 15px; background: #f7f7f7; border: 1px solid #eee; }

/* Navigation links */
.navigation-links { width: 568px; padding: 10px; margin-bottom: 15px; background: #f7f7f7; border: 1px solid #eee; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Features gallery */
#myGallery { height: 409px; width: 980px; }
#myGallery .imageElement { display: none; }
#myGallery a, #myGallery a:hover { color: #f8f8f8; }

/* Features (single article) */
#feature { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 578px; padding: 10px 0 15px 10px; background: #f7f7f7; border: 1px solid #eee; }
#home .flickr img, #gallery-stream img { margin: 1px 13px 1px 0; width: 75px; height: 75px; }

/* Tag, category, and author clouds (home) */
#home div.cloud { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Excerpts / home paged posts */
#excerpts, #home.paged { margin: 0; padding: 0; background: #fff; }
#excerpts .post, #home.paged .post { width: 568px; padding: 10px; margin-bottom: 15px; background: #f7f7f7; border: 1px solid #eee; }

/* Post sections */
#post-sections .section { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Post blocks */
#post-blocks { padding: 0; margin: -15px 0 15px 0; background: #fff; }
#post-blocks .post { width: 266px; padding: 10px; margin: 15px 0 0 0; background: #f7f7f7; border: 1px solid #eee; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks h3 { font-size: 1.1em; }

/* Post list tabs */
#post-list-tabs { padding: 0; background: #fff; }
#post-list-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-list-tabs .odd { float: left; width: 50%; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content ul { margin-left: 10px; }
#post-list-tabs .tab-content li { margin: 4px 0; }
#post-list-tabs h3 { font-size: 1.1em; }

/* Post block tabs */
#post-block-tabs { padding: 0; background: #fff; }
#post-block-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-block-tabs .odd { clear: both; float: left; width: 48%; }
#post-block-tabs .even { float: right; width: 48%; clear: none; }
#post-block-tabs h3 { font-size: 1.1em; }

/* Post tabs */
#post-tabs { padding: 0; background: #fff; }
#post-tabs .tab-content { width: 568px; padding: 10px; }
#post-tabs h3 { font-size: 1.1em; }

/* Video tabbed */
#video-tabbed { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
div.v2, div.v3, div.v4, div.v5 { display: none; }
#video-tabbed .video-list { width: 260px; float: right; }
#video-tabbed li { margin-bottom: 7px; }
#video-tabbed a { display: block; padding: 4%; width: 92%; background: #eee; border: 1px solid #ddd; }
#video-tabbed a:hover, #video-tabbed li a.tab-current { color: #f7f7f7; background: #666; }

/* Video and features numbers */
#video-numbers, #features-numbers { padding: 0; background: #fff; width: 590px; border-top: 1px solid #eee; }
#video-numbers { border-top: none; }
#video-numbers .tab-content, #features-numbers .tab-content { padding: 10px; width: 568px; }

/* Home custom sections */
#home-insert-1, #home-insert-2, #home-insert-3 { width: 568px; padding: 10px; border: 1px solid #eee; }

/* No sidebar */
#no-sidebar .post, #no-sidebar .section {
	overflow: hidden;
	width: 880px;
	padding: 10px;
	margin-bottom: 15px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template { width: 900px; }

/************************************************
	Images
************************************************/
a img { border: 1px solid transparent; color:#474747; background:  transparent url(http://fashionidentity.net/images/loader.gif) no-repeat center center; }
a:hover img {opacity: .5; filter:alpha(opacity=50); }
.post img, .section img { border: 1px solid transparent; color:#474747; background: transparent url(http://fashionidentity.net/images/loader.gif) no-repeat center center; }
.attachment .entry img { margin: 20px auto; display: block; }
#author-box .avatar, .post .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	}

#feature img, #features-numbers img { width: 300px; margin: 0 10px 10px 0; float: left; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; }

img.thumbnail {
	float: left;
	width: 260px;
	height: 100px;
	margin: 0 10px 10px 0;
	}
img.medium { float: left; margin: 0 10px 10px 0; }

.wp-caption {
	padding: 3px 0 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	}
.wp-caption img {
	margin: 0; padding: 0;
	border: 1px solid #eee;
	}

.gallery {
	width: 100%;
	margin-bottom: 18px;
	}

/************************************************
	Sidebar
************************************************/
#sidebar { width: 300px; padding: 0; margin: 0; }

#sidebar .menu {
	overflow: hidden;
	padding: 5px 0;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
.tabbed {
	background: #fff;
	border: none;
	padding: 0;
	}
#sidebar .tabbed { width: 100%; float: left; }
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
	}
#sidebar .menu .section-header { margin-left: 5px; }
#sidebar .menu div { padding: 0 2%; }
.tabbed .tab-content {
	padding: 10px 2%;
	}
#sidebar .menu ul { padding-left: 10px; }
#sidebar .menu li, #sidebar .tabbed div li {
	padding: 2px 0;
	}
#sidebar .menu li a, #sidebar .tabbed div li a {
	color: #333;
	}
#sidebar .menu li a:hover, #sidebar .tabbed div li a:hover {
	color: #216daf;
	text-decoration: underline;
	}
#sidebar .menu p { margin: 15px 7px; }

/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
#feed-sidebar li.feed-url a { background: url(images/sidebar-feed.gif) no-repeat 0 .3em; }
#feed-sidebar li.feed-email a { background: url(images/sidebar-email.gif) no-repeat 0 .3em; }

/* Sidebar tables (ex: calendar) */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #ccc; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
#sidebar table tr td.pad { border: none; }

/* Author profiles (widget) */
#sidebar .author-profile { clear: left; margin-bottom: 10px; }
#sidebar .author-profile .avatar { float: left; margin: 0 10px 10px 0; width: 75px; height: 75px; }
#sidebar .author-name { font-size: .9em; line-height: 1em; }
#sidebar .author-profile p { font-size: .95em; margin: 0; padding: 0; }

/* Recent posts (sidebar) */
#sidebar .recent .post { clear: left; padding-bottom: 10px; }
#sidebar .recent .post-title { font-size: .9em; line-height: 1em; }
#sidebar .recent .entry { font-size: .95em; margin: 0; padding: 0; }
#sidebar .recent p { margin: 0; padding: 0; }

/* Video (sidebar) */
#sidebar .video div { padding: 2px 0 2px 1%; }
#sidebar .video object { width: 98%; height: 230px; }
#sidebar .video .post-title { font-size: 1em; margin-left: 1%; }

/* Flickr (sidebar) */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 0 5px 5px 7px; }

/* Ads */
#sidebar .ads img { width: 125px; height: 125px; margin: 1% 1% 1% 1%; }

/************************************************
	Tabs
************************************************/
/* Actual tabs */
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; float: left; }
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px .4em;
	color: #333;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #eee;
	}
.tabbed ul.tabs li a:hover { background: #f7f7f7; }
ul.tabs li a.tab-current { background: #f7f7f7; border-bottom: 1px solid #f7f7f7; }
/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	width: 95.5%;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/* Recent comments tab */
#sidebar ul.recent-comments li { margin: 2px 0 5px 0; }
#sidebar ul.recent-comments li a { color: #2c79d5; display: inline; }

/* Sidebar search tab */
#sidebar .search input { width: 94%; background: #fff; color: #333; margin: 4px 0; }
#sidebar .search input.search-submit { display: none; }

/************************************************
	Comments Template
************************************************/
/* Comments template */
#comments-template { width: 590px; padding: 0; background: #fff; border: none; }
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template li {
	clear: left;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#comments-template li li li, #comments-template li li li li li {
	background: #eee;
	border: 1px solid #ddd;
	}
#comments-template li li, #comments-template li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 7px 7px 7px 0;
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
	}
#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 9px; }
#comments-template ol li .comment-meta-data a.time { margin-left: 5px; color: #333; }
#comments-template ol li .comment-text { float: left; width: 88%; padding: 10px 0 0 0; }
#no-sidebar #comments-template ol li .comment-text { width: 88%; }
input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #fff;
	border: 1px solid #ddd;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #666;
	}

/************************************************
	Footer
************************************************/
#footer {
	overflow: hidden;
	clear: both;
	height: 35px;
	width: 1000px;
	color: #F7F7F7;
	background: #B2B2B2 url(http://fashionidentity.net/wp-content/themes/fashion/images/footer-bg.png) no-repeat scroll 0 0;
	}
	
#footer-right {
	color:grey;
	float:right;
	font-size:10px;
	letter-spacing:1px;
	margin:3px 12px;
	}	
#footer a { color: #b5d3ee; }
/*Mail*/
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform {
	margin:10px auto 0 auto;
	width: 450px;
}

.cform fieldset	{
	margin-top:10px;
	padding:10px 0 10px 0;
	border:1px solid #adadad;
	border-left-color:#ececec;
	border-top-color:#ececec;
	background:#f7f7f7;
}

.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	margin-left:10px;
	padding: 0 2px;
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol {
	margin:0!important;
	padding:0!important;
}
ol.cf-ol li	{
	background:none!important;
	margin:0 44px!important; /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:200px;
	margin:0px 10px 0 0;
	text-align:left;
	font-size: 10px;
	display:block;
	color:#888888;
	background:black;
	padding:2px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0;
}

label.cf-before span{
	width:200px;
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 4px;
	width:115px;
	text-align:left;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	margin:0 0 8px 0;
	padding:3px;
	background: #fbfbfb;
	border:none;
	border-top: 1px solid #f0f0f0;
	vertical-align:top;

}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{
	background:#F3F8F8;
}

.cform textarea,
.cform input {
	width:360px;
}
.cform select {
	width:360px; /* attempt to have equal length */
}

.cform select.cfselectmulti	{
	height:6.5em;
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 12em;
	overflow:auto;
}

.cform input.cf_date {
	width:395px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	font-size:10px;
	color:#888888;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{
	margin:3px 0 0 0;
	width:16px;
	height:22px;
	border:none!important;
	background:none!important;
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0;
}


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	display:block; /*for mozilla*/
	width:360px;
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
	width: 407px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{
	width:150px;
	padding:5px;
	margin: 5px 3px 4px 0pt;
	font-size:0.8em;
	background:#fff;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:none;
}
div.failure {
	display:none;

}
div.waiting {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:none;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error {
	background: red;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	display: none;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}
