/******************************
CSS RESET
******************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************
BASIC STYLES
******************************/
body {
	background: #fff;
	color: #000;
	font: 11px 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 18px;
	counter-reset: li;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

::-moz-selection {
	background: #115fa4;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #dde9ee;
	color: #fff;
	text-shadow: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #939598;
}

a:hover, a:active {
	outline: 0;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
}

.container {
	width: 960px;
	margin: 0 auto;
}

/******************************
HEADER
******************************/
header {
	margin: 30px auto 20px;
	width: 960px;
}

header .top {
	background: #084b83;
	width: 930px;
	padding: 0 15px;
	min-height: 53px;
}

header .logo {
	float: left;
	margin-right: 30px;
	display: inline-block;
	height: 53px;
	line-height: 53px;
}

header .logo img {
	line-height: 53px;
	vertical-align: middle;
}

header .main-menu {
	list-style: none;
	float: left;
}

header .main-menu > li {
	position: relative;
	display: inline;
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 53px;
	border-right: 1px solid #084b83;
	padding: 18px 8px;
}

header .main-menu > li ul {
	display: none;
	position: absolute;
	position: absolute;
	top: 53px;
	left: 0;
	background: #0085d5;
	padding: 0 15px;
	z-index: 9;
}

header .main-menu > li ul li {
	line-height: 30px;
	border-bottom: 1px solid #0085d5;
	font-size: 11px;
	min-width: 120px;
}

header .main-menu > li:hover > ul {
	display: block;
}

header .main-menu li a {
	color: #fff;
}

header .main-menu li a:hover {
	color: #a9a9ab;
}

header .main-menu > li > ul li {
	position: relative;
}

header .main-menu > li > ul .sub-menu {
	left: 120px;
	display: none;
	top: 0;
}

header .main-menu > li .sub-menu li:hover > ul {
	display: block;
}

header .top-search {
	float: right;
	width: 200px;
	margin: 11px 0 0;
}

header .top-search .search-box {
	outline: none;
	float: left;
	height: 20px;
	width: 125px;
	background: #fff;
	padding: 5px 10px;
	border: none;
	line-height: 20px;
}

header .top-search .search-button {
	cursor: pointer;
	float: right;
	height: 30px;
	background: #00afec;
	border: none;
	text-align: center;
	color: #fff;
	font: bold 10px 'Open Sans', Arial, Helvetica, sans-serif;
	width: 55px;
}

header .bar {
	background: #e5e5e5;
	height: 40px;
}

header .menu-b {
	background: #a9a9ab;
	text-align: center;
	width: 240px;
	float: left;
}

header .menu-b li {
	display: inline;
	line-height: 40px;
}

header .menu-b li a {
	padding: 0 8px;
	color: #fff;
	border-right: 1px solid #a9a9ab;
	font: bold 10px 'Open Sans', Arial, Helvetica, sans-serif;
}

header .menu-b li a:hover {
	color: #000;
}

header .menu-b li:last-child a {
	border: none;
}

header .text-scroll {
	width: 460px;
	float: left;
	font: 10px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000000;
}

header .text-scroll span {
	float: left;
	font-weight: bold;
	color: #000;
	padding: 0 15px;
	border-right: 1px solid #000000;
	margin-top: 15px;
	margin-right: 10px;
}

header .text-scroll .tickercontainer {
	width: 386px;
	float: right;
	line-height: 40px;
	height: 40px;
}

header .text-scroll .tickercontainer .mask {
	position: relative;
	width: 389px;
	overflow: hidden;
	height: 40px;
}

header .text-scroll ul.newsticker {
	position: relative;
	left: 389px;
}

header .text-scroll ul.newsticker li {
	float: left;
	margin-right: 100px;
}

header .text-scroll ul.newsticker a {
	white-space: nowrap;
}

/******************************
SIDEBARS
******************************/
.sidebar {
	width: 220px;
}

.sidebar.left {
	float: left;
	margin-right: 20px;
}

.sidebar.right {
	float: right;
	margin-left: 20px;
}

.sidebar .widget {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #fff;
}

.sidebar .widget h5 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f1f2f3;
}

.rating {
	display: block;
	width: 35px;
	height: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.rating a {
	display: inline-block;
	margin-left: 2px;
	width: 5px;
	height: 5px;
	background: url(../images/rating-stars.png) right center no-repeat;
}

.rating a.active {
	background-position: left center;
}

.comment-icon {
	display: block;
	height: 15px;
	background: #acaeb0 url(../images/comment-icon-black.png) 16px center no-repeat;
	color: #002e5c !important;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	padding: 0 15px 0 5px;
	line-height: 15px;
}

.sidebar .recent-posts {
	padding: 0;
	border: 0;
}

.sidebar .recent-posts li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0;
	position: relative;
}

.sidebar .recent-posts li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.sidebar .recent-posts li .post-thumb {
	display: block;
	width: 45px;
	height: 45px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
}

