/*
Theme Name: Zine Style
Theme URI: http://frappelattes.com
Author: Fab Web Media
Author URI: http://www.fabwebmedia.com
*/

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  font-family: Georgia;
}

small {
  font-size: 60%;
}

body {
  background-color: #CC9A99;
  background-image: url("bg.png");
  background-repeat: repeat-x;
}

#right h3, #right h4 {
  text-align: center;
  line-height: 20pt;
  font-family: Georgia;
  font-style: italic;
  letter-spacing: -1px;
  color: #8B6F64;
}

#right h3 {
  font-size: 16pt;
  font-weight: normal;
}

#right .meta-box h3 {
  color: #64483B;
}

#right h4 {
  color: #64483B;
  font-size: 14pt;
}

.home h2 a, .home h2 a:visited, #sub h2 a, #sub h2 a:visited {
  font-weight: bolder;
  font-size: 18px;
  font-family: Georgia;
  line-height: 14pt;
  letter-spacing: -1px;
  color: #64483B;
  margin-bottom: 4px;
  max-width: 584px;
}

a, a:visited {
  text-decoration: none;
}

.center {
  display: block;
  text-align: center;
  align: center;
}

.clear {
  clear: both;
}

#wrapper {
  width: 980px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -490px;
}

#header {
  width: 980px;
  height: 100px;
}

#logo {
  float: left;
  margin-right: 8px;
}

#header-ad {
  float: left;
}

#nav-1 {
  clear: both;
  width: 980px;
  height: 34px;
  background: url("nav1bg.png");
  background-repeat: no-repeat;
  text-align: center;
}

.nav-1 {
  padding-top: 4px;
  padding-left: 24px;
}

.nav-1 li {
  display: inline;
  padding-right: 38px;
}

.nav-1 li a {
  color: #fff;
  font: 14pt Georgia;
  text-transform: lowercase;
}

#nav-2 {
  width: 980px;
  height: 26px;
  margin-top: -1px;
  background: url("nav2bg.png");
  background-repeat: no-repeat;
  text-align: center;
}

.nav-2 {
  display: inline;
  float: left;
  padding-top: 2px;
  padding-left: 10px;
  margin-left: 4px;
  height: 22px;
  margin-top: 1px;
}

.nav-2 .sf-menu li {
  margin-right: 30px;
}

.nav-2 .sf-menu .cat-item {
  margin-right: 0px;
}

.nav-2 li {
  display: inline;
  padding-right: 36px;
}

.nav-2 li a {
  color: #7F6255;
  font: bolder 16px Arial;
  text-transform: uppercase;
}

#search {
  display: inline;
  width: 176px;
  height: 28px;
  margin-left: 30px;
}

#search #s {
  display: inline;
  float: left;
  width: 140px; 
  height: 15px;
  margin: 0px;
  margin-left: 148px; 
  padding: 7px 10px 5px 10px; 
  font-size: 8pt; 
  color: #555;
  background: url("search-field.png") no-repeat; 
  border: 0px;
}

#search #search-button {
  display: inline;
  float: left;
  width: 36px;
  height: 26px;
  margin: 0px;
  margin-left: -20px;
  background-image: url("search-button.png");
  background-repeat: no-repeat;
}

#spacer {
  width: 980px;
  height: 8px;
  background: url("spacer.png");
  background-repeat: no-repeat;
}

#main, #sub {
  width: 980px;
  height: auto;
  background: url("mainbg.png");
  background-repeat: repeat-y;
  padding: 0 12px 12px 12px;
}

.archive {
  width: 980px;
  min-height: 200%;
  background: url("mainbg.png");
  background-repeat: repeat-y;
  padding: 0 12px 12px 12px;
} 

#left {
  display: inline;
  width: 638px;
  float: left;
}

#right {
  display: inline;
  width: 324px;
  float: left;
  margin-left: -2px;
}

#featured-ad {
  width: 630px;
  height: 75px;
  margin-bottom: 4px;
  background: url("featuredadbg.png");
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-left: 155px;
}

#featured-ad a img {
  filter: alpha(opacity=100%);
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;

}

#featured-ad a:hover img {
  
}

.home .content-box {
  float: left;
  width: 316px;
  margin-left: -1px;
  margin-right: 4px;
}

.home .content-box .top {
  width: 316px;
  height: 14px;
  background: url("homeboxtop.png");
  background-repeat: no-repeat;
}

.home .content-box .box-header {
  padding-left: 3px;
  margin-bottom: 4px;
  margin-left: -4px;
}

