/* @override http://gurustugroup.com/new/wp/wp-content/themes/gurustu/style.css */

/*
Theme Name: GuRuStu Group theme
Theme URI: http://gurustugroup.com/our-theme
Description: 
Author: Patrick Forringer, Stuart McDaniel
Version: 0.3
*/


/* --------------------------------------------------------------

   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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	/*clear: both;*/
}
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; }
a:active,
a:focus {
	outline: 0;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -242px 0 0;
	width: 940px;
}
#content {
	margin: 0 244px 0 12px;
}
#primary,
#secondary,
#blog_side{
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn #content {
	margin: 0 auto;
	width: 640px;
}

/*
two col
*/
#container.twocol,
body.home div#container{
	margin: 0 -476px 0 0;
}
#container.twocol #content,
body.home #content {
	margin-right: 476px;
}

#widg_twocol{
	width: 464px;
	float: right;
	padding-bottom: 12px;
}
	#widg_twocol #aux {
		float: left;
		width: 220px;
		overflow: hidden;
	}
	#widg_twocol #main_col{
		float: right;
		width: 220px;	
	}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: 'Lucida Sans Unicode','Lucida Grande', "Helvetica Neue", Arial, Helvetica,sans-serif; */
	font-family: "droid-sans-1", "droid-sans-2", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3#comments-title,
h3#reply-title,
.access .menu,
#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_search label,
.widget-title
{
	/*	font-family: 'Lucida Sans Unicode','Lucida Grande', "Helvetica Neue", Arial, Helvetica,sans-serif; */
		font-family: "droid-sans-1", "droid-sans-2", Arial, Helvetica, sans-serif;
	}

	pre {
		/*font-family: "Courier 10 Pitch", Courier, monospace;*/
		font-family: "droid-sans-mono-1","droid-sans-mono-2",monospace,sans-serif;
	}

	code {
		/*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
		font-family: "droid-sans-mono-1","droid-sans-mono-2",monospace,sans-serif;
	}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.access .menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
body{
	padding-bottom: 1px;
}
#wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	padding: 0px;
	border: 4px solid #1f1f1f;
	/*-webkit-box-shadow: 0px 3px 8px #222;
	-moz-box-shadow: 0px 3px 8px #222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	padding-left: 12px;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 12px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#footer-widget-area .widget-container{
	width: 220px;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #535353 url(images/bg_rep.gif);
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* 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: #FFFFCC;
}
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 dashed #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:visited,
a:link {
	color: #0070e6;
}

a:active,
a:hover {
	color: #a6a5a2;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	float: left;
	margin-top: 0px;
	padding: 34px 0 24px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
#site-title {
	float: left;
	margin: 0 ;
	width: 210px;
	font-size: 30px;
	line-height: 36px;
	padding-left: 27px;
}
#site-title span{
	display: block;
}
#site-title a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url(images/gurustu_logo.png) no-repeat left top;
	width: 185px;
	height: 59px;
	text-indent: -50em;
	overflow: hidden;
}
#site-title a:hover {
	background-position: left bottom;
}
#site-description {
	display: none;
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}
p#quote {
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	right: 20px;
	top: 18px;
	margin: 0;
}
	p#quote a.q_text{
		display: block;
		text-decoration: none;
		color: #6e6e6e;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 2px;
	}
	p#quote a.q_text:hover{
		text-decoration: none;
		color: #a8a8a8;
	}
		p#quote a.q_text span{
			color: #0761e2;
		}
		/*p#quote a:hover span{
			text-decoration: underline;
			color: #0761e2;
		}*/
		p#quote cite{
			text-transform: capitalize;
			font-size: 9px;
			margin-top: -1px;
			display: block;
			color: #9f9f9f;
			font-weight: normal;
			font-style: normal;
		}
		p#quote cite a{
			color: #9f9f9f;
			border-bottom: 1px dashed #dbdbdf;
			text-decoration: none;
		}
			p#quote cite a:hover{
				border-bottom: none;
			}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
}



/* =Menu
-------------------------------------------------------------- */

.access {
	background: #f5f5f5;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	border-bottom: 1px solid #ddd;
}
.access .menu {
	font-size: 13px;
	overflow: hidden;
	width: 940px;
}

.foot_nav .access{
	border-top: 1px solid #ddd;
}
.access .menu ul {
	list-style: none;
	margin: 0;
	float: left;
	padding-left: 23px;
}
.access .menu li {
	float: left;
	position: relative;
}
.access a {
	display:block;
	text-decoration:none;
	color: #737373;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 30px;
}
.access a:visited {
	color: #737373;
}
	.access div.menu ul > li > a {
		padding-top: 4px;
	}
	
.access ul ul {
	display:none;
	position:absolute;
	top:29px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
.access ul ul ul {
	left:100%;
	top:0;
}
.access ul ul a {
	background: #ebebeb;
	height: auto;
	line-height: 1em;
	padding: 10px !important;
	width: 130px;
}
.access li:hover > a,
.access ul ul :hover > a {
	color: #252525;
	background: #ebebeb;
}
.access ul li:hover > ul {
	display:block;
}

.menu li.page-item-1099 a {
	color: #ff322f;
}
.menu li.page-item-1099 a:hover {
	
}

body.realok-page{
	
}

body.realok-page #site-title a {
	background: url(images/logos.png) no-repeat right top;
	height: 82px;
	width: 182px;
	margin-top: -9px;
}
body.realok-page #site-title a:hover {
	background-position: right bottom;
}

body.realok-page{
	
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 12px 0 0 0;
}
#content {
	clear: both;
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 12px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 14px;
}
#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 pre{

}
#content code {
/*
	text-overflow: clip;
	word-wrap: break-word;
*/
	color: #49505a;
	font-size: 13px;
	overflow-x: scroll;
	background-color: #cae0eb;
	padding: 1em 1.5em;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	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 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
	overflow: hidden;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #0070e6;
	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;
}
.entry-title,
.entry-meta {
	clear: left;
	margin-right: 0;
}
#content .entry-title {
	width: 100%;
	font-weight: bold;
	margin-bottom: 0;
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	font-style: normal;
	font-size: 17px;
	margin-bottom: 6px;
	display: block;
	margin-top: 2px;
}

.entry-title a:link, .entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #0370e6;
}
.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;
}
body .entry-content,
body .entry-summary {
	clear: both;
	font-size: 13px;
	color: #686768;
	line-height: 19px;
	padding: 6px 0 0;
}
#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 14px;
}
.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%;
}

.entry-content blockquote{
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	overflow: visible;
}

