/*
Company:	Malibu Dream Girl
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* @end */

/* Get rid of ugly outlines in FF - added by MJ 11/19/09 */
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}


/* @group Layout */
/* Head */

/* Body */
div#bd {
	background: url(../images/hd-bar-bkg.gif) repeat-x 0 158px;
	margin-top:30px;
}
div#bd-wrap {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 125px;
	height: 125px;
	background: url(../images/malibu-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 158px 0 0 0;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Sidebar */
div.sidebar {
	width: 125px;
	border-right: 17px solid #fff;
	border-left: 6px solid #fff;
	float: left;
	display: inline;
}

/* Main Col */
div.main-wide {
	width: 813px;
	float: left;
	display: inline;
}
div.main {
	width: 400px;
	float: left;
	display: inline;
	margin-bottom:30px;
}
div.center {
	border-right: 13px solid #fff;
}
body#p-exception div#nav-buttons {
	margin-bottom: 59px;
}

img.thin-border {
	padding: 2px;
	border: 1px solid #f4a78f;
	margin-right: 10px;
	float: left;
	display: inline;
}
img.thick-border {
	border: 4px solid #e2d3c9;
	float: left;
	display: inline;
}
.space-btm {
	margin-bottom: 20px;
}
div.row {
	padding-bottom: 20px;
}

/* Posts Nav */
div.posts-nav {
	margin-top: 30px;
}

div.posts-nav p.red-left a {
	float:left;
	font-weight:bold;
}
div.posts-nav p.red-right a {
	float:right;
	font-weight:bold;
}

div.posts-nav p.gray-left {
	float: left;
	display: inline;
}
div.posts-nav p.gray-left a {
	background: url(../images/gray-arrow-left.gif) no-repeat 0 50%;
	padding-left: 13px;
	font-size: 93%;
}
div.posts-nav p.gray-left a:link, div.posts-nav p.gray-left a:visited {
	color: #968d8a;
	text-decoration: none;
}
div.posts-nav p.gray-left a:hover {
	color: #1066a5;
}

div.posts-nav p.gray-right {
	float: right;
	display: inline;
}
div.posts-nav p.gray-right a {
	background: url(../images/gray-arrow-right.gif) no-repeat 100% 50%;
	padding-right: 13px;
	font-size: 93%;
}
div.posts-nav p.gray-right a:link, div.posts-nav p.gray-right a:visited {
	color: #968d8a;
	text-decoration: none;
}
div.posts-nav p.gray-right a:hover {
	color: #1066a5;
}

div.posts-nav div.hr {
	border-top: 1px solid #d1cdcb;
	height: 1px;
	overflow: hidden;
	margin: 10px 0;
}

/* Collection Box */
div.collection-box {
	margin-bottom: 30px;
}
div.collection-box img.collection-pic {
	margin: 0;
	float: left;
	display: inline;
}
div.collection-box div.collection-text {
	width: 255px;
	float: right;
	display: inline;
}

/* Posts Right */
div.posts-right {
	width: 100%;
	clear: both;
}
div.posts-right div.posts-nav {
	width: 400px;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
/* Main Nav */
ul#nav {
	margin: 0;
	padding: 20px 0;
	width: 125px;
}
ul#nav li {
	list-style: none;
	padding: 1px 0;
	width: 125px;
	margin: 0;
	overflow: hidden;
	float: left;
	display: inline;
}
ul#nav li a {
	display: block;
	padding: 8px 0;
	width: 125px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 93%;
	float: left;
	display: inline;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #e83821;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a.active:link, ul#nav li a.active:visited {
	color: #1066a5;
	background: url(../images/nav-arrow.gif) no-repeat 100% 50%;
}

/* Nav Buttons */
div#nav-buttons {
	margin-top: 0;
	background-color: #fff;
	margin-bottom: 20px;
}
div#nav-buttons a {
	display: block;
	width: 125px;
	height: 125px;
	text-indent: -9000px;
	float: left;
	display: inline;
	cursor:default;
}
div#nav-buttons a#btn-create {
	background: url(../images/create-btn.jpg) no-repeat 0 0;
	margin-right: 12px;
	margin-left: 1px;
}
div#nav-buttons a#btn-play {
	background: url(../images/play-btn.jpg) no-repeat 0 0;
	margin-right: 12px;
}
div#nav-buttons a#btn-vision {
	background: url(../images/vision-btn.jpg) no-repeat 0 0;
}


