/** Begin SideBar */

.newsContainer, .sidebar{
  margin:0px 0px 0px 0px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px; 
  display: inline;
}
.sidebar h1#welcome {
  float: top;
  width:150;
  text-align:left;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.newsContainer h1#section, .sidebar h1#section {
  float: left;
  width: 170;
  text-align:left;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar h1#name {
  font-size: 22px;
}
ul.newsContainer, ul.sidebar {
  float:left;
  margin:0px 0px 15px 0px;
  padding:3px;
  width: 160;
  list-style:none;
  list-style-type:square;
  list-style-position: inside;
  font-family: georgia, arial;
  font-size:11px;
  border: 1px dotted #9e9e9e;
}
ul.sidebar li {
  height:13px;
  margin:0;
  padding:0px;
  clear:both;
}



/** End SideBar */

/** Begin newsContainer (shares some elements as above) **/
.newsContainer *, 
.newsContainer #newsStatus, .newsContainer #newsDummySection,
.newsContainer #newsDate {
    clear: both;
}


ul.newsContainer li* {
  margin:0;
  padding:0px;
  clear:both;
}
ul.newsContainer li#newsNewRanking {
  list-style-image: url(/images/comments/gr_orange_star_active.gif);
}

ul.newsContainer li#newsUser {
  list-style-image: url(/images/user-small.png);
}

ul.newsContainer li#newsUpdatedRecipe {
  list-style-image: url(/images/restaurant_icon.gif); 
}

ul.newsContainer li#newsNewRecipe {
  list-style-image: url(/images/restaurant_icon.gif); 
}

ul.newsContainer li#newsNewComment {
  list-style-image: url(/images/msg.jpg); 
}
/** End newsContainer  **/

.recipeIcon {
  float:left;
  height:70px;
  width:70px;
  border: 1px solid #000000;
  margin:2px 5px 2px 5px;
}
.recentRecipes h1#title {
  text-align:left;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.recipeListingBorder {
  text-align: top;
  border: 1px dotted #9e9e9e;
  /*height: 100%;*/  
}
.recipeListing h2#title {
  font-family: arial, sans-serif;
  color:#273d16;
  font-size: 14px;
  padding-right: 5px;
  font-weight: bold;
}
.recipeListing h2#field {
  color:#1b2f0b;
  font-size: 10px;
  font-weight: none;
  float: top;
  margin-bottom: -5px;
}
.recipeListing h2#description {
  color:#5f724f;
  font-size: 12px;
  font-style: italic;
  padding-top: 5px;
  line-height: 12px;
}

ul.recipeListing {
  float:left;
  margin:0px 0px 15px 0px;
  padding:3px;
  width: 390;
  list-style:none;
  list-style-position: inside;
  font-family: georgia, arial;
  font-size:11px;
  border:1px dotted #9e9e9e;
}
ul.recipeListing li {
  min-height:75px;
  margin:0;
  padding:5px 0 5px 0;
  clear:both; 
  border-bottom:1px dotted #9e9e9e;
}

.recipeOfTheDay{
  margin:0px;
  padding:2px;
  width:397px;
  float:left;
}
.recipeOfTheDay h1#title {
  text-align:left;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.recipeOfTheDayListing {
  border: 1px dotted #9e9e9e;
  padding: 3px;
  min-height: 107px;
  background-color:#f6f2c7;
}
.recipeOfTheDayListing h2#title {
  font-family: arial, sans-serif;
  font-size: 18px;
  text-align: left;
}
.recipeOfTheDayListing a {
  color:#0c3418;
  font-weight: bold;
  font-style: none;
}
.recipeOfTheDayListing h2#description {
  color:#5f724f;
  font-size: 11px;
  font-style: none;
  padding: 2px 3px 3px 0px;
  line-height: 11px;
}
.recipeOfTheDayIcon {
  height:100px;
  width:100px;
  border: 3px solid #132b06;
  margin: 3px;
  float: right;
}
.dropBox {
  border: 1px dotted #9e9e9e;
  font-family: arial;
  font-size: 11px;
  text-align: center;
  height: 310px;
  width: 178px;
}
.dropBox #links{
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.dropBox #recipes, #list, #msgs, #msgRecipes{
  text-align: center;
}
.dragDropIcon {
  float: left;
  height:70px;
  width:70px;
  border: 2px solid #331a03;
  margin: 2px;
}
.userIcon {
  height:50px;
  width:50px;
  border: 1px solid #000000;
  margin: 3px 0px -8px 0px;
}
.friendsSidebar{
  width: 178;
  float: left;
  margin:10px 12px 0px 0px;
  padding-top:5px;
  padding-left:0px; 
}
.friendsSidebar h1#section {
  text-align:left;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.friend {
  width: 70;
  text-align:center;
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 13px;
  float: left;
}
ul.friendsSidebar {
  float:left;
  margin:0px 0px 15px 0px;
  padding-left:0px;
  width: 178;
  list-style:none;
  list-style-type:square;
  list-style-position: inside;
  font-family: georgia, arial;
  font-size:11px;
  border: 1px dotted #9e9e9e;
}
ul.friendsSidebar li {
  height:13px;
  margin:0;
  padding:8px;
}

.pagination{
  color:#273d16;
  font-size: 15px;
  font-weight: bold;
}
.pagination a{
font-size: 14px;
  font-weight: normal;
}
.paginationSmall{
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
.paginationSmall a{
font-size: 9px;
  font-weight: normal;
}