/* @override 
	http://localhost:3000/themes/cupcake/stylesheets/screen.css
	http://pom.homeunix.net:3000/themes/cupcake/stylesheets/screen.css
	http://localhost:4000/stylesheets/screen.css
*/

/* @group HTML */

body {
  background: url(../images/background.png) repeat;
  font: 12px "Lucida Grande", Lucida, Arial, sans-serif;
  color: #434343;
  text-align: center;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: black;
}

img {
  border: none;
}

h1 {
  font: 16px "Lucida Grande", Lucida, Arial, sans-serif;
  color: #ff4296;
}

h2 {
  background: url(../images/mini_cupcake.png) no-repeat;
  font: 16px "Lucida Grande", Lucida, Arial, sans-serif;
  color: #ff4296;
  padding-left: 27px;
  padding-top: 2px;
}

h3 {
  font: 12px "Lucida Grande", Lucida, Arial, sans-serif;
  color: #ff4296;
  font-weight: bold;
  padding-top: -9px;
}

h4 {
  font: 10px "Lucida Grande", Lucida, Arial, sans-serif;
  padding-left: 27px;
  margin-top: -9px;
  color: #898a89;
}

h4.normal {
  font: 12px "Lucida Grande", Lucida, Arial, sans-serif;
  padding-left: 0px;
  margin-top: -9px;
  color: black;
}

h6 {
  font: 12px "Lucida Grande", Lucida, Arial, sans-serif;
  color: #ff4296;
  margin-top: -10px;
  margin-bottom: 4px;
}

.hr {
  border-top: 1px solid black;
  padding: 0px;
  margin: 0px;
  height: 1px;
  overflow: auto;
  margin-top: -5px;
  margin-bottom: -5px;
}

/* @end */

/* @group Content */

.article {
  padding-bottom: 5px;
  width: 470px;
}

#menu {
  width: 700px;
  padding-left: 0px;
}

.menu_item {
  padding-bottom: 5px;
  width: 100%;
  min-height: 85px;
}

.no_image {
  height: 50px;
  min-height: 50px;
}

.menu_item img {
  float: right;
  overflow: auto;
  margin-left: 50px;
}

.float_right {
  float: right;
}

#cupcakes {
  width: 113px;
  clear: none;
  overflow: auto;
  padding-right: 40px;
}

#were_open {
  float: right;
}

#map {
  width: 680px;
  height: 500px;
}

#contact {
  width: 680px;
  margin-left: 17px;
  margin-right: 17px;
}

#gallery {
  margin-left: 10px;
}

#gallery img {
  margin: 10px;
}
/* @end */

/* @group IDs */

#main {
  width: 716px;
  margin: auto;
  text-align: left;
}

#outer_main {
  width: 726px;
  margin: auto;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 6px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
}

#outerouter {
  background-color: #b6b6b6;
  width: 726px;
  margin: auto;
}

/* @group Header */

#title {
  background-color: #ff4296;
  font: 14px "Lucida Grande", Lucida, Arial, sans-serif;
  color: white;
  text-align: right;
  height: 122px;
  padding-right: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
}

#logo {
  float:left;
}

#title form {
  padding-top: 30px;
}
#header_image {
  height: 320px;
  text-align: right;
}

#ribbon {
  position: relative;
  right: 0px;
}

#navigation {
  height: 20px;
  background-color: #a1eaff;
  padding-top: 13px;
  padding-left: 10px;
  font-size: 16px;
  padding-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
  margin-top: 10px;
  background-color: #767676;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 10px;
  font: 10px "Lucida Grande", Lucida, Arial, sans-serif;
  color: white;
  height: 10px;
  padding-bottom:10px;
}

#imprint {
  float: right;
  width: 330px;
  text-align: right;
  overflow: visible;
}

#imprint a {
  color: white;
}

#copyright {
  width: 330px;
  float: left;
  overflow: visible;
}

/* @end */

#content {
  padding-top: 15px;
  min-height: 200px;
  padding-bottom: 15px;
  padding-left: 10px;
}

/* @end */

