* {
  margin:0;
  padding:0;
  border:0;
  outline: 0;
  list-style:none;
  font-weight:normal;
  font-style:normal;
  font-size:1.0em;
  font-family:inherit;
  text-decoration: none;
  cursor:inherit;
  color:inherit;
}
html, body { text-align:center; cursor:default; }
input, textarea { cursor:text !important; }
ol { list-style:decimal; }
small { font-size:0.7em; }
big { font-size:1.2em; }
em, em *, i, i * { font-style:italic; }
strong, strong *, b, b * { font-weight:bold; }
button, .button input, a { cursor:pointer !important; }
hr, br { clear:both; }
hr { height:0; visibility:hidden; }
p br, li br, blockquote br { clear: none !important; }
img { cursor: default; }
a img { cursor: pointer; }
#wrap * { text-align:left; }
#wrap button { text-align:center; }


/* Layout */
body {
  color: #fff;
  background: #222;
  font-size: 14px;
  font-family: arial, sans-serif;
}
#bg {
  background: url(../images/bg.gif) top center repeat-y #850035;
}
#wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/bg.gif) top center repeat-y;
}


/* Header */
#header {
  position: relative;
  height: 280px;
  background: url(../images/header.jpg) top right no-repeat;
}
#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#menu-pages {
  z-index: 2;
  position: absolute;
  top: 14px;
  left: 182px;
}
#menu-pages li {
  display: inline;
}
#menu-pages a {
  color: #ccc;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 5px;
}
#menu-pages a:hover {
  color: #fff;
}

#menu-categories {
  z-index: 2;
  position: absolute;
  top: 190px;
  left: 167px;
}
#menu-categories li {
  display: inline;
}
#menu-categories li a {
  float: left;
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: -500px;
  background: url(../images/menu-categories.gif) no-repeat;
}
#menu-categories .current-cat.home a { margin-left: 20px !important; background-position: 0px -100px !important; }
#menu-categories .home a { margin-left: 5px; width: 72px; background-position: 0px 0px; }
#menu-categories .home a:hover { background-position: 0px -50px; }
#menu-categories .current-cat.cat-item-3 a { background-position: -72px -100px !important; }
#menu-categories .cat-item-3 a { width: 65px; background-position: -72px 0px; }
#menu-categories .cat-item-3 a:hover { background-position: -72px -50px; }
#menu-categories .current-cat.cat-item-4 a { background-position: -137px -100px !important; }
#menu-categories .cat-item-4 a { width: 69px; background-position: -137px 0px; }
#menu-categories .cat-item-4 a:hover { background-position: -137px -50px; }
#menu-categories .current-cat.cat-item-6 a { background-position: -206px -100px !important; }
#menu-categories .cat-item-6 a { width: 93px; background-position: -206px 0px; }
#menu-categories .cat-item-6 a:hover { background-position: -206px -50px; }
#menu-categories .current-cat.cat-item-7 a { background-position: -299px -100px !important; }
#menu-categories .cat-item-7 a { width: 89px; background-position: -299px 0px; }
#menu-categories .cat-item-7 a:hover { background-position: -299px -50px; }
#menu-categories .current-cat.recipes a { background-position: -388px -100px !important; }
#menu-categories .recipes a { width: 182px; background-position: -388px 0px; }
#menu-categories .recipes a:hover { background-position: -388px -50px; }
#header #menu-categories a { _background-position-y: 0px !important; }
#header #menu-categories a:hover { _background-position-y: -50px !important; }
#header #menu-categories .current-cat a, #header #menu-categories .current-cat a:hover {
  cursor: default !important;
  _background-position-y: -100px !important;
}

#social-icons {
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 243px;
}
#social-icons li {
  float: left;
  height: 40px;
  width: 40px;
  background: url(../images/social-icons.png) no-repeat;
  _background-image: url(../images/social-icons.gif);
}
#social-icons .fbook { background-position: 0px 0px; }
#social-icons .twitter { background-position: -40px 0px; }
#social-icons .contact { background-position: -80px 0px; }
#social-icons .feed { background-position: -120px 0px; }
#social-icons .youtube { background-position: -160px 0px; }

#social-icons a {
  height: 40px;
  width: 40px;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  background: url(../images/social-icon-glow.png) -40px 0px no-repeat;
  _background-image: url(../images/social-icon-glow.gif);
}
#social-icons a:hover {
  background-position: 0px 0px;
}

