/*
-----------------------------------------------
Mousey Brown
Author:www.sarahdefriend.co.uk
Version:11 March 2009 
----------------------------------------------- */



/* Global Styles
----------------------------------------------- */

* {
   padding:0;
   margin:0;
}
a {
   color:#b4195d;
   text-decoration:none;
   font-weight:bold;
}
a:hover {
   color:#b4195d;
   text-decoration:underline;
}
a img {
   border:0;
}
p {
   font-size:12px;
   margin:5px 30px 1em 30px;
   line-height:1.7em;
}
ul {
   list-style-type:none;
}
.breaker {
   clear:both;
   width:100%;
   height:1px;
   font-size:0.1em;
   overflow:hidden;
}
.none {
   display:none;
}
.alert {
   color:#F00;
}


/* Page Structure
----------------------------------------------- */

html body {
   background:#ecdacf repeat-x 0 0;
   color:#220f00;
   text-align:center;
   font:81.25% Georgia, Verdana, Sans-serif;
   margin:0;
}
#masthead {
   width:820px;
   height:304px;
   margin:0 auto;
}
#main {
   width:820px;
   background:#ecdacf url("graphics/main_bg.gif") repeat-y 0 0;
   text-align:left;
   margin:0 auto;
}
#main .col {
   padding:5px 20px 5px 20px;
}




/* Left home
----------------------------------------------- */

#leftcol {
   width:375px;
   float:left;
   margin:0 auto;
   padding:0px;
}
#image01 {
   margin:0px 0 10px 0;
}
a.image01 {
   display:block; 
   width:375px; 
   height:150px; 
   background-image:url("graphics/btn_gallery.jpg"); 
   background-repeat:no-repeat;

}
#image02 {
   margin:30px 0 10px 0;
}
a.image02 {
   display:block; 
   width:375px; 
   height:150px; 
   background-image:url("graphics/btn_about.jpg"); 
   background-repeat:no-repeat;
 
} 

/* Right home
----------------------------------------------- */

#rightcol {
   width:375px;
   float:right;
   margin:0 auto;
   padding:0px;
}
#image03 {
   margin:0px 0 10px 0;
}
a.image03 {
   display:block; 
   width:375px; 
   height:150px; 
   background-image:url("graphics/btn_shop.jpg"); 
   background-repeat:no-repeat;
}

#image04 {
   margin:30px 0 10px 0;
}
a.image04 {
   display:block; 
   width:375px; 
   height:150px; 
   background-image:url("graphics/btn_contact.jpg"); 
   background-repeat:no-repeat;
} 



/* Footer
----------------------------------------------- */

#footer {
   width:820px;
   height:94px; 
   background:#fff url("graphics/footer.jpg") ;
   text-align:right;
   margin:0 auto;
}
#footer .col {
	padding:53px 38px 45px 0;
}
#footer a {
   color:#b4195d;
}

#footer a:hover {
   color:#000;
   text-decoration:none;
}   
#footer h1 {
   color:#b4195d;
   font-size:0.8em;
   line-height:2.0em;
}


/* Inline Images
----------------------------------------------- */

img.left1, img.left2 {
   float:left;
   padding:0;
   margin:5px 20px 5px 30px;
}
img.right1, img.right2 {
   float:right;
   padding:0;
   margin:5px 20px 5px 30px;
}
img.left1, img.right1 {
    border:none;
}
img.left3, img.right3 {
   float:none;
   border:none;
}


/* Content
----------------------------------------------- */

hr {
   border-color:#b4195d;
   border-style:dotted;
   border-width:1px 0 0 0;
   color:#fff;
   padding:0;
   margin:10px 0px 15px 0px;  
}
h1 {
   color:#b4195d;
   font-size:1.2em;
   font-weight:bold;
   line-height:1.7em;
   padding:0;
   margin:10px 30px 10px 30px;  
}
h2 {
   color:#b4195d;
   font-size:1.2em;
   font-weight:bold;
   line-height:1.7em;
   padding:0;
   margin:10px 30px 10px 30px; 
}
h3 {
   color:#b4195d;
   font-size:1.0em;
   font-weight:bold;
   line-height:1.4em;
   padding:0;
   margin:5px 30px 10px 30px;
}
h4 {
   color:#b4195d;
   font-size:1.0em;
   padding:0;
   margin:0px;
}   
#main ul {
   padding:0px 0px 5px 45px;
   margin:0;
}
#main ul li {
   background:url("graphics/pink_bullet.gif") no-repeat 0px 4px;
   padding:0px 0px 10px 25px;
   margin:0;  
}



/* Page split
----------------------------------------------- */

#leftsplit {
   width:385px;
   float:left;
   margin:0 auto;
   padding:0px;
}
#rightsplit {
   width:385px;
   float:right;
   margin:0 auto;
   padding:0px;
}

/* Exhibit Listing 
----------------------------------------------- */

.list_exhibit {
   line-height:1.9em;
   text-decoration:none;
   padding:20px 18px 18px 18px;
   
}

.list_exhibit img {
   float:left;
   margin:0px 18px 0px 0px;
}

ol {
   padding:0 0 0 26px;
}
ol li {
   padding-bottom:1.0em;
}
ol li a {
   font-weight:normal;
   text-decoration:none;
}
ol li a:hover {
   text-decoration:underline;
}
ol.alpha {
   list-style-type:upper-alpha
}





















