/* COMPATIBILITY RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* LAYOUT */

body{
  margin:0; padding:0;
}
#wrap{
  padding:0 0 50px 50px;
  width:735px;
  overflow:hidden;/*contain the floats*/
}
@media print {
  #wrap {
    width:100%;
    overflow:visible;
    float:left;/* contain the floats */
  }
}

#header{
  position:relative;
  width:768px;
  height:106px;
  margin:0 0 35px -33px;
  padding:0;
  overflow:visible;
}
  #header h2 {
    position:absolute;
    top:0; left:558px;
  }
  #brand{
    position:absolute;
    top:14px; left:0;
    width:305px;
    height:131px;
    overflow:hidden;
  }
  #brand h1 a{
    display:block;
    width:305px;
    height:131px;
  }
  #navSite {
    position:absolute;
    right:25px; bottom:5px;
  }
    #navSite li {
      display:inline;
    }
    #navSite a {
      padding:5px 10px;
    }


#wrap div.gridCol {
  padding-right:10px;
}
#content{
  float:left;
  width:410px;
}
#sidebar{
  float:right;
  width:200px;
}
#footer{
}



/* COLOR, BACKGROUND, TYPOGRAPHY */
body{
	background:#fff url(../images/bg.gif) 125px 100px repeat-y;
	color:#000;
	font:16px Georgia,"Times New Roman", "Times", serif;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration:none;
  color:#f60;
}
a:visited { color:#676767; }
a:hover   { color:#000; text-decoration:underline; }
a:active  { color:#676767; }

#header {
  border-bottom:4px solid #000;
  background:#fff;
}
  #brand h1 a {
    text-indent:-1000em;
    background:transparent url(../images/brand.gif) 0 0 no-repeat;
  }
  #navSite a {
    font-size:90%;
    text-transform:lowercase;
    color:#000;
  }
  #navSite a:hover {
    color:#f60;
  }



#content{
  font-size:90%;
  line-height:1.65;
}
  #content a {}
  #content a:hover {}
  #content h2 {
    text-transform:uppercase;
    margin:1em 0 2em 0;
  }
  #content h2 a {
    color:#000;
  }
  #content h2 a:hover {
    color:#f60;
  }
  #content h3 {
    font-style:italic;
    font-size:80%;
  }
  #content h2+h3 {
    margin:-2.5em 0 2.5em 0;
  }
  #content p {
    margin:1em 0;
  }

#sidebar {
  font-family:Verdana,sans-serif;
  font-size:75%;
  line-height:1.65;
}

#sidebar a,
#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active {
  color:#3d3d3d;
}
#sidebar a:visited { color:#676767; }
#sidebar a:hover   { color:#f60; }
#sidebar a:active  { color:#000; }

  #sidebar h2 {
    border-top:1px solid #ccc;
    padding:10px 0 0 0;
    margin:10px 0 0 0;
    font-style:italic;
    color:#f60;
    text-transform:lowercase;
  }
  #sidebar h2:first-child {
    border-top:none;
    margin:0;
    padding:0;
  }
  #sidebar input {
    width:100%;
    font-size:75%;
    border:1px solid #000;
    border-color:#669 #555 #333 #666;
    background:#f8f8f8;
  }
  #sidebar input:focus {
    background-color:#fff;
  }


/* SPECIAL STRUCTURES */

a.audioClip {
  padding-left:19px;
  line-height:12px;
  background:transparent url(../images/icon_audio.gif) 0% 50% no-repeat;
}
p a.audioClip {
  padding-left:0;
  padding-right:15px;
  background-position:100% 50%;
}

div.featuredImg {
  float:left;
  margin:1em 0;
  padding:4px;
  border:1px solid #b3b3b3;
  background:transparent url(../images/fff_75pct.png);
}
div.featuredImgNarrow {
  margin-right:1em;
}
div.featuredImg img {
  display:block;
  page-break-inside:avoid;
}

