/*
	Theme Name: AppliPlus
	Theme URI: http://usertech.info/
	Description: Custom Theme on Genesis Framework
	Author: AppliPlus
	Author URI: http://www.appliplus.com/
	Template: genesis
	Version: 2.0.1
*/
#lets-start{width: 988px; margin: auto; background: #FFF}


/* Defaults
------------------------------------------------------------ */
body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h2 {
	font-size: 22px;
}
input {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
input, select, textarea, .sticky, .taxonomy-description {
	background-color: #f5f5f5; border: 1px solid #AAA;
}
li, ol, ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
	color: #0094d2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Body
------------------------------------------------------------ */

body {
	background:#ddd;
}
/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}
/* Header
------------------------------------------------------------ */

#header {
	background-color: #fff !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 87px;
	margin: 4px auto 0;
	overflow: hidden;
	width: 987px;
}
#title-area {
	float: left;
	overflow: hidden;
	padding: 8px 0px 0px 0px;
	width: 349px;
	color: #37515D;
	font-size: 26px;
	line-height: 30px;
	margin: 7px 0px 0px 15px;
	height: 84px;
	width: 459px;
}
#title-area img {
	float: left;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-weight: bold;
	line-height: 54px;
	margin: 0;
	text-shadow: 3px 3px #ccc;
}
#title a, #title a:hover {
	color: #333;
	text-decoration: none;
}
#description {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#header .widget-area {
	float: right;
	padding: 8px 10px 0;
	width: 325px;
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 130px;
}
.header-image #description {
	display: block;
	overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
	width: 960px;
}
/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul, li.sfHover ul ul {
	left: -9999px;
}
li:hover, li.sfHover {
	position: static;
}
li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}
/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
#header ul.menu li a {
	color: #999;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}
#header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	color: #0094d2;
}
#header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}
#header ul.menu li li a:hover, #header ul.menu li li a:active {
	color: #0094d2;
}
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}
#header ul.menu li ul a {
	width: 130px;
}
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}
#header ul.menu li:hover>ul, #header ul.menu li.sfHover ul {
	left: auto;
}
/* Primary Navigation
------------------------------------------------------------ */

.clear {
	clear: both;
}
#nav {
	background:#fff;
position:absolute;
margin-left: 1px;
padding-bottom: 10px;
	width: 985px;
	height:auto;
}
#nav ul {
	background: #FDFDFD;
	float: left;
	width: 950px;
	border-top: solid 3px #196EDD;
	margin: 0px 0px 0px 18px;
	border-bottom: solid 3px #196EDD;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a {
    border-right: 1px solid #ccc;
    color: #000000;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 21px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item a {
	color: #0094d2;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: url(images/bg-dark.png);
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}
#nav li li a:hover, #nav li li a:active {
	color: #0094d2;
}
#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}
#nav li ul a {
	width: 120px;
}
#nav li ul ul {
	margin: -33px 0 0 139px;
}
#nav li:hover>ul, #nav li.sfHover ul {
	left: auto;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 15px;
	padding: 9px 15px;
}
#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}
#nav li.right a:hover {
	color: #0094d2;
	text-decoration: none;
}
#nav li.search {
	padding: 0 10px;
}
#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 7px 0 5px 18px;
}
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#subnav ul {
	float: left;
	width: 100%;
}
#subnav li {
	float: left;
	list-style-type: none;
}
#subnav li a {
	color: #333;
	display: block;
	font-size: 14px;
	padding: 12px 15px 10px;
	position: relative;
	text-decoration: none;
}
#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item a {
	color: #0094d2;
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: url(images/bg-light.png);
	border: 1px solid #ccc;
	border-top-width: 0;
	color: #333;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}
#subnav li li a:hover, #subnav li li a:active {
	color: #0094d2;
}
#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}
#subnav li ul a {
	width: 120px;
}
#subnav li ul ul {
	margin: -33px 0 0 139px;
}
#subnav li:hover>ul, #subnav li.sfHover ul {
	left: auto;
}


/* Social Icons
------------------------------------------------------------ */

#subnav li.social-facebook, #subnav li.social-rss, #subnav li.social-twitter {
	float: right;
}
#subnav li.social-facebook a, #subnav li.social-facebook a:hover, #subnav li.social-rss a, #subnav li.social-rss a:hover, #subnav li.social-twitter a, #subnav li.social-twitter a:hover {
	display: block;
	height: 23px;
	padding: 0;
	text-indent: -9999px;
	width: 23px;
}
#subnav li.social-facebook a, #subnav li.social-facebook a:hover, #subnav li.social-rss a, #subnav li.social-rss a:hover, #subnav li.social-twitter a, #subnav li.social-twitter a:hover {
	background: url(images/social-icons.png);
	margin: 10px 10px 0 0;
}
#subnav li.social-rss a, #subnav li.social-rss a:hover {
	margin: 10px 15px 0 0;
}
#subnav li.social-facebook a {
	background-position: 0 0;
}
#subnav li.social-facebook a:hover {
	background-position: 0 -23px;
}
#subnav li.social-rss a {
	background-position: -46px 0;
}
#subnav li.social-rss a:hover {
	background-position: -46px -23px;
}
#subnav li.social-twitter a {
	background-position: -23px 0;
}
#subnav li.social-twitter a:hover {
	background-position: -23px -23px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid #d5d5d5;*/
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 987px;
}
#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sidebar-content #inner {
	background: url(images/inner-sc.png1);
}
.content-sidebar-sidebar #inner {
	background: url(images/inner-css.png1);
}
.sidebar-sidebar-content #inner {
	background: url(images/inner-ssc.png1);
}
.sidebar-content-sidebar #inner {
	background: url(images/inner-scs.png1);
}
.full-width-content #inner {
	background: #fff;
}


/* Home Top
------------------------------------------------------------ */