.sidebar .recent-posts li span {
	display: none;
	font-size: 9px;
	line-height: 15px;
	color: #949494;
	font-weight: bold;
}

.sidebar .recent-posts li h6 {
	font-size: 11px;
	line-height: 13px;
}

.sidebar .recent-posts li h6 a {
	color: #000;
}

.sidebar .recent-posts li > span,
.sidebar .recent-posts li .rating {
	display: none;
	top: 7px;
}

.sidebar .recent-posts li:hover > span,
.sidebar .recent-posts li:hover .rating,
.sidebar .recent-posts li:hover .comment-icon {
	display: inline-block;
}

.sidebar .poll {
	border-bottom: 1px solid #e5e5e5;
}

.sidebar .poll li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0;
}

.sidebar .poll li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.sidebar .poll li label {
	vertical-align: middle;
}

.sidebar .poll li input {
	vertical-align: middle;
}

.sidebar .poll ul {
	margin: 0 0 20px;
}

.sidebar .poll .btn {
	cursor: pointer;
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	border: none;
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	min-width: 100px;
	background: #c8c8c8;
	color: #727272;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.sidebar .poll .btn:hover {
	background: #000;
	color: #fff;
}

.sidebar .shows li {
	background: #e5e5e5;
	margin: 0 0 20px;
	padding: 0 10px 0 0;
	position: relative;
}

.sidebar .shows li:first-child {
	margin: 20px 0;
}

.sidebar .shows li:last-child {
	margin: 0;
}

.sidebar .shows li:hover {
	background: #0089d0;
}

.sidebar .shows li figure {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}

.sidebar .shows li h6 {
	margin: 10px 0 5px;
	font-weight: bold;
}

.sidebar .shows li h6 a {
	color: #505050;
}

.sidebar .shows li p {
	color: #505050;
}

.sidebar .shows li:hover h6,
.sidebar .shows li:hover h6 a,
.sidebar .shows li:hover p {
	color: #000;
}

.sidebar .shows li .date {
	display: none;
	position: absolute;
	color: #949494;
	font-size: 9px;
	top: -18px;
	left: 0;
}

.sidebar .shows li .rating {
	display: none;
	top: -20px;
	right: 0;
}

.sidebar .shows li .comment-icon {
	display: none;
}

.sidebar .shows li:hover .date,
.sidebar .shows li:hover .rating,
.sidebar .shows li:hover .comment-icon {
	display: block;
}

.sidebar .tagcloud {
	padding-bottom: 10px;
}

.sidebar .tagcloud a {
	font: 11px 'Open Sans', Arial, Helvetica, sans-serif !important;
	line-height: 27px !important;
	background: #e5e5e5;
	display: inline-block;
	padding: 0 15px 0 10px;
	height: 27px;
	margin: 0 10px 10px 0;
}

.sidebar .tagcloud a span {
	background: #000;
	color: #fff;
	display: none;
	height: 27px;
	padding: 0 10px;
	position: relative;
	right: -15px;
}

.sidebar .tagcloud a:hover {
	color: #000;
	background: #f4c402;
}

.sidebar .tagcloud a:hover span {
	display: inline-block;
}

.sidebar .top-story {
	border: 0;
	padding: 0;
	position: relative;
}

.sidebar .top-story h5 {
	border-bottom: 0;
	margin: 0;
}

.sidebar .top-story > div {
	background: #f1f2f3;
	padding: 15px 0;
}

.sidebar .top-story .image {
	position: relative;
	display: block;
	width: 190px;
	height: 170px;
	overflow: hidden;
	margin: 0 auto;
}

.sidebar .top-story .image img {
	min-width: 100%;
}

.sidebar .top-story > div > span {
	line-height: 30px;
	padding: 0 15px;
	color: #949494;
}

.sidebar .top-story p {
	border-top: 1px solid #d7d7d7;
	padding: 12px 15px 0;
	font-size: 12px;
	line-height: 15px;
}

.sidebar .top-story .rating {
	top: 223px;
}

.sidebar .top-story .comment-icon {
	left: 0;
	bottom: 10px;
	margin: 0;
}

.sidebar .interviews {
	border: 0;
	margin: 0;
}

.sidebar .interviews .image {
	display: block;
	width: 70px;
	height: 90px;
	float: left;
	margin-right: 8px;
	position: relative;
}

.sidebar .interviews li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px;
	margin: 0 0 10px;
	position: relative;
}

.sidebar .interviews li:first-child {
	padding-top: 0;
}

.sidebar .interviews li:last-child {
	border: 0;
}

.sidebar .interviews li > span {
	letter-spacing: -1px;
	line-height: 10px;
	display: block;
	margin: 0 0 13px;
	color: #949494;
}

.sidebar .interviews li h6 {
	margin: 0 0 7px;
}

.sidebar .interviews li p {
	color: #505050;
	line-height: 13px;
}