#random-fact{
  height:70px;
  position:absolute;
  right:181px;
  top:69px;
  z-index:1;
}
#random-fact span.cap{
  display:block;
  height:70px;
  width:10px;
  background:url(../images/chat-bubble.gif) 0 0 no-repeat;
  z-index:1;
  float:left;
}
#random-fact div{
  padding: 17px 15px 15px 5px;
  background:url(../images/chat-bubble.gif) top right no-repeat;
  float:left;
  height:40px;
  color:#ccc;
}
#random-fact a{
  color:#fff;
  font-weight:bold;
}
#random-fact a:hover{
}

#frank {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 238px;
  height: 235px;
  overflow: hidden;
}

#adminbar {
  z-index: 2;
  position: absolute;
  top: 44px;
  left: 167px;
  height: 20px;
  padding: 5px 0 0 15px;
  background: #161616;
}
#adminbar a {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 5px;
}
#adminbar a:hover {
  color: #fff;
}

#search {
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 238px;
  height: 35px;
}
#search label {
  display: none;
}
#search input {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 147px;
  height: 22px;
  border-bottom: 2px solid #ccc;
  color: #000;
  background: #fff;
}
#search button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 81px;
  height: 35px;
  overflow: hidden;
  text-indent: -500px;
  background: url(../images/button-search.gif) 0px 0px no-repeat;
}
#search button:hover, #search button.hover {
  background-position: 0px -35px;
}


