@charset "utf-8";
@import url("image_gallery.css");
/* CSS Document */

/* Font Face */


/*@font-face {
	font-family: 'Existence Light';
	src: url('css/fonts/Existence-Light/Existence-Light-webfont.eot');
	src: local('☺'), url('css/fonts/Existence-Light/Existence-Light-webfont.woff') format('woff'), url('css/fonts/Existence-Light/Existence-Light-webfont.ttf') format('truetype'), url('css/fonts/Existence-Light/Existence-Light-webfont.svg#webfontHgO3kLnf') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/* this is on every page of the website. includes header, navigation bar and footer */

* {
	text-decoration: none;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	/*.background-color: #29211E;
	.background-color: #1F0008;*/	
	background-color: #150C09;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #E9E1DC;

}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #E9E1DC;
	margin-bottom: 35px;
}

#wrapper #logo {
	height: 115px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #E9E1DC;
	text-transform: uppercase;
}

#wrapper #logo h1 {
	font-size: 2.8em;
	color: #E9E1DC;
	letter-spacing: 0.1em;
	clear: left;
	float: left;
	padding-top: 52px;
}

#wrapper #logo ul {
	clear: right;
	float: right;
	margin-top: 66px;
	letter-spacing: .1em;
	color: #E9E1DC;
}

#wrapper #logo ul li {
	display: inline;
	padding-left: 17px;
	color: #E9E1DC;
}

#wrapper #logo ul li a {
	font-size: 1.2em;
	color: #E9E1DC;
}
#wrapper #logo ul li a:hover {
	color: #FFF;
}


#mainPhoto a {
	color: #000;
}

#mainPhoto a:visited {
	color: #000;
}

#mainPhoto a:hover {
	color: #000;
}

#mainPhoto {
	margin-bottom: 50px;
	text-align: center;
}

#mainPhoto img {
	border: 2px solid #000;
}


/* this is the Home page 

#mainSidebar  {
	float: right;
	width: 210px;
	clear: right;
	text-align: right;
	font-size: 1.5em;
	color: #D3C6BC;
	padding-top: 80px;
}
#mainSidebar p {
	padding-bottom: 35px;
}
*/

/* Navigation Bar on every page */

/*#navBar {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 25px;
}

#navBar ul  {
	font-size: 18px;
	padding-bottom: 20px;
}


#navBar li  {
	display: inline;
	list-style-type: none;
}
#navBar  a   {
	text-decoration: none;
	color: #000;
	padding-right: 25px;
	padding-left: 25px;
}
#navBar  a:visited  {
	color: #000;

}
#navBar a:hover {
	color: #660;
}
*/

/* Footer on every page */

#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #996;
	margin-bottom: 50px;
	height: 50px;
}

#footer .addthis_button {
	float: right;
	clear: right;
	padding-top: 15px;
}

#footer a {
	color: #996;
}

#footer a:visited {
	color: #996;
}

#footer a:hover {
	color: #FFF;
}

#footer p {
	clear: both;
	float: left;
	padding-top: 10px;
	color: #E9E1DC;
	font-size: 1.1em;
	letter-spacing: .2px;
}

/* this is for the Gallery page */

#galleryInfo {
	padding-bottom: 20px;
	height: 630px;
	text-align: justify;
	margin-top: 40px;
	padding-top: 15px;
}

#galleryInfo #left  {
	width: 490px;
	height: 650px;
	clear: both;
	float: left;
}

#galleryInfo #right  {
	float: right;
	width: 300px;
	clear: right;
}

#galleryInfo p {
	padding-bottom: 20px;
	font-size: 1.4em;
	line-height: 26px;
}

#galleryInfo #left p a {
	color: #996;
}

#galleryInfo #left p a:visited {
	color: #996;
}

#galleryInfo #left p a:hover {
	color: #960;
}


/* Artist Page */

#mainContent_artist {
	margin-top: 25px;
	height: 350px;
}

#mainContent_artist #sidebar_1 {
	width: 225px;
	text-align: left;
	line-height: 40px;
	height: 350px;
	float: left;
}

#mainContent_artist #sidebar_1 li:first-child {
	font-size: 1.5em;
	color: #996;
	padding-bottom: 15px;
}

#mainContent_artist #sidebar_1 ul li a {
	color: #E9E1DC;
	font-size: 1.4em;
}

#mainContent_artist #sidebar_2 {
	width: 175px;
	list-style-type: none;
	text-align: right;
	line-height: 40px;
	height: 350px;
	float: right;
}

#mainContent_artist #sidebar_2 li:first-child {
	font-size: 1.5em;
	color: #996;
	padding-bottom: 15px;
}

#mainContent_artist #sidebar_2 ul li a {
	color: #E9E1DC;
	font-size: 1.4em;
}

#mainContent_artist #center_artist_pic {
	height: 300px;
	width: 400px;
	text-align: center;
	margin-left: 225px;
	margin-right: 175px;
	background-image: url(../web_images/wall1.jpg);
	background-repeat: no-repeat;
}

#mainContent_artist #center_artist_pic img {
	margin-top: 55px;
}

#btmArtists {
	text-align: center;
	padding-top: 25px;
}

#btmArtists img {
	clear: left;
	float: left;
}

#btmArtists a {
	color: #E9E1DC;
	font-size: 1.3em;
}

#btmArtists a:visited {
	color: #E9E1DC;
}

#btmArtists a:hover {
	color: #960;
}

#artist_body_layout {
	background-color: #CEC6AA;
}



/* Bio Pages */

#bioContent {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#bioContent  h1 {
	color: #996;
	font-weight: normal;
}

#bioContent h2 {
	font-weight: normal;
	color: #996;
	float: right;
	text-align: right;
	margin-top: 0px;
	clear: right;
}