#home-top {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}
#home-top .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}
#home-top .wrap {
	overflow: hidden;
	padding: 20px 25px 15px;
}
#home-top .ui-tabs ul.ui-tabs-nav {
	border-bottom: 1px dotted #ddd;
	margin: 10px 0;
	padding: 0 0 13px;
}
#home-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #f5f5f5;
	font-weight: normal;
}
#home-top .ui-tabs ul.ui-tabs-nav li a:hover, #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background-color: #00a7ed;
	color: #fff;
	font-weight: bold;
}
#home-top .ui-tabs .post {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.ui-tabs {
	clear: both;
	overflow: hidden;
	width: 960px;
	padding-top: 30px;
	margin: 0 auto 10px auto;
}


/* Home Middle
------------------------------------------------------------ */

#home-middle {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}
#home-middle .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}
#home-middle .wrap {
	overflow: hidden;
	padding: 25px 25px 15px;
}
.home-middle-left {
	float: left;
	width: 290px;
}
.home-middle-right {
	float: right;
	width: 285px;
}


/* Home Bottom
------------------------------------------------------------ */

#home-bottom {
	overflow: hidden;
}
#home-bottom .wrap {
	overflow: hidden;
	padding: 20px 25px 15px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    	background: none repeat scroll 0 0 transparent;
    	border-bottom: 1px dotted #ddd;
	font-size: 11px;
	font-weight: bold; 
	border-bottom: 1px dotted #ddd !important;
}

.breadcrumb a{
	color: #333 !important;
	font-weight: bold !important;
	padding: 0 5px 0 0;

}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	border: none;
	margin: 5px 0 10px;
	padding: 10px 12px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 810px;
}
.content-sidebar-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	width: 805px;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 960px;
	background-color: #fff;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0px 5px 25px 18px;
	width: 430px;
}
.content-sidebar-sidebar #content {
	width: 425px;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}
.home.news.content-sidebar #content {
	padding: 0;
	width: 650px;
}
.full-width-content #content {
	width: 910px;
}
blockquote {
	background-color: #f5f5f5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}
blockquote p {
	color: #666;
	font-style: italic;
}
.post {
	margin: 0 0 40px;
}
.single .post {
    border: 1px solid #DDDDDD;
    margin: 10px 0;
    padding: 20px 10px 10px 20px;
}

#respond h3{
	color: #B41500 !important;
}

.single .post h2{
	color: #333 !important;
	font-size: 18px;
	font-weight: bold;
}

#respond a{
	color: #B41500 !important;
}
.entry-content {
	overflow: hidden;
}
.entry-content p {
	font-size: 13px;
	padding: 0 15px 15px 0;
}
.entry-content a {
	color: #1122CC !important;
	text-transform: none !important;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.after-post-ad {
	background-color: #f5f5f5;
	margin: 5px 0 10px;
	padding: 10px;
	overflow: hidden;
}
.after-content-ad {
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	box-shadow: 0 3px 0 #BBBBBB;
	clear: both;
	background: #fff;
	margin: 0 auto 30px;
	overflow: hidden;
	padding: 0 0 5px;
	text-align: center;
	width: 986px;
}
.more-from-category {
	background: url(http://www.allp.com/wp-content/uploads/2012/03/arrow.png) no-repeat right;
	list-style-type: none;
	padding: 0 0 0 15px;
	text-align:right;
	margin: 5px 0;
}
.more-from-category a {
	color:  #C00;
	margin: 0px 15px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48%;
}
.one-third, .two-sixths {
	width: 31%;
}
.four-sixths, .two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}


/* Social Button Sections
------------------------------------------------------------ */
.social-sixth {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
	width: 10%;
}
.btn1 {
	clear: both;
	padding-left: 0;
}
img.social {
	border: 3px solid #EEE !important;
	height: 62px;
	width: 62px;
	margin: 0 !important;
	opacity: 0.8;
}
img.social:hover {
	border: 2px solid #C5C5C5 !important;
	height: 64px;
	width: 64px;
	opacity: 1;
}
.aftsocial {
	display: inline-block;
}


/* Special Page Sections
------------------------------------------------------------ */
.introbox {
	margin-bottom: 15px;
	padding: 14px 10px 14px 10px;
	color: #555555;
	background-color: #F5F5F5;
	border: #dddddd 2px solid;
}

.introbox2 {
	background-color: #F5F5F5;
	color: #555555;
	margin: 0 0 5px 5px;
	padding: 16px 20px 0 10px;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even, .genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}
h1, h2, h2 a, h2 a:visited {
	font-size: 24px;
	line-height: 30px;
}
.entry-title {
	color: #B41600;
}
.featuredpost h2, .featuredpost h2 a {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px;
}
#home-bottom h2, #home-top h2 {
	margin: 5px 0;
}
.home-middle-right .featuredpost h2, .home-middle-right h2 a, .sidebar .featuredpost h2, .sidebar .featuredpost h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 0;
}
.taxonomy-description h1, .widget-area h2, .widget-area h2 a {
	font-size: 18px;
	line-height: 24px;
}
h2 a:hover {
	color: #0094d2;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
.widget-area h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 5px 10px;
}
.widget-area h4 a {
	color: #333;
	text-decoration: none;
}
#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}
.entry-content ol {
	margin: 0;
}
.archive-page ul li, .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 30px 10px 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}

.entry-content li a, .entry-content li a:visited {
	color: #1122CC;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 0 0 15px;
}
.featuredpost .post-info, .ui-tabs .post-info {
	color: #666;
	margin:0;
}
.ui-tabs .post-info {
	margin: 0 0 5px;
}
.ui-tabs .post {
	overflow:visible !important;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	display:none;
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #ddd;
}
.author-box p {
	font-size: 13px;
	line-height: 20px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}

/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 3px 0 3px 22px;
}
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
}
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}
.featuredpost .post-comments, .featuredpost .time {
	background: none;
	margin: 0;
	padding: 0;
}