/* Content */
#content {
  position: relative;
  float: left;
  width: 722px;
  padding: 0 0 20px;
  margin: 0px !important;
  padding: 0px;
}
h2 {
  font-size: 22px;
  font-family: "Arial Narrow", arial, sans-serif;
  color: #ff0073;
  padding: 20px 0 10px;
}
h2 a {
  background: transparent;
}
h3 {
  font-size: 16px;
  font-family: "Arial Narrow", arial, sans-serif;
  color: #ff0073;
  padding: 20px 0 10px;
}
#content p, #content blockquote, #content ul, #content ol {
  padding: 10px 0;
  line-height: 20px;
}
#content ol, #content ul {
  padding-left: 25px;
  padding-right: 25px;
}
#content ul li {
  list-style: square;
}
#content ol li {
  list-style: decimal;
}
#content a {
  font-weight: bold;
  padding: 0 2px;
  color: #fff;
  background: #000;
}
#content a:hover {
  color: #000;
  background: #fff;
}
#content label {
  font-weight: bold;
}
#content input, #content textarea {
  color: #fff;
  background: #000;
  font-size: 16px;
  border: 5px solid #000;
}
#content textarea {
  width: 525px;
}
#content label em {
  font-weight: normal;
}
#content button {
  width: 185px;
  height: 36px;
  text-indent: -500px;
  *text-indent: 0px;
  *font-size: 0px;
  *text-align: left;
  *line-height: 50px;
  overflow: hidden;
  color: #000;
  background: url(../images/button-submit.gif) 0px 0px no-repeat;
}
#content button:hover, #content button.hover {
  color: #fff;
  background-position: 0px -36px;
}
#content button.button-send {
  width: 165px;
  background-image: url(../images/button-send.gif);
}
.alignleft {
  clear: left;
  float:left;
  margin: 5px 20px 15px 0;
}
.alignright {
  clear: right;
  float:right;
  margin: 5px 0 15px 20px;
}
.alignnone {
  margin: 5px 0 15px;
}
.print-icon {
  cursor: pointer;
}
.wp-caption {
  background: #111;
}
.wp-caption img {
  border: 5px solid #111;
  border-bottom: 0px;
}
#content .wp-caption-text {
  color: #999;
  font-size: 11px;
  padding: 0 5px;
}
.page #content, .error404 #content, .search #content {
  width: 535px;
  _width: 722px;
  padding-left: 187px;
}
#content h1 span, #content h1 a {
  color: #fff;
  padding: 0 20px;
  background: #000;
}
.page h1, .error404 h1, .search h1 {
  position: static;
  display: inline;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  margin-top: 10px;
}
.page h1.with-image, .error404 h1.with-image, .search h1.with-image {
  margin-left: 187px;
}
#side-page-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 147px;
  _width: 167px;
  padding: 15px 0 !important;
  color: #333;
  font-size: 12px;
}
#side-page-nav li {
  padding: 5px 0;
  _padding: 5px 20px 5px 0;
  list-style: none !important;
}
#side-page-nav li a {
  font-weight: normal;
  line-height: 16px;
  padding: 2px 5px;
  color: #fff;
  background: #000;
}
#side-page-nav li a:hover {
  color: #fff;
  background: #850035;
}
#side-page-nav li.current_page_item {
  text-align: right !important;
  margin: 0 -20px 0 20px;
}
#side-page-nav li.current_page_item a {
  color: #fff !important;
  background: #850035 !important;
  text-align: right !important;
}
#side-page-nav h2 {
  color: #850035;
  padding: 0 0 10px;
}
.thumbnail-list {
  margin: -10px;
  padding: 20px 0 !important;
}
.thumbnail-list li {
  position: relative;
  float: left;
  width: 165px;
  height: 165px;
  margin: 10px;
  _margin: -5px 5px;
  list-style: none !important;
  background: url(../images/thumbnail-list-bg.jpg) 0 0 no-repeat #000;
}
.thumbnail-list li a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 165px;
  height: 165px;
  display: block;
  overflow: hidden;
  padding: 0px !important;
  background: transparent !important;
}
.thumbnail-list li img {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.thumbnail-list big {
  z-index: 2;
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 16px;
}
.thumbnail-list span {
  color: #fff;
  background: #000;
}
.thumbnail-list a:hover span {
  color: #000;
  background: #fff;
}


/* Posts */
.post {
  position: relative;
  margin: 0 0 40px 187px;
}
h1.with-image {
  z-index: 2;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 535px;
  background: transparent;
}
h2.with-image {
  z-index: 2;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 535px;
  background: transparent;
}
#content h1.with-image a, #content h1.with-image span {
  display: inline;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  padding: 0 20px;
  color: #fff;
  background: #000;
}
#content h2.with-image a, #content h2.with-image span {
  display: inline;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  padding: 0 20px;
  color: #fff;
  background: #000;
}
#content h1.with-image a:hover {
  color: #000;
  background: #fff;
}
#content h2.with-image a:hover {
  color: #000;
  background: #fff;
}
.post-header-img {
  margin: 0;
  min-width: 535px;
}
.blog .post, .archive .post {
  padding-top: 230px;
}
.blog .post-header-img, .archive .post-header-img {
  z-index: 1;
  top: 0px;
  position: absolute;
  clip: rect(0px,535px,230px,0px);
}
.meta {
  position: absolute;
  width: 147px;
  top: 15px;
  left: -187px;
  color: #000;
  padding: 0 0 35px;
  background: url(../images/meta-bg.gif) bottom left no-repeat;
}
#content .meta p {
  font-size: 12px;
  line-height: 15px;
  padding: 0;
  text-align: right;
}
#content .meta a {
  color: #9f0140;
  padding: 0;
  font-weight: bold;
  background: transparent;
}
#content .meta a:hover {
  color: #fff;
  background: #9f0140;
}
#content .meta .date {
  font-size: 18px;
  font-weight: bold;
}
.blog #content .post button,
.archive #content .post button {
  width: 116px;
  height: 21px;
  text-indent: -500em;
  overflow: hidden;
  background: url(../images/button-full-article.gif) top left no-repeat;
}
.blog #content .post button:hover, .blog #content .post button.hover,
.archive #content .post button:hover, .archive #content .post button.hover {
  background-position: 0px -21px;
}
#respond form input {
  width: 275px;
}
#content .pagination {
  height: 20px;
  padding: 20px 0;
  margin: 0 0 0 -20px;
  font-size: 13px;
  color: #e40067;
}
.blog #content .pagination, .archive #content .pagination {
  margin: 0 0 -13px 167px;
  padding: 20px 0 0;
}
#content .pagination a {
  padding: 5px 10px;
  font-weight: normal;
  color: #000;
  background: #fff;
}
#content .pagination a:hover {
  color: #fff;
  background: #000;
}

/*facebook*/
.fb_share_count_inner  {
  text-align:center !important;
}
#fb_share_1 a{
  padding:0px;
}
.meta .FBConnectButton_Small, #rightButtons .FBConnectButton_Small, #share .FBConnectButton_RTL_Small {
	width:50px;
}
.meta .FBConnectButton_Small .FBConnectButton_Text, #rightButtons .FBConnectButton_Small .FBConnectButton_Text {
	font-size:9px;
	padding:2px 1px 3px;
}
.fb_share_count_inner {
width:48px;
}
.fb_share_count_top {
width:48px;
}

