/*CSS Document*/

/*----------------------------------------------------------------------------------------------------

AUTHOR:
Jessica Abaya
musique-et-vin.fr

LAST MODIFIED:
06/22/2009

----------------------------------------------------------------------------------------------------*/

/********* SCREEN CSS *******/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

body
{
	line-height:1.5;
}

table
{
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td
{
	font-weight:normal;
	text-align:left;
}

table, td, th
{
	vertical-align:middle;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content:"";
}

blockquote, q{
	quotes:"" "";
}

a img
{
	border:none;
}

/* typography.css */
body
{
	color:#999;
	font-family:"Myriad Pro";
}

h1, h2, h3, h4, h5, h6
{
	color:#999;
	font-weight:normal;
}

h1
{
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}

h2
{
	font-size:2em;
	margin-bottom:0.75em;
}

h3
{
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}

h4
{
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}

h5
{
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h6
{
	font-size:1em;
	font-weight:bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
	margin:0;
}

p
{
	margin:0 0 1.5em;
}

p img.left
{
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}

p img.right
{
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

a:focus, a:hover
{
	color:#fff;
}

a
{
	color:#999;
	text-decoration:underline;
}

blockquote
{
	color:#666;
	font-style:italic;
	margin:1.5em;
}

strong
{
	font-weight:bold;
}

em, dfn
{
	font-style:italic;
}

dfn
{
	font-weight:bold;
}

sup, sub
{
	line-height:0;
}

abbr, acronym
{
	border-bottom:1px dotted #666;
}

address
{
	font-style:italic;
	margin:0 0 1.5em;
}

del
{
	color:#666;
}

pre
{
	margin:1.5em 0;
	white-space:pre;
}

pre, code, tt
{
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}

li ul, li ol
{
	margin:0 1.5em;
}

ul, ol
{
	margin:0 1.5em 1.5em 1.5em;
}

ul
{
	list-style-type:disc;
}

ol
{
	list-style-type:decimal;
}

dl
{
	margin:0 0 1.5em 0;
}

dl dt
{
	font-weight:bold;
}

dd{
	margin-left:1.5em;
}

table
{
	margin-bottom:1.4em;
	width:100%;
}

th
{
	font-weight:bold;
}

thead th
{
	background:#c3d9ff;
}

th, td, caption
{
	padding:4px 10px 4px 5px;
}

tr.even td
{
	background:#e5ecf9;
}

tfoot
{
	font-style:italic;
}

caption
{
	background:#eee;
}

.small
{
	font-size:.8em;
	line-height:1.875em;
	margin-bottom:1.875em;
}

.large
{
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}

.hide
{
	display:none;
}

.quiet
{
	color:#666;
}

.loud
{
	color:#000;
}

.highlight
{
	background:#ff0;
}

.added
{
	background:#060;
	color:#fff;
}

.removed
{
	background:#900;
	color:#fff;
}

.first
{
	margin-left:0;
	padding-left:0;
}

.last
{
	margin-right:0;
	padding-right:0;
	background-image:none;
}

.top
{
	margin-top:0;padding-top:0;
}

.bottom
{
	margin-bottom:0;
	padding-bottom:0;
}

/********* END SCREEN CSS*********/

/********* BEGIN CUSTOM SCROLL CSS*********/

/* custom scroll bar */
.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase
{
	width:22px;
}

.vscrollerbar
{
	background:url(../images/scrollbar.gif) no-repeat;
	width: 11px;
	height: 27px !important;
}


.hscrollerbase
{
	height: 21px;
}

.hscrollerbar
{
	height: 21px;
	background-color: #84ADD6;
}

.vscrollerbar, .hscrollerbar
{
	padding: 0px;
	z-index: 2;
}

.scrollerjogbox
{
	width: 22px;
	height: 22px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background:none;
}
/********* END CUSTOM SCROLL CSS*********/


/********* BEGIN LAYOUT CSS*********/

body
{
	/*background:#0b030c;*/
	background:#000;
	color:#999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:"Myriad Pro";*/
}

/* start container */
#container
{
	font:75% "Myriad Pro";
	margin:0 auto;
	width:1024px;
}

#container a
{
	text-decoration:none;
}
/* end container*/


/* start header */
#header
{
	height:150px;
	margin:10px 0 0 0;
	/*padding:0 0 0 35px;*/
	text-align:left;
}
/* end header */

/* start header */
#logo
{
	padding:0 0 0 35px;
}
/* start header */

/* start navigation */
#navigation
{
	height:30px;
	float:left;
	color:#999;
	font-family:"Myriad Pro";
	font-size:12px;
	margin:10px 0 0 0;
	width:1000px;
}

ul#ddtopmenubar
{
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}

ul li.parent_menu
{
	width:auto;
	padding:0;
	margin:0;
	float:left;
}

#ddtopmenubar li a
{
	color:#999;
	font-weight:bold;
	text-decoration:none;	
}

#ddtopmenubar li a:hover
{
	color:#fff;
}

#ddtopmenubar li a.unactive:hover
{
	color:#fff;
}

#ddtopmenubar li a.unactive
{
	color:#999;
}

#ddtopmenubar li a.active
{
	color:#fff;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #000;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
	font-weight:normal !important;
display: block;
min-width:150px;
width: auto;
text-decoration: none;
padding: 5px 10px 5px 10px;
border-bottom: 1px solid #666;
color:#97c8e7;
}

.ddsubmenustyle li a:hover{
color: #fff !important;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
/*padding-left: 4px;
border: 0;*/
display:none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

#ddtopmenubar td a {
display:block;
}

#ddsubmenu4 a{
width:220px !important;
}

#ddsubmenu6 a{
width:210px !important;
}

/***************************************/
/*end navigation*/

/* start blog nav */
#blog_nav
{
	float:right;
	padding:5px 0 0 0;
}
/* end blog nav */
/* start content */
#content
{
	float:left;
	height:auto;
	width:inherit;
}

#content #left
{
	float:left;
	height:auto;
	width:675px;
}

#content #right
{
	float:right;
	width:320px;
}

#content #right .blog
{
	padding:10px 0 0 0px;
	float:left;
}

#content #right .access_blog
{
	float:right;
	line-height:5em;
}

#content #right #blog_entry
{
	clear:both;
	height:545px;
	width:320px;
	overflow:auto;
	position: relative;
	padding:0 20px 0 0px;
	text-align:left;
}

#content #right #blog_entry h2
{
	font-size:2em;
	line-height:1;
	margin-bottom:0.5em;
}

#content #right #blog_entry p
{
	margin:0;
}

#content #right #blog_entry a
{
	color:#fa5e20;
}

#content #right #blog_entry a:hover
{
	text-decoration:underline;
}
/* end content */


/* inner content, for inner pages */
/* start inner_content */
#inner_content
{
	float:left;
	height:auto;
	width:inherit;
	position:relative;
}

#inner_content #left
{
	/*background:#FFF;
	color:#000;
	float:left;
	height:auto;
	padding:70px 20px 20px 40px;
	width:280px;
	text-align:left;*/
	background:#FFF;
	color:#000;
	height:518px;
	left:0px;
	padding:70px 20px 20px 40px;
	position:absolute;
	top:0px;
	width:291px;
	text-align:left;
	z-index:99;
}

#inner_content #left #content_scroll
{
	clear:both;
	width:250px;
	height:400px;
	overflow:auto;
	padding:0 20px 0 0px;
	text-align:left;
}

#inner_content #left #content_scroll a
{
	color:#fa5e20 !important;
	text-decoration:none;
}

#inner_content #left #content_scroll a:hover
{
	text-decoration:underline;
}

#inner_content #right
{
	float:right;
	width:674px;
	background:#000;
}

#inner_content #small_slideshow
{
	left:0px;
	position:absolute;
	top:422px;
	z-index:999;
}
/* end content */


/* start footer */
#footer
{
	font-size:11px;
	padding:20px 0 0 0px;
	text-align:left;
}

#footer_float
{
	position:absolute;
	bottom:0px;
	left:160px;
}
/* end footer */

.clear
{
	clear:both;
}