/* Images
------------------------------------------------------------ */

.content-sidebar .entry-content img, .sidebar-content .entry-content img {
	max-width: 570px;
	margin: 4px 8px 10px 0;
}
.content-sidebar-sidebar .entry-content img, .sidebar-content-sidebar .entry-content img, .sidebar-sidebar-content .entry-content img {
	max-width: 410px;
}
.avatar, .entry-content img, .featuredpage img, .featuredpost img, .post-image, .ui-tabs img {
	background-color: #fff;
	border: 3px solid #ddd;
	padding: 2px;
}
.centercontent .featuredpost img {
	margin: 0 0 10px;
	border:none;
	width: 308px;
	height: 174px;
	margin: 0 0 0px;
	padding: 0px;
}
img.ad-left {
	float: left;
	margin: 5px 10px 5px 0;
}
img.ad-right {
	float: left;
	margin: 5px 0;
}
.author-box .avatar {
	background-color: #fff;
	border: 4px solid #ddd;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	width: 30px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
}
img.alignleft {
	display: inline;
	margin: 0 0 10px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}
.alignleft {
	float: left;
	margin: 0 5px 0 0;
}
#home-top .alignleft {
	margin: 0 15px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	background-color: #f5f5f5;
	padding: 10px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
.gallery-caption {
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	background-color: #B41600;
	border: 1px solid #B41600;
	color: #fff !important;
	padding: 5px 8px;
	text-decoration: none;
}
.navigation li a:hover, .navigation li.active a {
	background-color: #0094d2;
	border: 1px solid #0094d2;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
	width: 300px;
}
.sidebar p {
	font-size: 13px;
	line-height: 20px;
}
#sidebar-alt {
	float: left;
	width: 150px;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
#sidebar .widget, #sidebar-alt .widget {
	border-bottom: 1px solid #d5d5d5;
}
.sidebar .widget-wrap {
	overflow: hidden;
	padding: 0 0 10px;
}
.sidebar .widget ul {
	margin: 5px 0 -5px;
}
.sidebar .widget ul li, .sidebar .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 15px;
	word-wrap: break-word;
}

/* Dropdowns
------------------------------------------------------------ */

#cat, .widget_archive select {
	display: inline;
	font-size: 12px;
	width: 100%;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
	margin:0;
	padding:0 0 2px;
}
.home.content-sidebar .home-middle-right .featuredpost .post, .home.content-sidebar #home-bottom .featuredpost .post {
	padding: 0;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"], input[type="submit"] {
	background-color: #00a7ed;
	border: 1px solid #0094d2;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}
input:hover[type="button"], input:hover[type="submit"] {
	background-color: #0094d2;
	border: 1px solid #0094d2;
	color: #fff;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 0 8px 0 0px;
}
#nav .searchform {
	float: right;
	padding: 2px 0 0;
}
.s {
	font-size: 13px;
	margin: 5px -6px 0 0;
	padding: 5px;
	padding-left:15px;
	width: 180px;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
	background: url(images/enews.png) no-repeat top right;
}
.enews #subbox {
	font-size: 13px;
	margin: 10px -2px 0 0;
	padding: 5px;
	width: 175px;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#footer-widgets .wrap {
	border: 4px solid #f5f5f5;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 14px 0;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}
#footer-widgets .textwidget {
	padding: 0;
}
#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}
#footer-widgets .widget ul li, #footer-widgets .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 18px;
	word-wrap: break-word;
}
#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 295px;
}
.footer-widgets-2 {
	float: left;
	width: 290px;
}
.footer-widgets-3 {
	float: right;
	width: 295px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}
#footer p {
	color: #666;
	font-size: 11px;
}
#footer a, #footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #0094d2;
	text-decoration: none;
}
#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}
#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 735px;
}

/* Comments
------------------------------------------------------------ */

#comments, #respond {
	margin: 0 0 10px;
	overflow: hidden;
}

#respond  {
    border: 1px solid #DDDDDD;
    margin: 0 0 30px;
    padding: 0 10px 10px;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}
#author, #comment, #email, #url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
}
.comment-list li, .ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}
.comment-list li ul li {
	list-style-type: none;
}
.comment-list p, .ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}
.comment-list ul.children {
	margin-top: 20px;
}
.comment-list ul.children li.comment {
	background: #fff;
}
.comment-list cite, .ping-list cite {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-weight:normal;
}
.comment-author {
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}
.comment-meta {
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
	padding: 0;
}
.bypostauthor {
}
.thread-alt, .thread-even {
	background: #f5f5f5;
}
.alt, .depth-1, .even {
	border: 1px solid #ddd;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	color: #333;
	font-size: 12px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* News Red
------------------------------------------------------------ */

.news-red a {
	text-transform: capitalize;
}
.news-red a, .news-red a:visited {
	color: #C72730;
	font-weight: normal;
	text-decoration: none;
}
.news-red a:hover {
	text-decoration: underline;
}
.news-red #header ul.nav li li a, .news-red #header ul.nav li li a:link, .news-red #header ul.nav li li a:visited, .news-red #header ul.menu li li a, .news-red #header ul.menu li li a:link, .news-red #header ul.menu li li a:visited, .news-red #nav li li a, .news-red #nav li li a:link, .news-red #nav li li a:visited {
	color: #fff;
}
.news-red #subnav li li a, .news-red #subnav li li a:link, .news-red #subnav li li a:visited, .news-red h2 a, .news-red h2 a:visited {
	color: #333;
}
.news-red #header ul.nav li a:hover, .news-red #header ul.nav li a:active, .news-red #header ul.nav .current_page_item a, .news-red #header ul.nav .current-cat a, .news-red #header ul.nav .current-menu-item a, .news-red #header ul.menu li a:hover, .news-red #header ul.menu li a:active, .news-red #header ul.menu .current_page_item a, .news-red #header ul.menu .current-cat a, .news-red #header ul.menu .current-menu-item a, .news-red #header ul.nav li li a:hover, .news-red #header ul.nav li li a:active, .news-red #header ul.menu li li a:hover, .news-red #header ul.menu li li a:active, .news-red #nav li a:hover, .news-red #nav li a:active, .news-red #nav .current_page_item a, .news-red #nav .current-cat a, .news-red #nav .current-menu-item a, .news-red #nav li li a:hover, .news-red #nav li li a:active, .news-red #nav li.right a:hover, .news-red #subnav li a:hover, .news-red #subnav li a:active, .news-red #subnav .current_page_item a, .news-red #subnav .current-cat a, .news-red #subnav .current-menu-item a, .news-red #subnav li li a:hover, .news-red #subnav li li a:active, .news-red h2 a:hover, .news-red #footer a:hover {
	color: #c72730;
}
.news-red #home-top .ui-tabs ul.ui-tabs-nav li a:hover, .news-red #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a, .news-red .navigation li a:hover, .news-red .navigation li.active a {
	background-color: #E72740;
}
.news-red .navigation li a:hover, .news-red .navigation li.active a {
	border: 1px solid #E72740;
}
.news-red h2 a:hover {
	text-decoration: none;
}
.news-red input[type="button"], .news-red input[type="submit"] {
	background-color: #e93542;
	border: 1px solid #c72730;
}
.news-red input:hover[type="button"], .news-red input:hover[type="submit"] {
	background-color: #c72730;
	border: 1px solid #c72730;
}

