body {
color: #ffe3cd;	
font-family: palatino linotype;
font-size: 9px;
background: #210108 url('top bg.jpg') top center repeat-x;
margin: 0px 0px 0px 0px;
}

#bottombg {
background: url('bottom bg.jpg') bottom repeat-x;
}

a:link,a:visited,a:active {
color: #eb9481;

}
	
a:hover {
color: #fcdbc7;

}


/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 200px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #fdd7cc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #210108; /* Set image border hover color */
}

#statusdiv {
background-color: #5d0919;
border: 1px solid #fdd7cc;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: #fdd7cc; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */





#contentheader {
background: #210108 url('http://i166.photobucket.com/albums/u84/breakthrough-designs/contentheader.png') no-repeat;
font-family: Palatino Linotype;
font-style: italic; 
font-size: 14px; 
text-align: left;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
height: 66px;
width: 500px;
padding-top: 20px;
}

#contentarea {
background: #210108 url('contentareabg.png') repeat-y;
color: #ffe3cd;	
font-family: palatino linotype;
font-size: 12px;
width: 500px;
}

#contentbottom {
background: #210108 url('contentbottom.png')repeat-x;
font-family: Palatino Linotype;
font-style: bold; 
font-size: 9px; 
text-align: left;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
height: 112px;
width: 500px;
}



b {
font: 12px palatino linotype;
font-weight: bold;
font-spacing: 2px;
color: #fcc8a8;}

h1 {
background-image: url('header bg.png');
background-repeat: no-repeat;
padding: 2px 0px 2px 20px;
color: #f6aa88;
font-family: Palatino Linotype;
font-style: bold; 
font-size: 18px; 
text-align: left;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
height: 65px;}

h2 {
border-bottom-width: 3px;
border-left-style: solid;
border-left-color: #fbc09d;
background: #460b14;
padding: 2px 0px 2px 20px;
color: #fbc09d;
font-family: garamond;
font-style: bold; 
font-size: 12px; 
text-align: left;
text-transform: lowercase;
letter-spacing: 6px;}

h4 {
font: bold 14px palatino linotype;
  text-transform: uppercase;

  background: url("arrow-up-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 165px;
  height: 38px;
  color: #fec49c;
  cursor:pointer;
  text-indent:10px;
  letter-spacing: 3px;
  padding: 17px 1px 0px 3px;
	}
	

.e {
font-family: garamond;
text-transform: uppercase;
font-size: 24px; 
color: #f08d6b;
}


h3 {

background: #51121f;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #ffd6b1;
font-family: garamond;
font-size: 10px;
color: #ffd6b1;
padding-left: 20px;
margin-left: 10px;
text-transform: lowercasecase;
letter-spacing: 5px;
	}



input, textarea {

background-color:#3c121b;
font-family:georgia; 
font-height: 8px;
color:#ffdab3;
border-color: #ffdab3;
border-width: 1px;
border-style: solid;}

#sidenav {
padding: 5px 5px 0px 0px;
text-align: center;
width: 165px;}


#side ul{
align:  center;
margin:0px;
padding:0px 0px 0px 0px;
list-style-type:none;
text-align:center;
font-family:palatino linotype;
font-size:10px;
font-weight: bold;
color:#ffe5c7;
text-align:center;
}


#side li{margin:0px 0px 0px;}

#side a{

align:  center;
display:block;

border:1px dashed #f8a784;
background:#722a3d;
padding:2px 0px 2px 0px;
width:165;
text-decoration:none;
}

#side a:link, #side a:active, #side a:visited
{
color:#722a3d; 
border:1px solid #722a3d;
align:  center;
background:#fdc69e;
text-transform:lowercase;
text-align:center;
letter-spacing:3px;}

#side a:hover{color:#fad5cd;
border:2px solid #fad5cd;
background:#3d121b;
align:  center;}



.bgs {

border : 3px solid #fdd7cc;
margin : 2px;
}
.bgs a{

border : 3px solid #83181c;
margin : 2px;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 530px;
height: 600px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #ffbf9a;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #2b030c;
padding: 5px;
visibility: hidden;
width: 530;
align: center;}
/*
 Total glidecontent width: 430px+10px+10px=490px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 545px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
background: #a64a57; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid #ffe1c1;
color: #f9bca9;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: f9bca9;
color: #612b3b;
}

.glidecontenttoggler a:hover{
background: #f9bca9;
color: #612b3b;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #561b27;
color: white;
}