.entry-content blockquote p{
	position: relative;
	z-index: 50;
}
.entry-content blockquote:after,
.entry-content blockquote:before{
	position: absolute;
	color: #f0f6fc;
	z-index: 30;
	line-height: 1em;
	font-size: 25em;
}
.entry-content blockquote:before{
	content: '“';
	left: -60px;
	top: -0.11em;
}
.entry-content blockquote:after{
	content: '”';
	right: 44px;
	bottom: -150px;
}

.page-link {
	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:#444;
	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;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.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 .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.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
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
	padding: 4px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.entry-content a:has(img){

}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 10px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #e3e3e3;
}
#content .wp-caption img {
	margin: 5px;
	padding: 0px;
	background: none;
	border: none;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	/*width: 33%;*/
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.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;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
	clear: both;
}

/* @group Comments */

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

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	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;
}
#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;
}
.edit-link{
	clear: both;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* @group Comments form */

/* Comments form */
#respond {
	clear: both;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 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;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px 0;
	width:98%;
}
#respond textarea {
	width:99%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}

/* @end */

/* @end */

/* @group Widget Areas */

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-container {
	padding-bottom: 12px;
	float: left;
	min-width: 200px;
}
#aux.widget-area .widget-container {
	width: 220px;
}
.widget-title {
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 0;
}

#sub_page_sidebar .widget-title {
	margin-bottom: 0;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	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 {
	height: 11px;
	width: 11px;
}

/* @group Meetup Widget */

.meetup_widget{
	position: relative;
	width: 220px;
}

.meetup_widget img{
	float: left;
	width: 63px;
	margin-bottom: 7px;
}

.meetup_widget h3{
	position: absolute;
	width: 220px;
	top: 4px;
}
.meetup_widget h3 a{
	display: block;
	padding-left: 72px;
	color: #1d1d1d;
}

.meetup_widget p{
	clear: both;
	margin-bottom: 6px;
	margin-top: 6px;
}
.meetup_widget p.ppl{
	padding-left: 5px;
}
.meetup_widget p.ppl span:first-child{
	font-weight: bold;
}


/*.meetup_widget p span.more_info{
	float: right;
	background-color: #feffcf;
	padding-right: 6px;
	padding-left: 6px;
	border: 1px solid #f6d654;
	padding-top: 2px;
	margin-top: -3px;
}*/

.meetup_widget p span.more_info {
	background-color:#FEFFCF;
	border:1px solid #F6D654;
	float:right;
	margin-top:-2px;
	line-height: 16px;
	padding: 2px 3px;
}

.meetup_widget p.countdown{
	height: 23px;
	padding: 4px 6px 3px 4px;
	color: #494949;
	line-height: 23px;
	font-size: 11px;
	background: #d6d6d6 url(images/meetup_time_bg.png) no-repeat left top;
}

.meetup_widget p.countdown span{
	background-color: #fdfcfd;
	padding: 2px 5px;
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #4f4f50;
	font-weight: bold;
	font-size: 15px;
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

/*.meetup_widget p.countdown{
	background-color: #d6d6d6;
	padding: 3px 5px 2px 3px;
	color: #252525;
	line-height: 23px;
	-webkit-border-radius: 5px;
	font-size: 11px;
	border: 1px solid #a2a2a2;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.14, rgb(214,214,214)),
	    color-stop(0.82, rgb(237,237,237)),
	    color-stop(0.96, rgb(214,214,214))
	);
	background:-moz-linear-gradient(
	    center bottom,
	    rgb(214,214,214) 14%,
	    rgb(237,237,237) 82%,
	    rgb(214,214,214) 96%
	);
	
}

.meetup_widget p.countdown span{
	
	background-color: #f6f6f6;
	
	background:-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.14, rgb(246,246,246)),
	    color-stop(0.92, rgb(186,186,186))
	);
	background:-moz-linear-gradient(
	    center bottom,
	    rgb(246,246,246) 14%,
	    rgb(186,186,186) 92%
	);
	
	padding: 2px 5px;
	display: block;
	float: left;
	margin-right: 4px;
	line-height: 18px;
	-webkit-border-radius: 4px;
	color: #4f4f50;
	font-weight: bold;
	font-size: 16px;
}*/
/* @end */

/* @end */

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	width: 220px;
	margin-right: 12px;
}
#blog_side{
	width: 220px;
	margin-right: 12px;
	margin-bottom: 12px;
	overflow: visible;
}
#blog_side .widget-container {
	padding-bottom: 12px;
	float: left;
	width: 220px;
}

#secondary {
	padding: 9px;
	width: 200px;
	border: 1px solid #e3e3e3;
	background: #f6f6f6;
	margin-right: 12px;
	margin-bottom: 12px;
	overflow: visible;
}
#widg_twocol #secondary {
	margin-bottom: 0;
}
#secondary > ul{
	margin-bottom: 0;
}

/* @group Portfolio Items */
#port-side{
	float: right;
	width: 219px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	overflow: hidden;

}
#port-side .widget-container{
	
}

#port-side .widget_jh_portfolio_gallery-ext{
	
}

#port-side .widget_jh_portfolio_gallery-ext h4{
	display: none;
}

#port-side li.widget-container h4{
	font-size: 15px;
	margin-bottom: 6px;
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
}

#port-side li.widget-container p{
	margin-bottom: 8px;
}

#port-side{
	
}

#port-side{
	
}

#nav-port{
	clear: both;
}
#items{
	float: left;
	width: 465px;
}
/*body.page #items{
	width: 464px;s
}*/
body.page #items .item{
	width: 210px;
	margin-right: 12px;
	float: left;
	margin-bottom: 13px;
	background-color: #f6f6f6;
	padding: 4px;
	border: 1px solid #e3e3e3;
}
body.page #items .item a{
	text-decoration: none;
	
}
body.page #items .item a:hover{
	opacity: 0.4;
	filter:alpha(opacity=40);
}

body.page #items .item img{
	display: block;
	margin: 0;
	width: 210px;
}
body.page #items .item h4{
	font-size: 10px;
	margin: 4px 0 0;
	text-decoration: none;
	line-height: 15px;
	color: #808080;
}

body.single #items .item{
	width: 452px;
}
body.single #items .item h4{
	font-size: 21px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e3e3e3;
}
body.single #items .item .entry{
	padding: 4px;
	font-size: 12px;
	color: #686768;
	line-height: 19px;
}
body.single #items .item .entry{
	
}

/* @end */



/* @group Front Page Specific */

body.home .entry-utility {
	display: none;
}
body.home .entry-content{
	padding: 4px;
	font-size: 12px;
	color: #686768;
	line-height: 19px;
}
body.home .entry-meta{
	display: none;
}

body.home #main #container #content h2.entry-title{
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	margin-top: 25px;
	padding-left: 4px;
	margin-bottom: 6px;
	display: block;
	width: 448px;
}
/* @group Front_page_portfolio_item */