/********* Edited *********/ 

.single .summary .product_meta {
	display: none;
}
.desmeta {
	margin-top: 15px;
}
.centercontent .widget h4 {
	display: none;
	color:white;
	font-weight:bold;
	height: 31px;
	margin: 0px;
	padding: 7px 0px 0px 19px;
	background: url('/wp-content/uploads/2012/03/centrepic-head.jpg') no-repeat;
}
.centercontent .featuredpage .featuredpost {
	float:left;
	background: url('/wp-content/uploads/2012/03/centrepic-head.jpg') no-repeat;
}
.centercontent .featuredpost li a {
	color: #0094D2!important;
	text-decoration: none; font-weight: normal;
}
.centercontent .featuredpost ul {
	list-style: none;
	line-height:30px;
}
.centercontent .featuredpost li {
	font-size:15px;
	border-bottom:dotted #CCC 1px;
	padding: 0px 8px;
}
.featuredpage .page .featuredpost .post {
	border-bottom:none;
	padding:0px 0px 0px 0px!important;
	margin-bottom:1px;
}
.centercontent .featuredpost img {
	border-bottom:dotted #CCC 1px;
}
.centercontent {
	background:none;
	border-bottom:none !important;
	width: 971px;
	margin: 5px 0px 0px 17px !important;
}
.centercontent .featuredpost {
	overflow: hidden;
	margin: 0 0 35px 1px;
	padding: 0 0 0px;
	float:left;
	clear:none;	
	min-height: 200px;
}
.blogleft #featured-post-20 {
	margin: 32px 0px 0px 3px;
}
.home .featuredpost {
	margin: 0px 10px 35px 2px;
	width: 308px;
}
.likebox {
	float: right; height: 28px;
	list-style: none;
	margin-top: 2px!important;
	width: 260px;
}
.likebox li {
	display: inline;
	width: 78px;
	float: left;
	padding-left: 4px
}
.fbbox {
	display: inline-block !important;
	height: 22px;
}
.g-one {
	display: inline-block !important;
	height: 22px;
	padding-left: 9px !important;
}
.top .textwidget {
	margin: 15px auto 4px auto;
	width: 942px;
	height: 25px;
	padding: 1px 0 1px 8px;
	border: 1px solid #dddddd;
	color:#666666;
}
.s {
	padding: 0;
	height: 32px;
	color: #777777;
	font-size: 12px;
	margin: 0;
}
#header .searchsubmit {
	width: 85px;
	height: 35px;
	background: url(images/submt-butn.png) no-repeat;
	border: 0px;
	text-indent: -9999px;
	position: relative;
	right: 5px;
	bottom: 0px;
	box-shadow: none;
}
.s {
    border-color: #DADAD8;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    height: 29px;
    margin-top: 1px;
    padding: 2px 5px;
    width: 254px;
}

li, ol, ul {
	list-style:none;
}

.after-content-ad .textwidget {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	float: left;
	margin: 15px 15px 10px 15px;
	padding: 10px;
	width: 935px;
	color: #858585;
	font-size: 13px;
}

.after-content-ad .textwidget a{
	color: #757575;
	font-weight: normal;
}

.home-content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	float: left;
	margin: 15px 15px 10px 15px;
	padding: 0 10px 15px 10px;
	width: 935px;
}

.home-content h2 {
	margin: 12px 0 0;
	font-size: 18px;
}

.home-content p {
	font-size: 13px;
	padding: 0 0 12px 0;
}

.home-content a {
	color: #1122CC !important;
	text-transform: none;
}

#text-10 .textwidget {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DDDDDD;
    margin: 15px 15px 10px;
}


.after-content-ad #text-10 .textwidget {
	width: 941px;
	margin: 10px auto;
}
.footer .wrap {
	display: none;
}
#text-10 .footextra {
	color: #C5C5C5;
	font-size: 12px;
}
.news-red a, .news-red a:visited {
}
#text-10 .footextra h3 {
	color:#070707;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}
