/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body{
background: url(http://www.janiserendipity.com/wp-content/uploads/2012/05/janiBGRepeat.jpg) !important;
}

#header{
margin-bottom: 0px;
border: 0 none;
width: 490px;
margin: 0 auto;
}

#page{
  background-color: transparent !important;
  width: 1012px;
  margin: 0 auto;
}

.menu a {
  padding: 0.4em 1.5em;
  border-bottom: 0px;
}

#menu-navigation li {
border-bottom: 2px solid #000000;
}

.menu-navigation-container {
  margin: 0 auto;
  margin-bottom: 1px;
}

#menu-navigation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  margin-left: 240px;
}

#menu-navigation {
  border: 0 none;
}

#footer{
  border: 0 none;
}

#content_box {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0 none;
  -webkit-box-shadow: 0px 0px 24px rgba(50, 50, 51, 0.57);
  -moz-box-shadow:    0px 0px 24px rgba(50, 50, 51, 0.57);
  box-shadow:         0px 0px 24px rgba(50, 50, 51, 0.57);
}

#container {
background: url(http://www.janiserendipity.com/wp-content/uploads/2012/05/whiteRepeater.png) repeat-x;
width: 100%;
}

.current-menu-item a {
  border-bottom: 0 none !important;
}

#copyRight{
  text-align: center;
  color: #51381c;
}