.front_portfolio_item{
	border-bottom: 2px solid #e3e3e3;
	width: 452px;
}

.front_portfolio_item a.main_img{
	display: block;
	line-height: 0;
	background-color: #f6f6f6;
	border: 1px solid #e3e3e3;
	padding: 4px;
}
.front_portfolio_item a.main_img:hover{
	/*border-width: 2px;
	margin: -1px;*/
	border-color: #babbbb;
}

.front_portfolio_item a.main_img img{
	
}
.front_portfolio_item h2{
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	margin-top: 9px;
	padding-left: 4px;
	margin-bottom: 6px;
	padding-top: 5px;
}
.front_portfolio_item h2 a{
	text-decoration: none;
	color: #000;
}
.front_portfolio_item h2 a:hover{
	text-decoration: underline;
}

.front_portfolio_item{
	
}

.front_portfolio_item .excerpt{
	padding: 4px;
	font-size: 12px;
	color: #686768;
	line-height: 19px;
}
.front_portfolio_item .excerpt .read_on{
	display: block;
	text-align: right;
	margin-bottom: 6px;
}
/* @end */


/* @end */


/* @group Footer */

/* =Footer
-------------------------------------------------------------- */
#footer {
}
#colophon {
	border-top: 1px solid #fff;
	background: #f5f5f5;
	padding: 12px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin-left: 1px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}


/* @group Footer widget areas */

#footer-widget-area {
	
}

#footer-widget-area .widget-area ul{
	margin: 0;
}
#footer-widget-area .widget-area ul li{
	padding-bottom: 0;
}

/* @group Map Widget */

#footer-widget-area #second.widget-area{
	width: 452px;
}
.google_maps_widget{
	width: 451px;
	position: relative;
	line-height: 0;
}
#footer-widget-area #second.widget-area .google_maps_widget a{
	width: 447px;
	display: block;
	border: 1px solid #e3e3e3;
	padding: 1px;
	background: #fff;
	overflow: hidden;
	line-height: 0;
	height: 159px;
}
#footer-widget-area #second.widget-area .google_maps_widget a:hover{
	text-decoration: none;
	border-color: #fff;
}
.google_maps_widget img{
	display: block;
}

body .google_maps_widget p{
	color: #000;
	line-height: 17px;
	position: absolute;
	right: 5px;
	bottom: 0;
	margin: 0;
	font-size: 10px;
	text-align: right;
}

.google_maps_widget{
	
}

/* @end */

/* @group Contact Info Widget */

#footer-widget-area .contact_info_widget{
	border: 1px solid #e3e3e3;
	background-color: #fff;
	padding: 9px 9px;
}
	.contact_info_widget h3{
		color: #000;
		font-size: 12px;
	}
	.contact_info_widget h4{
		margin-top: -3px;
		color: #035cbe;
		font-size: 11px;
		font-style: italic;
	}
	.contact_info_widget p{
		margin: 5px 0;
	}

#footer-widget-area .contact_info_widget{
	width: 200px;
}

#main div.entry-content .contact_info_widget{
	margin-bottom: 30px;
}
	#main div.entry-content .contact_info_widget h3{
		color: #000;
		font-size: 19px;
	margin-bottom: 5px;
}
	#main div.entry-content .contact_info_widget h4{
		margin-top: -8px;
		color: #035cbe;
		font-size: 14px;
		font-style: italic;
	margin-bottom: 12px;
}
	#main div.entry-content .contact_info_widget p{
		margin: 5px 0;
	}


/* @end */

/* @group Contact Form Widget */

.contact_form_widget{
	
}

.contact_form_widget .error{
	text-align: center;
	display: block;
	border: 1px solid #f13d00;
	background-color: #fbd0c1;
	padding: 5px;
	color: #744b3f;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 4px;
}
.contact_form_widget .success{
	text-align: center;
	display: block;
	border: 1px solid #68c65b;
	background-color: #bef7bb;
	padding: 5px;
	color: #3f5a39;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 4px;
}

.contact_form_widget .req{
	color: red;
	display: none;
}
.contact_form_widget p,
.contact_form_widget .bline,
.contact_form_widget .inline
{
	font-size: 10px;
	line-height: 18px;
	display: inline;
	
}
.contact_form_widget p{
	margin-bottom: 0;
	clear: both;
	display: block;
}
.contact_form_widget input.inline.full{
	width: 100%;
}

.contact_form_widget textarea.inline.full{
	height: 18px;
	width: 100%;
	display: block;
	overflow: scroll-y;
	margin-bottom: 4px;
}
.contact_form_widget .bline,
.contact_form_widget .inline{
	padding: 0;
	display: inline;
	border: none;
	background: #FFFFDD none;
	border-bottom: 1px dashed #a0a0a0;
	width: 11em;
}
.contact_form_widget .bline{
	/*margin-bottom: 4px;*/
	width: 94px;
}
.contact_form_widget .bline,
.contact_form_widget .inline,
.contact_form_widget textarea{
color: #0070e6;
}
.contact_form_widget .t_btn{
	margin-top: -13px;
	float: right;
	width: 78px;
}
/* @end */

/* @end */

/* @end */

/* @group Custom Widget Styling */

/* @group Work tax Widgets */

li.widget_tag_cloud_v2 .widget-title span,
li.work_tax_hierarchical .widget-title span{
	color: #a1a1a1;
	float: right;
	font-size: 9px;
}

li.widget_tag_cloud_v2,
li.work_tax_hierarchical{
	
}

/* @end */

/* @group Author Widget */

.widget_authors ul{
	margin-left: 0 !important;
}

.widget_authors li{
	margin: 5px 0;
	list-style: none;
}

.widget_authors li img.avatar{
	margin-right: 5px;
}

/* @end */

/* @group Front page work thumbs */
body.page-id-8 #widg_twocol #aux{
	overflow: visible;
}
body.page-id-8 #aux .work_thumbs{
	overflow: visible !important;
}
body.page-id-8 #aux .work_thumbs #work_thumbs.front{
	margin-top: -3px;
	overflow: visible;
	margin-left: -2px;
	margin-right: 0;
}
body.page-id-8 #aux .work_thumbs #work_thumbs.front .small-cell{
	margin-left: 0;
	margin-right: 0;
}
	/*body.page-id-8 #aux .work_thumbs #work_thumbs.front .small-cell.selected{
	border-color: red;
	position: relative;
	overflow: visible;
}*/

/*body.page-id-8 #aux .work_thumbs #work_thumbs.front .small-cell.selected span{
	position: absolute;
	top: 40px;
	left: -32px;
	width: 30px;
	height: 20px;
	border: 1px solid red;
	border-right-color: #fffeff;
	background-color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}*/

