/*
Theme Name: RunApptivo_New
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {

	width:100%;
	background-color:#fff;
	margin:0px auto;
	padding:0px;
        overflow-x:hidden;

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



#container {

clear:both; float:left;
     width: 100%;
    *margin-top:10px !important;
}
#content {
	width:650px;
	float:left;
        font-family: helvetica,arial,clean,sans-serif;
        font-size: 14px;
        line-height: 18px;
}
#content post {
	width:650px;
	float:left;
        font-family: helvetica,arial,clean,sans-serif;
        font-size: 14px;
        line-height: 18px;
}
#primary,
.secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}

.one-column #content {
	margin: 0 auto;
	width: 640px;
}


.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
/*
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
} */
#wrapper {
	background: #fff;
        width:100%;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	xbackground: #f1f1f1;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	xbackground: #f9f9f9;
	xborder: 1px solid #ccc;
	xbox-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	x-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	x-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	xpadding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

/* This is the custom header image */
#branding img {
	margin:0 auto;
}#header_img {	
        text-align: left;
        padding:6px 0 0 0;
        background-color:#23699D;
        font-size:16px;
        color:#000;
        font-weight:700;
        float:left; width:100%;     
        margin: 10px 0;
}
#header_img h1{    color: #FFFFFF;
    font-size: 21px;
    font-weight: normal;
    margin: 0 auto;
    padding: 10px;
    width: 988px;}
.header_img_padd {xpadding-right: 10px !important;}
#header_img span{padding-left: 5px;}
ul li ul {padding-bottom: 10px;}
/* =Menu
-------------------------------------------------------------- */
#content a{
    color:#23699C;
    text-decoration: underline;
}
#content a:hover{
    color:#23699C;
    text-decoration: none;
}
/*
#access {
float: right;
}
#access .menu-header,
div.menu {
	    padding: 0 10px;
    width:970px;
}
#access .menu-header ul li a,
div.menu ul li a {
color: #1e679e;
	display: block;
	padding: 0 10px;
	text-decoration: none;
		border-right:1px solid #ADD3E0;
                font-size: 13px;

}
#access .menu-header ul li ul.sub-menu,
div.menu li ul.sub-menu {
    display:none;
    position: absolute;
    margin:0px;
    padding:0px;
    background: none;
    width:200px;
}
#wpadminbar
{
    display: none;
}
#access .menu-header ul li ul.sub-menu li,
div.menu li ul.sub-menu li {
  background-color:#E9F9FE;
  border-bottom:1px solid #ADD3E0;
    display: block;
    width: 150px;
}
#access .menu-header ul li ul.sub-menu li a,
div.menu li ul.sub-menu li a {
  color: #1e679e;
	display: block;
	padding: 0 10px;
	text-decoration: none;
        border:none;
        padding:5px;
                font-size: 13px;
}
*/

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 20px 0;
        padding-bottom:20px;
        border-bottom:1px solid #ccc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color:#ee7b0c;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content .entry-title a{
    color:#EE7B0C;
    text-decoration: none;

}
#content .entry-title a:hover{
    color:#EE7B0C;
    text-decoration: underline;

}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,.entry-summary {
	clear: both;
	padding: 12px 0 1px 5px;
        *padding-left:9px;
}
.entry-content1{padding: 12px 0 1px 5px;}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
                width:650px;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
        width:650px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
.page_top{
	width:100%;
	background-image:url(images/top_bg.png);
	background-repeat:repeat-x;
	height:39px;
}

.page_top_cnt_section{
	width:980px;
	margin:0 auto;
}
.page_top_cnt_section .left_section{
	float:left;
}

.page_top_cnt_section .left_section span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	display:block;
	padding-top:10px;
}

.page_top_cnt_section .right_section{
	float:right;
}

.search_main {
    float: right;
    height: 39px;

}

.search_main .search_bg {
    background-image:url(images/tx_bg.png);
    background-repeat: no-repeat;
    float: left;
    height: 23px;
    margin-top: 8px;
    width: 270px;
}
.search_main .search_bg input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
}

.search_main span {
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
	float:right;
	display:block;
	line-height:38px;

}