.sidebar #tabs {
	padding: 0;
	border: 0;
}

.sidebar #tabs .ui-tabs-nav {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}

.sidebar #tabs .ui-tabs-nav li {
	width: 32%;
	float: left;
	display: block;
	line-height: 45px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar #tabs .ui-tabs-nav li:last-child {
	border-right: 0;
}

.sidebar #tabs .ui-tabs-nav li.ui-state-active {
	border-bottom-color: #fff;
}

.sidebar #tabs .ui-tabs-hide {
	display: none;
}

.sidebar #tabs > div {
}

.sidebar #tabs > div ul li {
	padding: 13px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #505050;
	font-size: 11px;
}

.sidebar #tabs > div ul li:hover {
	color: #000000;
}

.sidebar .twitter {
	padding: 0;
}

.sidebar .twitter h5 {
	margin: 0 0 20px;
}

.sidebar .twitter li {
	margin: 0 0 20px;
	font-size: 11px;
}

.sidebar .twitter li a {
	color: #f4c402;
}

.sidebar .ads {
	border: 0;
	padding: 0;
}

.sidebar .ads h5 {
	margin: 0;
	border: 0;
}

.sidebar .ads figure {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sidebar .widget > ul {
}

.sidebar .widget > ul li {
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar .widget > ul li {
	margin: 0 0 10px;
}

.sidebar .widget > ul li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

/******************************
CONTENT
******************************/
#content {
	width: 480px;
	float: left;
}

#content section {
	margin: 0 0 20px;
}

#content section > h5 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

#content .featured {
	position: relative;
}

#content .featured h5 {
	margin: 0;
	border: 0;
}

#content .featured #slider {
	height: 315px;
	overflow: hidden;
}

#content .featured #slider > div {
	height: 315px;
	width: 100%;
	position: relative;
}

#content .featured #slider > div img {
	width: 100%;
	height: 100%;
}

#content .featured #slider .caption {
	overflow: hidden;
	z-index: 9999;
	height: 80px;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

#content .featured #slider .caption > div {
	width: 50%;
	float: left;
	height: 100%;
}

#content .featured #slider .caption > div.yellow {
	background: #5ba4d4;
}

#content .featured #slider .caption > div.yellow h5 {
	padding: 8px;
	line-height: 22px !important;
}

#content .featured #slider .caption > div.yellow:hover h5 a {
	color: #000;
}

#content .featured #slider .caption > div.yellow:hover {
	background: #0089d0;
}

#content .featured #slider .caption > div.black {
	background: #002e5c;
	color: #fff;
	position: relative;
}

#content .featured #slider .caption > div.black span {
	display: block;
	color: #8c8c8c;
	margin: 8px 0;
	padding: 0 15px;
}

#content .featured #slider .caption > div.black span a {
	color: #5ba4d4;
}

#content .featured #slider .caption > div.black p {
	font-size: 11px;
	padding: 0 15px;
}

#content .featured .pager {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 9999;
}

#content .featured .pager a {
	display: inline-block;
	height: 3px;
	margin: 0 5px 0 0;
	width: 13px;
	background: #000;
	text-indent: -9999px;
}

#content .featured .pager a.activeSlide {
	background: #0089d0;
}

#content .featured .next {
	color: #000;
	position: absolute;
	top: 55px;
	left: 52px;
	z-index: 9999;
}

#content .featured .prev {
	color: #000;
	position: absolute;
	top: 55px;
	left: 10px;
	z-index: 9999;
}

#content .featured .next:hover,
#content .featured .prev:hover {
	color: #5ba4d4;
}

#content .three-cols {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

#content .three-cols ul > li {
	width: 146px;
	float: left;
	margin-right: 20px;
	position: relative;
}

#content .three-cols ul > li:last-child {
	margin: 0;
}

#content .three-cols ul > li .image {
	min-width: 146px;
	display: block;
	min-height: 105px;
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
	line-height: 0;
}

#content .three-cols ul > li .image img {
	min-width: 146px;
	min-height: 105px;
}

#content .three-cols ul > li span.date {
	letter-spacing: -1px;
	color: #949494;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}

#content .three-cols ul > li span.rating {
	top: 108px;
}

#content .three-cols ul > li h5 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

#content .three-cols ul > li h6 a {
	color: #505050;
	font-size: 13px;
}

#content .three-cols ul > li h6:hover a {
	color: #000;
}

#content .three-cols ul > li li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

#content .three-cols ul > li li a {
	color: #505050;
}

#content .three-cols ul > li li a:hover {
	color: #000;
}

#content .three-cols ul > li li:last-child {
	padding-bottom: 0;
	border: 0;
}

#content .three-cols {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

#content .three-cols-b > div {
	width: 146px;
	float: left;
	margin-right: 20px;
	position: relative;
}

#content .three-cols-b > div:last-child {
	margin: 0;
}