body.page-id-8 .work_thumbs{
	
}

/* @end */

/* @group My Group */

#jh-portfolio-slides{
	
}

#main #jh-portfolio-slides ul{
	margin: 0;
}

#main #jh-portfolio-slides ul li{
	margin: 7px 0;
	line-height: 0;
	height: 104px;
}
#main #jh-portfolio-slides ul a{
	display: block;
	padding: 1px;
	border: 1px solid #babbbb;
	line-height: 0;
	overflow: hidden;
	width: 216px;
}

#main #jh-portfolio-slides ul a:hover{
	border-color: #e3e3e3;
}

#main #jh-portfolio-slides ul a img{
	display: block;
}


/* @end */

/* @group Services we Provide */

.services_links_widget{
	
}

#main #aux .services_links_widget ul.services{
	margin: 0;
}

#main #aux .services_links_widget ul.services li{
	list-style: none;
	margin: 5px 0;
	line-height: 0;
	height: 24px;
	width: 212px;
}

#main #aux .services_links_widget ul.services li a{
	padding: 7px 3px 5px;
	border: 1px solid #dadada;
	display: block;
	width: 100%;
	line-height: 1em;
	text-transform: uppercase;
	color: #0068d8;
	font-size: 12px;
}
#main #aux .services_links_widget ul.services li a:hover{
	background-color: #e5e7e7;
	text-decoration: none;
}

.services_links_widget{
	
}

.services_links_widget{
	
}

/* @end */

/* @group Client Login and PM login */
.client_login_pm_widget,
.client_login_widget{
	float: left;
	width: 200px;
}
.client_login_pm_widget p,
.client_login_widget p{

}
.client_login_pm_widget h3,
.client_login_widget h3{
	margin-bottom: 12px;
}
.widget_gurustu_multi_widget p.forms{
	float: left;
	margin-bottom: 0;
}
.widget_gurustu_multi_widget p.forms input{
	display: block;
	margin: 0 0 10px 0;
	float: left;
	width: 188px;
	padding: 6px 5px 2px;
	border: 1px solid #dadada;
	line-height: 1em;
}
.widget_gurustu_multi_widget p.rem{
	float: left;
	margin-bottom: 10px;
	margin-left: 4px;
}
.widget_gurustu_multi_widget p.login{
	float: right;
}
.widget_gurustu_multi_widget button{
	width: 54px;
}

/* @end */

/* @group Connect Socially */

#main div.social_links_widget ul.social_links{
	margin: 0;
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 2px;
}

#main div.social_links_widget ul.social_links li{
	float: left;
	list-style: none;
	margin-right: 15px;
	width: 32px;
}
#main div.social_links_widget ul.social_links li.li{
	margin-right: 0;	
}
#main div.social_links_widget ul.social_links li a{
	width: 32px;
	display: block;
	float: left;
	line-height: 0;
}
#main div.social_links_widget ul.social_links li a img{
	padding: 0;
	border: none;
}
	#main div.social_links_widget ul.social_links li a:hover img{
		position: relative;
		top: 1px;
	}
	#main div.social_links_widget ul.social_links li a:active img{
		opacity: 0.6;
		filter:alpha(opacity=60);
	}
		
div.entry-content div.widget{
	float: left;
	width: 280px;
}

div.entry-content div.widget h2.widgettitle{
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 2px !important;
}
/*div.entry-content*/

/* @end */




/* @group Blog roll */

#main #aux .widget_recent_entries_extended{
	margin-bottom: 0;
}
#main #aux .widget_recent_entries_extended h4{
	font-size: 13px;
}
#main #aux .widget_recent_entries_extended ul,
#main #secondary .widget_recent_entries_extended ul{
	margin: 0;
}

.widget_recent_entries_extended ul li{
	list-style: none;
	margin: 5px 0;
}

.widget_recent_entries_extended ul li p {
	margin-bottom: 0;
}
.widget_recent_entries_extended ul li a.read_on{
	float: right;
}
a.read_on{
	display: block;
	text-align: right;
}

/* @end */

/* @group Twitter */

#text-4{
	margin-left: -9px;
	width: 218px;
	overflow: hidden;
	clear: left;
}

#text-4 > h3{
	display: none;
}
#text-4  .twtr-widget-profile{
	position: relative;
	clear: both;
}
#text-4  .twtr-widget-profile img.twtr-profile-img {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* @end */

/* @group Facebook */

#text-5{
	padding-bottom: 0;
}

#text-5 h3{
	display: none;
}
#text-5 iframe{
	margin-left: -10px;
}
/* @end */


/* @group Searchbar */
li.widget_search{
	float: left;
	width: 220px;
}
li.widget_search label{
	display: none;
}
li.widget_search form{
	float: left;
}
li.widget_search form div{
	float: left;
	width: 220px;
}

li.widget_search #s{
	border: 1px solid #dadada;
	float: left;
	width: 150px;
	font-size: 12px;
	line-height: 15px;
	padding: 3px;
	margin: 0;
}

li.widget_search #searchsubmit{
	float: right;
	width: 53px;
}
/*li.widget_search #searchsubmit{
	border: 1px solid #c5c5c5;
	background: #d8d8d8;
	float: right;
	margin: 0;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 5px;
	width: auto;
	overflow: visible;
}*/
.button,
.t_btn{
	border: 1px solid #c5c5c5;
	background: #d8d8d8;
	margin: 0;
	font-size: 10px;
	padding: 4px 8px;
	cursor: pointer;
	width: auto;
	overflow: visible;
	color: #595959;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	line-height: 6px;
	height: 23px;
}
.button:hover,
.t_btn:hover{
	color: #555;
	background: #fff;
}
.button:active,
.t_btn:active{
	line-height: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	outline: none;
}
/* @end */



/* @end */

/* @group Our Clients */

.page-id-6 h1,
#post-389 h1 {
	display: none;
}

.page-id-6 .entry-content,
#post-389 .entry-content {
	padding: 0px;
}

#ourclients table {
	border: collapse;
	border: 0px;
}
#ourclients tr{
	
}
#ourclients tr td {
	border: none;
	position: ;
	width: 220px;
	height: 100px;
	padding: 0 9px 5px 0;
}
#ourclients a{
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}
#ourclients img {
	border: 1px solid #DADADA;
	margin: 0px;
	padding: 0px;
	line-height: 0;
	/*opacity: 0.1;*/
}
div.popover{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: center;
	width: 220px;
}

/*.aboutclient {
	display: none;
	font-size: 75%;
	width: 220px;
	background: #CCC;
	position: absolute;
}*/

/* @end */

