/*
Theme Name: Fashion Spreads
Theme URI: http://javier-garcia.com/
Description: Customized theme for Fashion-Spreads.com.
Author: Javier Garcia
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* --------------------------------------------------------------

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	}
ol, ul {
	list-style: none;
	}
blockquote {
	quotes: none;
	}
blockquote:before, blockquote:after {
	content: '';
	content: none;
	}
del {
	text-decoration: line-through;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
a img { border: none; }

/* --------------------------------------------------------------

   Fonts

-------------------------------------------------------------- */

body, input, td {
	font: 12px/15px Helvetica,Arial,sans-serif;
	}
#site-title {
	font: bold 48px/44px  Helvetica,Arial,sans-serif;
	letter-spacing: -4px;
	text-transform: uppercase;
	}
#site-description, .menu, .page-title, .entry-day, #rss-links, .entry-utility, .navigation, input.submit, input#submit {
	font: bold 13px/14px Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #aaa;
	}
	#rss-links, .entry-utility, input.submit, input#submit {
		font-size: 12px;
		word-spacing: 1px;
		}
	
.widget-area h3, #reply-title, #comments-title, #aside label {
	font: bold 18px/20px Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	}
.page-title {
	color: #aaa;
	}
.author-bio {
	margin-bottom: 30px;
	}
.entry-title, .entry-month {
	font: bold 26px/26px Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	}
.entry-month {
	font-weight: normal;
	}
.entry-day {
	color: #aaa;
	letter-spacing: 0px;
	}

/* --------------------------------------------------------------

   Theme CSS

-------------------------------------------------------------- */

body {
	padding: 25px;
	text-align: center;
	}
a {
	color: #f60;
	}
	#site-title a, .entry-title a {
		color: #000;
		text-decoration: none;
		}
	#site-title a:hover, #site-title a:active, .entry-title a:hover, .entry-title a:active {
		color: #f60;
		}
	#rss-links a, .entry-utility a, .navigation a {
		color: #999;
		text-decoration: none;
		}
	#rss-links a:hover, #rss-links a:hover, .entry-utility a:hover, .entry-utility a:active, .navigation a:hover, .navigation a:active {
		border-color: #ccc #aaa #aaa #ccc;
		color: #f61;
		}
img {
	max-width: 100%;
	}
input.submit, input#submit {
	background: #000;
	border: 1px inset #000;
	color: #fff;
	cursor: pointer;
	padding: 1px 10px;
overflow:visible;
	}
p, .widget-container ul, .widget-container ol, .widget-container form {
	margin-bottom: 15px;
	}
#site-description {
	margin-top: 10px;
	padding-left: 2px;
	}
#wrapper {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	* html #wrapper {
		width: 960px;
		}
#header {
	background: url(images/border.png) repeat-x bottom;
	margin-top: 20px;
	}
	* html div { height:1%;}
	#masthead, #container {
		float: left;
		margin-right: -300px;
		overflow: hidden;
		width: 100%;
		}
	#branding, #content {
		margin-right: 300px;
		}
	#aside {
		margin: 10px 0 25px;
		}
	#aside label {
		display: block;
		margin-bottom: 6px;
		}
	#masthead {
		}
	#main, #footer {
		clear: both;
		}
	#access {
		margin: 20px 0;
		}
	#rss-link a, #email-link a, .author-link a, .comments-link a, .edit-link a {
		background: url(images/icon-email.png) no-repeat 11px 2px;
		border: 1px solid #e6e6e6;
		padding: 5px 12px 4px 34px;
		float: left;
		}
		#rss-link a {
			background-image: url(images/icon-rss.png);
			margin-right: 6px;
			}
		.author-link a {
			background-image: url(images/icon-user.png) !important;
			float: none;
			margin-right: 6px;
			}
		.comments-link a {
			background-image: url('images/icon-comment.png');
			float: none;
			}
		.edit-link a {
			background-image: url(images/icon-edit.png);
			float: none;
			margin-left: 6px;
			}

.menu {
	padding-bottom: 9px;
	overflow: hidden;
	}
	
	* html .menu {
		height: 1%;
		float: left;
		padding: 0;
		margin-bottom: 9px;
		}
.menu .page_item {
	float: left;
	}
.menu ul {
	border-left: solid 1px #ccc;
	float: left;
	}
.menu li {
	display: inline;
	float: left;
	border-right: solid 1px #ccc;
	height: 23px;
	}
.menu li a {
	color: #f60;
	float: left;
	padding: 5px 15px 11px;
	text-decoration: none;
}
.menu li a:hover {
	background:#000 url(images/arrow.png) no-repeat bottom center;
	color:#fff;
}
.menu li.current_page_item a,.menu li.current_page_item a:visited,.menu li.current_page_item a:hover {
	background: #000 url(images/arrow.png) no-repeat bottom center;
	color: #fff;
}