#content .three-cols-b div .image {
	min-width: 146px;
	display: block;
	min-height: 105px;
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
	line-height: 0;
}

#content .three-cols-b div .image img {
	min-width: 146px;
	min-height: 105px;
}

#content .three-cols-b div span.date {
	letter-spacing: -1px;
	color: #949494;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}

#content .three-cols-b div span.rating {
	top: 108px;
}

#content .three-cols-b div h5 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

#content .three-cols-b div h6 a {
	color: #505050;
	font-size: 13px;
}

#content .three-cols-b div h6:hover a {
	color: #000;
}

#content .three-cols-b div li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

#content .three-cols-b div li a {
	color: #505050;
}

#content .three-cols-b div li a:hover {
	color: #000;
}

#content .three-cols-b div li:last-child {
	padding-bottom: 0;
	border: 0;
}

#content .three-cols-b div h6 {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

#content .three-cols-b div .rating {
	top: 163px !important;
}

#content .two-cols {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

#content .two-cols > div {
	width: 230px;
	float: left;
	margin-right: 20px;
	position: relative;
}

#content .two-cols > div:last-child {
	margin: 0;
}

#content .two-cols > div .image {
	min-width: 230px;
	display: block;
	min-height: 160px;
	overflow: hidden;
	margin: 0 0 10px;
	position: relative;
	line-height: 0;
}

#content .two-cols > div .image img {
	min-width: 230px;
	min-height: 160px;
}

#content .two-cols > div span.date {
	color: #949494;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}

#content .two-cols > div h5 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

#content .two-cols > div h6 a {
	color: #505050;
	font-size: 13px;
}

#content .two-cols > div h6:hover a {
	color: #000;
}

#content .two-cols > div li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

#content .two-cols > div li a {
	color: #505050;
}

#content .two-cols > div li a:hover {
	color: #000;
}

#content .two-cols > div li:last-child {
	padding-bottom: 0;
	border: 0;
}

#content .two-cols > div .rating {
	top: 222px;
}

#content .two-cols > div .comment-icon {
}

/******************************
SINGLE POST
******************************/
#content .post {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

#content .post > h5 {
	border: 0;
	margin: 0;
}

#content .post .feature-image {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	line-height: 0;
}

#content .post .feature-image img {
	width: 100%;
}

#content .post .meta {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 15px;
	color: #a4a4a4;
}

#content .post .meta .date {
	padding-right: 15px;
	border-right: 1px solid #f0f0f0;
	margin-right: 15px;
}

#content .post .meta .comment {
	background: url(../images/comment-icon.png) right 4px no-repeat;
	padding-right: 15px;
}

#content .post .post-content h4 {
	margin: 0 0 25px;
}

#content .post .post-content p {
	margin: 0 0 25px;
}

#content .post .post-content blockquote {
	margin: 0 0 25px;
	background: url(../images/blockqout.png) 10px 10px no-repeat;
	padding-left: 40px;
}

#content .post .post-content blockquote p {
	font-weight: bold;
	font-style: italic;
}

#content .post article p:not(.meta) {
	margin: 0 0 25px;
}

#content .post article p:not(.meta) strong {
	font-weight: bold;
}

#content .post article p:not(.meta) em {
	font-style: italic;
}

#content.page .post {
	padding: 0;
	border: 0;
}

#content.page .post article {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 20px;
}

#content.page .post article > br {
	display: none;
}

#content.page .post > h5 {
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 20px;
	margin: 0 0 10px;
}

#content.page .post blockquote {
	margin: 0 0 25px;
	overflow: hidden;
}

#content.page .post blockquote h6 {
	margin: 0 0 15px;
	padding-left: 40px;
}

#content.page .post blockquote p {
	margin-bottom: 20px;
	font-style: italic;
	background: url(../images/blockqout.png) 10px 3px no-repeat;
	padding: 0 15px 0 40px;
}

#content.page .post .bq-two {
	border: 1px solid #f0f0f0;
	overflow: visible;
}

#content.page .post .bq-two h6 {
	margin: -10px 0 25px;
}

#content.page .post .bq-two h6 span {
	background: #fff;
	display: inline-block;
	padding: 0 10px;
}

#content.page .post .bq-three {
	background: #f4c402;
}

#content.page .post .bq-three h6 {
	padding-left: 20px;
}

#content.page .post .bq-three h6 span {
	background: url(../images/qoute-heading.png) no-repeat;
	padding: 0 32px 3px;
}

#content.page .post article h1,
#content.page .post article h2,
#content.page .post article h3,
#content.page .post article h4,
#content.page .post article h5,
#content.page .post article h6 {
	margin: 0 0 20px;
}

#content .post ul,
#content .post ol {
	margin: 0 0 25px;
}

#content .post ul li {
	padding-left: 18px;
	line-height: 18px;
	margin: 0 0 10px;
}

#content .post ol li {
	line-height: 18px;
	margin: 0 0 10px;
}

