/*
Theme Name:     jbn
Theme URI:      none
Description:    A theme based on the Twenty Eleven theme 
Author:         J.B. Nicholson
Author URI:     http://digitalcitizen.info/
Template:       twentyeleven
Version:        1.0
*/

@import url("../twentyeleven/style.css");

#page {
	max-width: 95%;
}

div.entry-content a {
    text-decoration: underline !important;
}

/* make the "more" links look like big buttons */
#content a.more-link {
    color: black;
    background-color: #ddd;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: lowercase;
    margin-top: 2em;
    padding: 0.25em 0.5em;
    width: 30%;
    float: right;
    border-radius: 0.75em;
}

/* center the videos */
#content video {
    margin: 0 auto;
    clear: both;
    display: table;
}

/*
   make the quote attributions look nice by prepending
   a long dash and floating the attribution to the right.
*/
#content blockquote p cite:before {
    content: "―";
}
#content blockquote cite,
#content blockquote p cite {
    float: right;
}

#content li {
	clear: both;
}


/*
   Make long lists more legible by increasing the space in
   betweek neighboring list items.
*/
#content li + li {
    margin-top: 1.5em;
}
#content ul.short-list li + li {
    margin-top: 0;
}

/*
   Make the first image in an article float to the right so
   text will go on the left.
*/
#content article div.entry-content p:first-child a > img {
    float: right;
    padding-left: 0.5em;
}