/*
*   name           Favourite
*   version        3.5
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
div[itemprop="blogPost"] {
    max-width: 720px;
}

div[itemprop="articleBody"] {
    max-width: 720px;
}
*/

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #2E2E2E;
}

a:hover, a:focus { color: #0099ff; outline: none; }
a, a:hover, a:focus { text-decoration: none; }


input.search-query {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


#fav-containerwrap {
	background: none;
}

#fav-container {
	margin-top: 20px;
	margin-bottom: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#fav-headerwrap {
    border-top: none;
    border-bottom: none;
}

.btn, .pager .next a, .pager .previous a {
    color: #fff;
    background-color: #3C647E !important;
}

a.backtop i {
    background-color: #DACF89 !important;
    color: #FFFFFF;
}

div[itemprop="articleBody"] img {
	border: 1px solid darkgrey;
}

.content-category .table th, .content-category .table td {
    vertical-align: middle;
    text-align: left;
}

.pager {
	margin-top: 40px;
}

.img-polaroid, .item-image img, .fav-tags-img {
    padding: 7px;
    background-color: inherit;
    border: 1px solid #dacf89;
}

.moduletable, div[class^="moduletable-"], div[class*=" moduletable-"] {
    text-align: left;
}