#text-10 .footextra p {
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	color:#070707;
}
.featuredpost li {
	line-height: 33px;
}
.menu-footer-menu-container .menu .menu-item-140 a {
	border-right:none !important;
}
.menu-footer-menu-container .menu li a:hover {
	color:#C72730 !important;
	text-decoration:underline;
}
.ui-tabs ul.ui-tabs-nav {
	clear: both;
	font-size: 12px;
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0 !important;
	line-height: 36px !important;
}
.home .jcarousel-container .jcarousel-prev {
	top:58px !important;
	right: 910px !important;
}
.home .jcarousel-container .jcarousel-next {
	top:58px !important;
	left: 928px !important;
}
.ui-tabs ul.ui-tabs-nav li {
	margin: 0 0px 0 0 !important;
}
.ui-tabs .widget-wrap {
	width: 926px;
	margin: 0 auto;
	border: 1px solid #DDD;
	border-radius: 0 0 7px 7px;
}
.home .jcarousel-container {
	width: 900px;
	padding: 0px 10px;
}

.ui-tabs ul.ui-tabs-nav li a {
	padding: 10px 16px 10px !important;
}
.ui-tabs img {
	width: 212px;
	height: 117px;
}
.home .jcarousel-container-horizontal {
	padding: 0px 11px !important;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 15px !important;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 903px !important;
}
.jcarousel-skin-tango .jcarousel-item p {
	padding: 0 2px !important;
}

.home #nav {
	background: none repeat scroll 0 0 white;
	height: 5px;
	padding-bottom: 5px;
}
.g-one iframe {
	width:59px !important;
}
#___plusone_0 {
	display: -moz-box !important;
	width:59px !important;
}
.home #nav ul {
	border-top:none;
}
.home #nav li {
	display:none;
}
.hfeed #respond #submit {
	width:120px;
	height:34px;
	background: url(/wp-content/uploads/2012/04/Post-Comment-Button.jpg) no-repeat;
	border:none;
	text-indent:-9999px;
}
.hfeed #respond #comment {
	border-radius:4px;
}
#sidebar .widget, #sidebar-alt .widget {
	border-bottom:none;
}
#reply-title {
	background: url(/wp-content/uploads/2012/04/comments-logo.jpg) no-repeat;
	padding: 0px 0px 14px 41px;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width:987px !important;
}
.content-sidebar #content, .sidebar-content #content {
	width:653px;
}
#author, #comment, #email, #url {
	border-radius:4px;
}
#comments h3 {
	background: url(/wp-content/uploads/2012/04/comments-logo2.jpg) no-repeat;
	padding: 0px 0px 8px 41px;
	margin: 24px 0px 19px 0px;
}
#respond h3 {
	padding: 0px 0px 8px 41px;
	margin-top: 21px;
}
.comment-list .reply .comment-reply-link {
	background: url(/wp-content/uploads/2012/04/reply-button-11.jpg) no-repeat;
	height: 30px;
	padding: 5px 26px 6px 5px;
	color:white;
}
.comment-list li, .ping-list li {
	margin: 3px 0 0 !important;
}
.blogtopcontent {
	width: 953px;
	height: 665px;
	margin:0 auto;
}
.blogleft {
	width: 341px;
	height: auto;
	float: left;
	border: 1px solid #DDD;
	background: #F6F6F6;
	margin: 0px 10px 0px 0px;
	padding-bottom: 10px;
}
.blogleft p {
	font-size: 13px;
	padding-left: 4px;
}
.blogcenter {
	width:295px;
	height:585px;
	float:left;
}
.blogright {
	height: 600px;
	width: 300px;
	float: left;
	margin: 0px 0px 0px 5px;
}
.blogads {
	width:953px;
	margin: 0 auto 5px;
}
.blogcentercontent {
	width: 953px;
	min-height: 510px;
	margin: 11px auto;
	border-top: 1px dashed #dddddd; 
}

.blogcentercontent p {
	font-size: 12px; 
}

.blogcentercontent h4 {
	font-size: 18px; 
}

.blogcentercontent .featuredpost {
	width: 218px;
	min-height: 460px;
	margin: 2px auto;
	padding: 4px 10px 0px 9px;
	border-right:1px dashed #dddddd;
	float: left;
}

.blogcentercontent .featuredpost .post {
	min-height: 240px;
}

.blogcentercontent .featuredpost img {
	border:none;
	background:none;
	padding:0;
	width: 218px;
	height: 118px;
}

.panel-text iframe {
	display: none;
}
.blogcentercontent .featuredpost ul {
	margin: 5px 0px 0px 0px;
	border-top: 1px dashed #dddddd;
}
.blogcentercontent .featuredpost li {
	border-bottom:1px dashed #dddddd;
	margin: 8px 0 0;  
	background: url(/wp-content/uploads/2012/04/li-a-background.jpg) no-repeat 0% 17%;
	padding: 0px 0px 8px 16px;
	line-height:16px;
}
.blogcentercontent .featuredpost li a {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}
.blogright .featuredpost .attachment-home-middle-right {
	border:none !important;
}
.blogright .featuredpost .post {
	width: 269px;
	clear: both;
	border-top: 1px #DDD Dashed;
	padding: 8px 0 5px 5px;
}
.blogcentercontent .featuredpost .widgettitle {
	border-bottom: 1px dashed #DDD;
	margin: 0 0 8px;
	padding: 3px;
}
.blogcentercontent .post h2 {
	margin: 0px 0px 0px 0px !important;
}
.blogcentercontent .featuredpost .post .byline {
	font-size: 13px;
	margin: 71px 0 0 70px;
	position: absolute;
}
.blogcentercontent .featuredpost .post-236 .byline {
	margin-bottom: 0px;
}
.blogright .featuredpost {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 7px;
	border: 1px #DDD solid;
	margin-left: 4px;
}
.blogright h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 5px 10px;
}

.blogleft .featuredpost .attachment-home-middle-left {
	border:none;
	background:none;
	width: 330px;
 	height: 230px;
}
.blogleft .featuredpost .post {
	margin: 5px 4px 0px 4px;
}
.blogleft .featuredpost .post h2 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px 0 1px;
    padding: 8px 5px 8px 15px;
}


