/*
Theme Name: Beeneiana
*/

/*
body.home html {
    background-color: black;
    background-repeat: repeat-y;
    background: url(/_/i/black_dots.png);
}

body.home body {
    color: black;
    background: no-repeat top left;
    font-family: Helvetica, Arial, sans-serif;
}
*/


body.home #logotype {
    width : 852px;
    margin : 100px auto 0 auto;
}

html {
    background-repeat: repeat-x;
    background: url('/wp-content/themes/beeneiana/i/black_dots.png');
/*     background-attachment: fixed; */
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 24px;
    border : 0;
    margin: 0;
    color: #1d282f;
}

p {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;

}


#container {
    background: #fefffe;
    width: 800px;
    margin: 0px auto;
}
body.home #container {
    width: 852px;
    margin : 0 auto;
    background : transparent;
}


#navbar {
    width: 800px;
/*    position: fixed;
    z-index: 3;*/
    }

.content_body {
    padding: 0px 0px 20px 0px;
    width: 700px;
    margin-left: 50px;
    margin-top: 70px;
}

.lockup {
    overflow : hidden;
    margin-bottom: 20px;
}

.entry {
    width: 700px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d4145a;
}

.comments {

}

.date {
	display:none;
    /* 
font-family:  Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    text-transform: lowercase;
    color: #aab0b3;
    margin-bottom: 10px;
 */
}

.permalink {
    top: 4px;
    position: absolute;
    width: 16px;
    left: -25px;

}

h1 {
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 4px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #6e0a2f;
}

.entry h1 {
    padding-bottom: 20px;
}

h2 {
    font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #4b4b4b;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-shadow: #e3e3e3 0px 2px 1px;
}

a:link {
    color: #6e0a2f;
    text-decoration: none;
}

a:hover {
    color: #d4145a;
    text-decoration: none;
}

a:visited {
    color: #6e0a2f;
    text-decoration: none;
}

img {
    border: none;
}

.img-l, .img-c, .img-r,
img.alignleft, img.aligncenter, img.alignright {
    border-style: solid;
    border-color: #fefffe;
}

.img-l-nb, .img-c-nb, .img-r-nb {
    border: none;
}

.img-l, .img-l-nb,
img.alignleft {
    float: left;
    margin: 3px 10px 5px 0;
}

.img-c, .img-c-nb,
img.aligncenter  {
    display: block;
    margin: 5px auto;
}

.img-r, .img-r-nb,
img.alignright {
    margin: 3px 0px 5px 5px;
    float: right;
}

.wp-caption-text {
font-size: 14px;
line-height: 20px;
font-weight: normal;
color: #5c6061;
text-align: center;
padding: 20px 0 0 0;
}

blockquote {
    font-style : italic;
    font-size: 16px;
    margin-left : 0px;
    padding-left : 20px;
    margin-right : 0px;
    padding-right: 20px;
}

cite::before {
	content: "—";
}

cite {
display: block;
margin-top:5px;
font-size: 14px;
line-height: 20px;
font-weight: normal;
color: #5c6061;
text-align: right;
}

ul {
    list-style-image: url('/wp-content/themes/beeneiana/i/list.png');
    list-style-position: inside;
    list-style-type: none;
    margin-left : 0px;
    padding-left : 10px;
}

.info {
    font-family:  Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    text-transform: lowercase;
    color: #4b4b4b;
}

.aside {
    font-family:  Georgia, "Times New Roman", Times, serif;
    font-size: 9px;
    font-style: italic;
}

.loud {
    font-family:  Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
}

.utility {
    width: 170px;
    position: absolute;
    left: 540px;
    top: 100px;
}

.utilitytitle {
    font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333333;
    text-shadow: #FFFFFF 0px 2px 1px;
}

.utilitytext {
    font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: 12px;
    text-transform: lowercase;
    color: #4b4b4b;
}

#pagination {
    clear: both;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #4b4b4b;
}
#pagination img {
    vertical-align : middle;
}

/*
WP-PageNavi
*/
.wp-pagenavi {
}
.wp-pagenavi a, .wp-pagenavi span {
  line-height : 49px;
  margin-right : 10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
}
.wp-pagenavi span.current {
    font-weight: bold;
}


#footer {
    width: 100%;
    left: 0px;
    z-index:10000;
}

#footer img {
    display : block;
    margin : 0px auto;
}