.facebook-like {
  border:none; 
  overflow:hidden; 
  width:46px; 
  float:right;
  margin:8px 2px 0 0px; 
  height:65px;
}
#sidebar-facebook {
  padding:15px 18px 20px;
  background:none repeat scroll 0 0 #000000;
}
#sidebar-facebook h3 {
background-image:url("../images/sidebar-h3-facebook-activity.gif") !important;
}
.fbwrap {
  height:557px;
  overflow:hidden;
}
.fbwrap iframe{
  margin:-33px 0 0 0;
  height:591px !important;
  width:198px !important;
}

#content ul.share {
  padding:20px 0px;
  border-top:1px dotted #FF0073;
  border-bottom:1px dotted #FF0073;
  margin:7px 0 0;
}
#content ul.share li {
  float:left;
  list-style: none ;
  margin: 0 0 0 7px;
}
#content ul.share li a {
  padding:0px;
}
#content ul.share li a span{
  background: #850035;
}

/* Star Rating*/
.post-ratings {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #FF0073;
  color:#000000;
  margin:16px 0 0;
  padding:5px;
  width:auto;
}

/* Comments */
#comments .comments-rss-link {
  padding: 0 0 20px;
  margin: -10px 0 0;
}
#comments .comments-rss-link a {
  font-weight: normal;
  background: transparent;
  color: #ff0073;
}
#comments .comments-rss-link a:hover {
  color: #fff;
}
#comments ol {
  margin: 0 0 -20px;
}
#comments li {
  margin: 0 0 20px;
}
#comments li a {
  color: #9f0140;
  padding: 0;
  font-weight: bold;
  background: transparent;
}
#comments li a:hover {
  color: #fff;
  background: #9f0140;
}
#comments .comment-body {
  position: relative;
  padding: 75px 0 0;
}
#comments .comment-body p {
  color: #000;
  padding: 10px;
  background: #fff;
}
#comments .comment-author-admin .comment-body p {
  color: #fff;
  background: #000;
}
#comments .comment-author, #comments .comment-meta {
  position: absolute;
  left: 85px;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  font-size: 12px;
  color: #ddd;
  background: #000;
}
#comments .comment-author-admin .comment-author, #comments .comment-author-admin .comment-meta {
  left: auto;
  right: 85px;
  _right: 110px;
  background: #71002d;
}
#comments .comment-author { top: 10px; }
#comments .comment-meta { top: 40px; }
#comments .comment-author a, #comments .comment-meta a {
  color: #ddd;
  font-weight: normal;
}
#comments .comment-author a:hover, #comments .comment-meta a:hover {
  color: #fff;
  background: transparent;
}
#comments .comment-author img {
  position: absolute;
  left: -85px;
  top: -10px;
  border: 10px solid #fff;
}
#comments .comment-author-admin .comment-author img {
  left: auto;
  right: -85px;
  _right: -86px;
  border-color: #000;
}

/*Facebook Comments*/
#fbComments p {
  border-bottom:0 !important;
  color:#FF0073  !important;
  font-family:"Arial Narrow",arial,sans-serif  !important;
  font-size:22px  !important;
  padding:20px 0 10px  !important;
}


/* Sidebar */
#sidebar {
  float: right;
  width: 238px;
  padding: 0 0 40px;
  font-size: 12px;
}
#sidebar-ad {
  position: relative;
  height: 166px;
}
#sidebar-ad img {
  position: absolute;
}

#sidebar-picazo {
  position: relative;
  padding: 10px;
  background: #000000;
}

#sidebar-topics, #sidebar-tweets, #sidebar-popular, #sidebar-newsletter {
  padding: 15px 20px 20px;
}
#sidebar-topics, #sidebar-popular {
  background: #000;
}
#sidebar-tweets, #sidebar-newsletter {
  background: #fff;
}
#sidebar h3 {
  width: 198px;
  height: 55px;
  text-indent: -500px;
  overflow: hidden;
  padding: 0px;
  background: 0px 0px no-repeat;
}
#sidebar-topics h3 { background-image: url(../images/sidebar-h3-topics.gif); }
#sidebar-tweets h3 { background-image: url(../images/sidebar-h3-recent-tweets.gif); }
#sidebar-popular h3 { background-image: url(../images/sidebar-h3-popular-articles.gif); }
#sidebar-newsletter h3 { background-image: url(../images/sidebar-h3-newsletter.gif); }