#featured-post-13 img {
    border: 1px solid #333333;
    height: 60px;
    margin-left: -60px;
    margin-top: 4px;
    position: absolute;
    width: 60px;}


#featured-post-13 p {width: 230px; text-align: justify; font-size: 13px; line-height: 1.4em;}
#featured-post-13 .byline {position:absolute; font-size: 13px; padding: 77px 0 0 70px; width: 150px}

#featured-post-13 h2 a {
	font-size: 18px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	width: 300px;
	position: relative;
}

#featured-post-18 img {
	width: 30px;
	height: 30px;
	border: 0px solid #333;
	margin-top: 5px;
}
#featured-post-18 h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
#featured-post-18 h2 a {
	color: #C72730;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	width: 220px;
}
#featured-post-18 h2 a:hover {
	text-decoration: underline;
}
#featured-post-18 .byline {
	-webkit-margin-start: 40px;
}
#featured-post-18 .more-link-more {
	display:none;
}
#featured-post-18 .post-comments a {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

#featured-post-19 img { width: 330px; height: 229px; border: 1px solid #333;}
#featured-post-19 .post-info {
	font-size: 13px;
	padding: 115px 0 0 75px;
	position: absolute;
}

#featured-post-19 .more-link {padding-left: 0px;}

#featured-post-19 h2 a {
	background: url("images/bgTransparent.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	margin-top: -63px;
	position: absolute;
	min-height: 40px;
	line-height: 20px;
	width: 310px;
}

#featured-post-19 h2 {
	margin: 0;
}

#featured-post-19 h2 a:hover {
	text-decoration: underline;
}

#featured-post-20 {margin-top: 6px !important}
#featured-post-20 img {width: 100px; height: 90px; border: 1px solid #333; margin: 5px 5px 10px 0;}
#featured-post-20 h2 a {
	bottom: 0;
	font-weight: normal;
	height: auto;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
	width: 310px;
}
#featured-post-20 .post-info {
	font-size: 13px;
	padding: 159px 0 0 75px;
	position: absolute;
}



.blogleft .post .more_links {
	float: right;
	margin: 43px 0px 0px 0px;
}

.blogleft .featuredpost .post-90 {
	width: 326px;
	height: 164px;
}
.blogleft .featuredpost .post-90 img {
	border:none;
	background:none;
}
.blogleft .featuredpost .post-90 h2 a {
	font-size: 15px;
	position:initial;
	top:0px;
	background:none;
	margin:0px;
	color:#333;
	padding:0px
}
.blogleft .post-90 .more_links {
	float: right;
	margin: 10px 0px 0px 0px;
}
.blogcenter .featuredpost .post {
    border-bottom: 1px dashed #DDDDDD;
    margin: 2px 0 10px;
    padding-bottom: 2px;
}
.blogcentercontent #featured-post-17 {
	border-right: none!important;
}

.blogright .post-comments a {
	background: url(images/coment-buble.png) left no-repeat;
	padding: 2px 0 2px 30px;
	
}

.page-template-blog-php .blogslider {
	width: 966px;
	margin:0 auto;
}
.blogright .widget_text .textwidget {
	padding:0px 0px 20px 4px;
}

.blogslider {
	background: #F6F6F6;
	width: 950px;
	margin: auto;
}

.blogslider h2 {
	color:#C72730; font-size: 20px;
	padding: 0px 0px 0px 16px;
	margin:0px;
	float:left;
}

.blogcenter .featuredpost .post .time {

}
.blogcentercontent .featuredpost .more-from-category a {
	font-size: 14px;
}
.blogleft .featuredpost .post {
	width: 327px;
}
.blogcentercontent .featuredpost .time {
	margin-bottom: 0;
}




.azindex ul li {
	list-style: none;
	padding-top: 5px;
	float: left;
	clear: none!important;
}
.blogleft .featuredpost .post-info {
	float: left;

}
.blogleft .featuredpost .post-90 .post-info {
	float: left;
	margin: 21px 0px 0px 179px;
}

#cattopslider .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
}
#cattopslider .jcarousel-skin-tango .jcarousel-item {
	width: 180px;
	height: 102px;
	float: left !important;
	font-size: 13px;
}
#cattopslider  #mycarouse5, .jcarousel-list {
	height: 106px !important;
}
#cattopslider  .jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 904px;
	padding: 0px 7px;
	margin-top: 6px;
	height: 106px;
}
#cattopslider .jcarousel-skin-tango .jcarousel-prev-horizontal {
	right: 906px;
	top: 38px;
}

#cattopslider .jcarousel-skin-tango .jcarousel-next-horizontal {
	left: 919px !important;
	top: 38px !important;
}
#cattopslider {
	margin: 11px 0px 32px 0px;
	height: 115px;
	border: 1px solid #DDD;
	width: 917px;
}
#cattopslider .jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 904px !important;
	height: 107px !important;
}
#cattopslider .jcarousel-clip .jcarousel-item img {
	height: 102px !important;
	padding-bottom: 10px;
}

.page-template-landing-pg-php .landingpgtop {
	width: 730px;
	height: 282px;
	margin-bottom: 30px;
}
.landingpgtop #landingpgcontent {
	width: 342px;
	height: 274px;
	float: left;	
	border: 1px solid #DDD;
	background:#ddd;
	overflow: hidden;
	padding: 2px 10px 2px 10px;
	font-size: 13px;
}
.landingpgtop .landingpgtoprightad {
	float: right;
	height: 280px;
	width: 361px;
}
.landingpgmiddle {
	width: 715px;
	height: 381px;
}

.page-template-landing-pg-php .sidebar {
	width:194px;
	height:603px;
	float:left;
}
.page-template-landing-pg-php #inner {
	background: #fff !important;
}
.landingpgtemp {
	width: 756px;
	margin: 0 auto;
	float: left;
	margin-left: 17px;
}
.page-template-landing-pg-php #nav li {
	display:none;
}
.page-template-landing-pg-php #nav ul {
	border-top:none;
}
.page-template-landing-pg-php #nav {
	height: 5px!important;
	background:#fff;
	
}


