/*
Author: Outlandish
Author URI: http://www.outlandishideas.co.uk
Version: 0.1
*/
a p, a li {
    color: black;
    text-decoration: none;
}

ul{
    padding-left: 20px;
}
.clear {
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

.accessibility {
    position: absolute;
    left: -9999px;
    width: 10px;
}

/* float clearing for IE6 */
* html .clearfix{
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
    min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


/* Default WordPress styles */
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Images */
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}
p img, .body .inner img, .wp-caption {
    margin-top: 0.4em;
    background: #eee;
    margin-bottom: 1.625em;
    padding: 9px;
}
.body .inner .wp-caption img {
    margin: 0 auto;
    padding: 0;
}
.wp-caption .wp-caption-text, .gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    margin: 10px 0;
}
.external_link {
    background: transparent url('images/pc.de-berlin-icon-pack/16x16/link.png') no-repeat scroll 0px 0px;
    padding-left: 18px;
}