/* @group Special Content */


#content.sub_page_disp #work_thumbs{
	margin-left: -2px;
}

#sub_page_sidebar{
	float: right;
	width: 220px;
	overflow: hidden;
	margin: 5px 0 10px;
}

#content.sub_page_disp{
	
}
#sub_page_sidebar ul{
	margin-left:  0;
}
#sub_page_sidebar .widget-container a{
	text-decoration: none;
}
#sub_page_sidebar h4{
	margin-bottom: 0px;
}
#content.sub_page_disp div.page{
	
}
#content.sub_page_disp div.page .entry-content{
	clear: none;
	float: left;
	width: 450px;
}

ul#page_list{
	padding: 10px 0 10px 10px;
	border: 1px solid #e3e3e3;
	position: relative;
	z-index: 100;
	margin: 0;
	margin-bottom: 10px;
}
ul#page_list li.pagenav{
	/*float: left;
	width: 210px;*/
}
ul#page_list li.title{
	font-size: 15px;
	line-height: 17px;
	border-bottom: 1px solid #efefef;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #808080;
	margin-bottom: 10px;
	padding-bottom: 2px;
	list-style: none;
	width: 200px;
}

ul#page_list li{
	text-transform: uppercase;
	list-style: none;
	margin: 5px 0 0;
	width: 100%;
}
	ul#page_list li.current_page_item{
		
	}
	ul#page_list li.current_page_item a{
		color: #808080;
	}
	ul#page_list li a{
		text-decoration: none;
		display: block !important;
		width: 100%;
		font-size: 12px;
		color: #0070e6;
	}
	ul#page_list li a:hover{
		color: #91807f !important;
	}
	ul#page_list li a:visited{
		color: #0070e6;
	}
	/*ul#page_list li h2 a.service_tax{
		position: absolute;
		right: 0;
		top: 0;
		width: 24px;
		height: 24px;
		overflow: hidden;
		display: block;
		text-indent: -40em;
		border: 1px solid #e3e3e3;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		background: url(images/picture_go.png) no-repeat 5px 5px;
	}
ul#page_list dd h2 a.service_tax:hover{
	border-color: #afaeaf;
}*/

#sub_page_sidebar{
	
}

#sub_page_sidebar .section{
	padding: 10px;
	margin: 10px 0;
	/*border: 1px solid #a0c2e5;*/
	background-color: #f9fbfb;
}

#sub_page_sidebar .section h4{
	font-size: 17px;
	text-transform: uppercase;
	color: #595959;
	line-height: 22px;
	margin-top: 5px;
}

#sub_page_sidebar p{
	margin: 5px 0;
}

#content.sub_page_disp #work_thumbs h3{
	margin: 0;
}

#content.sub_page_disp .more_work{
	clear: both;
	width: 222px;
}

#content.sub_page_disp .more_work a{
	width: 176px;
	background-position: 195px;
}

.more_work{
	float: right;
	width: 200px;
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0;
}

.more_work a{
	height: 28px;
	display: block;
	overflow: hidden;
	background: #0070e6 url(images/arrslr.gif) no-repeat 172px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff !important;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 23px;
	padding-left: 23px;
	font-size: 13px;
	text-align: left;
	border-width: 0;
	width: 154px;
}
	.more_work a:hover{
		background-color: #0055b5;
	}
	/*div.slider_cont div.controls a:focus,*/
	.more_work a:active{
		color: #0070e6 !important;
		background-color: #e3edf7;
		outline: none;
	}

/* @end */

/* @group Works */

/* @group Tax page */

#work_thumbs.tax h1{
	margin-left: 5px;
	font-size: 15px;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	padding-right: 0;
	width: 680px;
	padding-top: 3px;
}

/* @end */

/* @group Single views */

/* @group Work Meta */

#content .work-side div.work-meta h3{
	font-size: 15px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content .work-side div.work-meta ul{
	margin: 1px 0 10px;
	list-style: none;
}

#content .work-side div.work-meta ul li{
	margin: 5px 0;
	font-size: 12px;
	line-height: 16px;
}

div.work-meta{
	line-height: 10px;
}

div.work-meta p{
	line-height: 1.5em;
}

div.work-meta.works-nav{
	/*background-color: #eee;*/
	/*padding: 10px;*/
}

/* @group Work Next/Prev Navigation */

#work-navigation{
	overflow: hidden;
}
#work-navigation div{
	width: 100px;
	float: left;
	text-align: center;
	position: relative;
	line-height: 0;
}
#work-navigation div a span{
	top: 0;
	left: 0;
	position: absolute;
	width: 100px;
	height: 50px;
	display: block;
	background-image: url(images/6b.png);
	line-height: 50px;
	overflow: hidden;
}
#work-navigation div a:hover span{
	background-image: none;
	text-indent: -40em;
}

#work-navigation div a img{
	width: 100px;
	height: 50px;
}
	#work-navigation div.work-next{
		float: right;
	}
	
	#work-navigation div.work-previous{
		margin-right: 20px;
		float: left;
	}
	#work-navigation div a{
		color: #fff;
		display: block;
		text-decoration: none;
		
	}

/* @end */

/* @end */

.single-works .works{
	
	/*background-color: #f6f6f6;*/
}
/* main work area */
.work-main{
	float: left;
	width: 450px;
	position: relative;
}

#content .work-main h2{
	font-size: 15px;
	float: none;
	display: block;
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* @group Slider Nav */

.work-main div.work-nav{
	position: absolute;
	right: 0;
	top: 0px;
	background-image: url(images/6b.png);
	font-size: 12px;
	line-height: 28px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	padding: 3px 2px;
}

div.slider_cont div.controls a {
	height: 28px;
	float: left;
	display: block;
	overflow: hidden;
	background: #0070e6 url(images/arrslr.gif) no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fffeff;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 59px;
	padding-right: 23px;
	padding-left: 23px;
	font-size: 13px;
}
	div.slider_cont div.controls a.disabled:active,
	div.slider_cont div.controls a.disabled:hover,
	div.slider_cont div.controls a.disabled{
		background-color: #e2e2e2;
		color: #fff;
		cursor: default;
	}
	div.slider_cont div.controls a.prev{
		background-position: -22px center;
		margin-right: 6px;
		text-align: right;
	}
	div.slider_cont div.controls a.next{
		background-position: 78px center;
		text-align: left;
	}
		div.slider_cont div.controls a:hover{
			background-color: #0055b5;
		}
		/*div.slider_cont div.controls a:focus,*/
		div.slider_cont div.controls a:active{
			color: #0070e6;
			background-color: #e3edf7;
			outline: none;
		}
		