.category .post-info {
	display:none;
}


.landingpgmiddlead {
	margin: 8px 0px 8px 0px;
}

.azindex .head {
float: left;
width: 341px;
clear: both;
height: 38px;
}

.azindex h2 {
padding-top: 0;
margin-top: 0;
width: 23px;
float: left;
}
.azindex {
	display:none;
}
.dabrand {
	display: none;
}
#title-area h1 {
	color:#37515D;
	margin: 18px 0px 0px 10px;
	font-size: 26px;
	float:none;
	line-height:27px;
}
.zindcat {
	float: left;
	width: 436px;
	padding: 0px 43px 19px 0px;
	min-height: 95px ;
}
.zindcat h2 {
	border-bottom: 1px solid grey;
	padding: 0px 0px 10px 0px;
	font-style:italic;
}
.zindcat h2 a {

}
.zindcat ul{
	padding: 0px 0px 0px 20px;	
}
.zindcat ul li {
	list-style-type:none;
	margin: 0px;
}
.zindcat li a {
	color:#0680db;
	text-decoration:underline;}
.zindcat ul li a:hover {
	text-decoration:none;
}
.zindcat .head{
	color:#0680db;
}
.zindcat a:visited {
	 color:#0680db;	
}
.category .entry-title {
	margin: 5px 0 8px;
}
.category .entry-content {
	width: 961px !important;
	margin: 0 auto !important;
}
.category.full-width-content #nav {
	height:4px !important;
} 

.jcarousel-container p {
	font-family: Arial !important;
	font-size: 12px !important;
	font-weight: normal !important;
}
.jcarousel-container h2 a {
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: bold !important;	
}
.jcarousel-container .more-link {
	display: inline;	
}


.more-from-category a{font-weight: bold;}

#my-title{
    margin-left: 145px;
    margin-top: 36px;
    position: absolute;
    width: 500px;
}

#my-title h1 {
    font-family: Tahoma,Arial,Helvetica;
}

.more-from-category-top {float: right; width: 50px; }
.more-from-category-top a{font-size: 11px; font-family: Arial; color: #444444 !important;}

.featuredpost .post-info{font-style: italic}

.featuredpost .post-comments {font-style: normal}
.featuredpost img{padding: 0px;}


.blogtopcontent{margin-top: 50px;}

.cleft{float: left; width: 320px;}
.cmid{float: left; width: 320px;}
.cright{float: left; width: 320px;}

#home-lists{width: 310px; line-height: 20px; margin-top: -4px !important;}
#home-lists li a{font-size: 13px; padding: 0px 5px; border-bottom: 1px dotted #ddd; color: #1122CC; display: block; text-transform: none}
#home-lists li a:hover{background: #f5f5f5; text-decoration:none;}
#home-lists .more-from a {float: right; border: 0px; display: block; background: url(http://www.allp.com/wp-content/uploads/2012/03/arrow.png) no-repeat right; padding-right: 14px; font-size: 13px; font-weight: bold; margin-top: 2px;}
#home-lists .more-from a:hover{border: 0px; background-color: white; text-decoration: underline; background: url(http://www.allp.com/wp-content/uploads/2012/03/arrow.png) no-repeat right;}

img.tophomecat {
	height: 185px;
	margin-top: 5px;
	width: 310px;
}
img.homecat {
	height: 185px;
	margin-top: 15px;
	width: 310px;
}
img.homecat:hover, img.tophomecat:hover {
	box-shadow: 0 1px 2px #999999;
	opacity: 0.9;
}


#cat-lists h1 {float: left; width: 31%; padding-left: 2%;}
#cat-lists li a{padding: 2px 1px; color: #1122CC; list-style-type: square;}
#cat-lists li a:hover{background: #f5f5f5; text-decoration:none;}


.borderblue{border-bottom: 3px solid #00009B}
#content-sidebar-wrap{padding-top: 50px;}

#cussearch{
	background:url(images/search.png);
	width:315px;
	height:35px;
}

.ssi {
	border: 0 none;
	color: #444;
	font-size: 14px;
	height: 27px;
	margin: 1px;
	padding: 4px 5px 2px;
	width: 215px;
}

/* used by js placeholder enhanced script
------------------------------------------------------------ */
.placeholder { color:#AAA !important }

/* webkit */
::-webkit-input-placeholder { color: #AAA !important }

/* firefox 4+ */
:-moz-placeholder { color: #AAA !important }


.ssm {
    background: transparent !important;
    border: 0 none !important;
    cursor: pointer !important;
    font-size: 18px !important;
    width: 82px;
}

.ui-tabs ul.ui-tabs-nav li a {border-top: 1px solid #ddd;}
.ui-tabs ul.ui-tabs-nav li a:hover, .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {border-top: 1px solid #ddd}

.more-link {display: table-cell; font-size: 13px; font-style: italic; padding-top: 5px; position: relative;}

.more-link-more {
    color: brown;
    padding-left: 10px;
}

h1{}
h2{}
h3{}
h4{}
h5{}
h6{}



#featured-post-21 img {
	width: 35px;
	height: 35px;
	border: 1px solid #333;
	margin-top: 4px;
}

#featured-post-21 h2 {
	margin: 0px;
}

#featured-post-21 h2 a {
	color:  #C72730;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 5px;
	font-weight: normal;
}

#featured-post-21 h2 a:hover {
	text-decoration: underline;
}

#featured-post-21 .more-link-more{
	display: none;
}

#featured-post-21 .featuredpost .post {
	padding: 5px;
}

#featured-post-21 .post {
	border-top: 1px #DDD dashed;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 8px 0 5px 5px;
}

