/* GLOBAL */

html {
    height: 100%;
}

body {
        color:#333;
	font-size: 13px;
	/* text-align: justify; */
	font-family:  Verdana, Arial, sans-serif;
        height: 100%;
        background-image: url(/images/elements/pink_back.gif);
}

a:link, a:visited, a:active {
	color: #366da5;
}

a:hover {
	color: #366da5;
}

h2 {
	color:#EA96AA;
}

img {
    border: 0px;
}

/* COMPONENTS */

#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#head-navigation {
    background-color:#F38DBC;
    padding: 5px;
    color: #fff;
    vertical-align: middle;
    text-align: right;
    /* height: 30px; */
    margin-bottom: 10px;
}

#content-container {
    border: 2px solid #32b2bd;
    background-color: #fff;
}

#main-content{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 25px;
}

#order-buttons {
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* max-width: ; */
    width: 700px;
    margin-bottom: 20px;
}


#images-container{
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

#footer {
    background-color:#32b2bd;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    margin-bottom: 10px;
}

#logo_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#top_nav {
        text-align: center;
        border-bottom: 2px solid #32b2bd;
        width: 850px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
}

#fp_images, #google_form_embed {
        text-align: center;
}

#fp_cakes, #fp_cookies, #fp_cupcakes {
    border: 1px solid black;
    margin: 5px;
}

#flavor-table {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
}

#flavor-table li{
        list-style-type: none;
        margin-left: -40px;
        padding-left: 0px;
}

div.block {
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 10px;
}

div.block-pink {
    background-color: #F9C2D2;
    border: 4px solid #F38DBC;
}

div.block-blue {
    background-color: #AEE0E8;
    border: 4px solid #32b2bd;
}

div.block-button {
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #F9C2D2;
    border: 4px solid #32b2bd;
}

div.block-button:hover {
    border: 4px solid #F38DBC;
}

div.order-button {
    margin-top: 20px;
    width: 200px;
}

.bold {
    font-weight: bold;
}

.small-text {
    font-size: .8em;
}

.list-info {
    text-align: left;
}

div.block p, div.block td {
    text-align: left;
    font-size: .9em;
    padding: 2px;
}

#cupcake-examples, #cookie-examples {
    width: 100%;
}

#cupcake-examples td {
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

#cupcake-flavor-container, #cookie-flavor-container {
    vertical-align: top;
    text-align: left;
    width: 50%;
}


#cupcake-image-container{
    vertical-align: middle;
    height: 245px;
}

#cookie-image-container {
    vertical-align: middle;
    height: 185px;
}

.title-image {
    margin: 10px;
}

.example-image {
    border: 2px solid #32b2bd;
    margin: 5px;

}

.banner {
    margin-bottom: 25px;
}

.text-block {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 600px;
}

ul a:link, ul a:visited, ul a:active {
	color: #32b2bd;
        font-weight: bold;
        text-decoration: none;
}

ul a:hover {
	color: #F38DBC;
}

.specials_block {
    margin: 20px;
    width: 230px;
    
}

#specials_container {
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Sections */

#faq_summary_container, #wfaq_summary_container{
    text-align: left;
    margin-bottom: 50px;
}

#faq_content_container, #wfaq_content_container {
    text-align: left;
}

#faq_summary_container a:link, #faq_summary_container a:visited, #faq_summary_container a:active,
#wfaq_summary_container a:link, #wfaq_summary_container a:visited, #wfaq_summary_container a:active {
	color: #32b2bd;
        font-weight: bold;
        text-decoration: none;
}

#faq_summary_container a:hover, #wfaq_summary_container a:hover{
	color: #F38DBC;
}

.faq_q {
    font-weight: bold;
    display: block;
}

.faq_a {
    margin-bottom: 20px;
    display: block;
}

.faq_q a:hover, .faq_a a:hover{
	color: #000000;
}