div.entrybody ul,
div.entrybody ol { clear:left; }

div.narrowCol {
  margin-left:105px;
  width:200px;
}


div.LTwrapper {
  overflow:hidden;/*contain floats*/
  font-size:0.9em;
  line-height:1.125;
}
  div.LTitem {
    clear:left;
    float:left;
    width:100%;
    margin:15px 0 0 0;
  }
  div.LTitem img {
    display:block;
    float:left;
    height:auto;
    width:50px;
    margin:0 6px 0 0;
  }
  div.LTprovided {
    clear:left;
    text-align:right;
    font-size:0.8em;
    color:#999;
    padding:1.5em 0 0.125em 0;
  }



/*************************************
  Forms
 *************************************/

textarea,
input[type="text"],
input[type="password"] {
  background:transparent url(../images/fff_75pct.png);
}



/*************************************
 +Hn and p
 ************************************* /
 a{
 	color:#579;
 	text-decoration:none;
 }
 a:hover{
 	color:#CC0000;
 }
 
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 ************************************* /
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

small.commentmetadata{display:block;}

/*************************************
 +Misc
 *************************************/
 
 .italian{
 	color: #333;
 	font-style: italic;
 	line-height: 1.5em;
 }
 
 .english{
 	color: #333;
 	font-style: normal;
 	line-height: 1.5em;
 }
 
 .grayed{
 	color: #999;
 }
 
.alert{
 	color: #c00;
 } 
 
.caption{
 	color: #333;
 	font-style: italic;
 	font-size: 80%;
 } 

.temp{
 	color: #666;
	margin-left: 40px;
 }
 
dl.recipe {
	padding: 4px;
	border: 1px solid #999;
	line-height:1.5;
	width:80%;
	margin-left:10%;
	background:transparent url(../images/fff_75pct.png);
}
dl.recipe dt {
  float:left;
  clear:left;
}
dl.recipe dd {
  margin-left:4em;
}
 
div.entrybody ul{ list-style:square; }
div.entrybody ol{ list-style:decimal; }

div.entrybody ul li,
div.entrybody ol li{
margin:.75em 0 .75em 2em;
line-height:1.33;
}


ol.cleanStack {
  background:#f3f5e9;
  border:1px solid #d1d1d1;
  border-top:none;
  margin:1em 0 2em 0;
}
h2+ol.cleanStack { margin-top:-1.75em; }
ol.cleanStack li {
  overflow:hidden;/* contain floats */
  margin: 0;
  border-top:1px dotted #d1d1d1;
  padding:0.5em;
  line-height:1.125;
}
ol.cleanStack li:first-child { border-top:1px solid #d1d1d1; }
ol.cleanStack li.future { color: #999; }
ol.cleanStack li.noPic { text-align:center; }
ol.cleanStack li div.featuredImg {
  margin:0 1em 0 0;
}
#content ol.cleanStack li h3 {
  font-size:0.75em;
}
#content ol.cleanStack li h3 a {
  display:block;
  font-style:normal;
  font-size:1.75em;
}

div.screenplay {
  border:1px solid #d1d1d1;
  background:#f3f5e9;
  padding:10px;
  font-family:Courier,monospace;
  line-height:1.125;
}
div.screenplay p.scrpl-slugline,
div.screenplay p.scrpl-transition, 
div.screenplay p b {
  text-transform:uppercase;
}
div.screenplay p b {
  font-weight:normal;
}
div.screenplay p.scrpl-transition {
  text-align:right;
}
div.screenplay dl {
  width:70%;
  margin:1em 14%;
}
div.screenplay dl dt {
  margin-top:1em;
  padding-left:5em;
  text-transform:uppercase;
}
div.screenplay dl dd {
}
div.screenplay dl dd span {
  display:block;
  font-style:italic;
  padding-left:3em;
}
div.screenplay dl dd span:before { content:'('; }
div.screenplay dl dd span:after { content:')'; }

