/* STANDARD STYLABLES */
body{
    margin: 0;
    padding:: 0;
    background: #242424;
    font-family: verdana, arial, sans;
    /* Trebuchet MS */
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
}

h1{
    font-size: 18px;
    margin-top: 0;
}
h2{
    color: #ccc;
}
h3{
    color: #ccc;
}
h4{
    color: #ccc;
}
a{
    text-decoration: none;
    background: transparent;
    color: #BCD200;
}
a:hover{
    background: #BCD200;
    color: #333;
}
em{
    background: black;
}
img{
    border: none;
}

.warning{
    background-color:#990000;	

}



/* LAYOUT SPECIFIC */
#container{
     min-height: 400px;
     text-align: center;
     background: url("/images/interface/bg_secondary.gif") repeat-x #141414;
}
#home #container{
     background: url("/images/interface/bg_home.gif") repeat-x #141414;
}
#header{
    width: 733px;
    height: 243px;
    margin-left: auto;
    margin-right: auto;
}
#home #header{
    height: 393px;
}

#content{
    text-align: left;
    width: 733px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
#content-left{
    float: left;
    width: 310px;
    font-size: 12px;
    color: #fafafa;
    text-align: right;
}
#content-right{
    float: right;
    padding-bottom: 30px;
    width: 423px;
    font-size: 11px;
    color: #eee;
    line-height: 20px;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

#footer{
    clear: both;
    width: 733px;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    background: url("/images/interface/bg_footer.jpg") no-repeat;
    font-size: 9px;
    color: #4a4a4a;
}
#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footer {display: inline-table;}

/* Hides from IE-mac \*/
* html #footer {height: 1%;}
#footer {display: block;}
/* End hide from IE-mac */

#footer a{
    color: #898989;
}
#footer a:hover{
    color: #BCD200;
    background: transparent;
}
#footer-left{
    padding-left: 33px;
    float:left;
}
#footer-right{
    padding-right: 33px;
    text-align: right;
}








/* HOMEPAGE FLICKR */
#flickr-home{
    float: left;
    /* padding: 30px 20px 20px 0; */
}
#flickr-thumbs ul {
	list-style-type: none;
	clear:both;
	margin-bottom: 10px;
}
#flickr-thumbs:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
#flickr-thumbs li {
	float: left;
	display: inline;
	height: 75px;
	width: 75px;
	margin: 0 8px 0 0;
	padding: 0;
}
#flickr-thumbs a img {
	border: 2px solid #000;
	/* padding: 1px; */
}
#flickr-thumbs a:hover img{
	border: 2px solid #BCD200;
}

#flickr-thumbs a:hover {
	background: transparent;
}

/* Hides from IE-mac \*/
* html #flickr-thumbs {height: 1%;}
/* End hide from IE-mac */




/* FORMS */
#search-form{
    text-align: right;
    padding-right: 40px;
}
#search-form form{
    text-align: right;
}
#search-form .textfield{
   /* font-size: 16px; */
    width: 150px;
    
}




/* SUBNAV */
#subnavigation{
    text-align: right;
    padding-right: 40px;
	line-height:18px;
}
#subnavigation{
    list-style-type: none;
}
#subnavigation .spacer{
    margin-top: 20px;
}
#subnavigation .feature{
    font-weight: bold;
}
#subnavigation .footer{
    font-style: italic;
}

/* CLASSES */

.quote{    
    padding: 10px;
    color: #5e5e5e;
    background: #0D0D0D;
	text-align: right;
}




/* RECIPES */
li.recipe-video{
    font-weight: bold;
}
div.recipe-ingredients h3, div.recipe-steps h3{
    text-align: right;
    padding: 10px;
    font-weight: bold;
    color:#666666;
    background: #0D0D0D;   
}
div.recipe-ingredients ul{
    background: url("/images/interface/bg_ingredients.gif");
    padding: 20px 50px 30px 50px;
    margin: 0;
    font-weight: bold;
    color: #859500;
}
div.recipe-steps ol{
    background: #000;
    padding: 20px 50px 30px 50px;
    font-weight: bold;
    color:#999999;
    list-style-type: green;
    margin: 0;
}


/* MOBLOG */
.moblog-entry{
    float: left;
    padding: 20px;
}

h1 .print{
    float: right;
    font-size: 9px;
    font-weight: normal;
    color: #000;
}
h1 .print a{
    color: #666;
}
#logo-print{
    display: none;
}
#copyright-print{
    display: none;
}

.details{
    font-size: smaller;
    color: #ccc
}
#images{
    padding: 30px;
    text-align: center;
}