div.slider_cont li a:hover{
	opacity: 0.6;
	filter:alpha(opacity=60);
}
div.slider_cont li a:active{
	position: relative;
}

/* @end */
body.js div.image-slider div.loading-wrapper {
	background: #cfcfcf url(images/loading.gif) no-repeat center center;
	line-height: 0;
	overflow: hidden;
	width: 442px;
	height: 340px;
}
body.js div.image-slider{
	overflow: hidden;
	width: 442px;
	height: 340px;
}
body.js div.image-slider div.slider div.loading-wrapper ul li  {
	position: relative;
	display: none;
}

div.image-slider  {
	border:1px solid #cfcfcf;
	padding:4px;
}
li.slide-option {
	display:none;
}

/* Slider menu*/
div.image-slider div.loading-wrapper div.slider-menu {
	display: none;
	position: absolute;
	color: #ffffff;
	top: 105px;
	left: 100px;
	padding: 16px 1px;
	text-align: center;
	background: url(images/7bl.png) repeat left top;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 2px solid #fff;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px 2px 10px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0px 2px 10px;
}

#content div.slider-menu h3 {
	color: #ffffff;
	font-size: 14px;
	margin: 0 0px 4px;
	padding-right: 10px;
	padding-left: 10px;
}
#content div.slider-menu p {
	overflow: hidden;
	width: 200px;
	font-size: 12px;
	margin: 2px 10px 11px;
}

body.js  div.slider-menu .menu{
	clear: both;
	width: 220px;
	border-top: 1px solid rgba(0,0,0,0.36);
	padding-top: 12px;
}

body.js div.image-slider div.slider-menu .menu a{
	display: block;
	width: 35px;
	height: 14px;
	float: left;
	padding-top: 38px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	color: #8a8a8a;
}
body.js  div.slider-menu .menu a:hover{
	opacity: 0.5;
	/*filter:alpha(opacity=50);*/
}
body.js  div.slider-menu .menu a.link{
	margin-left: 50px;
	background: url(images/work-menu.png) no-repeat left top;
}
body.js  div.slider-menu .menu a.link.no-link{
	cursor: default;
	opacity: 0.1;
	filter:alpha(opacity=10);
}
body.js  div.slider-menu .menu a.zoom{
	margin-left: 50px;
	background: url(images/work-menu.png) no-repeat right top;
}

div.image-slider div.slider-menu a:active,
div.image-slider div.slider-menu a:link,
div.image-slider div.slider-menu a:visited,
div.image-slider div.slider-menu a:hover {
	color: #ffffff;
}
/*
body.js div.image-slider div.slider ul li div.slider-menu div.title { position:relative; z-index:100;font-weight:bold;}
body.js div.image-slider div.slider ul li div.slider-menu div.background{ left:0px;top:0px;width:100%;height:100%;position:absolute;background:#000000;-webkit-border-bottom-radius: 8px;-moz-border-radius: 8px;opacity:0.7}
body.js div.image-slider div.slider ul li div.slider-menu div.enlarge {position:relative;z-index:100;margin:16px 0px;}
body.js div.image-slider div.slider ul li div.slider-menu div.visitSite {position:relative;z-index:100;}
*/

.work-main div.image-slider ul{
	list-style: none;
	margin: 0 !important;
	display: ;
}

	.work-main div.image-slider li{
		display: none;
		margin: 0;
		line-height: 0;
		position: relative;
		overflow: hidden;
	}
	/*.work-main div.image-slider li div.poper{
		position: absolute;
		width: 430px;
		padding: 10px;
		display: none;
		color: #fffeff;
		bottom: 0;
	background: url(images/7b.png) repeat;
}
		#content .work-main div.image-slider li div.poper h4{
			color: #fff;
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 2px;
			line-height: 21px;
		}
	#content .work-main div.image-slider li div.poper p{
		font-size: 10px;
		line-height: 16px;
	margin-bottom: 0;
}*/
	.work-main div.image-slider li img{
		margin: 0;
		border: none;
		line-height: 0;
	}
	
/* Sidebar in single work */
.work-side{
	float: right;
	width: 220px;
}
.hoverscroll{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
/*.hoverscroll .listcontainer{
	position: absolute;
}
*/
body.js div.slider_cont{
	height: 340px;
	line-height: 20px;
	margin-bottom: 20px;
	width: 216px;
	padding: 4px;
	border: 1px solid #cfcfcf;
	margin-left: -6px;
}

#content ul.slider-controls{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 312px;
	overflow: hidden;
	line-height: 0;
}

#content ul.slider-controls li {
	margin-bottom: 4px;
}

.work-side ul#thumb_slider li{
	margin: 0 0 6px;
	padding: 0;
	height: 100px;
}

.work-side ul#thumb_slider li a{
	line-height: 0;
	display: block;
	/*padding: 1px;*/
	width: 219px;
	background-color: #fff;
	/*border: 1px solid #e3e3e3;*/
	overflow: hidden;
}
	.work-side ul#thumb_slider li a:focus,
	.work-side ul#thumb_slider li a:active{
		outline: none;
	}
	.work-side ul#thumb_slider li a:focus{
		/*border-color: #ff4529;
		border-width: 5px;
		position: relative;
		z-index: 40000;
		margin: -5px;*/
	}
	.work-side ul#thumb_slider li a:hover{
				
	}
	
.work-side ul#thumb_slider li a{
	opacity: 0.5;
	filter:alpha(opacity=50);
}
	.work-side ul#thumb_slider li a.active{
		opacity: 1;
		filter:alpha(opacity=100);
	}
	
.work-side ul#thumb_slider li a img{
	line-height: 0;
}

/* @end */

#work_featured,
#work_thumbs.main{
	margin-top: -3px;
}

#work_thumbs.main{
	width: 700px;
}
/* @group Work Featured */

#work_featured{
	width: 700px;
	overflow: hidden;
	/*border-bottom: 3px solid #eee;*/
	margin: -3px 238px 9px 9px;
}

#work_featured .large-cell{
	float: left;
	width: 336px;
	margin: 5px;
}

#work_featured .large-cell p{

}
#work_featured .large-cell a{
	display: block;
}

#work_featured .large-cell a img{
	padding: 1px;
	border: 1px solid #cfcfcf;
}
	#work_featured .large-cell a:hover img{
		opacity: 0.7;
		filter:alpha(opacity=70);
	}
	
#work_featured .large-cell  a{
	text-decoration: none;
}
#work_featured .large-cell a h2.title{
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #e3e3e3;*/
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	margin-bottom: 6px;
	display: block;
	margin-top: 2px;
}
	#work_featured .large-cell a:hover h2.title{
	color: #b1b1b1;
}

#work_featured .large-cell + a{
	text-decoration: none !important;
}

