/*
Theme Name: TrulyScrumptious! Theme
Description: Simple colours
Version: 2.1.0
Author: Arcane Systems
Author URI: http://www.arcanesystems.net/
Tags: Pinks and Browns
*/

/***** General Styles *****/
html
{ 
  background: none;
  color: #f3c9d3;    /* light pink */
  padding: 0 0 0 0;
  border: 0px solid red;
}

body
{ 
  background-color: #512B1B;
  padding: 0px;
  margin: 0px;
  border: 0px solid blue;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 { color: #f1499c; }
h2 { margin: 0 0 5px 0; }

p {  padding: 0; margin: 0 0 1em 0; border: 0px solid green; text-align: justify}

a 
{
  text-decoration: none;
  font-weight: bold;
  color: #f1499c;
}
a:hover { color: #ffb1cf;  }

.invisible { visibility: hidden; }


/***** #head *****/
#head
{ 
  background-color: transparent;  /* brown #512B1B */
  width: 100%;
  border: 0px dotted orange;
}

#banner
{
  background-color: #f3c9d3; /* light pink #f3c9d3 */
  border: 2px solid #e21776; /* pink #e21776 */
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 5px;
}

div.hidden {  display: none;  }

#navbar, #navbar2, #topbar
{
  width: 100%;
  height: 0px;
  background: #ef6d9c;
}

/* Dropdown Menu */
/* General */
div.menu
{
  position:absolute;
  z-index: 20;
  left: 50%;
  margin-left: -400px;
  margin-top: 0px;
  border: 0px solid blue;
  background-color: none;
}
div.menu ul, div.menu ul ul { list-style: none; }
div.menu ul, div.menu ul * { padding: 0; margin: 0; }

/***** Main menu items *****/
div.menu ul li
{ 
  width: 130px;
  float: left;
  border-width: 2px 2px 2px 2px; 
  border-style: solid;
  border-color: #e21776;  /* pink #e21776 */
  background-color: #f3c9d3;  /* light pink #f3c9d3 */
  text-align: center;
  -moz-border-radius-bottomleft: 40px 40px;
  -moz-border-radius-bottomright: 40px 40px;
  -webkit-border-bottom-left-radius: 40px;  /* 50px 35px; */
  -webkit-border-bottom-right-radius: 40px;
}
div.menu ul li a
{ 
  display: block;
  padding: 10px;
  color: #5b1b06;
}
div.menu ul li a:hover { color: #e21776;}

/***** Child menu items *****/
div.menu ul li ul
{
  display: none;
  border-top:  0px solid black;
}
div.menu ul li ul li { border-width: 0px; }
div.menu ul li:hover ul { display: block; }
div.menu ul li ul li a { padding: 10px; }
div.menu ul li ul li a:hover { color: #e21776; }

#topbar li
{
  -webkit-border-bottom-left-radius: 20px;  /* 50px 35px; */
  -webkit-border-bottom-right-radius: 20px;
}

div.menu .dud
{ 
  display: block;
  padding: 10px;
  color: #5b1b06;
  font-weight: bold;
}



/***** #body *****/
#body
{
  padding-top: 10px;
  background-color: transparent;
}

div.content0
{
  background-color: transparent;
  width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #e21776;
  padding: 20px 10px 20px 10px;
  display: none;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}

div.content1 
{
  background-color: transparent;
  width: 740px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #e21776;
  padding: 20px 15px 20px 15px;
  display: none;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}

div.content2
{
  background-color: transparent;
  width: 840px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #e21776;
  padding: 30px 15px 20px 15px;
  display: none;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}


span.itemname
{
  display: block;
  font-weight: bold;
}

#portrait
{
  border: 1px solid #e21776; /* pink */
  float: left;
  margin: 0 10px 0 0;
}


/***** Image Cycler (jquery plugin: Cycle) *****/

#myslides
{
  padding: 5px 5px 15px 5px;
  margin:  0;
  border: 0px solid blue;
  width: 350px;
  height: 230px;
} 

#myslides img
{
  display: block;
  padding: 4px;
  width: 350px;
  height: 230px;
  border:  1px solid #e21776; /* pink */
  background-color: #f3c9d3; /* light pink */
}

.pager
{
  border: 0px solid red;
  text-align: center;
  padding-left: 0px;
}



#myslides2
{
  padding: 5px 5px 15px 5px;
  margin:  0;
  border: 0px solid blue;
  width: 350px;
  height: 230px;
} 

#myslides2 img
{
  display: block;
  padding: 4px;
  width: 350px;
  height: 230px;
  border:  1px solid #e21776; /* pink */
  background-color: #f3c9d3; /* light pink */
}


div.galleryrow
{
  text-align: center;
}

div.galleryrow img
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}



/***** Tables *****/
table, th, td
{ 
  border-width: 1px;
  border-style: solid;
  border-color: #e21776;
  border-spacing: 0px;
  background-color: transparent;
}

td
{
  text-align: left;
  padding: 10px
}

th, th.heading
{
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: large;
}

th.heading
{
  text-align: left;
}

table.gallery, table.gallery th, table.gallery td
{
  border-width: 0px;
  border-style: solid;
}

table.inv, table.inv th, table.inv td
{
  border: 0px solid red;
  vertical-align: top;
}

table#fronttable
{
  width: 100%;
  margin-top: 20px;
}

table#fronttable td
{
  border: 0px solid red;
  text-align: center;
}

#whatsnew .hentry
{
  width: 200px;
  height: 190px;
  border: 2px solid #e21776; /* pink */
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}


/***** Forms *****/
input, textarea
{ 
  border: 1px solid #e21776;
  color: #512B1B;
  background-color: #f3c9d3;
  width: 300px;
}
#mysubmit
{
  width: 100px;
}
#mysubmit:hover
{
  color: #e21776;
}

/***** #foot *****/
#foot
{
  background-color: transparent;
}

#linkstrip { width: 100%; }
#linkstrip td { text-align: center; }

p.smallprint {  text-align: center; font-size: smaller;  }