#content .post ul.list-1 li {
	background: url(../images/li1.png) left 4px no-repeat;
}

#content .post ul.list-2 li {
	background: url(../images/li2.png) left 3px no-repeat;
}

#content .post ul.list-4 li {
	background: url(../images/li4.png) left 3px no-repeat;
}

#content .post ul.list-5 li {
	background: url(../images/li5.png) left 5px no-repeat;
}

#content .post ul.list-6 li {
	background: url(../images/li6.png) left 7px no-repeat;
}

#content .post ol.list-3 a {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 0 0 2.5em;
}

#content .post ol.list-3 a:before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: -2.5em;
	top: 0;
	background: #f4c402;
	width: 14px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}

#content .post ul > br,
#content .post ol > br {
	display: none;
}

#content .post .full {
	width: 100%;
	float: left;
}

#content .post .one-third {
	width: 31%;
	margin: 0 3.5% 0 0;
	float: left;
}

#content .post .two-third {
	width: 65.5s%;
	margin: 0 3% 0 0;
	float: left;
}

#content .post .one-half {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}

#content .post .last {
	margin-right: 0;
}

/******************************
BUTTONS
******************************/
.button {
	padding: 10px;
	display: inline-block;
	color: #000;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.button.yellow {
	background: #004a85;
	color: #f1f2f3;
}

.button.black {
	background: #000;
}

.button.black2 {
	background: #2c2c2c;
}

.button.black3 {
	background: #818180;
}

.button.gray {
	background: #bbbbbb;
	color: #5f5f5f;
}

.button.gray2 {
	background: #e5e5e5;
	color: #000;
}

.button.white {
	background: #fff;
	color: #000;
	border: 1px solid #f0f0f0;
}

.button.red {
	background: #e92727;
}

.button.perpal {
	background: #785787;
}

.button.blue {
	background: #3a5b81;
}

.button.green {
	background: #85b92a;
}

.button.orange {
	background: #ff9000;
}

/******************************
ALERTS
******************************/
.alert {
	padding: 0 8px 0 40px;
	line-height: 40px;
	font-size: 12px;
	margin: 0 0 15px;
	position: relative;
}

.alert a {
	display: block;
	width: 10px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 15px;
	background: url(../images/close.png);
}

.alert.yellow {
	background: #f1f2f3 url(../images/attention.png) 10px center no-repeat;
}

.alert.green {
	background: #85b92a url(../images/sucess.png) 10px center no-repeat;
}

.alert.red {
	background: #e92727 url(../images/errors.png) 10px center no-repeat;
}

.alert.silver {
	background: #e5e5e5 url(../images/info.png) 10px center no-repeat;
}

/******************************
BLOG
******************************/
#content.blog > h5 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

#content.blog .archive-style-one {
}

#content.blog article {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#content.blog article .feature-image {
	display: block;
	width: 48%;
}

#content.blog article .feature-image img {
	min-width: 100%;
}

#content.blog article span.date {
	margin: 0 0 15px;
	display: block;
	color: #949494;
	font-size: 9px;
}

#content.blog article span.rating {
	display: none;
}

#content.blog article h5 {
	margin: 0 0 15px;
}

#content.blog article.last {
	margin-right: 0 !important;
}

#content.blog .archive-style-one .feature-image {
	float: left;
	margin-right: 4%;
}

#content.blog .archive-style-one article > div {
	float: right;
	width: 48%;
}

#content.blog .archive-style-one article .rating {
	top: -3px;
}

#content.blog .archive-style-two article {
	float: left;
	width: 48%;
	margin-right: 4%;
}

#content.blog .archive-style-two article .feature-image {
	margin: 0 0 15px;
	width: 100%;
}

#content.blog .archive-style-two article .rating {
	top: 175px;
}

#content.blog .archive-style-three article .feature-image {
	margin: 0 0 10px;
	width: 100%;
}

#content.blog .archive-style-three article .rating {
	top: 247px;
}

#content.blog .archive-style-four article .feature-image {
	margin: 0 0 10px;
	width: 100%;
}

#content.blog .archive-style-four article {
	width: 31.33%;
	margin-right: 3%;
	float: left;
}

#content.blog .archive-style-four article h5 {
	margin: 0;
}

#content.blog .archive-style-four article .rating {
	top: 122px;
}

#content.blog .archive-style-four article span {
	letter-spacing: -1px;
	display: block;
	margin: 0 0 10px;
}

/******************************
PAGINATION
******************************/
#pagination {
	margin: 0 0 20px;
}

#pagination ul {
	float: left;
	color: #ffffff;
}

#pagination ul li {
	float: left;
	margin-right: 2px;
	color: #ffffff;
}

#pagination ul li a {
	text-align: center;
	display: block;
	width: 25px;
	height: 25px;
	font: bold 11px 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #ffffff;
	background: #004a85;
}