#work_featured .large-cell span.entry-content p{
	margin: 5px 0;
}

#work_featured .large-cell span.entry-content a.read_on{
	float: right;
	text-decoration: underline;
}

#work_featured .large-cell {
	position: relative;
	height: 152px;
	margin-bottom: 2px;
}

#work_featured .large-cell .poper{
	display: none;
	font-size: 10px !important;
	width: 312px;
	position: absolute;
	z-index: 150;
	bottom: 0px;
	background: url(images/7b.png) repeat;
	color: #dbdbdb;
	line-height: 13px;
	padding: 9px 10px;
	margin-left: 2px;
}

/* @end */

/* @group Work Thumbs */
#work_thumbs{
	clear: left;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 11px;
}

#work_thumbs .small-cell{
	float: left;
	width: 220px;
	height: 100px;
	padding: 1px;
	margin: 3px;
	background: #fff;
	border: 1px solid #cfcfcf;
	position: relative;
	overflow: hidden;
}
#work_thumbs .small-cell a{
	line-height: 0;
	display: block;
}
#work_thumbs .small-cell a:hover img{
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 40;
}
#work_thumbs .small-cell img{
	width: 220px;
	height: 100px;
	position: absolute;
	z-index: 40;
}

#work_thumbs .small-cell div.blip{
	display: none;
	font-size: 10px !important;
	width: 200px;
	position: absolute;
	z-index: 150;
	bottom: 1px;
	background: url(images/7b.png) repeat;
	color: #dbdbdb;
	line-height: 13px;
	padding: 9px 10px;
}

#work_thumbs .small-cell a{
	text-decoration: none;
	/*float: right;*/
}

#work_thumbs .small-cell .blip p{
	margin: 2px 0;
}

#work_thumbs .small-cell .blip h3{
	color: #f9f9f9;
	line-height: 1.2em;
	font-size: 12px !important;
}

/* @end */

/* @end */

/* @group Add to Any */

.addtoany_share_save_container{
	margin: 16px 0;
}
ul.addtoany_list{
	display: inline;
	list-style-type:none;
	margin:0 0 0 10px !important;
	padding:0 !important;
	text-indent:0 !important;
}
ul.addtoany_list li{
	background:none !important;
	border:0;
	display:inline !important;
	line-height:32px;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding: 0 2px;}
ul.addtoany_list img{
	float:none;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.addtoany_list a img{
	opacity:.7;
	filter:alpha(opacity=70);
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
	opacity:1;
	filter:alpha(opacity=100);
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}


/* @end */

/* @group Tipsy */

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


/* @end */

/* @group Testimonial Styles */

div.entry-content .testimonial{
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
}

div.entry-content .testimonial p{
	position: relative;
	z-index: 50;
}
#content div.entry-content .testimonial p strong{
	float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 19px;
	color: #676868;
	line-height: 1em;
	clear: right;
	margin-top: 9px;
}
#content div.entry-content .testimonial p em{
	float: right;
	clear: right;
	font-weight: bold;
	font-style: normal;
	color: #9b9ca7;
}
#content div.entry-content .testimonial p strong ~ strong{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top: 3px;
	color: #9b9ca7;
}
div.entry-content .testimonial:after,
div.entry-content .testimonial:before{
	position: absolute;
	color: #f0f6fc;
	z-index: 30;
	line-height: 1em;
	font-size: 25em;
}
div.entry-content .testimonial:before{
	content: '“';
	left: -0.05em;
	top: -0.11em;
}
div.entry-content .testimonial:after{
	content: '”';
	right: -0.05em;
	top: 47%;
}

/* @end */

/* @group Domain Search shortcode */

div.domain_form{
	float: left;
	margin: 0 0 10px;
	padding: 15px;
	border: 1px solid #97999e;
	background-color: #f6f6f6;
	text-align: center;
	width: 420px;
}
div.domain_form fieldset {
	border: none;
	padding: 10px 0 0;
	margin: 0 0 10px;
}
div.domain_form fieldset legend {
	display: block;
	background: transparent;
	color: #2a2a2a;
	font-weight: bold;
	padding: 0 10px 0 61px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	
}

div.domain_form fieldset.bar{
	text-align: left;
	margin-bottom: 0;
}

div.domain_form fieldset.bar label{
	float: left;
	line-height: 34px;
	margin-right: 6px;
}
div.domain_form fieldset.bar div.bar_wrap{
	margin-right: auto;
}
div.domain_form fieldset.bar div.bar{
	border: 1px solid #c5c5c5;
	background: #fff;
	float: left;
	width: 264px;
	height: 30px;
}

div.domain_form fieldset.bar div.bar input#domain {
	font-size: 14px;
	height: 20px;
	line-height: 1em;
	margin: 4px 0 0 6px;
	border: none;
	background: none;
	width: 184px;

}
div.domain_form fieldset.bar div.bar input#domain:active, 
div.domain_form fieldset.bar div.bar input#domain:focus {
	border: none;
	outline:none;
}
div.domain_form fieldset.bar div.bar select{
	margin-bottom: 0;
}
div.domain_form fieldset.bar div.bar{
	
}

/*Submit button*/
div.domain_form fieldset.bar input#Submit{
	text-transform: uppercase;
	margin-bottom: 0;
	border: 1px solid #c5c5c5;
	border-left-width: 0;
	font-size: 15px;
	line-height: 1em;
	width: 101px;
	height: 32px;
	background-color: #d8d8d8;
}
div.domain_form fieldset.bar input#Submit:active{
	background-color: #fff;
	line-height: 28px;
}

div.domain_form fieldset.bar{
	
}

div.domain_form fieldset{
	
}
div.domain_form div.transfer{
	margin-top: 7px;
}

/* @end */

/* @group Newsletter Signup */

form#mc_signup_form{
	padding: 0;
}

#mc_signup_form .indicate-required{
	display: none;
}

#mc_signup_form .mc_merge_var{
	margin: 7px 0;
}
#mc_signup_form .mc_merge_var.mc_mv_EMAIL{
	overflow: hidden;
	margin-bottom: 4px;
}
#mc_signup_form .mc_merge_var.mc_mv_EMAIL label.mc_var_label{
	display: none;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 0;
}

#mc_signup_form label.mc_var_label{
	display: none !important;
}

#mc_signup_form .mc_merge_var input{
	display: block;
	display: block;
	margin: 0;
	width: 188px;
	padding: 6px 5px 2px;
	border: 1px solid #dadada;
	line-height: 1em;
}
	#mc_signup_form input.mce_inline_error{
		border: 1px solid #f13d00;
	}