.home .content-box .post-meta {
  width: 302px;
  padding: 1px 0 1px 6px;
  margin: 2px 0 2px -2px;
  background-color: #F1E0E8;
  color: #333;
  font-size: 8pt;
  font-family: Arial;
}

.home .content-box .content {
  height: auto;
  min-height: 100px;
  background: url("homeboxbg.png");
  background-repeat: repeat-y;
  padding: 4px;
}

.home .content-box .post p {
  font-size: 10pt;
  line-height: 12pt;
  padding: 4px;
}

.home .content-box .post .read-more {
  margin-top: 10px;
  margin-bottom: 20px;
}

.home .content-box .post .read-more a, .home .content-box .post .read-more a:visited {
  font-weight: bold;
  color: #92776D;
}

.home .content-box .footer {
  width: 316px;
  height: 20px;
  background: url("homeboxbottom.png");
  background-repeat: no-repeat;
}

.home .content h2.title {
  padding: 0 6px 0 4px;
}

.home .content .post .ex-thumbnail img {
  float: left;
  margin: 0 6px 0 2px;
  padding: 6px;
  background-color: #F1E0E8;
  width: 100px;
  height: 100px;
}


.home .content-box .float {
  float: left;
  margin: 4px;
  margin-top: 0px;
  padding: 4px;
  background-color: #EAD2C8;
  height: 100px;
}


.home .content .post-meta a, .home .content .post-meta a:visited {
  color: #92776D;
  font-weight: bold;
}

.home .newpost, #sub .newpost {
  width: 636px;
  margin-left: -2px;
}

.home .newpost .top, #sub .newpost .top {
  width: 636px;
  max-width: 636px;
  height: 46px;
  background: url("subtop.png");
  background-repeat: no-repeat;
  padding-top: 18px;
  padding-left: 42px;
}

.page .newpost .top {
  margin-bottom: -18px;
}

.home .newpost .content, #sub .newpost .content {
  height: auto;
  min-height: 100px;
  background: url("subbg.png");
  background-repeat: repeat-y;
  margin-top: -18px;
  padding: 0 10px 0 10px;
}

.home .newpost .content .post-meta, #sub .newpost .content .post-meta {
  margin-bottom: 10px;
  margin-left: -8px;
  padding-left: 10px;
  background-color: #F9F2F5;
  font-family: Georgia;
  width: 616px;  
  height: 20px;
  padding-top: 12px;
}

#sub .newpost .content .post-meta, #sub .newpost .content .post-meta a {
  font-weight: bold;
  font-size: 10pt;
  line-height: 14pt;
}

.home .newpost .content .post-meta a, #sub .newpost .content .post-meta a {
  color: #866A5E;
}

.home .newpost .content .post-meta, .home .newpost .content .post-meta a {
  font-weight: bold;
  font-size: 9pt;
  line-height: 12pt;
}

.home .newpost .content p, #sub .newpost .content p {
  line-height: 18px;
  margin-bottom: 14pt; 
}

.home .newpost .content .post a, .home .newpost .content .post a:visited, #sub .newpost .post a, #sub .newpost .post a:visited {
  color: #B3307E;
  font-weight: bold;
}

.home .newpost .content .post ul, #sub .newpost .post ul {
  padding: 14px;
}

.home .newpost .content .post li, #sub .newpost .post li {
  padding-left: 20px;
  list-style-type: none;
  background: url("http://frappelattes.com/images/bullet.png");
  background-repeat: no-repeat;
  line-height: 20px;
}

.home .newpost .top .title {
  font-size: 20px;
}

#sub .newpost .top .title {
  font-size: 16px;
}

.home .newpost .footer, #sub .newpost .footer {
  width: 636px;
  height: 20px;
  background: url("subbottom.png");
}

.home .newpost .footer {
  margin-top: -20px;
}

.page .newpost .footer, .archive .newpost .footer {
  margin-top: -20px;
}

#sub .newpost #commentbox {
  padding: 0 30px 0 30px;
  background: url("subbg.png");
  background-repeat: repeat-y;
  margin-top: -16px;
}

#right p {
  text-align: center;
  margin: 10px 0 10px 0;
}

#meta-box {
  width: 324px;
}

#meta-box .top {
  width: 324px;
  height: 12px;
  background: url("sidebartop1.png");
  background-repeat: no-repeat;
}

.sidebar-meta {
  width: 324px;
  height: auto;
  min-height: 100px;
  background: url("sidebarbg1.png");
  background-repeat: repeat-y;
  font-size: 10pt;
}

#right .sidebar-meta p {
  margin: 0 0 0 14px;
  max-width: 304px;
  text-align: center;
}