#sidebar-topics {
  clear: both;
  padding-bottom: 5px;
}
#sidebar-topics ul {
  margin: 0 -10px 0 0;
}
#sidebar-topics li {
  display: inline;
}
#sidebar-topics a {
  float: left;
  width: 94px;
  margin: 0 10px 0 0;
  color: #aaa;
}
#sidebar-topics a:hover {
  color: #fff;
}

#sidebar-newsletter form {
  position: relative;
  height: 36px;
  margin: 0 -10px -10px;
  background: url(../images/sidebar-newsletter-bg.gif) top left no-repeat;
}
#sidebar-newsletter input {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 125px;
  height: 16px;
  font-size: 13px;
  color: #444;
  background: transparent;
}
#sidebar-newsletter button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 82px;
  height: 36px;
  text-indent: -500px;
  overflow: hidden;
  background: url(../images/button-signup.gif) 0px 0px no-repeat;
}
#sidebar-newsletter button:hover, #sidebar-newsletter button.hover {
  background-position: 0px -36px;
}

#sidebar-popular {
  padding-bottom: 0px;
}
#sidebar-popular li {
  clear: both;
  background: #111;
  min-height: 70px;
  _height: 80px;
  padding: 5px;
  overflow: visible;
  margin: 5px -5px 0;
}
#sidebar-popular br {
  clear: both !important;
}
#sidebar-popular img {
  float: left;
  margin: -5px 10px 5px 0;
}
#sidebar-popular a {
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}
#sidebar-popular a:hover {
  color: #fff;
}

#sidebar-tweets {
  color: #666;
}
#sidebar-tweets ul {
  margin: -10px 0;
}
#sidebar-tweets li {
  padding: 10px 0;
}
#sidebar-tweets a {
  color: #000;
  font-weight: bold;
}
#sidebar-tweets a:hover {
  color: #fff;
  background: #000;
}


/* Footer */
#footer-bg {
  background: url(../images/footer.gif) top center repeat-x;
}
#footer {
  position: relative;
  width: 980px;
  height: 200px;
  margin: 0px auto 40px;
  font-size: 12px;
  text-align: left;
}
#footer-menu {
  position: absolute;
  top: 15px;
  left: 137px;
  right: 0px;
  text-align: left;
}
#footer-menu a {
  color: #aaa;
}
#footer-menu a:hover {
  color: #fff;
}
#footer-topics, #footer-pages, #footer-archive {
  float: left;
  _width: 100px;
  margin: 0 0 20px 50px;
  _margin: 0 0 20px 25px;
}
#footer h3 {
  height: 60px;
  overflow: hidden;
  text-indent: -500px;
  padding: 0px;
  background: 0px 0px no-repeat;
}
#footer-topics h3 { background-image: url(../images/footer-h3-topics.gif); }
#footer-pages h3 { background-image: url(../images/footer-h3-pages.gif); }
#footer-archive h3 { background-image: url(../images/footer-h3-archive.gif); }
#footer-archive p {
  padding: 0 0 10px;
}
#footer-archive strong {
  color: #9f0140;
}
#footer-archive a, #footer-archive span {
  padding: 0 3px 0 0;
  text-transform: uppercase;
}
#footer-archive span {
  color: #444;
}
#footer-events {
  float: right;
  width: 240px;
  padding: 0 0 20px;
}
#footer-events h3 {
  text-indent: 0px;
}
#footer-events h3 a {
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: -500px;
  background: 0px 0px no-repeat;
}
#footer-events table {
  margin: 0 1px 20px;
  border-collapse: separate;
}
#footer-events td span, #footer-events td a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  padding: 0 !important;
  text-align: center;
}
#footer-events td span {
  color: #aaa;
  background: #4d4d4d;
}
#footer-events td a {
  color: #fff;
  background: #9f0140;
}
#footer-events td a:hover {
  color: #000;
  font-weight: bold;
  background: #fff;
}
#footer-events a.next-month {
  float: left;
  font-size: 14px;
  margin: -10px 0 0 2px;
}

#copyright {
  position: absolute;
  width: 167px;
  padding: 167px 0 20px;
  text-align: center;
  color: #4d4d4d;
  background: url(../images/footer-logo.gif) 20px 30px no-repeat;
}
#copyright a {
  color: #4d4d4d;
  text-decoration: underline;
}
#copyright a:hover {
  color: #fff;
}