#subscribe{
	float: right;
	overflow: hidden;
	width: 300px;

}
#sidebar300x250{
	float: right;
	overflow: hidden;
	width: 300px;
	padding-bottom: 5px;
}


	.subscr_cont
{
padding:20px 0 5px 0;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left: 33px;
}
.sub_icon
{
width:75px;
float:left;
font-size:12px;
color: #414141;
text-decoration:none;
}
.sub_icon a
{
color: #414141;
   text-decoration:none;
}
#secondary
{
	float: right;
	overflow: hidden;
	width: 300px;
	}
#secondary li
{
    list-style: none;
    background-color: #F8F8F8;
    padding-bottom: 5px;
    padding-right: 10px;
}
#secondary li a
{
/*    color:#EC7200;*/
    color: #23699C;
}
#secondary li a:hover
{
/*    color:#EC7200;*/
    color: #23699C;
    text-decoration:none;
}
#secondary .textwidget,#secondary3 .textwidget {clear:both;padding-top: 5px;}
#secondary1
{
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary1 .widget_search {
    padding-right: 0px;
}
li a, li a span, #secondary3 ul li ul li.cat-item a, .footer_menu .footer-menu ul.menu li, .footer_menu .menu ul li a, #secondary2 li a{cursor: pointer; text-decoration: underline;}
li a:hover, li a span:hover,#secondary3 ul li ul li.cat-item a:hover {cursor: pointer; text-decoration: none;}
.rgt_menu a span{cursor: pointer; text-decoration: none;}
li.popular-posts li{padding-top: 5px !important;}
li.cat-item_sp a{padding-top: 10px !important;}
li.popular-posts li a{padding-top: 5px;cursor: pointer; text-decoration: underline;}
li.popular-posts li a:hover{padding-top: 5px;cursor: pointer; text-decoration: none;}
#secondary1 li
{
    list-style: none;
    padding-bottom: 5px;
    padding-right: 10px;
}
#secondary1 li a
{
/*    color:#EC7200;*/
    color: #23699C;
}
#secondary1 li a:hover
{
/*    color:#EC7200;*/
    color: #23699C;
    text-decoration:none;
}
#secondary2
{
	float: right;
	overflow: hidden;
	width: 300px;
	}
#secondary2 li
{
    list-style: none;
    padding-bottom: 5px;
    padding-right: 10px;
}
#secondary2 li a
{
/*    color:#EC7200;*/
    color: #23699C;
}
#secondary2 li a:hover
{
/*    color:#EC7200;*/
    color: #23699C;
    text-decoration:none;
}
#secondary3
{
	float: right;
	overflow: hidden;
	width: 300px;
	}
#secondary3 li
{
    list-style: none;
    padding-bottom: 5px;
    padding-right: 10px;
}
#secondary3 li a
{
/*    color:#EC7200;*/
    color: #23699C;
}
#secondary3 li a:hover
{
/*    color:#EC7200;*/
    color: #23699C;
    text-decoration:none;
}
.widget-get
{
	
	 background-repeat:no-repeat;
	width:300px;
	height:30px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:16px;
	  color:#000;
	  font-weight:bold;
	  line-height:25px;
          padding:6px 0 0 6px;
	}
.get_free .textwidget{
	width:230px;
	margin:0px 5px;
	background-color:#fafafa;

}

.most_pop .textwidget{
	width:230px;
	margin:0px 5px;
	background-color:#fafafa;

}

.post_cont
{
width:220px;
margin:0 auto;
background:#f8f8f8;
font-size:12px;
padding:5px;
line-height:22px;
}
.bot_border {
    border-bottom: 1px solid #CCCCCC;
    line-height: 18px;
}



.market_cont
{
/*width:220px;*/
width:280px;
margin:0 auto;
background:#f8f8f8;
font-size:12px;
padding:5px;
line-height:22px;
}
.post_cont
{
width:220px;
margin:0 auto;
background:#f8f8f8;
font-size:12px;
padding:5px;
line-height:22px;
}
.red
{color:#F00;}
.sub_btn
{
background:url(images/subscribe_btn.jpg) top center no-repeat;
width:203px;
height:31px;
color:#FFF;
font-weight:bold;
padding:3px;
text-align:center;

}

p {
    color: #000;
    font-family: helvetica,arial,clean,sans-serif;
    font-size: 12px;
    margin: 5px;
    padding: 0;
    text-align: justify;
}

.ad .textwidget{
	text-align:center;
}

/* Lead Box */

.cta-post {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://runapptivo.apptivo.com/files/2011/11/cta-background.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 25px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 0;
display: inline-block;

}

.cta-post h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://runapptivo.apptivo.com/files/2011/11/cta-head-background.png");

    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 7px !important;
    margin-left: -23px !important;
    margin-right: -23px !important;
    margin-top: 0 !important;
    padding-bottom: 16px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 3px !important;
    text-align: center;
    text-shadow: 1px 1px 0 #634428;
}

.cta-image {
    float: left;
}

.cta-image a {
    color: #E36F1E;
}

.cta-image img {
    border: 5px solid #CCC;
    max-width: 120px;
}
.cta-image .cta-content {
    padding-left: 145px;
}
.cta-image h4 {
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 1.3em;
    line-height: 100%;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.cta-image .cta-content a {
    display: block;
    line-height: 125%;
    min-height: 32px;
    padding-left: 40px;
}
#brighton_col2 div.post .cta-post {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://runapptivo.apptivo.com/files/2011/11/cta-head-background.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 25px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 0;
}
div.cta-post .cta-image {
padding-right: 15px;
    float: left;
}
/* Lead Box*/

/*************************new css**************************/
.head_rgt_top {
    float: right;
    text-align: right;
    width: 400px;
	margin-top:8px;
}
.head_rgt_top a {
    padding-left: 25px;
}
.entry-content img
{
    max-width: 475px;
}

.errors
{
    font-size:13px;font-weight:bold;color:orange;
}
h3.widget-title
{
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding:6px 0 0 6px;
    line-height: 25px;
    text-align: left;
    width: 300px;
    float: left;
}
.side_topbg
{
    background-color: #000000;
    background-image: url("images/side_top.jpg");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 33px;
    line-height: 25px;
    text-align: center;
    width: 300px;
}
.entry-content p a
{
    color:blue !important;
   
}
#drilldown_cnt{
   background-color:#f9f9f9;
   padding: 6px;
   display: inline-block;
}
#drilldown_cnt p{
  margin-bottom:0px !important;
}
#drilldown p a
{
    color:#23699C ! important;
 text-decoration: underline !important;
}
#drilldown p a:hover
{
    color:#23699C ! important;
    text-decoration: none !important;
}

