/*
Theme Name: Alb
Theme URI:
Description: A white theme for NYTBR.ro
Author: Dan Mihu | Mediamorphosis
Author URI: http://www.mediamorphosis.ro
Template: sandbox
Version: 1.0
*/

@import url(../sandbox/style.css);

/* Sitewide */

#wrapper {
width: 914px;
background-color: #fff;
padding: 10px;
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #900;
}

body {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 130%;
background-color: #bbb;
}

a:link {
color: #990000;
}
a:visited {
color: #660000;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
color: #FF0000;
}

div#upper-banner {
display:inline;
margin-left: 280px;
position:absolute;
top:30px;
}

h2.author, h2.page-title {
text-align: right;
color: #900;
}

div.wp-caption {
margin-top: 5px;
}

div#footer {
font-size: .9em;
color: #bbb;
padding-top: 10px;
border-top: 1px dotted #BBB;
}

#footer a {
color: #bbb;
}


div#footer-addin {
font-size: .9em;
color: #000;
border-top: 1px dotted #BBB;
padding-top: 5px;
text-align: center;
}

#footer-addin a {
color: #900;
}

div#featured {
margin-left: 214px;
}

div#container {
padding-bottom: 10px;
}

/* Header */

div#header {
text-align: left;
width: 214px;
}

h1 a {
display:block;
text-align:left;
background: url('NYTBR-alb.gif') top center no-repeat;
height:50px;
width:214px;
border:0px;
text-indent: -9000px;
}

.skip-link {
display: none;
}

#nav-above {
display: none;
}

#blog-description {
font-size: 2.5em;
font-variant: small-caps;
font-weight: bolder;
font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
line-height: .8em;
color: #900;
text-align: center;
left: 0px;
margin-top: 0px;
width: 214px;
position: relative;
top: 0px;
}

div#menu {
background-color: #fff;
display: none;
}

/* Posts */

div#container {width: 700px;}

div#content {margin:0px;}

h2, h2.entry-title, h3.entry-title {
font-size: 2em;
font-weight: lighter;
font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
padding-top: 10px;
}

h2.entry-title a, h3.entry-title a {
text-decoration: none;
}

.entry-meta {
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 60px;
font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
font-size: 1em;
font-variant: small-caps;
color: #900;
padding-top: 10px;
border-top: dotted 1px #900;
padding-bottom: 10px;
border-bottom: dotted 1px #900;
}

div.hentry, div.navigation, div#comments {
margin-left: 10px;
}

h2.entry-title {
margin-top: 0px;
}

blockquote {
border-left: 10px solid #900;
font-style: italic;
color: #900;
padding-left: 15px;
position: relative;
left: -25px;
}

/* Issuu */
div.issuu-home, div.sumar {
display: none;
}

iframe.issuu-main {
width: 690px;
height: 500px;
}

/* Sidebars */

#primary.sidebar {
width: 194px;
background-color: #ddd;
padding: 15px 10px 5px 10px;
}

li.widget {
border-top: solid 3px #fff;
padding-top: 15px;
}

li.widget_categories {
border-top: none;
padding-top: 0px;
}

#secondary.sidebar {
padding: 15px 10px 5px 5px;
}

/* Accordion */

#accordion ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#accordion ul li{
  float: left;
  padding: 10px;
  display: block;
  margin-right: 10px;
}

#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 75px;
  width: 75px;
}

#a1{
  width: 210px;
}

#accordion ul li img{
  position: absolute;
  border: 3px solid #881212;
}

#accordion ul li p{
  margin: 0;
  padding: 0;
  width: 120px;
  display: block;
  margin-left: 85px;
}