/*  
Theme Name: Fashion Studio 7 
Theme URI: http://www.fashionstudio7.com 
Description: Fashion Studio 7
Version: 1.0 
Author: Matthew Lucas
Author URI: http://www.mediahelp.se/

*/

body {
	background:url(/images/default-bg.jpg) #0B0B0B;
background-attachment:fixed;
background-position:center;
background-position:top;



	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	}
	
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
	padding: 10px 0px 4px 0px;
	line-height: 20px;
	font-size: 20px;
	color: #000000;
	}
	
a:link, a:visited { color: #000000; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
	
img { display: block; margin: 0px; padding: 0px; border: 0px; }

#topAds {
	margin: 20px auto 0 auto;
	width: 918px;
	height: 90px;
	padding: 0px;
	border:1px solid #ffffff;
	text-align: center;
	background-color: #fff;
}

#topAdsLeft {
    float: left;
	width: 728px;
	height: 90px;
	margin: 0px;
	padding: 0px; 
	}
	
#topAdsRight {
    float: right;
	width: 180px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	}
	
#topAds p, #topAdsLeft p, #topAdsRight p {
    margin: 0px;
	padding: 0px;
	}
	
#wrapper {
    overflow: auto;
    background-color: #ffffff;
	width: 918px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #cccccc;
	}
	
/* Start Header Styles 
=============================*/
#header {
    width: 908px;
	height: 84px;
	margin: 0px;
	padding: 5px;
	}
	
#logo {
    float: left;
	}
	
#search {
    float: right;
	margin-top: 20px;
	text-align: right;
	}
	
#search a.button {
    background-color: #000000;
	margin-left: 5px;
	padding: 4px 6px 4px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
#search form {
    overflow: auto;
	margin-top: 10px;
	padding: 0px;
    }
	
#search form input.search {
    float: right;
    background-color: #ffffff;
	width: 220px;
	height: 23px;
	margin-right: 5px;
	padding: 0px;
	border: 1px solid #666666;
	}
	
#search input {
    float: right;
	}
	
/* Start Menu Styles 
=============================*/	
ul#menu {
    z-index: 90;
    list-style: none;
	background-color: #000000;
	width: 898px;
	height: 30px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#menu ul {
    position: absolute;
	top: -999em;
	list-style: none;
	background-color: #000000;
	width: 130px; /* left offset of submenus need to match (see below) */
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a;
    }
	
#menu ul li {
	width: 100%;
	border-right: 0px;
	border-bottom: 1px solid #7a7a7a;
}

#menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
	
#menu li {
    float: left;
	position: relative;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #7a7a7a;
	}
	
#menu li a:link, #menu li a:visited { 
    display: block;
	position: relative;
	height: 30px;
    line-height: 30px;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	color: #ffffff; 
	text-decoration: none;
	}

#menu li a:hover, #menu li a:active { 
    display: block;
	position: relative;
    background-color: #3c3c3c;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	color: #ffffff;
	}
	
#menu li:hover ul,
#menu li.wpm-hover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul#menu li:hover li ul,
ul#menu li.wpm-hover li ul {
	top:			-999em;
}
ul#menu li li:hover ul,
ul#menu li li.wpm-hover ul {
	left:			130px; /* match ul width */
	top:			0;
}
ul#menu li li:hover li ul,
ul#menu li li.wpm-hover li ul {
	top:			-999em;
}
ul#menu li li li:hover ul,
ul#menu li li li.wpm-hover ul {
	left:			130px; /* match ul width */
	top:			0;
}
	
/* Content Wrappers 
=============================*/
#wrapContent {
    z-index: 2;
    position: relative;
    overflow: auto;
    width: 900px;
	margin: 0px;
	padding: 9px;
	}
	
#wrapLeft {
    float: left;
	overflow: auto;
	width: 567px;
	margin: 0px;
	padding: 0px;
	}
	
#wrapRight {
    float: right;
	overflow: auto;
	width: 323px;
	margin: 0px;
	padding: 0px;
	}
	
/* Sidebar Styles 
=============================*/
#topAd {
    float: left;
	background-color: #000000;
	width: 307px;
	height: 184px;
	margin-top: 9px;
	padding: 9px 8px 9px 8px;
	}
	
#sidebar {
    float: left;
	overflow: auto;
	background-color: #000000;
	width: 160px;
        height: px;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	}
	
#sidebar .title {
    background-color: #333333;
	width: 148px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	color: #ffffff;
	}
	
#sidebar img {
    margin: 0px;
	padding: 0px;
	}
	
#sidebar ul {
    list-style: none;
	margin: 4px;
	padding: 0px;
	}
	
#sidebar ul li {
    display: block;
	padding: 2px;
	font-size: 11px;
	}
	
#sidebar a:link, #sidebar a:visited { color: #ffffff; text-decoration: underline; }
#sidebar a:hover, #sidebar a:active { color: #ffffff; text-decoration: none; }
	