.widget-area {
	float: right;
	overflow: hidden;
	width: 265px;
	}
	h3.widget-title {
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		padding-bottom: 5px;
		}
	.widget-container {
		background: #eee url(images/dots.png) repeat-y -3px 0;
		padding: 15px 15px 1px 25px;
		margin-bottom: 20px;
		}
		#aside .widget-container {
			margin-bottom: 10px;
			}
	.widget-container ul li {
		background: url(images/li.png) no-repeat 0px 6px;
		padding-left: 20px;
		text-indent: -10px;
		}
	.widget-container #wp-calendar th, .widget-container #wp-calendar td {
		text-align: left;
		width: 40px;
		}
	.widget-container #wp-calendar caption {
		padding-bottom: 10px;
		text-align: right;
		}

#main {
	padding-top: 30px;
	}
.page-title {
	margin-bottom: 10px;
	}
div.post, div.page, #nav-below {
	max-width: 700px;
	margin-bottom: 40px;
	}
	.entry-title {
		float: left;
		margin-bottom: 20px;
		}
	p.post-image, p.post-info {
		text-align: center;
		}
	.entry-header, .entry-body {
		float: left;
		margin-right: -100px;
		overflow: hidden;
		width: 100%;
		}
	.entry-title, .entry-summary {
		margin-right: 100px;
		}
	.entry-meta {
		float: right;
		overflow: hidden;
		margin-bottom: 20px;
		width: 70px;
		}
	.entry-meta div {
		border-left: 2px solid #ccc;
		padding-left: 12px;
		}
	.entry-meta div.entry-day {
		padding-bottom: 10px;
		}
	.attachment-post-thumbnail {
		border: 1px solid #ddd;
		float: left;
		margin-right: 10px;
		padding: 2px;
		}
	.entry-contant {
		margin-bottom: 20px;
		}
	.entry-utility {
		margin-top: 30px;
		text-align: center;
		}
		* html .entry-utility {
			padding: 20px 0 5px;
			}
#respond, #comments .commentlist {
	margin-bottom: 40px;
	}
	#comments .commentlist {
		padding-left: 50px;
		}
	#comments .commentlist p {
		margin: 10px 0 0;
		}
	#comments img.avatar {
		border: 1px solid #ddd;
		float: left;
		margin: 0 10px 10px 0;
		padding: 2px;
		}
	#comments .comment-author cite {
		font-weight: bold;
		font-style: normal;
		}
	#comments .children {
		padding-left: 20px;
		}
	#comments .reply {
		margin-bottom: 15px;
		}
	#comments .comment-meta, #comments .comment-meta a {
		color: #aaa;
		padding-bottom: 4px;
		}
	#respond #reply-title, #comments #comments-title {
		margin-bottom: 15px;
		}
	#respond label {
		display: block;
		float: left;
		width: 120px;
		}
	#respond .required {
		display: block;
		float: left;
		width: 15px;
		margin-left: -15px;
		}
	#respond .comment-notes .required {
		display: inline;
		float: none;
		margin: 0;
		}
	#respond .form-allowed-tags, #respond .form-allowed-tags dt {
		margin-bottom: 15px;
		}
	#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
		margin-bottom: 2px;
		}
#nav-below {
	margin-bottom: 40px;
	text-align: center;
	}
	.nav-home {
		width: 100px;
		margin: 0px auto;
		}
	.nav-previous {
		float: left;
		padding-bottom: 5px;
		}
			
	.nav-next {
		float: right;
		padding-bottom: 5px;
		}
#footer {
	background: url(images/border.png) repeat-x top;
	padding-top: 20px;
	}
	#site-disclaimer, #site-disclaimer a {
		color: #aaa;
		}
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	/* \*/ * html .clear {
		height: 1%;
		} /* */
.clearer {
	clear: both;
	}
	* html .clearer {
		position: absolute;
		}
#lws_0 {
	margin: 0 auto;
	}
.linkwithin_text {
	padding-bottom: 10px !important;
	}
.linkwithin_posts a {
	background-color: #fff !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
	}
.linkwithin_posts a .linkwithin_title {
	margin-top: 10px !important;
	}
.linkwithin_posts a .linkwithin_title:hover {
	color: #f60 !important;
	text-decoration: underline !important;
	}
.linkwithin_img_0:hover {
	border-color: #ccc #aaa #aaa #ccc !important;
	}
	#text-5 {padding: 15px 15px 1px 10px;}
