/*
Theme Name: FiFi
Theme URI: http://wordpress.org/
Description: Custom theme developed for FiFi.com.au
Version: 1.6
Author: The Topia Project
Author URI: http://thetopiaproject.com/
*/
@import url(css/blueprint/screen.css);

html, body {
	height: 100%;
}

body {
	/*background: url(images/bg_body.jpg) repeat-x;	*/
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}



ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.post ul {
	margin: 0 0 1.5em 0.7em;
	padding: 0 0 1.5em 0.7em;
	list-style-type: disc;
}

input.text {
	padding: 0;
	border: none;
	width: auto;
}

a {
	text-decoration: none;
	color: #ea1b49;
	font-weight: bold;
	outline: none;
}

.alignright {
	float: right;
	margin-left: 1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 2em;
}

.req {
	color: #f00;
}

.failure {
	background:#F7CBCA none repeat scroll 0 0;
	border:1px solid #CC0000;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	margin: 4px 0;
}

.buttonOnWhite {
	border: 1px solid #ea1b49;
	color: #ea1b49;
	background: none;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.container {
	background: #000 url(images/bg_sidebar.gif) repeat-y top right;
	border-left: 3px solid black;
	border-right: 3px solid black;
	position: relative;
	overflow: hidden;
}

.header {
	background: #ea1b49;
	height: 132px; /* 132 - padding */
	border-bottom: 3px solid #000;
	padding: 0 10px 0 30px;
	position: relative;
}

.header .logout {
	position: absolute;
	top: 4px;
	right: 9px;
	width: 122px;
}

.header .logout a {
	border: 1px solid #ff9999;
	color: #ff9999;
	text-align: center;
	padding: 1px;
	float: right;
}
.header .logout a:hover {
	color: #fff;
}

#myAccount {
	width: 122px;
}

.logoutDropdown {
	background: #EA1B49;
	padding: 5px 0 13px 5px;
	float: right;
	display: block;
}

.header .logout .logoutDropdown a {
	display: block;
	margin-top: 6px;
}


.header .logoSlogan {
	height: 48px;
	padding: 30px 0 23px 0;
}

.header h1 {
	float: left;
	padding: 30px 0 0 0;
	padding: 0;
}

.header .slogan {
	float: right;
}

.header .menu {
	clear: both;
}

.header .menu li {
	display: block;
	float: left;
	margin-right: 12px;
	padding-left: 12px;
	border-left: 1px solid #ff9999;
}

.header .menu li a {
	display: block;
	font-size: 11px;
	color: #ff9999;
}
.header .menu li a:hover {
	color: #fff;
}

.header .menu li.first {
	padding-left: 0;
	border-left: none;
}

.header .menu li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	background: #ea1b49;
	margin-left: -4px;
}
.header .menu li:hover ul, .header .menu li.hover ul {
	left: auto;
}

.header .menu li ul li {
	float: none;
}

.header .menu li ul li {
	border-left: none;
	padding-left: 0;
	margin-right: 0;
}

.header .menu li ul li a {
	padding: 3px;
	border-right: none;
	height: 15px;
}

.header .search {
	float: right;
}

.header .search input.text {
	padding: 0;
	width: 126px;
	height: 18px;
	border: none;
}

.buttonOnPink {
	border: 1px solid #ff9999;
	background: transparent;
	color: #ff9999;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
}
.buttonOnPink:hover {
	color: #fff;
}

.reportTitle, .postTitle {
	background: #666;
	padding: 8px 27px;
}

.reportTitle .issue {
	float: left;
}

.reportTitle .issueDate {
	float: right;
	padding-top: 3px;
}
.content {
	background: #fff;
	padding-bottom: 10px;
}

.content .space {
	padding: 20px;
}

.post {
	border-bottom: 1px dashed #ea1b49;
	margin-bottom: 18px;
}

.welcome {

}

.post .title {
	background: #ea1b49;
	padding: 3px 3px 0 3px;
	color: white;
	font-family: monospace;
	font-size: 16px;
}

.title img {
	vertical-align: middle;
}

.postdate {
	font-weight: bold;
	color: #ea1b49;
	float: right;
}

.page .post .postTitleCategory {
	margin-bottom: 10px;
}

.polaroid {
	width: 131px;
	height: 123px;
	float: left;
	margin-right: 25px;
	background: url(images/bg_polaroid.jpg);
	padding: 7px 17px 35px 7px;
}

.postPreview {
	margin: 18px 0;
}

.postIssue {
	margin-top: 5px;
}

.postIssue a {
	color: #666;
	font-weight: bold;
}

.previousIssues .date a {
	color: #666;
}

.postComment, .comments {
	background: #ededed;
	margin: 0 10px;
	padding: 10px;
	clear: left;
}

.homeComments {
	background: #ededed;
	margin: 10px 0;
	padding: 10px;
	clear: left;

}

.postComment label {
	font-weight: normal;
}
.postComment textarea {
	height: 50px;
	width: 450px;
}

.content .search .text {
	border: 1px solid #000;
}


.bottomAd {
	text-align: center;
	margin-top: 10px;
}


/** SIDEBAR **/
.loginSubscribe {
	background: #666;
	color: #fff;
	border-bottom: 3px solid #000;
}