#pagination ul li a.active,
#pagination ul li a:hover {
	background: #e5e5e5;
	color: #ffffff;
}

#pagination .next,
#pagination .prev {
	padding: 0 11px;
	text-align: center;
	display: inline-block;
	height: 25px;
	font: bold 11px 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #ffffff;
	background: #004a85;
}

#pagination .next:hover,
#pagination .prev:hover,
#pagination .next.active,
#pagination .prev.active {
	background: #e5e5e5;
	color: #ffffff;
}

#pagination .next:hover a,
#pagination .prev:hover a,
#pagination .next.active a,
#pagination .prev.active a {
	color: #ffffff;
}

#pagination .next {
	float: right;
	color: #ffffff;
}

#pagination .prev {
	float: right;
	margin-right: 2px;
	color: #ffffff;
}

/******************************
TABLES
******************************/
.post table {
	width: 100%;
	margin: 0 0 20px;
}

.post table thead {
	border-bottom: 1px solid #d3d3d3;
	background: #dbdbdb;
	color: #5e5e5e;
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
}

.post table thead th {
	text-align: center;
	padding: 25px 0;
	background: url(../images/td-bg.png) right repeat-y;
}

.post table tbody tr {
	border-bottom: 1px solid #d3d3d3;
	color: #616161;
	font: 11px 'Open Sans', Arial, Helvetica, sans-serif;
}

.post table tbody tr:nth-child(even) {
	background: #e5e5e5;
}

.post table tbody tr:nth-child(odd) {
	background: #f0f0f0;
}

.post table tbody tr td {
	text-align: center;
	padding: 25px 0;
	background: url(../images/td-bg.png) right repeat-y;
}

/******************************
PRICING TABLE
******************************/
.post .pricing-table {
}

.post .pricing-table ul {
	width: 25%;
	float: left;
}

.post .pricing-table ul {
	text-align: center;
}

.post .pricing-table ul li {
	padding: 18px 0 !important;
	margin: 0 !important;
}

.post .pricing-table ul li:first-child {
	font-size: 13px;
}

.post .pricing-table ul.col-head {
	background: #f4c402;
}

.post .pricing-table ul.col-head li {
	border-bottom: 1px solid #f6b000;
}

.post .pricing-table ul.col-head li:first-child {
	background: #f6b000;
}

.post .pricing-table ul.col-head li:last-child {
	background: #fff;
	border-bottom-color: #fff;
}

.post .pricing-table ul.col-data {
	background: #e5e5e5;
}

.post .pricing-table ul.col-data li {
	border-bottom: 1px solid #dbdbdb;
	color: #616161;
	background: url(../images/td-bg.png) right repeat-y;
}

.post .pricing-table ul.col-data li:first-child {
	background-color: #dbdbdb;
}

.post .pricing-table ul.col-data li:last-child {
	background-color: #505050;
	color: #fff;
	font-size: 12px;
}

/******************************
TABS
******************************/
.post .tabs_b {
}

.post .tabs_b .tabs-nav {
	background: #dbdbdb;
	margin: 0 !important;
}

.post .tabs_b .tabs-nav li {
	font-size: 13px;
	border-bottom: 1px solid #d3d3d3;
	width: 33%;
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	border-right: 1px solid #d3d3d3;
}

.post .tabs_b .tabs-nav li a {
	text-align: center;
	padding: 25px 0 !important;
	display: inline-block;
	width: 100%;
}

.post .tabs_b .tabs-nav li.ui-state-active {
	background: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.post .tabs_b .ui-tabs-hide {
	display: none;
}

.post .tabs_b .tabs-container {
	background: #e5e5e5;
	padding: 20px;
}

/******************************
TOGGLES
******************************/
.post #accordion {
}

.post #accordion h3 {
	border-left: 10px solid #e5e5e5;
	padding: 15px 20px;
	background: #e5e5e5;
	font-size: 14px !important;
	margin: 0 !important;
	border-bottom: 1px solid #b7b7b7;
}

.post #accordion h3.ui-state-active {
	border-color: #b7b7b7;
}

.post #accordion .ui-accordion-content {
	height: auto !important;
	padding: 20px 20px 20px 30px;
	background: #e5e5e5;
	border-bottom: 1px solid #b7b7b7;
}

.post #accordion .ui-accordion-content p {
	margin: 0 !important;
}

/******************************
AUTHOR
******************************/
#author .avatar {
	width: 88px;
	height: 88px;
	padding: 6px;
	border: 1px solid #f0f0f0;
	float: left;
	margin-right: 10px;
}

#author > div h6 {
	color: #7e7e7e;
	font: bold 11px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
}

#author > div h6 span {
	font-size: 10px;
	font-weight: normal;
	color: #9d9d9d;
	margin-left: 10px;
}

#author .author-detail {
	float: right;
	width: 368px;
}

#author .author-detail p {
	margin-bottom: 10px;
	color: #7e7e7e;
}