#subscribe li {
    list-style:none;
}
#content_image {
    xfloat:right;
}
#drilldown_post .dd_post_share
{
  left:0px;
  margin-left:0px;
}

body{margin:0px;padding:0px;font-family:Arial, Helvetica, sans-serif;}
a{border:medium none;}
div{display:block;}
img{border:none}
#top{width:1000px;margin:0px auto;height:86px;background-color:#FFF;margin-top:5px;position:relative;z-index:99;}
#banner{width:100%;margin:0px auto;display:inline-block;}
.banner_bg{background-image:url(/wp-content/themes/runapptivo/images/banner_bg.png);background-repeat:repeat-x;width:100%;margin:0px auto;display:inline-block;min-height:372px;}
.banner_innerbg{background-image:url(/wp-content/themes/runapptivo/images/banner_innerbg.png);background-repeat:no-repeat;width:1000px;min-height:372px;float:none;display:block;margin:0px auto;}
.banner_outter{xwidth:1000px;margin:0px;}
.top_logo{width:160px;height:51px;float:left;}
.top_menu{width:750px;float:right;display:inline-block;margin-top:20px;}
.nav{float:left;position:relative;z-index:99999;margin-left:24px;*margin-left:20px;}
.nav ul{padding:0px;margin:0px;list-style:none;}
.nav ul li{float:left;padding:0px;margin:0px;list-style:none;margin:5px 0;color:#4d4d4d;font-family:Oswald;font-size:16px;padding-left:10px;border:none;}
.nav ul li a span{color:#4d4d4d;font-family:Oswald;font-size:16px;font-weight:normal;}
.btn_nav{float:right;width:220px;*width:230px;padding-top:7px;}
.btn_nav ul{margin:0px;list-style:none;border-left:1px solid #B3B3B3;height:35px;padding:0 0 0 16px;}
.btn_nav ul li{float:left;margin:0px;*width:82px;list-style:none;margin:0px 0;font-family:Arial, Helvetica, sans-serif;font-size:16px;font-weight:bold;}
.btn_nav ul li.signup1{padding-left:5px;*width:115px;float:left;}
.slide{float:left;width:1000px;height:375px;}
.signup_box1{float:left;width:332px;margin-left:52px;}
.signup_box2{float:left;width:332px;}
.signup_box1 .sign_top{background-image:url(/wp-content/themes/runapptivo/images/sign_top.png);width:332px;height:11px;}
.signup_box1 .sign_mdl{background-image:url(/wp-content/themes/runapptivo/images/sign_mdl.png);width:332px;height:auto;min-height:287px;}
.signup_box1 .sign_bot{background-image:url(/wp-content/themes/runapptivo/images/sign_bot.png);width:332px;height:79px;padding:0px;margin:0px;text-align:center;}
.sign_mdl1 h3{margin-top:0px;text-align:center;padding:0px;font-family:Comic Sans MS, cursive, "Playbill";}
.sign_bot1 h3{margin-top:0px;text-align:center;padding:0px;font-size:16px;padding-top:5px;font-family:Arial, Helvetica, sans-serif;color:#618909;}
.signup_box2 .sign_top{background-image:url(/wp-content/themes/runapptivo/images/sign_top.png);width:332px;height:11px;}
.signup_box2 .sign_mdl{background-image:url(/wp-content/themes/runapptivo/images/sign_mdl.png);width:332px;height:auto;min-height:287px;}
.signup_box2 .sign_bot{background-image:url(/wp-content/themes/runapptivo/images/sign_bot.png);width:332px;height:79px;padding:0px;margin:0px;text-align:center;}
.sign_bot h3{margin-top:0px;text-align:center;padding:0px;font-family:Arial, Helvetica, sans-serif;font-size:14px;}
.sign_mdl h3{margin-top:0px;text-align:center;padding:0px;font-size:16px;padding-top:5px;font-family:Arial, Helvetica, sans-serif;color:#618909;}
.login_frm .signbot h3{color:#618909;}
.login_frm input{padding:0px 0;margin:5px 0 0 2px;width:280px;border:0px;border:none;}
.login_frm .txt_box{margin:0 0 5px 18px;}
.sign_frm .txtbox2{padding:0px 0;margin:5px 0 0 2px;width:80px;border:0px;border:none;}
.sign_frm input{padding:0px 0;margin:5px 0 0 2px;width:280px;border:0px;border:none;}
.sign_frm .txt_box{margin:0 0 5px 18px;}
.forgot input{width:20px;float:left;margin-left:15px;}
.forgot{float:left;line-height:26px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px;}
.forgot a{color:#666;margin-left:45px;text-decoration:none;line-height:10px;}
.log_btn{float:right;margin:5px 19px 0 0;width:98px;}
.sign_btn{float:right;margin:5px 75px 0 0;width:80px;}
.share_icon{clear:both;text-align:center;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:10px;color:#333;}
share_icon a{text-decoration:none;color:#0088cc;}
.share_icon img{padding:5px 5px;}
.sign_free{font-size:10px;margin:-85px 0 0 742px;position:absolute;cursor:pointer;z-index:99;font-family:Arial, Helvetica, sans-serif;}
.sign_free span, .sign_free a{cursor:pointer}
.video{*height:250px;display:block;}
.video{width:1008px;}
.video1{float:left;font-size:18px;color:#FFF;font-family:"Numans";padding:15px 20px 0 125px;width:270px;text-align:center;line-height:26px;}
.video2{float:right;font-size:18px;color:#FFF;font-family:"Numans";padding:15px 20px 0 20px;width:270px;text-align:center;line-height:26px;}
.slide_cnt{display:block;clear:both;font-size:22px;color:#FFF;line-height:30px;margin-left:125px;font-family:"numans";}
.slide_cnt1{font-size:22px;color:#FFF;margin:55px 0 0 15px;line-height:40px;padding-left:35px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.slide_title{padding:0px;margin:20px 16px 10px 0;float:right;color:#fff;width:100%;text-align:right;font-family:Oswald;font-size:42px;}
.slide_img{float:left;width:350px;position:relative;bottom:25px;left:15px;xheight:200px;}
.slide_cnt2{float:right;width:450px;font-size:24px;color:#FFF;line-height:30px;font-family:"Numans";font-weight:normal;}
.nav ul li a{text-decoration:none;float:left;color:#4d4d4d;cursor:pointer;text-align:center;line-height:36px;}
ul.green li a.current, ul.green li a:hover{color:#333;xbackground:url(/wp-content/themes/runapptivo/images/red.png) no-repeat top right;height:35px;}
ul.green li a.current span, ul.green li a:hover span{xbackground:url(/wp-content/themes/runapptivo/images/red.png) no-repeat top left;height:35px;}
.txt_box{display:inline-block;}
.txt_box_lft{background-image:url(/wp-content/themes/runapptivo/images/txt_box_lft.png);background-repeat:no-repeat;width:6px;height:31px;float:left;}
.txt_box_mid{background-image:url(/wp-content/themes/runapptivo/images/txt_box_mid.png);background-repeat:repeat-x;xmin-width:100px;height:31px;float:left;}
.txt_box_rgt{background-image:url(/wp-content/themes/runapptivo/images/txt_box_rgt.png);background-repeat:no-repeat;width:6px;height:31px;float:left;}
.outer_bg{margin:0 auto;width:100%;background-image:url(/wp-content/themes/runapptivo/images/bgbg.png);background-repeat:repeat;}
#home_content{clear:both;margin:0 auto;width:100%;background-image:url(/wp-content/themes/runapptivo/images/content_bg.png);background-repeat:repeat-x;xbackground-color:#fff;min-height:400px;}
#home_content .wrapper{width:990px;margin:0 auto;}
#home_content .wrapper .content_top_whole{width:990px;height:230px;display:inline-block;}
.content_top_whole .content_left{width:656px;float:left;}
.content_left .heading{width:656px;padding-left:28px;}
.heading span{font-family:Oswald;color:#0071bc;font-weight:normal;font-size:21px;display:block;}
.rgt_bx_whl{width:322px;xmargin-top:5px;}
.rgt_bx_whl .rgt_top{background-image:url(/wp-content/themes/runapptivo/images/right_bx_bg_top.png);background-repeat:no-repeat;width:322px;height:9px;}
.rgt_bx_whl .rgt_mid{background-image:url(/wp-content/themes/runapptivo/images/right_bx_bg_mid.png);background-repeat:repeat-y;width:322px;height:auto;}
.rgt_bx_whl .rgt_bot{background-image:url(/wp-content/themes/runapptivo/images/right_bx_bg_bot.png);background-repeat:no-repeat;width:322px;height:9px;}
.slider_whole{width:656px;line-height:16px;}
.pic_whl{width:194px;float:left;}
.pic_top_bg{background-image:url(/wp-content/themes/runapptivo/images/slider_bx_top_bg.png);background-repeat:no-repeat;width:194px;height:9px;}
.pic_mid_bg{background-image:url(/wp-content/themes/runapptivo/images/slider_bx_mid_bg.png);background-repeat:repeat-y;width:194px;xheight:39px;min-height:165px;}
.pic_mid_bg .top_section{width:174px;padding:0px 10px;}
.pic_mid_bg .top_section span a{font-family:Oswald;color:#77a61b;font-weight:normal;font-size:14px;width:194px;text-decoration:none;display:block;text-align:left;line-height:22px;margin:0px;padding:0px;}
.top_section span.slogan a{font-family:"Open Sans", OpenSans-Italic;color:#4d4d4d;font-weight:normal;font-size:12px;width:194px;display:block;font-style:italic;text-decoration:none;}
.icon_whole{width:174px;display:inline-block;padding:0px 10px;margin-top:7px;}
.left_side_icon{float:left;width:65px;height:90px;margin-left:12px;}
.right_side_icon{width:78px;float:right;margin-right:8px;}
.icon_whole span a{font-family:"Open Sans", OpenSans;color:#333333;font-weight:bold;font-size:12px;xdisplay:block;text-decoration:none;width:85px;text-align:center;}
.rd_whl{text-align:right;width:164px;}
.rd_mr{display:inline-block;float:right;}
.rd_mr .see{display:block;color:#0088cc;font-family:"Open Sans", OpenSans;font-size:12px;text-decoration:none;float:left;}
.rd_mr span.im{display:block;color:#0088cc;font-family:"Open Sans", OpenSans;font-size:12px;border:none;float:left;padding-left:5px;float:right;}
.pic_bot_bg{background-image:url(/wp-content/themes/runapptivo/images/slider_bx_bot_bg.png);background-repeat:no-repeat;width:194px;height:9px;}
.content_top_whole .content_right{float:left;padding-left:2px;width:322px;}
.rgt_icon_whl{width:320px;display:inline-block;}
.rgt_icon_whl a{color:#333333;display:block;font-family:"Open Sans", OpenSans;font-size:11px;font-weight:normal;text-decoration:none;text-align:center;}
.rgt_icon{float:left;padding-left:9px;width:70px;height:80px;overflow:hidden;}
.cont_log_whole{clear:both;width:990px;display:inline-block;margin-bottom:11px;}
.leg{color:#333333;display:block;font-family:"Open Sans", OpenSans;font-size:18px;font-weight:normal;text-decoration:none;}
.content_top_whole legend{*height:60px;}
.news_section{display:block;margin:0 0 28px 10px;width:980px;height:45px;padding-bottom:12px;width:980px;}
.news_section a img{width:155px;height:40px;padding:2px 13px;}
.news_section a{float:left;margin:0px 11px 0px 3px;}
.sing{margin-top:7px;padding:0 10px;width:174px;text-align:center;}
.pic_w{margin:0 auto;height:94px;width:75px;}
.pic_w a{color:#333333;display:block;font-family:"Open Sans", OpenSans;font-size:14px;font-weight:bold;text-decoration:none;}
.feature_cnt{float:left;width:1000px;}
.feat_cnt_1{width:320px;float:left;padding:0px 5px;}
.feat_cnt_1 p{float:left;font-family:"Open Sans",OpenSans;font-size:13px;font-weight:normal;margin-bottom:5px;margin-top:5px;padding-left:12px;padding-right:10px;text-decoration:none;width:298px;}
.feature_heading{font-family:Oswald;font-size:21px;margin:0 0 5px 10px;width:630px;color:#4d4d4d;}
.blogpost{width:660px;float:left;padding:0px;}
.blogpost .top{background-image:url(/wp-content/themes/runapptivo/images/conbox_top.jpg);background-repeat:no-repeat;width:660px;height:14px;float:left;}
.blogpost .middle{background-image:url(/wp-content/themes/runapptivo/images/conbox_middle.jpg);background-repeat:repeat-y;width:630px;xfloat:left;display:inline-block;padding-left:30px;}
.left_setion .heading{float:left;font-family:Oswald;font-size:18px;margin:0;width:630px;float:left;margin-bottom:10px;color:#4D4D4D;}
.inr_cnt_whl{display:inline-block;width:465px;}
.inr_cnt_whl .left{width:192px;border:1px solid #CCC;float:left;margin:0px;min-height:138px;padding:2px;text-align:center;}
.inr_cnt_whl .right{float:left;margin:0 5px 0 10px;padding:0;width:245px;min-height:180px;}
.inr_cnt_whl .right .title{font-family:"Open Sans", OpenSans;font-size:14px;font-weight:bold;color:#4d4d4d;line-height:17px;}
.inr_cnt_whl .right .title a{font-family:"Open Sans", OpenSans;font-size:16px;font-weight:bold;color:#4d4d4d;}
.inr_cnt_whl .right p{padding:10px 0px;font-size:13px;margin:0px;font-family:"Open Sans", OpenSans;color:#4d4d4d;}
.inr_cnt_whl .rdmore{float:right;margin:0px;padding-right:10px;}
.inr_cnt_whl .rdmore a{color:#0088cc;font-size:13px;float:left;line-height:20px;}
.inr_cnt_whl .rdmore span{xfloat:right;padding:0px;margin:0px;}
.blogpost .bottom{background-image:url(/wp-content/themes/runapptivo/images/conbox_bottom.jpg);background-repeat:no-repeat;width:660px;height:14px;float:left;}
.happycus{width:330px;float:left;padding:0px;margin:0px;}
.happycus .topsec{background-image:url(/wp-content/themes/runapptivo/images/tesbox_top.jpg);background-repeat:no-repeat;width:325px;height:12px;xfloat:left;display:block;}
.happycus .middlesec{background-image:url(/wp-content/themes/runapptivo/images/tesbox_middle.jpg);background-repeat:repeat-y;width:325px;display:block;height:286px;}
.happycus .middlesec .heading{font-family:Oswald;font-size:18px;margin:0;width:300px;height:27px;xfloat:left;xmargin-bottom:10px;padding-left:30px;}
.happycus .middlesec .happycus_slider{float:left;min-height:154px;}
.customer_tes{width:270px;height:150px;float:left;}
.customer_tes .prop{margin:0px;padding:0px;float:left;font-weight:bold;}
.customer_tes .prop p{margin:0px;padding:0px;font-weight:bold;font-size:14px;padding-left:30px;}
.customer_tes .prop span{margin:0px;padding:0px;xfont-weight:bold;font-size:12px;color:#F60;padding-left:30px;}
.customer_tes .quote{width:270px;margin:0px;padding:0px 20px;}
.customer_tes .quote p{font-family:Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;font-size:12px;margin:0px;}
.imgright{float:right;padding:10px;}
.happycus .bottomsec{background-image:url(/wp-content/themes/runapptivo/images/tesbox_bottom.jpg);background-repeat:no-repeat;width:325px;height:12px;xfloat:left;}
.activitywidget{width:320px;padding:0px;float:left;margin:10px 0px;}
.activitywidget .top_part{background-image:url(/wp-content/themes/runapptivo/images/titlebg.jpg);width:322px;height:45px;margin:0px;padding:0px;}
.top_part .socialicon{padding:8px 0px 0px 30px;margin:0px;width:50px;height:35px;float:left;}
.top_part span{float:left;font-family:Oswald;font-size:18px;margin:0;padding-left:10px;padding-top:10px;width:200px;}
.activitywidget .bottom_part{border:1px solid #CCCCCC;height:260px;margin:2px 0 0 1px;padding-bottom:0;padding-right:0;padding-top:0;width:318px;overflow-y:hidden;}
.widgetspace{width:9px;height:305px;float:left;padding:0px;margin:0px;}

#run_sidebar_wgt li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
#run_sidebar_wgt li.widget_text, #run_sidebar_wgt li.most_pop {
    background-color:#fcfcfc;
    border:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:0 0 1px 1px #fff inset, inset 0 0 20px 3px rgba(230, 226, 220, .6);
    -webkit-box-shadow:0 0 1px 1px #fff inset, inset 0 0 20px 3px rgba(230, 226, 220, .6);
    box-shadow:0 0 1px 1px #fff inset, inset 0 0 20px 3px rgba(230, 226, 220, .6); color:#666;
    margin-left:7px;
    margin-bottom: 20px;
}
/* =Header
-------------------------------------------------------------- */

/*END OF FOOTER*/
#searchform #searchsubmit{
    background: url("images/top_green.png") repeat-x transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border:1px solid #88C612;
    width: 110px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 26px;
}
#searchform #searchsubmit:hover{
    background: url("images/top_green_hover.png") repeat-x  transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
   border:1px solid #88C612;
    width: 110px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#searchform #s {height: 19px;}


#dd_ajax_float{
        background:none repeat scroll 0 0 #FFFFFF;
        border:1px solid #DDDDDD;
        float:left;
        margin-left:0px;
        margin-right:10px;
        margin-top:10px;
        position:absolute;
        left:60px;
        z-index:9999;
       display:block;
}
.dd_post_share
{
margin-left: -100px !important; position: absolute !important;
}
#drilldown_post .dd_post_share
{
margin-left: 0 !important; 
}