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

html {
	background-image: url(/i/body/body-bg.gif);
	background-repeat:repeat-x;
}
body {
	width:1000px;
	margin:20px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	margin-top:0;
}

#navigation {
	height:44px;
	background-position: right;
	background-repeat:no-repeat;
	margin:5px 0;
	position:relative;
	text-transform:uppercase;
}
#navigation li {
	float:left;
	height:44px;
}
#navigation li a {
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	float:left;
	padding:10px;
	font-family:Times New Roman, serif;
	font-size:20px;
	margin-left:10px;
	margin-right:5px;
	font-weight:500;
}
#navigation li a:hover{
	color:#000;	
}
#navigation li a.on {
	color:#D5B3A5;	
}
#navigation li#spotlight a {
	color:#D5B3A5;
}
#navigation li:hover ul, #navigation li ul:hover {
	display:block;
}
#navigation li ul {
	background-image:url(/i/body/dd-bg.png);
	width:154px;
	height:75px;
	overflow:hidden;
	clear:both;
	position:absolute;
	left:-30px;
	padding-top:10px;
	z-index:99;
	display:none;
	top:45px;
}
#navigation li ul li {
	display:block;
	clear:both;
	height:36px;
}
#navigation li ul li a {
	font-size:20px;
	display:block;
	clear:both;
	color:#999;
}

#header { position:relative; }
#words-art,#words-fashion {
	position:absolute;
	bottom:0px;	
	right:180px;
}
#words-fashion { right: 40px; }

#content {
	clear:both;	
	margin-bottom:15px;
	z-index:3;
}
.clear {clear:both; display:block; }
#footer {
	text-align: center;
	border-top:1px solid #E5E5E5;
	padding:8px;
	margin-top:15px;
	clear:both;
}
#footer p, #footer a {
	color:#000;
	font-size:9px;	
	text-decoration:none;
}

@font-face {font-family: 'AgencyFBRegular'; src: url('/i/fonts/agencyr-webfont.eot'); src: local('☺'), url('/i/fonts/agencyr-webfont.woff') format('woff'), url('/i/fonts/agencyr-webfont.ttf') format('truetype'), url('/i/fonts/agencyr-webfont.svg#wd') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'AgencyFBBold'; src: url('/i/fonts/agencyb-webfont.eot');	src: local('☺'), url('/i/fonts/agencyb-webfont.woff') format('woff'), url('/i/fonts/agencyb-webfont.ttf') format('truetype'), url('/i/fonts/agencyb-webfont.svg#wd') format('svg');	font-weight: normal; font-style: normal;}


.styled {
	font-family:Times New Roman, serif;
}

hr {
	height:1px;
	border:0;
	background-color:#E5E5E5;
	color:#E5E5E5;
	margin:10px auto;	
}

strong { font-weight:bold; }

p, h1, h2 {
	margin:10px auto;
}

h1, h2, h3 {
	font-family:Times New Roman, serif;
}

label {
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	text-align:right;
	margin-right: 10px;
	margin-top: 3px;
}
input, textarea, select {
	margin-left: 5px;
	padding: 5px;
	border: 1px solid grey;
	margin-bottom: 5px;
	font-size: 11px;
	width: 300px;
}
textarea  { height: 140px; }
.submit { width: 100px; margin-left: 165px; }

a { color:#999; }

.pagination {
	display:block;
	clear:both;
	text-align:center;
}
.pagination a {
	background-color:#FFF;
	border:1px solid #999;
	padding:5px;
	display:inline-block;
	margin:0 2px;
	text-decoration:none;
	min-width:20px;
	text-align:center;
}
.pagination a:hover, .pagination a.on {
	background-color:#999;
	color:#FFF;
}
.pagination a.fade {
	opacity:.5;
}


#twitter {
	position:absolute;
	right:-30px;
	top:-5px;
	margin:0;
}