/* Start of CMSMS style sheet 'style' */
html, body {
	background: #fff;
	color: #ccc;
	font-family: verdana;
	font-size: 11px;
	margin: 0;
}

/* REMOVAL OF DEFAULT BROWSER STYLES */

h1, h2, h3, ul, li, form, input, p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

ul { list-style: none; }

a img { border: none; }

div#main-nav ul li,
ul.horizontal li {
	padding: 0;
	background: none;
}

/* COMMON */

.left { float: left; }
.right { float: right; }

.clr { 
	display: block; 
	clear: both; 
	height: 0;
	width: 0;
	line-height: 0;
	overflow: hidden;
}

.hidden-text,
.hidden {
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	height: 0;
	line-height: 0;
	font-size: 0;
}

ul { margin-bottom: 10px; }
ul.arrow,
ul.horizontal { margin-bottom: 0; }


li {
	background: url('img/main/bullet.gif') no-repeat 0 4px;
	padding-left: 10px;
}
li li {
	background: none;
}

.margin-top-extra { margin-top: 20px; }
.margin-bottom-extra { margin-bottom: 20px; }

/* LINKS */

a {
	font-weight: normal;
	text-decoration: none;
	color: #fe03a8;
}

a:hover  { color: #ecfb02; }

h3 a {
	background: url('img/main/arrow-yellow.gif') no-repeat 0 4px;
	padding-left: 8px;
}

a.arrow {
	display: block;
	margin-top: 8px;
}



ul.arrow li,
a.arrow { 
	background: url('img/main/arrow-pink.gif') no-repeat 0 4px;
	padding-left: 8px;
}


/* HEADINGS */

h1 { margin-bottom: 8px; }

h1.bar {
	display: block;
	width: 693px;
	background: #000;
	padding: 9px 7px;
	float: left;
	margin-bottom: 9px;
}

h1.bar.press { margin-bottom: 50px; }

h2, h1 span.right { 
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	font-family: Georgia, Palatino, Times New Roman;
}
h1.bar span.right { margin-bottom: 0; }

h2 span.sub-h2 {
	color: #ccc;
	font-weight: normal;
}

h3 { 
	color: #fe03a8;
	font-size: 11px;
	margin: 15px 0 5px 0;
	font-weight: normal;
	text-transform: uppercase;
}


.img-with-text h3 { 
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
	font-family: Georgia, Palatino, Times New Roman;
}

.img-with-text h3 span.sub-h3 {
	color: #ccc;
	font-weight: normal;
}



h4 {
	font-size: 11px;
	margin: 10px 0 5px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;	
}

/* TEXT */
p { margin-bottom: 1em; }
.date { font-style: italic; }
.white-text { color: #fff; }

/* MAIN LEYOUT ELEMENTS */


div#container {
	width: 900px;
	margin: 0 auto;
	overflow: hiddden;
	padding: 25px 0 30px 0;
	background: #000;
}


div#content-bg {
	width: 900px;
	background: url('img/main/diagonal.gif') repeat top left;
	overflow: hidden;
}



div#content-container {
	float: left;
	width: 899px;
	overflow: hidden;
}

div#content { margin-top: 17px; }

div#main-nav { padding-top: 103px; }

h1#logo span {
	width: 237px;
	height: 94px;
	margin: 9px 0 0 13px;
	display: block;
	overflow: hidden;
	background: url('img/main/blank.gif') repeat top left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aliciadavid.com/img/main/logo.png', sizingMethod='scale'); 
}
h1#logo[id] span { background: url('img/main/logo.png') no-repeat top left; }

/* landing pages */
#landing div#container { padding-bottom: 0; }
#landing div#content-bg { background-image: url('img/backgrounds/01.jpg'); background-repeat: no-repeat; background-position: top left; }
#landing div#content { margin-top: 120px; }
#landing div#main-nav { padding-top: 0; }



/* MAIN NAV */

div#main-nav,
div#main-nav ul {
	display: block;
	width: 146px;
	overflow: hidden;
}
div#main-nav { float: left; }
div#main-nav ul { margin-bottom: 7px; }

div#main-nav ul li a {
	display: block;
	width: 146px;
	height: 15px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

div#main-nav ul li a:hover img { visibility: hidden; }


a#home { background-image: url('img/nav/home-over.gif'); }
a#about-us { background-image: url('img/nav/about-us-over.gif'); }
a#artists { background-image: url('img/nav/artists-over.gif'); }
a#services { background-image: url('img/nav/services-over.gif'); }
a#purchases { background-image: url('img/nav/purchases-over.gif'); }
a#upcoming-events { background-image: url('img/nav/upcoming-events-over.gif'); }
a#press { background-image: url('img/nav/press-over.gif'); }
a#publications { background-image: url('img/nav/publications-over.gif'); }
a#contact { background-image: url('img/nav/contact-over.gif'); }
a#submissions { background-image: url('img/nav/submissions-over.gif'); }
a#photo-gallery { background-image: url('img/nav/photo-gallery-over.gif'); }


/* mailing list */

div.mailing-list div.input-text input {
        width: 115px;
        padding: 0 6px;
        border-top: 4px solid #fe03a8;
        border-right: 4px solid #fe03a8;
        border-bottom: 4px solid #fe03a8;
        border-left: 15px solid #fe03a8;
        margin-bottom: 3px;
        color: #999;
}

a.facebook {
        width: 115px;
        padding: 0;
        background: #fe03a8;
        border-top: 1px solid #fe03a8;
        border-right: 20px solid #fe03a8;
        border-bottom: 1px solid #fe03a8;
        border-left: 11px solid #fe03a8;
        margin-top: 13px;
        display: block;
}


div.email-submit {
        width: 119px;
        padding: 6px 6px 6px 21px;
        background: #000;
        color: #fff;
}



/* PANELS */

div.panel {
	padding: 13px 11px 17px 9px;
	background: #000;
	width: 278px;
	float: left;
	margin-left: 9px;
	overflow: hidden;
}


div.panel.exhibitions {  
	width: 241px; 
	padding-right: 36px;
}

div.panel.intro {
	width: 428px;
}

#landing div.panel.wide {
	padding: 13px 11px 17px 9px;
	background: #000;
	width: 588px;
	float: left;
	margin-left: 9px;
	overflow: hidden;
}


div.panel.wide {
	width: 693px;
	background: none;
	padding-top: 0;
	margin: 0;
}

div.panel.gallery ul.horizontal{ margin-bottom: 30px; }

div.panel.full {
	width: 680px;
	float: right;
	margin-right: 32px;
	background: none;
	padding: 0;
	
}

div.img-with-text {
	padding-left: 30px;
	margin: 30px 0 0 0;
}

div.img-with-text img {
	float: left;
} 

div.img-with-text div.text {
	width: 496px;
	float: right;
	margin: 0 12px 0 0;
}

/* LISTS */

ul.horizontal li {
	display: inline;
	border-right: 1px solid #ccc;
	padding-right: 9px;
	margin-bottom: 3px;
	margin-right: 9px;
	color: #ecfb02;
}

ul.horizontal li.end { border: none; }


ul.horizontal-arrows li {
	display: inline;
	background: url('img/main/arrow-pink.gif') no-repeat 0 4px;
	padding-left: 8px;
	margin-right: 18px;
}
ul.horizontal-arrows li.end { margin-right: 0; }

/* IMAGE ITEMS */

div.row { margin-bottom: 14px; }

div.image-item {
	width: 140px;
	float: left;
	margin-right: 39px;
}
div.image-item.end { margin-right: 0; }
/* End of 'style' */