#mc_signup_form span.mc_error_msg{
	clear: left;
	text-align: center;
	display: block;
	border: 1px solid #f13d00;
	background-color: #fbd0c1;
	padding: 5px;
	color: #744b3f;
	font-size: 10px;
	line-height: 1.3em;
	margin-bottom: 4px;
	margin-top: 5px;
}

#mc_signup_form .mc_success_msg{
	clear: left;
	text-align: center;
	display: block;
	border: 1px solid #68c65b;
	background-color: #bef7bb;
	padding: 5px;
	color: #3f5a39;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 4px;
	line-height: 1.3em;
}

#mc_signup_form input#mc_signup_submit{
	float: right;
	margin-right: 7px;
}

#mc_signup_form{
	
}

/* @end */

#team_members{
	/*background-color: #f7f7f7;*/
	/*padding: 10px;*/
	clear: both;
	margin-top: 20px;
}
#team_members table tr,
#team_members table td,
#team_members table{
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#team_members table td.member{
	width: 50%;
	padding-bottom: 20px;
}

#team_members table td.member img.avatar{
	padding: 2px;
	margin: 0 10px 5px 0;
	float: left;
	border: 1px solid #c4c4c4;
}

#team_members table td.member h3{
	clear: none;
	float: left;
	white-space: nowrap;
	color: #424242;
	margin-top: 2px;
	width: 210px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 19px;
}

#team_members table td.member h4{
	width: 210px;
	clear: none;
	float: left;
	white-space: nowrap;
	color: #7a7a7a;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 5px;
	font-style: italic;
	margin-top: 1px;
	padding-bottom: 4px;
}

#team_members table td.member{
	
}

#team_members  td.member div.bio{
	font-size: 0.9em;
	margin-right: 10px;
	padding-right: 10px;
	/*float: right;
	width: 210px;*/
}
#team_members  td.member div.bio a.viewposts{
	float: right;
}

/* our works subpage widget title color */

div#secondary .widget_top_level_subpages h3.widget-title a{
	color: #323232;
}

/* Temporary Our people table styling */
#content table.our-people-table{
	width: 450px;
}

#content table.our-people-table strong{
	display: block;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 18px;
}
#content table.our-people-table em{
	color: #368be5;
}
#content table.our-people-table tr{
	
}
#content table.our-people-table tr td{
	width: 50%;
	padding: 15px 20px;
	border: 1px solid #e3e3e3;
}

/*contact page form*/
body.page-id-2 .page{

}

body.page-id-2 .page div.left{
	float: left;
	width: 280px;
	clear: ;
}

body.page-id-2 .page div.right{
	float: right;
	width: 390px;
	padding-left: px;
}

body.page-id-2 div.entry-content{
	width: 684px;
}
body.page-id-2 #contact_map{
	border: 1px solid #e3e3e3 !important;
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 1px 1px 1px 0;
	width: 681px;
}
#mappress0_directions_outer_div table tr td{
	padding: 10px 10px;
}
#mappress0_directions_outer_div table tr td input{
	margin: 0;
}
#mappress0_directions_outer_div table tr td img{
	border: none;
	margin: 0;
}

#mappress0{
	float: right;
	border: 1px solid #e3e3e3;
	margin-top: 0px;
}
#mappress0 input{
	font-size: 10px;
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
}
#mappress0 input#saddr{
	width: 160px;
}
.mapp-poweredby{
	display: none;
}

body #main #gform_heading{
	padding: 0;
	margin: 0;
}

body #main #gform_heading h3{
	margin: 0;
}
body #main .gform_wrapper #gform_header h3{
	clear: none;
}
body #main .gform_wrapper{
	/*width: 280px;*/
	background-color:#F6F6F6;
	border:1px solid #E3E3E3;
	margin-bottom:10px;
	max-width:600px;x
	overflow:hidden;
	padding:10px;
}
body #main .gform_wrapper ul#gform_fields{
	margin: 0;
}
body #main .gform_wrapper ul#gform_fields li{
	 list-style: none;
}
body #main .gform_wrapper .ginput_container textarea,
body #main .gform_wrapper .ginput_container input{
	width: 98%;
	border: 1px solid #9fa0a0;
	margin-bottom: 0;
}
body #main .gform_wrapper label{
	font-weight: normal !important;
}
body #main .gform_wrapper .ginput_container textarea{
	height: 80px;
}

body #main.gform_wrapper input.button{
	margin: 0 ;
	float: right;
	width: 100px;
}
body #main .gform_wrapper input.button:active{
	line-height: 0.1em;
}

#boxes{
	clear: left;
}

#boxes .box{
	overflow: hidden;
}
#boxes .box h3{
	margin-bottom: 4px;
	clear: none;
	font-size: 19px;
	text-transform: uppercase;
}
#boxes .box img{
	float: right;
	padding: 5px;
	background-color: #fffeff;
	margin: -5px -5px 0 10px;
}
#boxes .box a{
	display: block;
	padding: 10px 10px 5px;
	/*border: 4px solid #0571e6;*/
	/*-webkit-border-radius: 6px;*/
	margin-bottom: 10px;
	text-decoration: none;
	color: #737373;
	border-style: solid;
	border-width: 4px;
	float: left;
	width: 423px;
	background-color: #fafafa;
	border-color: #eaebeb;
}
#boxes .box p{
	margin: 5px 0;
	font-size: 13px;
}

body.js #reply-title{
	float: left;
	background: url(images/comment_nub.png) no-repeat right -18px;
	padding-right: 28px;
}
body.js #reply-title.down{
	background-position: right 8px;
}
body.js #commentform{
	clear: both;
	display: none;
}

dl.service_blog_feed{
	margin-bottom: 10px;
	width: 452px;
	
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(237,121,32)),
	color-stop(1, rgb(255,255,255)),
	color-stop(0.94, rgb(254,168,29))
	) ;
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(237,121,32) 0%,
	    rgb(254,168,29) 100%
	);
	
	background-color: #f8951f;
	font-size: 12px;
	line-height: 18px;
}
dl.service_blog_feed div{
	padding: 5px 10px 1px;
	
	background: url(images/feed_border.png) no-repeat left top;
}
dl.service_blog_feed > span{
	display: block;
	width: 452px;
	height: 3px;
	background: url(images/feed_border.png) no-repeat right bottom;
}


#content dl.service_blog_feed div dt{
	color: #fff;
	text-shadow: #bb5d2b 0 -1px 0;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content dl.service_blog_feed div dt a{
	color: #fff;
	text-decoration: none;
}
#content dl.service_blog_feed div dt a:hover{
	color: #fff;
	text-decoration: underline;
}

#content dl.service_blog_feed div dt p{
	display: inline;
	font-weight: normal;
	margin: 0;
}
#content dl.service_blog_feed div{
	
}
