﻿/*
----------------------------------------------------

Miami Silk Style Sheet
Author: David Lopez
Date: 19 Sep 2009

----------------------------------------------------
*/
*
{
    margin: 0;
    padding: 0;
}
html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url('images/general/bgMain.jpg');
    background-position: center bottom;
    background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font: .825em Verdana,Helvetica,Arial,Sans-serif;
    color: #696969;
    
}   
.hidden 
{
	display: none;
}
p
{
    text-indent: 3em;
}
fieldset
{
    border-style: none;
}
/*
----------------------------------------------------

Links

----------------------------------------------------
*/

A IMG 
{
	border: none;
}
A
{
    text-decoration: none;
}
A:link
{
	text-decoration: none;
}
A:hover
{
	color: #db6d16;
}
/*
----------------------------------------------------

Header

----------------------------------------------------
*/
#ms-container
{
    margin: auto;
    padding: 0;
    width: 975px;
}
#brand-container
{
    margin: auto;
    padding: 0;
    width: 975px;
    height: 81px;
}
#logo
{
    float: left;
    margin: 0;
    padding: 0;
    background-image: url('images/general/MSLogo.jpg');
    width: 266px;
    height: 81px;
}
#mini-nav
{
    width: 400px;
    float: right;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    
}
#mini-nav a {
	color: #A7A7A7;
	text-decoration: none;
}
#mini-nav a:hover {
	color: #db6d16;
}
#navigation
{
    background-image: url('images/general/topNav.png');
    height: 35px;
    
}
#navigation ul
{
    list-style: none;
    padding-left: 15px;
}
#navigation li
{
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#navigation a
{
    color: #F2F2F2;
    font-weight: bold;
    text-decoration: none;
}
#navigation a:hover
{
    color: #EEE188;
    font-weight: bolder;
}
#navigation a:visited
{
    color: #BBBBBB;
    font-weight: bold;
}
#navigation a:active
{
    text-decoration: underline;
}
#topGrey-container
{
    width: 975px;
    height: 20px;
    margin: auto;
    background-color: #5D5D5D;
    color: #CCCCCC;
}
#nav-status
{
    font-size: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    height: 12px;
}
#date
{
    font-size: 10px;
    width: 200px;
    border-bottom-width: 1px; 
    border-bottom-color: #666666; 
    padding-top: 4px;
    padding-bottom: 4px;
    float: right;
    height: 12px;
}
.sitemap a
{
    color: #000000;
    text-decoration: none;
    padding-left: 20px;
}
.sitemap a:hover
{
    color: #FFFFFF;
}
/*
----------------------------------------------------

Center

----------------------------------------------------
*/
#splash-image
{
    margin: auto;
    padding: 0;
    border: 0;
    width: 975px;
}
#body-container
{
    margin: auto;
    padding: 0;
    width: 975px;
    background-image: url('images/general/bgBody.gif');
    background-repeat: repeat;
    float: left;
    min-height: 300px;
}
#white-topround
{
    background-image: url('images/general/whiteTop.png');
    height: 15px;
    background-repeat: no-repeat;
}
#body-left .padding
{
    width: 620px;
    line-height: 18px;
    float: left;
    padding: 15px;
}
#body-right .padding
{
    width: 300px;
    line-height: 18px;
    float: left;
    padding: 10px;
}
#white-bottomround
{
    background-image: url('images/general/whiteBottom.png');
    height: 30px;
    background-repeat: no-repeat;
    clear: both;
}
/*
----------------------------------------------------

Footer

----------------------------------------------------
*/
#footer-topround
{
    background-image: url('images/general/topFooter.png');
    height: 15px;
    background-repeat: no-repeat;
}
#footer
{
    background-image: url('images/general/bgfooter.png');
    background-repeat: repeat;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #DDDDDD;
    padding: 13px 25px;
    line-height: 18px;
    margin: auto;
    height: 90px;
}
#footer-nav
{
	width: 350px;
	float: right;
	text-align: right;
}
#footer-nav a {
	color: #DDDDDD;
	text-decoration: none;
}
#footer-nav a:hover
{
    color: #F9FF00;
    font-weight: bold;
}

/*
----------------------------------------------------

Dining Section

----------------------------------------------------
*/
#postDate
{
    font-size: 9px;
    color: #BF974D;
    padding-left: 450px;
    padding-bottom: 30px;
    
}
#ingredients
{
    margin: 30px;
    padding: 15px;
    width: 300px;
    border: 1px solid #4D859D;
    background-color: #C7E0FA;
}
#ingredients p
{
    font-size: 12px;
    color: #3C5B91;
    font-weight: 600;
    margin-bottom: 15px;
}

#ingredients ul
{
    margin: 20px;
    list-style-type: square;
}
p.recipe-main
{
    text-indent: 3em;
}

#recipe-image
{
    float: right;
    border: 1px solid #660066;
    margin-left: 25px;
}
.comment-user
{
    width: 120px;
    padding: 5px;
    padding-left: 8px;
    float: left;
    min-height: 40px;
    color: #093a6b;
    font-weight: bolder;
}
.comment-box
{
    margin: 0px;
    padding: 5px;
    border: 1px solid #ececf3;
    background-color: #FFF;
    width: 440px;
    min-height: 78px;
    float: left;
    margin-bottom: 5px;
}
.comment-in
{
    background-color: #ececf3;
    margin: 0;
    padding: 5px;
    width: 430px;
    min-height: 68px;
    color: #6f7075;
    float: left;
}
.comment-title
{
    width: 368px;
    float: left;
    color: #6f7075;
    font-weight: bold;
    font-size: 12px;
}
.comment-stars
{
    width: 61px;
    float: left;
}
.comment-body
{
    width: 429px;
    clear: both;
    float: left;
}
.right
{
    text-align: right;
    padding: 8px;
}





.submit-box
{
    margin: 0px;
    padding: 5px;
    border: 1px solid #fce79d;
    background-color: #FFF;
    width: 440px;
    float: left;
    margin-bottom: 5px;
}
.submit-in
{
    background-color: #fce79d;
    margin: 0;
    padding: 5px;
    width: 430px;
    color: #6f7075;
    float: left;
}
.submit-comment-description
{
    width: 145px;
    float: left;
    color: #BC9418;
    font-size: 10px;
    padding: 5px;
    text-align: right;
}

.submit-comment-box
{
    width: 264px;
    float: left;
    padding: 5px;
}
.submit-validation
{
    width: 275px;
    margin: 0;
    padding: 10px;
    padding-left: 30px;
    float: left;
}









.comment 
{
	width:600px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url('images/dining/teaserbg.png') bottom left no-repeat;
}
.topRound 
{
	margin:0;
	padding:7px 10px 3px 10px;
	background:url('images/dining/teaserbg.png') top left no-repeat;
}
.comment p
{
	margin:0;
	padding:0 10px 3px;
	border:1px solid #225690;
	border-width:0 1px;
	background:#fff;
}
.comment .more
{
    display: block;
    text-align: right;
    background: url('images/dining/teaserbg.png') 410px 50% no-repeat;
    padding: 0 24px 0 0;
    text-decoration: none;
    color: #FF0000;
}
.comment a
{
    color: #FF4848;
}
.comment a:hover
{
    color: #B6164F;
}