div#nav-buttons a#btn-style {
	background: url(../images/style-btn.jpg) no-repeat 0 0;
	margin-right: 12px;
	margin-left: 1px;
}
div#nav-buttons a#btn-imagine {
	background: url(../images/imagine-btn.jpg) no-repeat 0 0;
	margin-right: 12px;
}
div#nav-buttons a#btn-design {
	background: url(../images/design-btn.jpg) no-repeat 0 0;
}

/* Year List */
ul.year-list {
	margin: 10px 0 50px 0;
	padding: 0;
	border-top: 1px solid #e8e6e5;
}
ul.year-list li {
	list-style: none;
}
ul.year-list li a {
	display: block;
	padding: 9px 0 7px;
	/* border-bottom: 1px solid #e8e6e5; */
}
ul.year-list li a:link, ul.year-list li a:visited {
	color: #e83821;
	text-decoration: none;
}
ul.year-list li a:hover {
	color: #1066a5;
}
/* @end */

/* @group Default Headings */

h1.company, h1.brands, h1.where-to-buy, h1.news, h1.editorial, h1.contact, h1.careers {
	width: 300px;
	height: 158px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

h1.company {
	background: url(../images/hd-company.gif) no-repeat 0 65%;
}
h1.brands {
	background: url(../images/hd-brands.gif) no-repeat 0 65%;
}
h1.where-to-buy {
	background: url(../images/hd-where-to-buy.gif) no-repeat 0 65%;
}
h1.news {
	background: url(../images/hd-news.gif) no-repeat 0 65%;
}
h1.editorial {
	background: url(../images/hd-editorial.gif) no-repeat 0 65%;
}
h1.contact {
	background: url(../images/hd-contact.gif) no-repeat 0 65%;
}
h1.careers {
	background: url(../images/hd-careers.gif) no-repeat 0 65%;
}


h2 {
	font-size: 161.6%;
	font-weight: normal;
	color: #1174ad;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e8e6e5;
	padding-bottom: 6px;
	padding-top: 10px;
	text-transform: lowercase;
}
div.main h2 a:link, div.main h2 a:visited {
	color: #1174ad;
}
h3 {
	font-size: 93%;
	font-weight: normal;
	color: #968d8a;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
}
div.main h3 {
	font-weight:bold;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	margin-bottom: 10px;
	color: #968d8a;
	line-height: 150%;
	font-size: 100%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
form select.collection {
	border: none;
	background: none;
	width: 382px;
	margin: 8px 0 0 5px;
	color: #0b2e82;
}
form div.collection {
	background: url(../images/collections-drop-bkg.gif) no-repeat 0 0;
	height: 34px;
}
/* @end */

/* @group Default Links - link visited hover active */
div.main a:link, div.main a:visited {
	color: #ea4f1f;
	text-decoration: none;
}
div.main a:hover {
	color: #1174ad;
/*	text-decoration: underline; */
}
/* @end */

/* footer */

div#ft {
	clear:both;
	color:#ccc;
	font-size: 93%;
	margin:0 0 30px 148px;
}

/* Where to Buy list */

ul.link-list {
	list-style-type:none;
	padding: 0;
	margin:0;
	font-size: 130%;
}
ul.link-list li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border-bottom:1px solid #f1f0f0;
}
ul.link-list li#first {
	border-top:1px solid #f1f0f0;
}
ul.link-list li a {
	padding:8px 0;
	display:block;
}


/* Added by MJ */

div.post p.post-date {
	text-transform:uppercase;
	font-weight:bold;
	font-size:93%;
	color: #cdc8c7;
}

div.entry {
	margin-bottom:30px;
}

a.rss:link, a.rss:visited  {
	text-decoration: none;
	color: #bbb;
	font-size: 93%;
	background: url(../images/feed_chicklet.gif) no-repeat left;
	padding-left:12px;
}
a.rss:hover {
	color: #1066a5;
}

div.main li.rss a:link, div.main li.rss a:visited {
	color:#aaa;
	background: url(../images/feed-icon-16x16.png) no-repeat center left;
	padding-left:20px;
}
div.main li.rss a:hover {
	color: #1066a5;
}
div.editorial-post a img {
	float:left;
}
div.editorial-post a {
	border:1px solid #ddd;
	background-color:#fff;
	padding:2px;
	margin: 0 1px 1px 0;
	float:left;
}
div.editorial-post a:hover {
	border:1px solid #1066a5;
	background-color:#e7f1f7;
}

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.collection-text p {/*text-align:justify;*/ padding-right:10px;} /* New style for 2010 - Janet's request to justify text on Brands page */