#author .author-detail ul {
	border-top: 1px solid #f0f0f0;
	padding: 12px 0 0;
}

#author .author-detail ul li {
	float: left;
	color: #7e7e7e;
	padding: 0 10px 0 0;
	margin-right: 10px;
	border-right: 1px solid #f0f0f0;
}

#author .author-detail ul li a {
	color: #7e7e7e;
}

#author .author-detail ul li a:hover {
	color: #000;
}

#author .author-detail ul .social {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}

#author .author-detail ul .social a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
}

#author .author-detail ul .social a.fb {
	background: url(../images/fb.png);
}

#author .author-detail ul .social a.tw {
	background: url(../images/tw.png);
}

#author .author-detail ul .social a.dr {
	background: url(../images/dr.png);
}

#author .author-detail ul .social a.in {
	background: url(../images/in.png);
}

/******************************
SHARE
******************************/
#share {
	width: 425px;
	background: #e5e5e5 url(../images/plus.png) left center no-repeat;
	padding-left: 55px;
	line-height: 40px;
}

#share > div {
	float: right;
	width: 265px;
	padding: 7px 0 0;
}

#share .fb_iframe_widget span {
	vertical-align: 0 !important;
	width: 60px;
}

#share .fb_iframe_widget iframe {
	width: 60px;
}

#share .twitter-share-button {
	width: 85px !important;
}

#share .pin-it-button {
	width: 50px !important;
}

#share .pin_it {
	width: 45px !important;
	overflow: hidden;
	display: inline-block;
}

#share #___plusone_0 {
	margin-left: 10px !important;
}

/******************************
COMMENT FORM
******************************/
/*#comment-form { border-bottom: 1px solid #f0f0f0; margin: 0px 0px 20px; padding: 0px 0px 20px; overflow: hidden; }*/
#comment-form .left {
	float: left;
}

#comment-form .right {
	float: right;
}

#comment-form form > div {
	margin: 0 0 15px;
}

#comment-form label {
	display: block;
	margin: 0 0 10px;
}

#comment-form .left input[type="text"] {
	margin-bottom: 10px;
	border: none;
	height: 30px;
	width: 134px;
	padding: 0 10px 0 40px;
}

#comment-form .left .email {
	background: #e5e5e5 url(../images/email-id.png) left center no-repeat;
}

#comment-form .left .name {
	background: #e5e5e5 url(../images/your-name.png) left center no-repeat;
}

#comment-form .left .url {
	background: #e5e5e5 url(../images/web-url.png) left center no-repeat;
}

#comment-form .right .textarea {
	background: #e5e5e5;
	padding: 10px;
	width: 235px;
	height: 149px;
	border: none;
	resize: none;
	margin: 25px 0 0;
}

#comment-form .button {
	padding: 0;
	border: 0;
	outline: none;
	background: #161616;
	height: 30px;
	width: 60px;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	float: right;
	margin: 0 0 0 10px;
}

#comment-form .button:hover {
	background: #e5e5e5;
	color: #e5e5e5;
}

#comment-form form > p {
	float: left;
	line-height: 30px;
}

#comment-form form br {
	display: none !important;
}

#comment-form form input.wpcf7-not-valid {
	background-color: #F00 !important;
}

#comment-form form span.wpcf7-not-valid-tip {
	display: none !important;
}

#comment-form form.wpcf7-form > p {
	width: 100%;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
}

#respond {
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 20px;
	padding: 0 0 20px;
	overflow: hidden;
}

#respond h5 {
	margin: 0 0 20px;
}

#respond h3 {
	font-size: 11px;
	margin: 20px 0 0;
}

#respond .left {
	float: left;
}

#respond .right {
	float: right;
}

#respond form > div {
	margin: 0 0 15px;
}

#respond label {
	display: block;
	margin: 0 0 10px;
}

#respond .left input[type="text"] {
	margin-bottom: 10px;
	border: none;
	height: 30px;
	width: 134px;
	padding: 0 10px 0 40px;
}

#respond .left .email {
	background: #e5e5e5 url(../images/email-id.png) left center no-repeat;
}

#respond .left .name {
	background: #e5e5e5 url(../images/your-name.png) left center no-repeat;
}

#respond .left .url {
	background: #e5e5e5 url(../images/web-url.png) left center no-repeat;
}

#respond .textarea {
	background: #e5e5e5;
	padding: 10px;
	width: 235px;
	float: right;
	height: 149px;
	border: none;
	resize: none;
	margin: 25px 0;
}

.loggedin #respond .textarea {
	float: none;
	width: 95%;
}

#respond .button,
#respond input[type="submit"] {
	padding: 0 10px;
	border: 0;
	outline: none;
	background: #161616;
	height: 30px;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	float: right;
	margin: 0 0 0 10px;
}

#respond .button:hover,
#respond input[type="submit"]:hover {
	background: #004a85;
	color: #FFF;
}