#sideAds {
    float: right;
	background-color: #000000;
	width: 160px;
	height: ;
	margin: 9px 0px 0px 2px;
	padding: 0px;
	}
	
#sideAds img, img, a:active img {
    display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* Index Page Styles 
=============================*/
#featuredContent {
    float: left;
	z-index: 1;
	position: relative;
    background-color: #e8e9eb;
	width: 567px;
	height: 287px;
	margin: 0px;
	padding: 0px;
	}
	
#featuredVideo {
    float: right;
    background-color: #000000;
	width: 301px;
	height: 265px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #000000;
	}
	
#subscribeHome {
    float: left;
	width: 900px;
	height: 38px;
	margin-top: 9px;
	padding: 0px;
	}
	
#subscribe {
    float: left;
	width: 900px;
	height: 38px;
	margin-bottom: 9px;
	padding: 0px;
	}
	
.newsLeft {
    float: left;
	width: 278px;
	height: 213px;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	}

.newsRight {
    float: right;
	width: 278px;
	height: 213px;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	}

.current {
    width: 278px;
	height: 72px;
    margin: 9px 0px 9px 0px;
	}

.title a:link, .title a:visited, .title a:hover, .title a:active { font-weight: bold; font-size: 10pt; color: #000000; text-decoration: none; }

.image {
    overflow: hidden;
    background-color: #000000;
	width: 276px;
	height: 121px;
	border: 0px solid #000000;
	}

.entry {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	}
	
/* Whats New Styles
=============================*/
.whatsnew {
    float: left;
	overflow: auto;
	width: 100%;
	margin: 10px 0px 10px 0px;
	}

.whatsnewLeft, .whatsnewRight {
    float: left;
	overflow: auto;
	width: 278px;
	margin: 0px;
	padding: 0px;
	}
	
.whatsnewRight {
    float: right;
	}
	
.whatsnewLeft .image, .whatsnewRight .image {
    float: left;
	overflow: hidden;
	background-color: #000000;
	width: 80px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	}
	
.whatsnewLeft .current, .whatsnewRight .current {
	float: right;
	overflow: auto;
	width: 186px;
	height: auto;
	margin: 0px;
	padding: 0px;
	}

/* Featured Videos 
=============================*/
#FeaturedVideos {
    float: left;
	overflow: hidden;
	background-color: #000000;
	width: 521px;
	height: 461px;
	margin: 0px;
	padding: 0px 23px 0px 23px;
	text-align: center;
	}

/* Featured Post 
=============================*/
.featuredPost {
    float: left;
	overflow: hidden;
    background-color: #000000;
	width: 567px;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	}
	
.featuredPost .image {
    float: left;
	overflow: hidden;
    background-color: #000000;
	width: 565px;
	height: 285px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	}
	
.featuredPost .excerpt {
    float: left;
	background-color: #e8e9eb;
	width: 547px;
	margin: 0px;
	padding: 10px;
	color: #3c3c3c;
	}
	
/* Article Page Styles 
=============================*/
.titleBar {
    float: left;
    background-color: #000000;
	width: 557px;
	height: 28px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	line-height: 28px;
	font-size: 12px;
	color: #ffffff;
	}
	
.titleBar .left { float: left; height: 28px; line-height: 28px; margin: 0px; padding: 0px; }
.titleBar .right { float: right; height: 28px; line-height: 28px; margin: 0px; padding: 0px; }
.titleBar a { color: #ffffff; text-decoration: underline }
	
.postInfo {
    width: 567px;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 9px 0px;
	border-bottom: 1px solid #000000;
    font-size: 10pt;
	}
	
img.articleimg { border: 1px solid #000000; }
	
/* Footer Styles 
=============================*/
#footerAds {
    background-color: #000000;
	width: 900px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 9px;
	}
	
#footerAds .728 { 
    float: left;
	overflow: hidden;
	width: 728px;
	height: 90px;
	margin: 0px;
	padding: 4px;
	}
	
#footerAds .148 { 
    float: right;
	overflow: hidden;
	width: 100px;
	height: 90px;
	margin: 0px;
	padding: 4px;
	}
	
#footerLinks {
    background-color: #ffffff;
	width: 886px;
	margin: 0px 9px 9px 9px;
	padding: 7px;
	font-size: 12px;
	color: #999999;
	}
	
#footerLinks ul {
    overflow: auto;
    list-style: none;
	margin: 2px 0px 10px 0px;
	padding: 0px;
	}
	
#footerLinks ul li {
    float: left;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	border-right: 1px solid #ffffff;
	}
	
#footerLinks a:link, #footerLinks a:visited { color: #999999; text-decoration: none; }
#footerLinks a:hover, #footerLinks a:active { color: #666666; text-decoration: underline; }

#copyright {
    margin-left: 2px;
    padding: 4px;
	font-size: 11px;
	}