#featured-post-21 .post-comments a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#featured-post-21 .widget-wrap {
	padding: 5px;
	border: 1px solid #DDD;
	width: 280px;
}

#featured-post-21 .post-comments a {
	background: url(images/coment-buble.png) left no-repeat;
	padding: 2px 0 2px 30px;
}



/*-------------------------------------------------------------
                  ###  PLUGIN STYLES  ###
------------------------------------------------------------ */

/* Genesis Tabs Plugin
------------------------------------------------------------ */
.ui-tabs {
	clear: both;
	overflow: hidden;
}
.ui-tabs img {
	border: 1px solid #ddd;
	margin: 0px;
	padding: 1px;
	display: block;
}	
.ui-tabs .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0px;
}
.ui-tabs .post h2 {
	line-height: 16px;
	margin: 4px 0 5px;
	padding: 0 2px 0 1px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs ul.ui-tabs-nav {
	clear: both;
	font-size: 12px;
	list-style-type: none;
	margin: 10px 0 3px; 
	padding: 0;
	line-height: 43px;
	border-bottom: 1px solid #DDD;
}
.ui-tabs ul.ui-tabs-nav li {
	display: inline;
	margin: 0 5px 0 0; 
	padding: 0;
	font-size: 13px;
	text-align: center;
}
.ui-tabs ul.ui-tabs-nav li a {
	background-color: #efefef;
	color: #000;
	margin: 0; 
	font-weight: normal;
	padding: 10px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
}
.ui-tabs ul.ui-tabs-nav li a:hover,
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background-color: #fff;
	color: #333;
}
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	font-weight: bold;
}

/* Roster Slider Plugin
------------------------------------------------------------ */
.roster_slideri img:hover {
	box-shadow: 0 1px 1px #999999;
	opacity: 0.9;
}

/* Flexi Pages Widget
------------------------------------------------------------ */
#flexipages-2 .widget-wrap {
	border: 1px solid #DDD;
	padding: 5px;
	margin-top: 15px;
	width: 280px;
}
.sidebar .flexipages_widget ul li {
	background: url("images/list.png") no-repeat scroll left bottom transparent;
	border-bottom: 0px !important;
	border-top: 1px dashed #DDD;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 5px 0 0 15px;
}

/* Archives Widget
------------------------------------------------------------ */
#archives-3 .widget-wrap {
	border: 1px solid #DDD;
	padding: 5px;
	margin-top: 15px;
	width: 280px;
}

.sidebar .widget_archive ul li {
	background: url("images/list.png") no-repeat scroll left bottom transparent;
	border-bottom: 0px !important;
	border-top: 1px dashed #DDD;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 5px 0 0 15px;
}


/* linkwithin Plugin
------------------------------------------------------------ */
#linkwithin_logolink_0 {
	display: none;
}

.linkwithin_posts a {
	background: none !important;
	border: none !important;
	padding: 6px 13px 6px 0 !important;
}

.linkwithin_img_0:hover {
	opacity: 0.9;
}

.linkwithin_title:hover {
	text-decoration: underline !important;
}


/* nrelate Plugin
------------------------------------------------------------ */
.nrelate {
	margin: 5px 1px 5px 0 !important;
}

.nrelate .nr_title {
	font-size: 15px;
	font-weight: bold;
	padding: 0 !important;
}

.nrelate .nr_inner {
	padding: 0 !important;
}

.nrelate_bty .nr_img {
	border: 1px solid #DDD !important;
	padding: 2px !important;
}

.nr_img:hover {
    opacity: 0.9;
}

.nrelate_bty .nr_panel {
	margin: 1px 4px 3px 1px !important;
	padding: 4px 2px 4px 0 !important;
}

.nrelate_bty .nr_post_title {
	color: #000 !important;
	text-align: left !important;
	padding: 1px 0 0 3px !important;
	margin-top: 12px !important;
	font-weight: 600 !important;
	font-size: 12px !important;
}

.nrelate_bty .nr_text:hover {
	text-decoration: underline;
	color: #000 !important;
}


/* Newsletter - Sidebar
------------------------------------------------------------ */
.side-newsletter {
	background-color: #F0EBE4;
	padding: 2px;
	width: 288px;
}

.homeonly {
	width: 291px !important;
}

.innerbox {
	border: 1px solid #DDD;
	padding: 5px 10px 10px;
}

.innerbox h2 {
	color: #444444;
	font-family: 'Oswald',arial,serif;
	font-size: 22px;
	line-height: 30px;
}

.innerbox p {
	padding: 0px 0 10px;
}

.innerbox .signup:before {
	background: url("/images/msg-icon-1.png") no-repeat transparent;
	content: "";
	float: left;
	margin: 0 5px 0 0;
	height: 58px;
	width: 58px;
}

#optform-img {
	background:url(images/optform-g.png);
	width:261px;
	height:35px;
}

#awf_field-37506658 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #777;
	font-size: 14px;
	height: 27px;
	margin: 1px;
	padding: 3px 3px 3px 5px;
	width: 170px;
}

.optsub {
	background: transparent !important;
	border: 0 none !important;
	cursor: pointer !important;
	font-size: 18px !important;
	margin-right: 5px !important;
	padding: 5px !important;
	position: absolute;
	width: 82px !important;
}

.related-box {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #DDDDDD;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 14px 3px;
	padding: 7px 9px 2px;
	width: 580px;
}
.related-box p {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 5px;
}
.related-box ul {
	padding-bottom: 8px;
}
.related-box a {
	color: #1122CC;
	text-transform: none;
}
.first-half {
	clear: left;
	float: left;
	padding-left: 0;
	width: 48%;
}
.second-half {
	float: left;
	padding-left: 0;
	width: 50%;
}

.adspart #aswift_2_anchor, .adspart #aswift_3_anchor, .adspart #aswift_4_anchor {
	margin-left: -5px !important;
}
