/* 
    Document   : joomlastuff
    Created on : Jul 30, 2010, 12:39:05 PM
    Author     : Steve Woolley Chase IT Solutions
    Description:
        Specific css manipulations of Joomla markup.
*/


.componentheading,
.contentheading
{
    font-size: 1.6em;
}
.moduletablenewsflash p {
    padding: 0;
}

.article_separator {
    clear: both;
    display: block;
    width: 100%;
    border-bottom: 6px dotted #ddd;
}

.blog div {
    border-botom: 2px dashed white;
    /*border-bottom: 6px dotted #ddd;*/
    padding: 4px;
    margin: 0 0 2px 7px;
}
.blog div img {
    width: 260px;
    float: right;
    margin-left: 20px;

}
.twitterfeeditem {
    margin-bottom: 15px;
}
/* Module Stuff */
.vergefacebooklike_Facebook {
   margin-top: 15px;
}

/* Gallery Stuff */
.main_images_wrapper img, .main_image_slideshow_wrapper img, .main_large_image img, .main_thumb_container img {
    border: none;
}
