body {
	font-family: 'Open Sans', sans-serif;
	color: #090909;
	font-size: 14px;
	background-color: #f2f6f7;
}
blockquote {
	border: 1px solid #e0e0ec;
	background-color: #f4f4f6;
	padding: 20px 20px 20px 20px;
	margin: 0px 20px 20px 20px;
	display: block;
	border-left: 5px solid #e0e0ec;
}
a {
	color: #d90606;
	text-decoration: none;
}
ul {
	display: block;
}
li {
	list-style: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0px 0px 20px 20px;
}
img.alignleft {
	margin: 0 7px 2px 0;
}
table {
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
tr {
	border: 1px solid #ccc;
}
tr:nth-child(2n) {
	background-color: #d9d9d9;
}
th {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #909090;
	color: #fff;
}
td {
	border-right: 1px solid #ccc;
	padding: 5px;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	color: #e60e0e;
	padding-bottom: 30px;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	color: #e60e0e;
	padding-bottom: 26px;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	color: #e60e0e;
	padding-bottom: 24px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	color: #e60e0e;
	padding-bottom: 22px;
}
small  {
	color: #878787;
}
.fullwidth {
	width: 100%;
}
.sitewidth {
	width: 1024px;
	margin: 0px auto;
}
.block {
	display: block;
}
.relative {
	position: relative;
}
.tealtxt {
	color: #bfddf2;
}
.textleft {
	text-align: left;
}
.largetxt {
	font-size: 140%;
}
.redtxt {
	color: #ee1010;
}


.wp-caption, .gallery-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption-text {
	font-size: xx-small;
	color: #999;
	vertical-align: top;
}
.wp-caption.alignleft {
	margin-right: 14px;
	margin-bottom: 14px;
}
.wp-caption.alignright {
	margin-left: 14px;
	margin-bottom: 14px;
}
.actionbtn {
	padding: 16px 26px;
	line-height: 60px;
	background: #FFA200;
	width: auto;
	height: 60px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
}
#sitewrapper {
}
#header {
	background-color: transparent;
	position: fixed;
	padding-top: 29px;
	padding-bottom: 18px;
	display: block;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	z-index: 999;
}
.scrolled {
	background-color: #e60e0e !important;
}
#header-content {
	position: relative;
	left: 50%;
	margin-left: -512px;
}
#menu-main-navigation {
}
#menu-main-navigation li {
	display: inline-block;
	text-transform: lowercase;
}
#menu-main-navigation li a, #menu-main-navigation li a:active, #menu-main-navigation li a:visited {
	color: #272525;
	margin-right: 25px;
	min-height: 30px;
	display: block;
	line-height: 30px;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
}
#menu-main-navigation li a:hover {
	color: #d90606;
}
#menu-main-navigation.scrollednav li a:hover {
	color: #fff;
}
#headmeta {
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
#btn-renew a {
	display: block;
	padding: 0 25px;
	background-color: #e9e9e9;
	color: #272525;
	float: left;
	margin-right: 1px;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
#btn-renew a:hover {
	background-color: #b9b9b9;
}
#btn-register a {
	display: block;
	padding: 0 25px;
	background-color: #ffa200;
	color: #272525;
	float: right;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
#btn-register a:hover {
	background-color: #ffd792;
}
#siteslider {
	width: 1280px;
	height: 768px;
	/* [disabled]background-image: url(../images/slider-bg.png); */
}
#sitecontent {
	position: relative;
}
#sitecontent p {
	margin-bottom: 22px;
}

#ContentTabs ul {
	display: block;
	position: absolute;
	top: -34px;
	z-index: 9999;
}
#ContentTabs ul li {
	display: inline-block;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #F2F6F7;
	background-color: #F2F6F7;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 7px;
}
#ContentTabs ul a, #ContentTabs ul a:active, #ContentTabs ul a:visited {
	color: #3d3b3b;
	display: block;
	padding: 0 40px;
	outline: none;
}
#ContentTabs ul li.ui-tabs-active a {
	color: #d90606;
}
#ContentTabs .ui-tabs-panel {
	padding: 66px 0;
}
.hometabimage {
	/* [disabled]margin-left: 40px; */
	padding-left: 40px;
}
.has-sidebar {
	width: 600px;
	float: left;
}
.topgap {
	padding-top: 100px;
}

.post {
	padding-bottom: 25px;
}
.post h2 {
	padding-bottom: 8px;
	font-size: 24px;
}
.post ol , .post ul{
	padding-left: 25px;
	margin-bottom: 22px;
}
.post ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
.post ul li {
	list-style-position: outside;
	list-style-type: disc;
}


#sidebar {
	width: 365px;
	margin-bottom: 25px;
}
#sidebar-top {
	background-color: #fff;
	padding: 25px 25px 0 25px;
border-radius: 25px 25px 0px 0px;
-moz-border-radius: 25px 25px 0px 0px;
-webkit-border-radius: 25px 25px 0px 0px;
border: 0px solid #fff;}
#sidebar-top a, #sidebar-top a:active, #sidebar-top a:visited {
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
	color: #090909;

}
#sidebar-top a:hover {
	color: #09b7ff;
}
#sidebar-bottom {
	background-color: #dbdbdb;
	padding: 25px;
	border-radius: 0px 0px 25px 25px;
-moz-border-radius: 0px 0px 25px 25px;
-webkit-border-radius: 0px 0px 25px 25px;
border: 0px solid #dbdbdb;
}
#sidebar-bottom a {
	color: #09b7ff;
}

.widget {
	padding-bottom: 25px;
}
.widgetTitle {
	padding-bottom: 12px;
	font-size: 18px;
	color: #ee1010;
}
.widget ol , .widget ul{
	padding-left: 25px;
	
}
.widget ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
.widget ul li {
	list-style-position: outside;
	list-style-type: disc;
}










#footer {
	text-align: center;
}
#footer ul {
	text-align: center;
}
#footer ul li {
	display: inline;
	text-transform: capitalize;
	color: #ccc;
}
#footer ul li a, #footer ul li a:active, #footer ul li a:visited {
	color: #ccc;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
}
#footer ul li + li:before {
	content: "|";
	padding: 0 7px;
}

#footer ul li a:hover {
	color: #d90606;
}
#copyrightnote {
	padding: 7px 0 20px;
}
