/* 
Theme Name: MobileFun Rebrand
Description: MobileFun Rebrand template.
Author: Adam Smith
Author URI: 
Version: 1.0.0

Here is a list of all the <DIV>s in the original Whiteboard templates.
*/

#blog-wrapper {
    margin-top:8px;
}
.blog-two-column {
    float:left;
    width:710px; 
    padding-left:5px;
}
.blog-sidebar {
    float:right;
    width:250px;
}
.sidebar-title {
    width:242px;
}
.sidebar-border-box {
    width:232px;
}

#blog-title {
    position:absolute;
    top:33px;
    left:257px;
}
#blog-title {
    color:#ADAFAF;
    font-weight:bold;
    font-family:verdana;
}
#blog-title a:link, #blog-title a:visited, #blog-title a:active {
    color:white;
    text-decoration:none !important;
}
#blog-title a:hover {
    color: #CCDC00;
    text-decoration:none !important;
}
a {
    text-decoration:underline !important;
}
a.blog-title {
    text-decoration:none !important;
}
#footer-bottom a {
    text-decoration:none !important;
}
#blog-title h1 {
    margin-bottom:4px;
    font-size:20px;
}
.sidebar-border-box {
    padding: 4px 8px 0px;
}
.sidebar-border-box ul{
    margin-bottom:5px;
    list-style-type:disc;
    list-style-image:url(http://images.mobilefun.co.uk/graphics/rebrand/icons/white-bullet.gif);
    margin-left:15px;
}
.sidebar-border-box ul li{
    margin-bottom:2px;
}

.sidebar-border-box ul li a{
    text-decoration:none !important;
}
.sidebar-border-box ul li a:hover {
    text-decoration:underline !important;
}

#top-links {
    top:10px;
}

.twitter-link {
    background: url(http://www.mobilefun.co.uk/blog/wp-content/themes/mf-rebrand/images/twitter.gif) no-repeat top left;
    padding-left:20px;
    margin-right:10px;
    display:block;
    float:left;
    height:18px;
}
.rss-link {
    background: url(http://www.mobilefun.co.uk/blog/wp-content/themes/mf-rebrand/images/feed-icon16x16.gif) no-repeat top left;
    padding-left:20px;
    display:block;
    float:left;
    height:18px;
}
.breadcrumb {
    padding:5px 0px;
}

h2 {
    margin-bottom:0px;
}
.product-description p, .post p, #postmeta p{
    margin-top:0px;
    margin-bottom:10px;
}

.post ul, #post ul, .std-list ul{
    margin-bottom:5px;
    list-style-type:disc;
    margin-left:15px;
}
.std-list li ul {
    margin-bottom:0px;
}
.post ul li, #post ul li, .std-list ul li{
    margin-bottom:2px;
}
#postmeta {
    border-bottom:solid gray 1px;
    margin-top:25px;
    margin-bottom:10px;
}

#commentlist .alt {
    background-color:#F3F3F3;
    padding:4px;
}

#commentlist .standard {
    padding:4px;
}

.divimgleft {
    border:0;
    width:120;
    height:120;
    float:left;
    margin:5px
}
.divimgright {
    border:0;
    width:120;
    height:120;
    float:right;
    margin:5px
}
.tablediv {
    clear:both;
    padding:2px;
}


.blog-two-column ul
{
    list-style-position: inside;
    list-style-type: disc;
}        
.blog-two-column ol
{
    list-style-position: inside;
}        
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */
 

