@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	background-color: #e2d9cc;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9e9281;
	background-repeat: no-repeat;
	background-position: center top;
}
#facebox {
	position: fixed;
	left: -320px;
	z-index:1001;
	width: 320px;
	top: 100px;
	height: 515px;

}
#facebox #facebook-likebox {
	background: url(../images/bg-facebook.png) no-repeat 0 0;
	swidth:300px;
	sheight: 495px;
	padding: 10px;
	margin: 0;
	position: relative;
   }
   
   #facebox #facebook-likebox .facebook-area {
		background: #fff;
		cursor:pointer;
   }
   
#facebox.unshown  {
	top: 200px;
	height: 92px;
}   
	#facebox.unshown #facebook-likebox {
		margin: -100px 0 0;
	}

#facebox #facebook-likebox .button-facebook {
	width: 98px;
	height: 92px;
	position: absolute;
	right: -98px;
	top: 0px;
	cursor:pointer;
	background: url(../images/button-facebook.png) no-repeat 0 0;
}	
	#facebox.shown #facebook-likebox .button-facebook {
		background: url(../images/button-facebook.png) no-repeat 0 -103px;
	}
body.summer2011 {
	background-image: url(../images/bg-autumn-2011.jpg);
}
body.winter2011 {
	background-image: url(../images/bg-winter-2011.jpg);
}
body a {
	text-decoration: none;
	color: #9e9281;
}
body a:hover {
	color: #FFF;
}
span {
	visibility: hidden;
}
#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 101px;
	width: 303px;
	padding-top: 38px;
	margin-left: 22px;
	margin-bottom: 30px;
	background-image: url(../images/logo_sense_of_beauty.png);
	background-repeat: no-repeat;
	background-position: center 38px;
}
.whiteline {
	font-size: 1px;
	line-height: 1px;
	background-color: #FFF;
	width: 960px;
	height: 1px;
}
.content-540 {
	float: left;
	width: 520px;
	padding-left: 20px;
}
.content-420 {
	float: left;
	width: 400px;
	padding-right: 20px;
}
#title-current-issue {
	height: 162px;
	width: 260px;
	margin-top: 168px;
	margin-bottom: 66px;
	background-image: url(../images/title_current_issue.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#current-issue {
	height: 139px;
	width: 474px;
	background-image: url(../images/title_winter_2011.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#cover-area {
	height: 500px;
	width: 399px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
#cover-area .cover {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#cover-area .message {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(../images/cover-button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	width: 399px;
}
#cover-area a{
	height: 500px;
	width: 399px;
	display: block;
	color: #FFF;
}
#archives-container {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#left-container {
	float: left;
	width: 190px;
	margin-left: 20px;
	background-image: url(../images/title-archives.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
	position: relative;
}
.arrow {
	float: left;
	width: 30px;
}
#carousel1 {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
#main #archives-container .arrow #left-but,
#main #archives-container .arrow #right-but {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 180px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px!important;
	width: 26px!important;
	display: block!important;
}
#main #archives-container .arrow #left-but{
	background-image: url(../images/left-arrow.png);
}
#main #archives-container .arrow #right-but {
	background-image: url(../images/right-arrow.png);
}
#footer-left,
#footer-right {
	width: 450px;
	line-height: 30px;
	height: 30px;
	font-size: 11px;
}
#footer-left {
	float: left;
	padding-left: 20px;
}
#footer-right {
	float: right;
	text-align: right;
	padding-right: 20px;
}
#editorial {
	background-image: url(../images/title-editorial.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	width: 184px;
	margin-top: 350px;
	cursor: pointer;
}

.editorial-content {
	position: absolute;
	top: 250px;
}
strong {
	font-weight: bold;
}
