/*
Theme Name:     Flexx Professional - Child Theme
Theme URI: 	http://ithemes.com/purchase/flexx-theme-wordpress-blog-themes/
Description: 	Child theme for Flexx Professional (<strong>requires Flexx version 4 and up</strong>). Adds support for featured images in the blog posts, to be displayed on the blog index page, archive pages, and on single post pages. <strong>Instructions and more information on using a Child Theme with Flexx <a href="http://ithemes.com/codex/page/Flexx_Child_Themes">here</a></strong>.
Author:		iThemes
Author URI:	http://www.ithemes.com
Version:        1.0.0
Template:	FlexxProfessional
Requires:       Flexx Parent theme version 4.0.0 and up
*/

@import url("../FlexxProfessional/style.css");

/************************************************
*	Changes go below this line
************************************************/

body { /* This is where you set many of the universal defaults */
	background: #e5e5e5 url(images/body-bg.gif) repeat-x; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.page img {
    border:none;
}

a img, a:hover img{
border: none !important;
background: transparent !important
}

.entry img{
border: none !important;
background: transparent !important
}

.sidebar h4 {
	clear: both;
	background: #0B610B url(images/sidebar-h4-bg.gif) top left no-repeat;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0 10px 0; padding: 8px 8px 8px 15px;
	line-height: 13px;
}
	.sidebar h4 {
    background-image: none;
}

.noborder{
border: none !important;
background: transparent !important
}

/************************************************
*	Featured Post thumbnails
************************************************/

.attachment-page-single {
    float: left;
    margin: 12px 8px 8px 0px;
}

.attachment-index-categories {
    float: left;
    margin: 12px 8px 0px 0px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #5485E5;
	text-decoration: none;
}
a:hover { 
	color: #5485E5; 
	text-decoration: underline; 
}