#right .sidebar-meta hr {
  margin: 4px;
  margin-left: 12px;
  text-align: center;
  color: #D399B3;
  background-color: #D399B3;
  height: 4px;
}

#meta-box .footer {
  width: 324px;
  height: 12px;
  background: url("sidebarbottom1.png");
  background-repeat: no-repeat;
}

#sidebar-ad {
  width: 324px;
}

#sidebar-ad .top {
  width: 324px;
  height: 12px;
  background-repeat: no-repeat;
}

#sidebar-ad .content {
  width: 324px;
  height: auto;
  min-height: 100px;
  background-repeat: repeat-y;
  text-align: center;
}

.#sidebar-ad .content table {
  margin-left: 6px; 
}

#sidebar-ad .footer {
  width: 324px;
  height: 12px;
  background-repeat: no-repeat;
}

#sidebar-1 {
  width: 324px;
}

#sidebar-1 .top {
  width: 324px;
  height: 12px;
  background: url("sidebartop1.png");
  background-repeat: no-repeat;
}

#sidebar-1 .top-1 {
  width: 324px;
  height: 12px;
  background: url("sidebartop.png");
  background-repeat: no-repeat;
}

#sidebar-1 .content {
  width: 324px;
  height: auto;
  min-height: 100px;
  background: url("sidebarbg1.png");
  background-repeat: repeat-y;
  text-align: center;
}

#sidebar-1 .content-1 {
  width: 324px;
  height: auto;
  min-height: 100px;
  background: url("sidebarbg.png");
  background-repeat: repeat-y;
  text-align: center;
}

#sidebar-1 ul {
  padding: 14px;
}

#sidebar-1 li {
  padding-left: 20px;
  text-align: left;
  list-style-type: none;
  background: url("http://frappelattes.com/images/bullet.png");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #DDAEC2;
}

#sidebar-1 li a, #sidebar-1 li a:visited {
  color: #64483B;
  font-size: 14px;
  font-weight: bold;
}

#sidebar-1 .footer {
  width: 324px;
  height: 12px;
  background: url("sidebarbottom1.png");
  background-repeat: no-repeat;
}

#sidebar-1 .footer-1 {
  width: 324px;
  height: 12px;
  background: url("sidebarbottom.png");
  background-repeat: no-repeat;
}

#social {
  width: 290px;
  margin-left: 14px;
}

#sidebar-2 .left {
  display: inline;
  float: left;
}

#sidebar-2 .left .top {
  width: 156px;
  height: 12px;
  background: url("sbtop.png");
  background-repeat: no-repeat;
}

#sidebar-2 .left .content {
  padding: 0px;
  width: 156px;
  height: auto;
  min-height: 100px;
  background: url("sbbg.png");
  background-repeat: repeat-y;
  text-align: center;
}

#sidebar-2 .left .content p {
  margin-top: 10px;
}

#sidebar-2 .left .footer {
  width: 156px;
  height: 20px;
  margin-top: -10px;
  background: url("sbbottom.png");
  background-repeat: no-repeat;
}

#sidebar-2 .right {
  display: inline;
  float: right;
}

#footer {
  clear: both;
  max-width: 960px;
  margin-top: 10px;
  padding-top: 4px;
  text-align: center;
  font: 9pt Arial;
  color: #EAD2C8;
  border-top: 1px dotted #EAD2C8;
}

#footer a {
  font: bold 9pt Arial;
  color: #64483B;
}

.sociable {
  padding-bottom: 20px;
}

.sociable li {
  background-image: none;
}

#MarketGid9041 {
  width: 574px;
  text-align: center;
  margin-top: 30px;
  margin-left: 38px;
}

##################################   	COMMENTS	################################## */	.comment {        width: 460px;	margin-bottom: 20px;	padding: 20px;	background: #f7f7f7;	border: 1px solid #eee;} .cauthor {color: #555; display: inline; margin-left: 4px; font-style: italic; } .cauthor a {color: #BD4D90; font-size: 16.8px; font-style: italic;} #message {        width: 400px;}.comment p {	margin: 0px; line-height: 15pt;}.comment-details {}.clear {	clear:both;} .comment-details .gravatar {float: left; margin: 2px 4px 4px 0;} .comment-details { margin-top: 20px; } #respond { margin-top: 20px; } form label {margin-top: 20px;} #message, #commentbox input { border: 1px solid #C5C5C5; } .comment-text { background-color: #E7D0D0; padding: 6px;} #commentbox { font-size: 14px; padding: 4px; } #commentbox a, #commentbox a:visited {color: #866A5E; font-weight: bold;} #commentbox h3#comments {padding-top: 20px;}
