@import url("css/bootstrap.css");
@import url("css/base.css");
@import url("css/skeleton.css");
@import url("css/style.css");
@import url("http://fonts.googleapis.com/css?family=Oswald");
a:hover, .entry-content a:hover, .post-meta a:hover, .post-author a:hover, .post-tags ul li a:hover {
	color: #ed2929;
}
a.visiblelink {
	color: #ed2929;
}
a.visiblelink:hover {
	color: #ed2929;
	text-decoration: underline;
}
a.readmore {
	color: #ed2929;
}
a.readmore:hover {
	text-decoration: underline;
}
a.gradientbtn {
	color: #fff;
}
.color-red {
	color: #ed2929;
}
.red {
	background: #ed2929;
}
/* search form */
#search-button {
	background: #ed2929;
	color: #fff;
	text-shadow: none;
}
/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-right {
	position: relative;
	padding: 15px;
	margin: 30px 0 0 0;
	color: #fff;
	background: #ed2929; /* default background for browsers without gradient support */
	/* NOTE: webkit gradient implementation is not as per spec */
	background: -webkit-gradient(linear, left top, left bottom, from(#ed2929), to(#ed2929));
	background: -moz-linear-gradient(top, #ed2929, #ed2929);
	background: -o-linear-gradient(top, #ed2929, #ed2929);
}
.triangle-right p {
	color: #fff;
	background: none;
	padding: 0;
}
.triangle-right cite {
	color: #fff;
	text-align: right;
}
/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-right.top {
	/* NOTE: webkit gradient implementation is not as per spec */
	background: -webkit-gradient(linear, left top, left bottom, from(#ed2929), to(#ed2929));
	background: -moz-linear-gradient(top, #ed2929, #ed2929);
	background: -o-linear-gradient(top, #ed2929, #ed2929);
}
/* THE TRIANGLE
---------------------------------------------------------------------------------- */
.triangle-right:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -20px; /* value = - border-top-width - border-bottom-width */
	left: 50px; /* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 20px 0 0 20px; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #ed2929 transparent;
}
/* Variant : top
------------------------------------------ */
.triangle-right.top:after {
	top: -20px; /* value = - border-top-width - border-bottom-width */
	left: 50px; /* controls horizontal position */
	bottom: auto;
	right: auto;
	border-width: 20px 0 0 20px; /* vary these values to change the angle of the vertex */
	border-color: #fff #ed2929;  /* #fff is same as wrapper background color */
}
/* header area */
header ul li.selected a {
	color: #ed2929;
}
header ul li.selected li a {
	border: none;
}
header ul li:hover {
}
header ul li ul li:hover {
	border: none;
}
header ul li ul li a:hover, header ul ul li a:hover {
	background: #ed2929;
}
/* content */
.pricing-table .special h2.title {
	color: #ed2929;
}
.blogpost h5 a:hover {
	color: #ed2929;
}
/* blog */
.post-heading p.date {
	background: #ed2929;
}
/*flexslider */
.flex-caption {
	border-bottom: 5px solid #ed2929;
}
/* Toggle */
.style h6.title:hover {
	background: #ed2929;
}
.style h6.active span.title_content {
	background: #ed2929 url(images/icons/minus.png) no-repeat 5px 7px;
	border: 1px solid #ed2929;
}
/* accordion */
#accordion h6.current {
	background: #ed2929 url(images/icons/minus.png) no-repeat 5px 6px;
}
/* effect */
.caption {
	background: #ed2929;
	color: #fff;
}
.pagination span a:hover span, .pagination a:active span, .pagination a.active span {
	color: #ed2929;
	border: 1px solid #e9e9e9;
	text-decoration: none;
}
a:hover span.prev-next {
	border: none;
	color: #ed2929;
}
/* ********** Pane Style ************** */
.DNNEmptyPane {
	display: none;
}
.bread_style {
	/*margin-top: -20px;*/
	margin-bottom: 10px;
}
/* ********** Search Style ************** */
.search_bg {
	width: 205px;
	height: 30px;
	float: right;
	color: #fff;
}
#search .SearchBorder {
	background: none;
	border: none;
	border-bottom: 1px solid white;
	float: none;
	height: 30px;
	margin-top: 0px;
	position: relative;
	white-space: nowrap;
	width: 150px;
}
.SearchIcon {
	display: none;
}
.search, a.search:link, a.search:active, a.search:visited {
	background: none;
	color: #fff;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	/*top: 0px;*/
	margin-top:-15px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	/*line-height:30px;*/
	height: 30px;
	outline: none;
	padding: 0px 1px 0px 1px;
	border: none;
	font-weight: bold;
}
a.search:hover {
	color: fff;
	text-decoration: none;
}
input.SearchTextBox, input.SearchTextBox:focus {
	width: 150px;
	color: #fff;
	text-align: left;
	height: 30px;
	padding: 0px;
	background: none;
	border: 0;
	display: block;
	font-size: 13px;
	position: absolute;
	font-weight: bold;
	left: 0px;
	top: 1px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
}
#login_style {
	float: right;
	margin-top: 4px;
	color: #fff;
}
#login_style .login, #login_style .user {
	color: #fff;
	font-weight: bold;
}
.language_style {
	float: left;
	margin-top: -1px;
	margin-right: 10px;
}
.language-object .Language.selected img {
	border: 2px solid #c6c2c2;
	margin: 1px;
}
.language-object .Language img {
	margin: 3px;
}
.topHeader {
	padding-top: 10px;
	margin-bottom: 10px;
}
.headline {
	margin-bottom: 0px;
}
/*--------- Left Menu style ----------*/

.vMenu ul {
	padding: 0px;
	margin: 0px;
}
.vMenu ul li {
	border-bottom: 1px dotted #929191;
	list-style: none;
	margin: 0px;
}
.vMenu ul li a {
	display: block;
	color: #535050;
	text-decoration: none;
}
.vMenu ul li a span {
	display: block;
	/*background:url(images/left_menu_icon.png) 8px 12px no-repeat;*/
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	line-height: 38px;
}
.vMenu ul li a:hover {
	background: #f5f5f5;
}
.vMenu > ul > li.current > a {
	/*background:url(images/left_menu.jpg) 100% 0px no-repeat;*/
	/*margin-right:-19px;*/
	color: #ed2929;
	font-weight: bold;
}
.vMenu > ul > li.current > a > span {
/*background:url(images/left_menu_icon_h.png) 8px 12px no-repeat;*/	
}
.vMenu ul li li {
	border: none;
}
.vMenu ul li li a span {
	padding: 5px 0px 6px 47px;
	line-height: 18px;
	font-size: 12px;
	background: url(images/left_menu_icon2.png) 28px 10px no-repeat;
}
.vMenu ul li li a:hover, .vMenu ul li li.subcurrent > a {
	color: #ed2929;
	background: none;
}
.vMenu ul li li a span:hover, .vMenu ul li li.subcurrent > a > span {
	background: url(images/left_menu_icon2_h.png) 28px 10px no-repeat;
}
.vMenu ul ul ul {
	margin-left: 15px;
}
.vMenu ul ul {
	display: none;
}
.vMenu ul li.current > ul {
	display: block;
}
.vMenu ul ul .subcurrent > ul {
	display: block;
}
.noMarginBottom
{
	margin-bottom:0px;
}
.noMarginTop
{
	margin-top:0px;
}
.noPaddingBottom
{
	padding-bottom:0px;
}
.noPaddingTop
{
	padding-top:0px;
}