#bioContent p {
	text-align: justify;
	font-size: .9em;
	line-height: 20px;
	padding-bottom: 10px;
	
}

#bioContent h3 {
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: normal;
	clear: both;
}

#bioContent a {
	text-decoration: none;
	color: #E9E1DC;
	font-size: .9em;
}

#bioContent a:visited {
	color: #E9E1DC;
}

#bioContent a:hover {
	color: #960;
}




/* Events Page */

#eventsContent {
	height: 625px;
}

#eventsContent #sidebar1 {
	float: left;
	width: 225px;
	height: 585px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E1DC;
	padding-right: 25px;
}
#eventsContent #sidebar1 a  {
	color: #E9E1DC;
}
#eventsContent #sidebar1 a:visited {
	color: #E9E1DC;
}
#eventsContent #sidebar1 a:hover {
	color: #960;
}




#eventsContent #sidebar1 h1 {
	color: #996;
	font-size: 1.5em;
	padding-bottom: 25px;
	font-weight: normal;
}

#eventsContent #sidebar1 h2 {
	color: #960;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 2px;
}

#eventsContent #sidebar1 p {
	font-size: 1.3em;
	padding-bottom: 15px;
	line-height: 18px;
}

#eventsContent #sidebar1 .sidebar1_bottom {
	padding-top: 20px;
}

#eventsContent #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	text-align: right;
	padding-left: 25px;
}
#eventsContent #mainContent a  {
	color: #996;
}
#eventsContent #mainContent a:hover {
	color: #960;
}


#eventsContent #mainContent h1 {
	color: #996;
	font-size: 1.5em;
	padding-bottom: 25px;
	font-weight: normal;
}

#eventsContent #mainContent h2 {
	font-size: 1.4em;
	padding-bottom: 15px;
	color: #996;
	font-weight: normal;
}

#eventsContent #mainContent h4 {
	font-size: 1.3em;
	padding-bottom: 15px;
	font-weight: normal;
	color: #960;
}
#eventsContent #mainContent p {
	font-size: 1.3em;
	padding-bottom: 20px;
	line-height: 18px;
	text-align: justify;
}

#eventsContent #mainContent h5 {
	font-weight: normal;
	margin-top: 35px;
	width: 525px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#nextmonth_main {
	height: 465px;
	padding-top: 15px;
}
#nextmonth_main #nextmonth_text {
	width: 380px;
	clear: right;
	float: right;
	padding-right: 10px;
}
#nextmonth_slide {
	clear: left;
	text-align: left;
}

#nextmonth_text h1 {
	color: #996;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 25px;
}
#nextmonth_text h2 {
	color: #996;
	font-weight: normal;
	font-size: 1.4em;
	padding-bottom: 15px;
}
#nextmonth_text h4 {
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 15px;
	color: #960;
}
#nextmonth_text p {
	font-size: 1.3em;
	padding-bottom: 20px;
	line-height: 18px;
}
#nextmonth_text p a {
	color: #996;
}
#nextmonth_text p a:visited {
	color: #996;
}
#nextmonth_text p a:hover {
	color: #960;
}





/* Contact Page */

#contactContent {
	text-align: left;
	height: 450px;
	padding-top: 30px;
}

#contactContent h1 {
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 1.8em;
}

#contactContent p {
	padding-bottom: 35px;
	font-size: 1.3em;
}

#contactContent form {
	font-size: 1.5em;
	line-height: 30px;
	float: left;
	width: 400px;
	padding-bottom: 50px;
}

#contactContent form table tr td label {
	font-size: 1.1em;
}

#contactContent #conactFloat {
	float: right;
	height: 300px;
	width: 200px;
	text-align: right;
	margin-top: 90px;
}

#contactContent #conactFloat p {
	padding-bottom: 20px;
	font-size: 1.4em;
	line-height: 25px;
}

#contactContent #conactFloat a {
	font-size: 1.8em;
	color: #996;
}

#contactContent #conactFloat img {
	margin-right: 10px;
}


/* Thank You page */

#thankYou {
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 25px;
}

#thankYou a {
	font-size: 1.6em;
	color: #996;
	text-decoration: none;
	
}

#thankYou p {
	font-size: 1.5em;
	margin-bottom: 15px;
}


/* Extras... */

.bold {
	font-weight: bold;
}

#imgs{
	position: relative;
	top: 15px;
	width: 45em;
	height: 100px;
	padding: 15px;
	margin-bottom: 25px;
}

.img{
	position: absolute;
	width: 90px;
	left: 10px;
	height: 6.25em;
	background: url(../web_images/joachim_web_images/midtown_150.jpg) center center no-repeat;
	border: 2px solid #000;	
}

.img +.img {
	background: url(../web_images/trade_web_images/bigdog_150.jpg) center center no-repeat;
	position: absolute;
	left: 117px;	
}

.img +.img +.img {
	background: url(../web_images/rene_web_images/masai_warrior_175.jpg) center center no-repeat;
	position: absolute;
	left: 222px;
}

.img +.img +.img +.img {
	background: url(../web_images/sharon_web_images/tell_me_your_dreams_150.jpg) center center no-repeat;
	position: absolute;
	left: 328px;
}

.img +.img +.img +.img +.img {
	background: url(../web_images/julia_web_images/beets_150.jpg) center center no-repeat;
	position: absolute;
	left: 433px;
}

.img +.img +.img +.img +.img +.img {
	background: url(../web_images/roberto_web_images/lady_hydrostone_150.jpg) center center no-repeat;
	position: absolute;
	left: 538px;
}
.img +.img +.img +.img +.img +.img +.img{
	background:  url(../web_images/veroniccah_muwonge/DSCF1686_150.jpg) center center no-repeat;
	position: absolute;
	left: 650px;
}