.loginSubscribe form {
	padding: 6px 8px;
}

.loginSubscribe .headingImage {
	background: #EA1B49;
	margin-bottom: 5px;
	padding: 8px 8px;
}

.loginSubscribe .email, .loginSubscribe .password {
	float: left;
	margin-right: 3px;
}
.loginSubscribe .email .text, .loginSubscribe .password .text {
	width: 110px;
}

.loginSubscribe div.login {
	padding-top: 16px;
}

input.button {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
}

a.subscribeNow {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 15px;
	width: 240px;
	padding: 2px;
}

.videoReport {
	background: #8a8a8a;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#sideVideo {
	margin-bottom: 10px;
}

.videoTitle {
	font-weight: bold;
	margin-bottom: 0;
}
.videoDesc {
	margin-bottom: 0;
}
.videoDate {
	color: 	#333;
	font-weight: bold;
}

.videoReport .headingImage {
	margin-bottom: 5px;
	background: #666;
	padding: 12px 8px 10px 8px;
}

.videoReport .videoReportContent {
	padding: 11px 8px;
}

ul.videoArchive li a {
	color: #fff;
}
ul.videoArchive li a:hover {
	text-decoration: underline;
}

.whereToShop {
	background: #8A8A8A;
	color: #fff;
	padding: 11px 8px;
	border-bottom: 3px solid #000;
}
.whereToShop a {
	color: #fff;
}
.whereToShop a:hover {
	text-decoration: underline;
}

.whereToShop .headingImage {
	margin-bottom: 5px;
}

.textwidget {
	margin-bottom: 15px;
}

.whereToShop .title {
	margin-bottom: 5px;
}

.favouriteFinds {
	background: #8a8a8a;
	border-bottom: 3px solid #000;
	padding-bottom: 15px;
}

.adbannertest {
        background: black;
}

.adbannertest .advert {
	background-image:url(http://fifi.com.au/wp-content/uploads/banners/300x250.png);
	background-position: center center;
	height:0px;
	width:300px;
	background-repeat:no-repeat;
	margin-left:10px;
}
 
.favouriteFinds .headingImage {
	margin-bottom: 5px;
	background: #666;
	padding: 3px 8px;
}

.favouriteFinds .slideshow {
	background: #fff;
	margin: 8px;
	padding: 8px;
}

.slideshow .prev {
	display: block;
	float: left;
	padding: 100px 0;
}

.slideshow .images {
	float: left;
	width: 260px;
	height: 200px;
	overflow: hidden;
}

.slideshow .image {
	text-align: center;
	height: 200px;
	width: 260px;
}

.slideshow .title {
	font-weight: bold;
	text-align: left;
}

.slideshow .available {
	text-align: left;
}

.slideshow .next {
	display: block;
	float: right;
	padding: 100px 0;
}

.advertisement {
	padding: 11px 8px;
	text-align: center;
	color: #ccc;
}

.span-1 .advertisement {
	background: #8A8A8A;
}

.advertisements small {
	display: block;
	text-align: left;
}

.footer {
	background: #ea1b49;
	border-top: 3px solid #000;
	padding: 5px 0;
	text-align: center;
}

.footer .menu {
	margin-bottom: 5px;
}

.footer .menu li {
	display: inline;
}

.footer .menu li a {
	padding: 0 19px;
	border-left: 1px solid #ff9999;
}
.footer .menu li.first a {
	padding-left: 0;
	border-left: none;
}
.footer, .footer a {
	font-size: 11px;
	color: #ff9999;
}
.footer .menu li a:hover {
	color: #fff;
}

#loginModal {
	position: absolute;
	width: 365px;
	height: 260px;
	left: 100px;
	top: 100px;
	display: none;
	z-index: 28;
}
#loginModal a {
	color: #fff;
}
#loginModal .frame {
	width: 355px;
	height: 250px;
	background: #ea1b49;
	color: #fff;
	z-index: 15;
	position: absolute;
}
#loginModal .dropshadow {
	width: 355px;
	height: 250px;
	margin: 10px 0 0 10px;
	background: #000;
	opacity: 0.2;
	z-index: 10;
	position: absolute;
}
#loginModal .space {
	padding: 10px;
}
#loginModal .loginSide {
	float: left;
	border-right: 1px dashed #fff;
	width: 135px;
}
#loginModal input.text {
	width: 115px;
}
#loginModal .subscribeSide {
	padding-left: 15px;
	float: left;
	width: 180px;
	font-weight: bold;
}
#closeLoginModal {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	float: right;
}

.subscribe .text {
	border: 1px solid black;
}

.subscribe .clear {
	padding-bottom: 1em;
}

.left {
	float: left;
	margin-right: 10px;
	width: 45%;
}
.right {
	float: left;
}

.subscribe label {
	font-weight: normal;
}

.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	top: 0;
	left: 0;
	display: none;
}

#login_error {
	border-style:solid;
	border-width:1px;
	margin:0 0 16px 8px;
	padding:12px;
	background-color:#FFEBE8;
	border-color:#CC0000;
}

#sideVideo, #contentVideo {
	text-align: center;
}

.searchResults .even td {
	background: #fedee5;
}