#respond form > p {
	float: left;
	line-height: 30px;
}

#respond .form-submit {
	float: none;
	width: 100%;
}

/******************************
COMMENT LIST
******************************/
#comment-list {
}

#comment-list > h5 {
	border: 0 !important;
	margin: 0 !important;
}

#comment-list > ul li > div {
	position: relative;
	background: #f5f5f5;
	padding: 15px;
}

#comment-list > ul li {
	border-bottom: 1px solid #fff;
}

#comment-list img.avatar {
	display: block;
	padding: 6px;
	background: #fff;
	border: 1px solid #f0f0f0;
	width: 70px;
	height: 70px;
	margin: 0 10px 0 0;
	float: left;
}

#comment-list .comment-detail {
	float: right;
	width: 355px;
}

#comment-list .comment-detail h6 {
	margin: 0 0 10px;
}

#comment-list .comment-detail p {
	color: #505050;
	margin: 0 0 10px;
}

#comment-list .comment-detail p:last-child {
	margin: 0;
}

#comment-list a.comment-reply-link {
	position: absolute;
	top: 10px;
	right: 60px;
}

#comment-list a.report {
	position: absolute;
	top: 10px;
	right: 10px;
}

#comment-list .depth-2 > div {
	background: #e5e5e5;
	margin-left: 95px;
}

#comment-list .depth-2 .comment-detail {
	width: 260px;
}

#comment-list .depth-3 > div {
	background: #f5f5f5;
	margin-left: 190px;
}

#comment-list .depth-3 .comment-detail {
	width: 165px;
}

.nocomments {
	margin: 0 0 30px;
}

/******************************
BOTTOM
******************************/
#bottom {
}

#bottom > ul {
	width: 920px;
	background: #e5e5e5;
	padding: 20px;
}

#bottom .widget {
	margin: 0 20px 0 0;
	width: 215px;
	float: left;
}

#bottom .widget:last-child {
	margin: 0;
}

#bottom .widget h5 {
	margin: 0 0 20px;
}

#bottom .widget p {
	color: #505050;
	margin: 0 0 20px;
	font-size: 11px;
}

#bottom .widget li {
	padding: 10px 0;
	border-top: 1px solid #c9c9c9;
	font-size: 11px;
}

#bottom .widget li:last-child {
	border-bottom: 1px solid #c9c9c9;
}

#bottom .widget li a {
	color: #505050;
}

#bottom .widget li a:hover {
	color: #000000;
}

#bottom .flickr a {
	width: 37px;
	height: 37px;
	display: block;
	overflow: hidden;
	float: left;
	border: 3px solid #fff;
	margin: 0 10px 10px 0;
}

#bottom .flickr a:hover {
	border-color: #f4c402;
}

#bottom .subscribe-form {
}

#bottom .subscribe-form label {
	margin: 0 0 8px;
	color: #505050;
	display: block;
}

#bottom .subscribe-form label.error {
	display: none !important;
}

#bottom .subscribe-form input[type="text"] {
	width: 115px;
	height: 10px;
	background: #fff;
	float: left;
	padding: 10px;
	font-size: 10px;
	border: 0;
	outline: 0;
}

#bottom .subscribe-form input[type="text"].error {
	background: #F00;
}

#bottom .subscribe-form input[type="submit"] {
	background: #004a85;
	height: 30px;
	padding: 0 7px;
	color: #000;
	float: right;
	border: 0;
	outline: 0;
	font-size: 10px;
}

/******************************
FOOTER
******************************/
footer {
	width: 920px;
	padding: 20px;
	background: #004a85;
	margin: 0 auto;
}

footer p {
	font-size: 11px;
	color: #f1f2f2;
}

footer p a {
	color: #f1f2f3;
}

footer .left {
	float: left;
}

footer .right {
	float: right;
}

/******************************
DEMO
******************************/
.demo {
	padding: 0 !important;
}

.demo ul,
.demo ol {
	width: 33%;
	float: left;
}

/******************************
404
******************************/
.page_not_found {
	text-align: center;
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
	border: 0 !important;
}

.page_not_found h2 {
	margin: 0 0 20px;
}

.page_not_found .top-search {
	width: 253px;
	margin: 20px auto 0;
}

.page_not_found .top-search .search-box {
	outline: none;
	float: left;
	height: 20px;
	width: 175px;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	line-height: 20px;
}

.page_not_found .top-search .search-button {
	cursor: pointer;
	float: right;
	height: 30px;
	background: #f4c402;
	border: none;
	text-align: center;
	color: #000;
	font: bold 10px 'Open Sans', Arial, Helvetica, sans-serif;
	width: 55px;
}

#content.page .post.contact article {
	padding-bottom: 0 !important;
	border: 0 !important;
}

#map_canvas {
	width: 100%;
	height: 300px;
	border: 1px solid #e5e5e5;
}

.rating {
	display: none !important;
}