/*
Theme Name: Fox Web Creations
Theme URI: http://www.foxwebcreations.com/
Description: 
Author: Debanjan for Fox Web Creations 
Version:
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* 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 */
.socialize-in-content-left {
	display:none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

.testi_button{
    padding-top: 15px;
}

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

li.widget_yd_rp, .yd_rp_widget ul, .yd_rp_widget ul li {
padding: 10px 0 10px 0 !important;
}
.yd_rp_widget h4 {
	min-height: 30px;
}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 70%;
}
#content {
	margin: 0 15px 0 15px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 290px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

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

.one-column #content {
	width: 970px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.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,
input[type=submit]
{
	font-family: Helvetica,Arial,Helvetica,sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
@font-face {
 font-family: BAUHS93;
 src: url("BAUHS93.eot")
}
@font-face {
 font-family: BAUHS93;
 src: url("BAUHS93.TTF")
}


/* =Structure
-------------------------------------------------------------- */
#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator, .megaMenuToggle {
font-size: 12px;
color: #d9d9d9;
padding: 14px 10px !important;
font-weight: bold;
}

#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after, #megaMenu ul li.mega-with-sub > a:after, #megaMenu ul li.ss-nav-menu-mega > a:after, #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu ul li.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
content: '';
position: absolute;
top: 50%;
right: 0px !important;
margin-top: -1px;
display: inline-block;
background: transparent;
border-style: solid dashed dashed;
border-color: transparent;
border-top-color: #999;
font-size: 0;
border-width: 3px 3px 0;
padding-top: 1px;
}
#megaMenu {
	background-color: #000 !important;
	z-index:10000;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li > span.um-anchoremulator {
border-left:none !important;
}

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	
}
.wrapper2
{
	background:url(images/header-bg1.jpg) top center no-repeat;
}
.programmer_detailArea
{
	background:#dbedff;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:10px 5px;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ffffff url(images/bg.jpg) repeat-x;
	color:#333;
}
.clear
{
	clear:both;
}
.bg1
{
	background:#ffffff url(images/bg1.jpg) repeat-x !important;
}

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: none;
	margin:0;
}
.entry-content ul li{
background: url(images/click-arrow.jpg) no-repeat 0 5px;
padding: 0 0 10px 20px;
}

.gform_wrapper ul li.gfield {
	background: none;
	padding:0;
	margin-left: 0px;	
}
.gform_wrapper li, .gform_wrapper form li {
	
background:none;
}
	
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 {
	padding: 0 3em;
	background:url(images/openquote.gif) left top no-repeat;
}
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;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#3A6500;
	text-decoration:none;
}
a:visited {
	color:#3A6500;
}
a:active,
a:hover {
	color: #3A6500;
	text-decoration:underline;
}

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


.top-block
{
	height:auto;
	padding:30px 0 20px 0;
}
.topBlockArea
{
	min-height:190px;
	width:480px;
	/*background:url(images/website.png) no-repeat;*/
	float:left;
}
.topBlockArea_Img
{
	float:left;
	width:105px;
	
}

.topBlockArea_Img img
{
	width:88px;
	height:104px;
	
}
.topBlockArea_text
{
	float:left;
	width:365px;
}
.topBlockArea_text h1
{
margin: 0 !important;
padding: 5px 0 0 0 !important;
color: #85BD33 !important;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 2px #ddd !important;
}
.topBlockArea_text h1 span
{
	color:#4b4b4b;
	font-weight:bold;
}
.topBlockArea_text h2
{
margin: 0 !important;
padding: 5px 0 0 0 !important;
color: #85BD33 !important;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 2px #ddd !important;
}
.topBlockArea_text h2 span
{
	color:#4b4b4b;
	font-weight:bold;
}
.topBlockArea_text h3
{
margin: 0 !important;
padding: 5px 0 0 0 !important;
color: #85BD33 !important;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 2px #ddd !important;
}
.topBlockArea_text h3 span
{
	color:#4b4b4b;
	font-weight:bold;
}

.topBlockArea_text img{
	float:left;
	
}
.click
{
	height:23px;
	background:url(images/click-arrow.jpg) no-repeat 100px 5px;
	color:#0281b0;
	padding:0 0 0 23px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
float: right;
padding-right: 30px;
}
.click a
{
	color:#666;
	text-decoration:none;
}
.click a:hover
{
	color:#79a900;
}
.testimonialArea
{
	height:30px;
	padding:5px 35px;
	background: #068ac3; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f7f7f7,  #f1f1f1); /* for firefox 3.6+ */ 
	-moz-border-radius: 3px;
    border-radius: 3px;
	border:#dedede solid 1px;
	/*margin-top:380px;*/
}
.testimonial-Text
{
	background:url(images/semi-colon.png) no-repeat;
	height:26px;
	padding:4px 0 0 60px;
	color:#666;
	font-size:14px;
}
.textBlock
{
	padding:10px 15px 30px 15px;
	margin:30px 0 0 0;
	background:url(images/slide-bg.jpg) no-repeat;
	height:170px;
}
.textBlock h1
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:"Century Gothic";
	padding:0 0 12px 0;
	color:#4d4d4d;
	font-size:24px;
}

.textBlock h2
{
	margin:0 !important;
	padding:0;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:12px;
	padding:15px 0;
}
.slide-txtArea
{
	float:left;
	width:690px;
	padding:0 10px 0 20px;
}

.socialize-containter {
	margin: 40px 0 !important;
	color:
}
.smooth_slider{
padding:0 0px !important;
}

.smooth_slider em {
margin: 80px 0 20px 0 !important;
text-shadow: 2px 2px 2px #333333 !important;
text-transform: uppercase !important;
list-style: none;
background: transparent;
vertical-align: baseline;
display: block;
padding: 0px;
clear:both;
}
.oldh1
{
	margin:0 !important;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
    line-height: 1.5em;
	text-transform:uppercase;
	font-size: 24px;
}

.oldh1 span
{
	color:#77ab03;
	text-transform:uppercase;
}

.slide-Img
{
	float:right;
	padding:0 10px 0 0;
}
.lowerBlockArea
{
	padding:10px 0;
	/*height:250px;*/
}
.lowerBlock
{
	width:450px;
	height:245px;
	float:left;
	padding:10px;
	background:url(images/lower-block-bg.jpg) no-repeat;
}
.lowerBlock-top
{
	height:60px;
}
.lowerBlock-topImg
{
	height:60px;
	width:60px;
	float:left;
	text-align:center;
}
.lowerBlock-topTxt
{
float: left;
/*width: 380px;*/
color: #4B4B4B;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
padding: 15px 0 0 5px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 2px #eee !important;
}

.oldh2{
clear: none;
text-shadow: 2px 2px 2px #DDD !important;
padding-bottom: 10px;
padding-top: 10px;
color: #477820 !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
line-height: 55px !important;
}
.lowerBlockList
{
	padding:0 0 0 65px;
}
.lowerBlockList li
{
	background:url(images/arrow-1.jpg) no-repeat 0 5px;
	padding:0 0 10px 25px;
	font-size:12px;
}
.lowerBlock li
{
	background:url(images/arrow-1.jpg) no-repeat 0 5px;
	padding:0 0 10px 25px;
	font-size:13px;	
}
.lowerBlock li a
{
	text-decoration:none !important;
	color:#3a6500 !important;
}
.lowerBlock li a:hover
{
	text-decoration:underline !important;
}
.lowerBlockSlide
{
	padding:0 0 0 25px;
}
.lowerBlockSlide-text
{
	background:url(images/slide-stripe.jpg) no-repeat bottom;
	text-align:center;
	padding:5px 0;
}

.inner-arrow
{
	background:url(images/click-arrow.jpg) no-repeat 0 5px;
	padding:0 0 0 20px;
	margin-left:10px;
}
#slideshow-wrappergallery1 #informationgallery1 p
{
	text-align:center !important;
	font-weight:bold !important;
}
#slideshow-wrappergallery1 #fullsizegallery1
{
	overflow:inherit !important;
}
#slideshow-wrappergallery1 #informationgallery1
{
	overflow:inherit !important;
	top:175px;
}
#slideshow-wrappergallery1 #imgprevgallery1
{
	background:url(images/previous.png) no-repeat left center !important;
}
#slideshow-wrappergallery1 #imgnextgallery1
{
	background:url(images/next.png) no-repeat right center !important;
}


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

#header {
	padding: 0;
}
.topArea
{
	height:135px;
	position:relative;
}
#logo {
	position:absolute;
	width:228px;
	height:156px;
	z-index:1;
	left: 0px;
	top: 0px;
}
.topRTarea
{
	height:131px;
	float:right;
	padding:0 10px 0 0;
}
.number
{
	height:50px;
	text-align:right;
	padding:35px 15px 0 0;
	background:url(images/call-1.png) no-repeat right 0.5em;
	color:#FFF;
	font-size:2em;
}
.laptop
{
	float:right;
	height:345px;
	text-align:center;
	padding:5px 100px 0 0;
}
.bannerTextArea
{
	float:left;
	width:396px;
	height:310px;
	padding:52px 0 0 0;
}
.bannerTextArea h1
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
	font-size:26px;
	text-shadow: 2px 2px 1px #000;
	line-height:28px;
}
.bannerTextArea h3
{
	margin:0px;
	padding:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
	text-shadow: 1px 1px 3px #000;
}
.portfolioBtn
{
	text-align:center;
	padding:10px 0 0 0;
	float:right;
}

#site-title {
	float: left;
	margin: 0 0 0 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}



/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
	width:375px;
	
}
#branding
{
	padding:0 0 0 0;
}


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

#access {
	display:block;
	height:40px;
	margin:8px 0 0 0;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	font-weight:bold;
	margin-left: 12px;
	font-family:Arial, Helvetica, sans-serif; 
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#8f8f8f;
	padding:0 9px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 260px;
	background:#000;
	font-size:14px;
	filter:alpha(opacity=80);   /* Internet Explorer       */
    -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity: 0.8;               /* newer Mozilla and CSS-3 */
}
#access li:hover > a {
	color:#fff;
}
#access ul ul :hover > a {
	color:#fff;
	background:#407d1f;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background:url(images/nav-bg.png) no-repeat bottom center;
	
	
}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	color: #fff;
	background:#407d1f;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

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

#main {
	overflow: hidden;
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 24px;
	margin-top:0px;
	border-radius:5px;
}
#content textarea
{
	width:300px;
	height:100px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:10px;
	font-size:13px;
    line-height: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;
}

#content h4 {
	clear:both;
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top: 40px;
	
}


.content h2
{
	color:#477820 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 55px !important;
	
}
.content h3
{
	color:#505050 !important;
	font-size:13px !important;
	padding-bottom:15px;
	line-height:24px !important;
}

#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,

#authorbox h4 {
	clear:none;
}

#authorbox ul li {
	background:none;
}

#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 0 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;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.bloghead{
	margin:0px !important;
}
.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: #ffffff;
	font-size: 20px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:30px 0 45px 0;
	padding:0 0 10px 0;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #333 !important; 
	/*border-bottom:#b8b8b8 dashed 1px;*/
	clear:both;
}
.entry-title a:link,
.entry-title a:visited {
	color:#377b00;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #456b01;
}
.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: 0 0 0 0;
	font-size:12px;
	color:#505050;
}
#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 {
	width:300px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color:#477820;
	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 {
	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;
}
.page .edit-link {
	clear: both;
	display: block;
}
#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: #456b01;
}
#content .video-player {
	padding: 0;
}

.textBlock1
{
	line-height:16px;
}
.textBlock1 h2
{
	color:#477820 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 55px !important;
	
}
.textBlock1 h3
{
	color:#505050 !important;
	font-size:13px !important;
	padding-bottom:15px;
	line-height:24px !important;
}
.textBlock1 a
{
	 color:#333 !important;
	 text-decoration:none;
}
.textBlock1 li
{
	background:url(images/click-arrow.jpg) no-repeat 0 5px;
	padding:0 0 0 20px;
	height:25px;
	margin-left:10px;
}
.textBlock1 li a
{
	color:#63903b !important;
	font-weight:bold;
	text-decoration:underline;
}
.textBlock1 li a:hover
{
	text-decoration:none;
}
li.graphicImg
{
	float:left;
	background:none;
	height:150px;
	width:150px;
	padding:0 25px;
	background:none !important; 
}
.package-top
{
	background:url(images/package-top-bg.jpg) no-repeat;
	height:155px;
	padding:30px 15px 10px 20px;
	margin:20px 0 0 0;
}
.package-img
{
	float:left;
	height:142px;
	width:125px;
}
.package-text
{
	float:left;
	width:500px;
	color:#4c4c4c;
	font-size:12px;
	padding:20px 0 0 20px;
	line-height:normal;
}
.pack-container
{
	background:url(images/package-shadow.png) no-repeat bottom;
	padding-bottom:30px;
	margin:20px 0 0 0;
}
.pack-detail
{
	background:#FFF;
	box-shadow:inset 0 0 3px #7e7e7e;
	-moz-border-radius:5px;
    border-radius:5px;
	padding:15px;
	position:relative;
}
#starter {
	position:absolute;
	width:97px;
	height:88px;
	z-index:1;
	left: -9px;
	top: -9px;
}
.pack-icon
{
	width:180px;
	height:135px;
	float:left;
	padding:50px 0 0 0;
}
.pack-rtArea
{
	float:left;
	width:470px;
}
.pack-rtArea h1
{
	margin:0 !important;
	padding:0 0 10px 0 !important;
	color:#728f00;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	border:none;
}
.pack-rtArea h3
{
	margin:0 !important;
	padding:0 !important;
	font-weight:normal;
	color:#262626;
	font-size:12px;
}
.pack-list
{
	padding:0;
}
.pack-list ul
{
	margin:0 !important;
	padding:0 !important;
}
.pack-list ul li
{
	background:url(images/tick.jpg) no-repeat 0 3px;
	width:210px;
	float:left;
	font-size:10px;
	padding:0 0 8px 18px;
	line-height:normal !important
}
.contactArea
{
	box-shadow:inset 0 0 3px #7e7e7e;
	-moz-border-radius:5px;
    border-radius:5px;	
	padding:10px 20px;
}
.portfolio-head
{
	color: #ffffff;
	font-size: 28px;
	font-family:"Helvetica,Arial,Helvetica,sans-serif";
	font-weight: normal;
	margin:40px 0 50px 0;
	padding:0 0 10px 0;
	text-transform:uppercase;
}
.portContainer
{
	width:300px;
	float:left;
	height:380px;
	margin:0 20px 0 0;
}
.portfolio-img
{
	width:280px;
	height:210px;
	background:#ffffff;
	padding:9px;
	border:#e4e4e4 solid 1px;
	position:relative;
}
.port-txtArea
{
	padding:10px;
	line-height:normal !important;
}
.port-txtArea h1
{
	margin:0 !important;
	padding:0 0 10px 0;
	font-size:18px;
	border:none;
	color:#4f8701;
}
.port-txtArea h1 a
{
	color:#4f8701;
	text-decoration:none;
}
.portfolio_title h2{
color: #4F8701 !important;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 8px 0px;
text-align: center;
font-size: 15px;
text-transform: uppercase;
text-shadow: 2px 2px 2px #DDD !important;
}
.portfolio_description p{
padding-left: 15px;
font-size: 12px;
line-height: 20px;
}
.portfolio-img{
}
.portfolio-img a:hover {
background: url(images/magnify.png) no-repeat bottom right;
}

#portfolio-name
{
	position:absolute;
	z-index:1;
	left: 10px;
	top: 8px;
	width: 280px;
	height:210px;
}
#portfolio-name a
{
	display:block;
	height:211px;
}
#portfolio-name a:hover
{
	background:url(images/magnify.png) no-repeat bottom right;
	z-index:99;
}
.view-site
{
	height:35px;
}
.view-site a
{
	height:29px;
	display:block;
	background:url(images/view-site-bg.jpg) no-repeat;
	padding:6px 0 0 18px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #ffffff 1px 1px 0px;
}
.view-site a:hover
{
	color:#456b01;
}
.portfolio-inner
{
	background:url(images/portfolio-inner-bg.jpg) no-repeat;
	width:900px;
	margin:0 auto;
	padding:20px 30px;
}
.port-inner-img
{
	float:left;
	width:315px;
	height:240px;
	border:#edecec solid 6px;
}
.port-inner-textArea
{
	float:left;
	width:520px;
	padding:0 0 0 30px;
}
.port-inner-textArea h1
{
	margin:0;
	padding:0 0 10px 0;
	color:#4f8701 !important;
	font-size:24px;
}
.port-inner-textArea h3
{
	margin:0;
	padding:0 0 20px 0;
	color:#333;
	font-size:14px;
}
.port-inner-textArea li
{
	background:url(images/click-arrow.jpg) no-repeat 0 5px;
	padding:0 0 7px 20px;
}
.logoContainer
{
	height:150px;
	width:200px;
	border:#e4e4e4 solid 5px;
	float:left;
	margin:0 30px 30px 0;
}
.package-bg
{
	background:url(images/portfolio-inner-bg.jpg) no-repeat;
	padding:10px 0;
}
.package-container
{
	width:160px;
	float:left;
	margin:0 16px;
}
.package-head
{
	height:66px;
	padding-bottom:1px;
}
.packages-list
{
	background:#f7f4f4;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	box-shadow:inset 0 0 2px #666;
	-moz-box-shadow:inset 0 0 2px #666;
	padding:10px 7px;
	min-height:420px;
}
.packages-list li
{
	background:url(images/arrow-package.jpg) no-repeat;
	padding:0 0 10px 18px;
	font-size:11px;
	line-height:normal !important;
}


.packaegArea
{
	border:#a9ce2b solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:533px;
}
.packaeg-top
{
	height:80px;
	background:url(images/packages-topBg.jpg) no-repeat;
}
.package-header-text
{
	height:46px;
	background:url(images/top-header-bg.jpg) repeat-x;
	float:right;
	width:788px;
	margin-right:1px;
	margin-top:34px;
	-moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.package-header-text li
{
	float:left;
	width:157px;
	display:block;
	background:url(images/package-stripe.png) no-repeat right;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-shadow: -1px -1px 0px #000;
}
.package-header-text li span
{
	display:block;
	color:#6cab13;
}
.package-lists
{
	float:left;
	border-right:#dbdbdb solid 1px;
	width:180px;
	height:455px;
	color:#607d00;
	font-size:14px;
	font-weight:bold;
}
.package-lists-name1
{
	background:#fefdfd;
	height:32px;
	padding:8px 0 0 15px;
}

.package-lists-name2
{
	background:#f6f6f6;
	height:32px;
	padding:8px 0 0 15px;
}
.package-lists-btm
{
	height:44px;
	padding:8px 0 0 0;
	background:url(images/packagesbtm-bg.jpg) repeat-x;
	border-top:#dddddd solid 1px;
}
.package-list-detail-Area
{
	width:154px;
	height:455px;
	border-right:#dbdbdb solid 1px;
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#1c1c1c;
}
.package-list-detail-name1
{
	background:#fefdfd;
	height:32px;
	text-align:center;
	padding:8px 0 0 0;
}
.package-list-detail-name2
{
	background:#f6f6f6;
	height:32px;
	text-align:center;
	padding:8px 0 0 0;
}
.package-lists-btm a
{
	height:28px;
	display:block;
	background:url(images/sign-up.png) no-repeat;
	text-align:center;
	padding:7px 0 0 0;
	color:#273200;
	text-decoration:none;
	text-shadow: 1px 1px 0px #e2ff7f;
	width:126px;
	margin:0 auto;
}
.package-lists-btm a:hover
{
	background:url(images/sign-up.png) no-repeat 0 -35px;
}
.taggedin{
			color:#4D4B4C;
	background:transparent url(images/tag.gif) no-repeat scroll 0 0;
padding:2px 0 0 20px;
font-size:11px;
	
}
.taggedin a
{
	font-size:11px !important;
}
.postedby{
background:transparent url(images/author.png) no-repeat scroll 0 0;
padding:2px 0 0 20px;
font-size:11px;
}
.postedby a{
	color:#666;
}
.postedby a:hover{
	text-decoration:underline;
}
.postetime{
background:transparent url(images/time.gif) no-repeat scroll 0 0;
padding-left:20px;
padding-bottom: 10px;
font-size:11px;
}
.date_posts {
margin-bottom:10px;
margin-left:10px;
margin-top:0 !important;
}

.postedin{
	color:#4D4B4C;
	background:transparent url(images/posted.gif) no-repeat scroll 0 0;
	padding:2px 0 0 20px;
	font-size:11px;
}
.postedin a
{
	color:#4D4B4C;
}
.postedin a:hover
{
	text-decoration:none;
}
.postedate{
		color:#4D4B4C;
	background:transparent url(images/date.gif) no-repeat scroll 0 0;
padding-left:20px;
padding-bottom: 10px;
font-size:11px;
	
}
.feature_img{
	float:left;
	padding-right:10px;
}
.commentpost{
	float:right;
	padding-right:10px;
	background:transparent url(images/comment.gif) no-repeat scroll 0 5px;
	padding-left:17px;
	font-size:11px;
}

.commentpost a{
	color:#666;
	font-weight:bold;	
}
.commentpost a:hover
{
	text-decoration:none;
}
.postmetadata {
padding:5px;
margin:0px 5px 0px 0px;
/*margin:-55px 1px 10px 0px;*/
vertical-align:middle;
background:#FFF;
clear:both;
}

.readmore{
height: 38px;
margin-right:10px;
padding: 0;
font-weight: normal;
font-size: 14px;
width: 100px;
float: right;
font-weight: bold;
text-align: center;
line-height: 22px;
}
.readmore a{
	color:#FFF;
	height:38px;
	width:100px;
	background:url(images/read-more.jpg) no-repeat;
	display:block;
}
.readmore a:hover{
	background:url(images/read-more.jpg) no-repeat 0 -38px;
}
.bloghead
{
/*	background:#7cab29;
	-moz-border-radius:5px;
    border-radius:5px;*/
	font-size:18px !important;
}
.bloghead a
{
	color:#373737 !important;
	text-shadow:none;
}
.blogcontent
{
/*	box-shadow:inset 0 0 3px #7e7e7e;
	-moz-border-radius:5px;
    border-radius:5px;*/
	border-bottom:#999 dotted 1px;
	padding:10px;
	margin:10px 0 5px 0;	
}

.packagesArea
{
	background:#FFF;
	box-shadow: 0px 0px 3px #848484;
    -moz-box-shadow: 0px 0px 3px #848484;
    -webkit-box-shadow:0px 0px 3px #848484;
	border-radius:5px;
	padding:7px;
	margin-left:1px;
}
.packages-top
{
	height:41px;
	border-bottom:#dfdfdf solid 1px;
}
.packages-topL
{
	width:198px;
	height:33px;
	float:left;
	background:url(images/packages-top-left.jpg) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	padding:8px 0 0 15px;
}
.packages-topR
{
	width:682px;
	height:34px;
	float:left;
	background:url(images/packages-top-right.jpg) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#000;
	padding:8px 0 0 60px;
}
.packages-Block
{
	height:150px;
}
.packages-Block-bg
{
	background:#f5f5f5;
}
.starter
{
	height:115px;
	width:238px;
	float:left;
	background:url(images/starter.png) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	color:#FFF;
	padding:35px 0 0 20px;
	line-height:28px;
}
.starter-plus
{
	height:115px;
	width:238px;
	float:left;
	background:url(images/starter-plus.png) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	color:#FFF;
	padding:35px 0 0 20px;
	line-height:28px;
}
.bronze
{
	height:115px;
	width:238px;
	float:left;
	background:url(images/bronze.png) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	color:#FFF;
	padding:35px 0 0 20px;
	line-height:28px;
}
.silver
{
	height:115px;
	width:238px;
	float:left;
	background:url(images/silver.png) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	color:#FFF;
	padding:35px 0 0 20px;
	line-height:28px;
}
.gold
{
	height:115px;
	width:238px;
	float:left;
	background:url(images/gold.png) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	color:#FFF;
	padding:35px 0 0 20px;
	line-height:28px;
}
.package-feature
{
	width:565px;
	height:142px;
	float:left;
	padding:3px 5px 5px 15px;
}
.package-feature li
{
	background:url(images/package-right.png) no-repeat 0 7px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 0 18px !important;
	float:left;
	width:260px;
	margin:0px !important;
}
.orderNow
{
	width:100px;
	height:100px;
	float:left;
	padding:50px 5px 0 5px;
}
.orderNow a
{
	height:30px;
	width:100px;
	border:#b6b6b6 solid 1px;
	background:#f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ebebeb');
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ebebeb));
    background: -moz-linear-gradient(top,  #f4f4f4,  #ebebeb);
	border-radius:5px;
	text-align:center;
	display:block;
	padding:6px 0 0 0;
	text-decoration:none;
	color:#373737;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: #ffffff 1px 1px 0px;	
}
.orderNow a:hover
{
	background:#e3e3e3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#c7c7c7');
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c7c7c7));
    background: -moz-linear-gradient(top,  #fbfbfb,  #c7c7c7);
}
.webdesign-portfolio
{
	float:left;
}
.webdesign-portfolio a
{
	width:460px;
	height:173px;
	display:block;
	background:url(images/web-design-page.jpg) no-repeat;
}
.webdesign-portfolio a:hover
{
	width:460px;
	height:173px;
	display:block;
	background:url(images/web-design-page.jpg) no-repeat 0 -173px;
}
.logodesign-portfolio
{
	float:right;
}
.logodesign-portfolio a
{
	width:460px;
	height:173px;
	display:block;
	background:url(images/logo-design-page.jpg) no-repeat;
}
.logodesign-portfolio a:hover
{
	width:460px;
	height:173px;
	display:block;
	background:url(images/logo-design-page.jpg) no-repeat 0 -173px;
}
.get-aQuote
{
	padding:0 0 20px 0;
}
.get-aQuote a
{
	display:block;
	width:244px;
	height:159px;
	padding:85px 25px 0 25px;
	background:url(images/get-a-quote.jpg) no-repeat;
	text-decoration:none;
	font-size:15px;
	color:#212121;
	font-weight:bold;
	font-style:italic;
}
.get-aQuote a:hover
{
	background:url(images/get-a-quote.jpg) no-repeat 0 -244px;
	text-decoration:none !important;
}
.smooth_slider h2
{
margin:80px 0 20px 0 !important;
text-shadow:2px 2px 2px #333333 !important;
text-transform:uppercase !important;
}
.smooth_slider .smooth_nav
{
margin:40px auto !important;
z-index:10;
}
.smooth_slider .smooth_nav a.smooth_slider_nnav
{
background:none !important;
color:#fff !important;
}
.smooth_slider .smooth_nav a.smooth_slider_nnav.activeSlide
{
background:#85bd33 !important;
}
.smooth_more a
{
display:block !important;
height:67px !important;
width: 204px !important;
background:url(images/view-portfolio.png) no-repeat;
}
.smooth_more a:hover
{
  background:url(images/view-portfolio.png) no-repeat 0 -67px;
}
body ul#sharebar li {
	background:none !important;
}

#dc_jqmegamenu_widget-2-item ul.menu
{
background:none !important;
border-left: none !important;
border-right:none !important;
}
#dc_jqmegamenu_widget-2-item ul li a
{
background:none !important;
color:#8F8F8F !important;
padding:20px 12px !important; 
}
#dc_jqmegamenu_widget-2-item ul li a:hover
{
	color:#FFF !important;
}
#dc_jqmegamenu_widget-2-item ul li .sub-container
{
top:49px !important;
}
#dc_jqmegamenu_widget-2-item ul li a .dc-mega-icon
{
right:1px !important;
top:27px !important;
}
#dc_jqmegamenu_widget-2-item ul li .sub li.mega-hdr a.mega-hdr-a
{
background:#437D1A !important;
padding:5px !important;
border-radius:3px !important;
color:#fff !important;
}
#dc_jqmegamenu_widget-2-item ul .sub li.mega-hdr li a
{
background:url(images/arrow_on.png) no-repeat 0 10px !important;
padding:5px 0 5px 12px !important;
}
#dc_jqmegamenu_widget-2-item ul .sub li.mega-hdr li a:hover
{
color:#fff !important;
background:#437D1A url(images/arrow_on.png) no-repeat 0 10px !important;
border-radius:3px !important;
}
#dc_jqmegamenu_widget-2-item ul li .sub-container.non-mega li a
{
background:url(images/arrow_on.png) no-repeat 0 10px !important;
padding:5px 0 5px 12px !important;
}
#dc_jqmegamenu_widget-2-item ul li .sub-container.non-mega li a:hover
{
color:#fff !important;
background:#437D1A url(images/arrow_on.png) no-repeat 0 10px !important;
border-radius:3px !important;
}
.smooth_slider .smooth_prev
{
background:url(images/prev-horizontal.png) no-repeat !important;
height:60px !important;
}
.smooth_slider .smooth_next
{
background:url(images/next-horizontal.png) no-repeat !important;
height:60px !important;
width:20px !important;
}
#dc_jqmegamenu_widget-2-item ul li .sub li
{
width:210px !important;
}
.smooth_slider span
{
line-height:22px !important;
font-size:14px !important;
}
#slideshow-wrapper #imgnext
{
background: url("images/right.gif") no-repeat scroll right center transparent !important;
    right: 0;
}
#slideshow-wrapper #imgprev
{
background: url("images/left.gif") no-repeat scroll left center transparent !important;
    left: 0;
}
#slideshow-wrapper #information
{
   text-align:center !important;
}
#slideshow-wrapper #fullsize
{
   height:200px !important;
}

#slideshow-wrapper #information p
{
    font-weight:bold !important;
}
.test-img
{
	background: url("images/testimonials_icon.png") no-repeat;
	padding:0 0 5px 55px;
}
#megaMenu.wpmega-preset-flat-black-dark ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.wpmega-preset-flat-black-dark ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu
{
	background:#000 !important;
	margin-top:2px !important;
	border:none !important;
}
#megaMenu.wpmega-preset-flat-black-dark ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a, #megaMenu.wpmega-preset-flat-black-dark ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a, #megaMenu.wpmega-preset-flat-black-dark ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, #megaMenu.wpmega-preset-flat-black-dark ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator, #megaMenu.wpmega-preset-flat-black-dark ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, #megaMenu.wpmega-preset-flat-black-dark .wpmega-widgetarea h2.widgettitle
{
color:#77ab03 !important;
}
#megaMenu.wpmega-preset-flat-black-dark ul.megaMenu > li.menu-item > a, #megaMenu.wpmega-preset-flat-black-dark ul.megaMenu > li.menu-item > span.um-anchoremulator, #megaMenu.wpmega-preset-flat-black-dark #megaMenuToggle
{
	color:#999 !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium
{
	width:60% !important;
}
#megaMenu.wpmega-preset-flat-black-dark ul.megaMenu > li.menu-item > a, #megaMenu.wpmega-preset-flat-black-dark ul.megaMenu > li.menu-item > span.um-anchoremulator, #megaMenu.wpmega-preset-flat-black-dark #megaMenuToggle
{
	line-height:16px !important;
}
.gform_wrapper .gf_step
{
	color:#000 !important;
	opacity:.5 !important;
	font-weight:bold;
}
.gform_wrapper .gf_step.gf_step_active
{
	color:#4c7d00 !important;
	opacity:1 !important;
}
.gform_next_button
{
	background: #79c500 !important; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79c500', endColorstr='#4a7703') !important; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#79c500), to(#4a7703)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #79c500,  #4a7703) !important; /* for firefox 3.6+ */ 
	-moz-border-radius: 5px !important;
    border-radius: 5px !important;
	border:none !important;
	width:120px !important;
	color:#FFF !important;
	font-weight:bold;
	font-size:12px !important;
	padding:5px 10px !important;
	cursor:pointer !important;
	font-family:Arial, Helvetica, sans-serif;
}
.gform_previous_button
{
	background: #1984cf !important; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35a6f5', endColorstr='#1984cf') !important; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#35a6f5), to(#1984cf)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #35a6f5,  #1984cf) !important; /* for firefox 3.6+ */ 
	-moz-border-radius: 5px !important;
    border-radius: 5px !important;
	border:none !important;
	width:120px !important;
	color:#FFF !important;
	font-weight:bold;
	font-size:12px !important;
	padding:5px 10px !important;
	cursor:pointer !important;
	font-family:Arial, Helvetica, sans-serif;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li, .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_2col ul.gfield_radio li
{
	min-height:110px !important;
}
.gray_color
{
	color:#505050 !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label
{
	font-weight:bold !important;
	color:#000 !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label
{
	color:#000 !important;
}
#megaMenu ul.megaMenu > li.menu-item
{
	padding:0 3px !important;
}
#megaMenu.wpmega-preset-flat-black-dark
{
	background:none !important;
}



/* 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
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#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;
}

.breadcrumbs
{
	padding:20px 0 0 0;
	color:#1984cf;
	font-weight:bold;
}
.breadcrumbs a
{
	display:block;
	padding:0 17px 0 5px;
	-moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
	float:left;
	color:#ffffff;
	text-decoration:none;
	margin-right:5px;
	font-weight:bold;
	background:#1984cf url(images/arrow.jpg) no-repeat right;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#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;
}
.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 {
	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;
}



/* Comments form */

input[type=submit] {
	background: #79c500; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79c500', endColorstr='#4a7703'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#79c500), to(#4a7703)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #79c500,  #4a7703); /* for firefox 3.6+ */ 
	-moz-border-radius: 5px;
    border-radius: 5px;
	border:none;
	width:120px;
	color:#FFF !important;
	font-weight:bold;
	font-size:12px !important;
	padding:5px 10px;
	cursor:pointer;
}
input[type=submit]:hover
{
	background: #101010; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#101010'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#101010)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2d2d2d,  #101010); /* for firefox 3.6+ */ 
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	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;
	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;
	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 {
	width: auto;
	font-size: 14px;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul li
{
	padding:5px 10px 10px 10px;

} 
.widget-area ul li ul li
{
		
}
#bannerspace_nav {

}

.smooth_slider_thumbnail {

width: 480px;	
}
.widget-area ul li a
{
     /*background:url(images/click-arrow.jpg) no-repeat;*/
	 color:#3a6500 !important;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
	background:url(images/widget-bg.jpg) no-repeat;
}
.widget-title {
padding: 15px 0 15px 0;
color: #4B4B4B;
font-family: helvetica, arial serif;
font-weight: bold;
font-size: 20px;
margin: 0 13px 0 0;
text-transform: uppercase;
text-shadow: 2px 2px 2px #DDD !important;
}
.Widget-buttom
{
	background:url(images/widget-bg-buttom.jpg) no-repeat bottom;
}
.testimonialText
{
	background:url(images/semi-colon-1.jpg) top left no-repeat;
	margin:10px 0 0 0;
	padding:10px;
}
.testimonialText1
{
	background:url(images/semi-colon-2.jpg) bottom right no-repeat;
	line-height:20px;
	font-style:italic;
}
.testimonialName
{
	color:#4f8701;
	font-weight:bold;
	text-align:right;
	padding:10px;
	font-size:11px;
}
.more
{
	height:38px;
	text-align:right;
}
.more a
{
	height:38px;
	width:56px;
	display:block;
	float:right;
	background:url(images/more.jpg) no-repeat !important;
}
.more a:hover
{
	background:url(images/more.jpg) no-repeat 0 -38px !important;
}
.rating
{
	text-align:center;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}
.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 {
	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;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
	list-style:none !important;
}
#primary {
	padding:130px 0 0 0;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* = Portfolio */

.grid li{
	list-style:none !important;
	background:none !important;
	padding:0px !important;
	width: 290px;
	float: left;
height: 400px;
margin: 0 20px 0 0;

}
.widget_ltw_testimonials cite{
	display:none;
}
#content h1 {
	clear:none;
	color:#477820;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #DDD !important;
	padding-bottom: 10px;
padding-top: 30px;
line-height:1em !important;

}
#content h2 {
	clear:none;
	color:#477820;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #DDD !important;
	padding-bottom: 10px;
padding-top: 10px;
line-height:1em !important;

}
#quotearea {
background: #FFF !important;
width: 210px  !important;
height: 115px  !important;
padding: 0 50px 10px 20px !important;
margin: 15px auto  !important;
/*background: url(http://www.bloggingteacher.com/wp-content/uploads/2008/05/blockquote1-img.png) no-repeat !important;*/
}
.seo_alrp_rl_content h4{
	margin:0px!important;
	clear:none !important;
}
#seo_alrp_related h2{
	font-weight:bold;
	font-size:16px;
}
#seo_alrp_related img{
	float:left;
	max-width:60px;
}
#seo_alrp_related div{
	float:left;
	margin-bottom:10px;

}
.seo_alrp_rl_content{
		width: 600px;
		
	
}
.wp-about-author-containter-top{
	background-color:#E0E0E0
}
.wp-about-author-text a{
	font-weight:bold;
	text-shadow: 2px 2px 2px #DDD !important;
}
/* =Footer
-------------------------------------------------------------- */
.footerArea
{
	background:#0d0d0d; 
	padding:8px 0 35px 0;
}
#footer {
	border-top:#262626 solid 1px;
}

#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: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

.footerTopArea
{
	height:65px;
	border-bottom:#262626 solid 1px;
	padding:0 5px;
}
.footerLogo
{
	float:left;
}
.footerSocial
{
	float:right;
	height:65px;
}
.footerSocial li
{
	float:right;
	padding:23px 2px 0 2px;
}
li.facebook
{}
li.facebook a
{
	display:block;
	height:33px;
	width:33px;
	background:url(images/facebook-footer-gray.png) no-repeat;
}
li.facebook a:hover
{
	background:url(images/facebook-footer-gray.png) no-repeat 0 -34px;
}
li.twitter
{}
li.twitter a
{
	display:block;
	height:33px;
	width:33px;
	background:url(images/twitter-footer-gray.png) no-repeat;
}
li.twitter a:hover
{
	background:url(images/twitter-footer-gray.png) no-repeat 0 -33px;
}
li.youtube
{}
li.youtube a
{
	display:block;
	height:33px;
	width:33px;
	background:url(images/youtube-gray.png) no-repeat;
}
li.youtube a:hover
{
	background:url(images/youtube-gray.png) no-repeat 0 -33px;
}
li.linkedin
{}
li.linkedin a
{
	display:block;
	height:32px;
	width:31px;
	background:url(images/linkedin-footer-gray.png) no-repeat;
}
li.linkedin a:hover
{
	background:url(images/linkedin-footer-gray.png) no-repeat 0 -32px;
}
li.gmail
{}
li.gmail a
{
	display:block;
	height:32px;
	width:31px;
	background:url(images/gmail-footer-gray.png) no-repeat;
}
li.gmail a:hover
{
	background:url(images/gmail-footer-gray.png) no-repeat 0 -33px;
}
li.rss
{}
li.rss a
{
	display:block;
	height:32px;
	width:32px;
	background:url(images/rss-footer-gray.png) no-repeat;
}
li.rss a:hover
{
	background:url(images/rss-footer-gray.png) no-repeat 0 -32px;
}
li.skype
{}
li.skype a
{
	display:block;
	height:32px;
	width:32px;
	background:url(images/skype-footer-gray.png) no-repeat;
}
li.skype a:hover
{
	background:url(images/skype-footer-gray.png) no-repeat 0 -33px;
}
li.tumblr
{}
li.tumblr a
{
	display:block;
	height:32px;
	width:31px;
	background:url(images/tumblr-footer.png) no-repeat;
}
li.tumblr a:hover
{
	background:url(images/tumblr-footer.png) no-repeat 0 -32px;
}
li.pinterest
{}
li.pinterest a
{
	display:block;
	height:32px;
	width:31px;
	background:url(images/pinterest-footer.png) no-repeat;
}
li.pinterest a:hover
{
	background:url(images/pinterest-footer.png) no-repeat 0 -32px;
}
.footerNav1
{
	height:70px;
	border-bottom:#262626 solid 1px;
	padding:0 5px;
}
.footerNav1-Left
{
	float:left;
	width:500px;
	padding:15px 0 0 0;
	margin-left:-90px;
}
.footerNav1-right
{
	float:right;
	width:300px;
	text-align:right;
	padding:10px 0 0 0;
}
.footerNav1_copyright
{
	color:#747474;
	padding:8px 0 0 0;
}
.footerNav1_links
{
	padding:8px 0 0 0;
	color:#69a60c;
}
.footerNav1_links a
{
	color:#69a60c;
	font-weight:bold;
	text-decoration:none;
}
.footerNav1_links a:hover
{
	text-decoration:underline;
}
.footerLower
{
	padding:0 5px;
	margin:2px 0 0 0;
}
.footerLower-Left
{
	width:356px;
	height:260px;
	float:left;
	border-right:#262626 solid 1px;
	padding:10px 20px 0 0;
	color:#8d8d8d;
}
.footerLower-Left a
{
	color:#699f0a;
	text-decoration:underline;
}
.footerLower-Left a:hover
{
	text-decoration:none;
}
.footerLower-mid
{
	width:304px;
	height:270px;
	float:left;
	border-right:#262626 solid 1px;
}
.twitter-bird
{
	height:120px;
	text-align:center;
}
.tweet
{
	width:240px;
	margin:0 auto;
	padding:10px 15px;
	background:url(images/tweet-bg.png) repeat;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
}
.tweet p
{
	margin:0;
	padding:0;
	font-size:20px;
	color:#4a7c01;
}
.tweet p span
{
	color:#a2b503;
}
.tweet h3
{
	margin:0;
	padding:0;
	color:#c3c3c3;
	font-weight:normal;
	font-size:11px;
}
.tweet h3 a
{
	color:#62a501;
	font-weight:bold;
}
.tweet h3 a:hover
{
	text-decoration:none;
}
.footerLower-rt
{
	width:300px;
	height:270px;
	float:left;
	padding:10px 0 0 10px;
}
.footerLower-rt h6
{
	margin:0;
	padding:0;
	color:#c1c0c0;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.footerLower-rt h6 span
{
	color:#70a81e;
}
.tagcloud
{
	background:url(images/tagcloud-bg.jpg) no-repeat center;
	height:250px;
}
.cmsArea
{
	border-top:#262626 solid 1px;
	padding:10px 0 0 25px;
}
.cmsArea li
{
	float:left;
	padding:0 15px;
}
.cmsArea li a
{
	display:block;
	height:55px;
}
.bbb-rating
{
	float:left;
	padding:0 0 0 10px;
}
.C-commerce
{
	float:left;
	padding:0 0 0 10px;
	height:80px;
}
.C-commerce a
{
	display:block;
	width:188px;
	height:71px;
	background:url(images/the-chamber.jpg) no-repeat;
}
.C-commerce a:hover
{
	background:url(images/the-chamber.jpg) no-repeat 0 -71px;
}
.socialText
{
	float:right;
	color:#CCC;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	padding:24px 10px 0 0;
}
.wordpress
{
	background:url(images/wordpress.jpg) no-repeat;
	width:179px;
}
.wordpress:hover
{
	background:url(images/wordpress.jpg) no-repeat 0 -55px;
	width:179px;
}
.drupal
{
	background:url(images/drupal.jpg) no-repeat;
	width:127px;
}
.drupal:hover
{
	background:url(images/drupal.jpg) no-repeat 0 -55px;
	width:127px;
}
.joomla
{
	background:url(images/joomla.jpg) no-repeat;
	width:190px;
}
.joomla:hover
{
	background:url(images/joomla.jpg) no-repeat 0 -55px;
	width:190px;
}
.magento
{
	background:url(images/magento.jpg) no-repeat;
	width:143px;
}
.magento:hover
{
	background:url(images/magento.jpg) no-repeat 0 -55px;
	width:143px;
}
.html-5
{
	background:url(images/html-5.jpg) no-repeat;
	width:54px;
}
.html-5:hover
{
	background:url(images/html-5.jpg) no-repeat 0 -55px;
	width:54px;
}
.css-3
{
	background:url(images/css-3.jpg) no-repeat;
	width:48px;
}
.css-3:hover
{
	background:url(images/css-3.jpg) no-repeat 0 -55px;
	width:48px;
}

#gform_1 .medium{
	width:100% !important;
	height:100% !important;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/*Smooth Slider specific styles*/
.smooth_slider_fouc .smooth_slider {display: none;}
.smooth_slider div,.smooth_slider p,.smooth_slider li,.smooth_slider span,.smooth_slider img,.smooth_slider h2,.smooth_slider ul{list-style:none;background:transparent;vertical-align:baseline;}
.smooth_slider{padding:0 5px;height:auto !important;}
.smooth_slider .sldr_title{margin:5px 0 10px 0;}
.smooth_slider span{display:block !important;overflow:hidden;margin: 10px auto;line-height:25px !important;padding-left:35px;}
.smooth_slider .smooth_sliderb{position:relative;}
.smooth_slider .smooth_slideri{position:absolute;}
.smooth_slider a{text-decoration:none !important;}
.smooth_slider h2{clear:none;display:block;padding:0 0 0 35px !important; line-height:normal !important;}
.smooth_slider p.smooth_more{margin:0;display:inline !important;}
.smooth_slider p.smooth_more a{text-decoration:underline !important;float:none;}
.smooth_slider p.smooth_more a:hover{text-decoration:none;}

.sldrbr{line-height:1px;}
.sldrlink{display:block;font-size:8px;font-family:Verdana, Helvetica, sans-serif;}
.sldrlink a{position:absolute;bottom:0;right:5px;margin:10px auto;color:#333333;}
.sldr_clearlt{display:block;visibility:hidden;clear:left;height:0;content:".";}
.sldr_clearrt{display:block;visibility:hidden;clear:right;height:0;content:".";}

/*Navigation */
/* Next and Previous navigational arrows */
.smooth_slider .smooth_next {position: absolute;right: 0px;top:45%; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/default/next.png) no-repeat 0 0;}
.smooth_slider .smooth_prev { position: absolute;left: 0px;top:45%; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/default/prev.png) no-repeat 0 0;}

/*Navigation numbers*/
.smooth_slider .smooth_nav { position:absolute;bottom:0px;text-align:center;margin: 10px auto;padding-left:50px;}
.smooth_slider .smooth_nav a.smooth_slider_nnav { padding: 2px 6px; margin: 3px; border: 1px solid #ccc; text-align: center; text-decoration: none; font-weight:normal;}
.smooth_slider .smooth_nav a.smooth_slider_nnav.activeSlide { font-weight:bold;background-color: #efefef ; }
.smooth_slider .smooth_nav a.smooth_slider_nnav:focus { outline: none; }
.smooth_slider .smooth_nav a.smooth_slider_inav{display:block;float:left;}
.smooth_slider .smooth_nav a.smooth_slider_bnav{background: transparent url(buttons/default/nav.png) no-repeat 0 0;margin:0 3px;}	


#article{
	width:70%;
	float:left;
}

.video{
	position:relative;
	padding-bottom:58.25%;
	padding-top:25px;
	height:0;
	margin-bottom:1em;
}

.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

a.phone{
	border:none;
	color:inherit;
}
a.phone:hover{
	border:none;
	color:inherit;
	cursor:default;
	text-decoration:none;
}
	
/* Mobile Styles */

@media only screen and (max-width:480px){
	
	body{
	background:url(images/bg-small_screen.jpg) repeat-x;
	padding: 0;
	min-width: 320px;
	max-width: 480px;
	margin: 0 auto;
	
	}
	
	#wrapper{
	padding: 0;
	min-width: 320px;
	max-width: 480px;
	margin: 0 auto;
		
	}
	
	
		.one-column #content {
	
	max-width: 480px;
	width:100% !important;
	margin: 0 auto;
		}
	
	
	#wrapper1{
		background:none;
		}
	
	.textBlock{
		display:none;
	}
.number {
	padding-top:38px;
	min-width:200px;
}


.number img{
	width:162px;
	height:35px;
	
} 
#colophon {
padding: 0;
overflow: hidden;
min-width: 320px;
max-width: 480px;
margin: 0 auto;
}
#primary {
	display:none;
}
#secondary {
	display:none;
}

#container {
	width:100%;
	}
	
	
.topBlockArea_Img {
float: left;
width: 20%;
}	
.topBlockArea_Img img
{
	width:80%;
	height:80%;
	padding:0 0 0 1em;
	
}
	
.topBlockArea {
width: 100%;
float: left;
margin-top: 1.5em;
min-height:inherit;
}



.topBlockArea_text {
float: left;
width: 70%;
}

#homeArticles{
	display:none;
}
#homePortfolio{
	display:none;
}
.lowerBlockArea{
		display:none;
}

#logo img{
	
	width:60%;
	height:60%;
}

.smooth_slider {
width: 100% !important;
height: 600px !important;
}

.smooth_slider span {
display: inline;
overflow: hidden;
margin: 10px auto;
line-height: 20px !important;
font-size:1.3em !important;
text-transform:none;
}

.smooth_slider .smooth_nav {
	display:none;
}

.smooth_slider em {
margin: 0px 0 0px 0 !important;
text-shadow: 2px 2px 2px #333333 !important;
text-transform: uppercase !important;
list-style: none;
background: transparent;
vertical-align: baseline;
display: block;
padding: 0px;
clear: both;
}

.smooth_slider em a{
	display:none !important;
}
.footerLower
{
	display:none !important;
}
.cmsArea
{
	display:none !important;
}

footerNav1-Left {
float: left;
width: 100%;
padding: 15px 0 0 0;
margin:0 auto;
}

li.linkedin {
	display:none;
}

li.skype {
	display:none;
}
li.tumblr {
	display:none;
}
li.pinterest {
	display:none;
}
.socialize-containter
{
	margin:20px 10px !important;
}
.footerNav1-Left
{
	display:none !important;
}
.footerNav1-right
{
	text-align:center;
	padding:10px 0 0 0;
	float:none;
	width:100%;
}
.portfolio-inner
{
	width:100%;
	background:none;
}
.port-inner-img
{
	float:inherit;
	text-align:center;
	padding:1em 0;
	width:80%;
}
.port-inner-textArea
{
	float:inherit;
	width:80%;
}
#megaMenu.wpmega-preset-flat-black-dark
{
	background:#0a0a0a !important;
}
}

/* Tablet Styles */

@media only screen and (min-width:481px) and (max-width:767px) {
	
	body{
	padding: 0;
	min-width: 500px;
	/*max-width: 768px;*/
	margin: 0 auto; 
	
	}
	
	#wrapper{
	padding: 0;
	min-width: 500px;
	max-width: 768px;
	margin: 0 auto; 
	}
	
	
	.one-column #content {
	min-width: 500px;
	max-width: 768px;
	width:100% !important;
	margin: 0 auto;
		}
	
	
	#wrapper1{
	background:url(images/banner-bg.jpg) top center no-repeat;
		}
	
	
	.textBlock{
		display:none;
	}
	

#colophon {
padding: 0;
overflow: hidden;
min-width: 500px;
max-width: 768px;
margin: 0 auto;
}
#primary {
	display:none;
}
#secondary {
	display:none;
}

#container {
	width:100%;
	}

.topBlockArea_Img {
float: left;
width: 20%;
}	
.topBlockArea {
width: 100%;
float: left;

margin-bottom: 2em;
}


.lowerBlockSlide {
	margin-left:22%;
}

.topBlockArea_text {
float: left;
width: 80%;
}
.smooth_slider em a {
display: none !important;
}
	
.smooth_slider span {
display: inline;
overflow: hidden;
margin: 10px auto;
line-height: 20px !important;
font-size: 1.3em !important;
text-transform: none;
}	
	
#branding img {
clear: both;
display: block;
width: 55%;

}
#homeArticles{
	display:none;
}
#homePortfolio{
	float:left;
	background: none !important;
	width:40%;
}
.lowerBlockSlide-text
{
	background:none;
}
#logo img{
	
	width:70%;
	height:70%;
}


.smooth_slider em {
margin: 0px 0 0px 0 !important;
text-shadow: 2px 2px 2px #333333 !important;
text-transform: uppercase !important;
list-style: none;
background: transparent;
vertical-align: baseline;

display: block;
padding: 0px;
clear: both;
font-size:16px !important;
line-height:16px !important;
}
.smooth_slider {
width: 100% !important;
height: 350px !important;
}

.footerLower
{
	display:none !important;
}
.cmsArea
{
	display:none !important;
}

footerNav1-Left {
float: left;
width: 100%;
padding: 15px 0 0 0;
margin:0 auto;
}
li.skype {
	display:none;
}
li.tumblr {
	display:none;
}
li.pinterest {
	display:none;
}
.smooth_slider span {
	font-size:12px !important;
	text-transform:none;
	line-height:12px;
}
.socialize-containter
{
	margin:40px 10px !important;
}
.footerNav1-Left
{
	display:none !important;
}
.footerNav1-right
{
	text-align:center;
	padding:10px 0 0 0;
	float:none;
	width:100%;
}
.number {
	padding-top:38px;
	min-width:200px;
}
.topBlockArea
{
	min-height:inherit;
}
.portfolio-inner
{
	width:100%;
	background:none;
}
.port-inner-img
{
	float:inherit;
	text-align:center;
	padding:1em 0;
	width:80%;
}
.port-inner-textArea
{
	float:inherit;
	width:80%;
}
#megaMenu.wpmega-preset-flat-black-dark
{
	background:#0a0a0a !important;
}
#content h1
{
	padding-right:10px;
	padding-left:10px;
}
#content p
{
	padding-right:10px;
	padding-left:10px;
}


}

/* Tablet Landscape eg. Nexus 7*/

@media only screen and (min-width:768px) and (max-width:966px) {
	
	body{
	padding: 0;
	min-width: 768px;
	margin: 0 auto;
	max-width:966px;
	
	
	}
	
	#wrapper{
	padding: 0;
	min-width: 768px;
	max-width: 966px;
	margin: 0 auto; 
	}
	
	
	.one-column #content {
	min-width: 768px;
	max-width: 966px;
	width:100% !important;
	margin: 0 auto;
		}
	
	
	#wrapper1{
	background:url(images/banner-bg.jpg) top center no-repeat;
	
		}
	
	
	.textBlock{
		display:none;
	}
	

#colophon {
padding: 0;
overflow: hidden;
min-width: 768px;
max-width: 966px;
margin: 0 auto;
}
#primary {
	display:none;
}
#secondary {
	display:none;
}

#container {
	width:100%;
	}

.topBlockArea_Img {
float: left;
width: 20%;
}	
.topBlockArea {
width: 100%;
float: left;
margin-bottom: 0.5em !important;
min-height:110px !important;
}


.lowerBlockSlide {
	margin-left:22%;
}

.topBlockArea_text {
float: left;
width: 80%;
}

.smooth_slider em a {
display: block !important;
padding-top:2em;
padding-bottom:1em;
}
	
.smooth_slider span {
display: inline;
overflow: visible;
margin: 10px auto;
line-height: 20px !important;
font-size: 1.3em !important;
text-transform: none;
max-width:500px;
}	
	
#branding img {
clear: both;
display:inline;
width:40%;
float:left !important;



}
#homeArticles{
	display:none;
}
#homePortfolio{
	float:left;
	background: none !important;
	width:100%;
}
#logo img{
	
	width:70%;
	height:70%;
}


.smooth_slider em {
margin: 0px 0 0px 0 !important;
text-shadow: 2px 2px 2px #333333 !important;
text-transform: uppercase !important;
list-style: none;
background: transparent;
vertical-align: baseline;
display: block;
padding: 0px;
clear: both;
font-size:16px !important;
line-height:16px !important;
}
.smooth_slider {
	width:100% !important;
}

.footerLower
{
	display:none !important;
}
.cmsArea
{
	display:none !important;
}

footerNav1-Left {
float: left;
width: 100%;
padding: 15px 0 0 0;
margin:0 auto;
}
li.skype {
	display:none;
}
li.tumblr {
	display:none;
}
li.pinterest {
	display:none;
}
.smooth_slider span {
	font-size:12px !important;
	text-transform:none;
	line-height:12px;
}
.socialize-containter
{
	margin:40px 10px !important;
}
.footerNav1-Left
{
	display:none !important;
}
.footerNav1-right
{
	text-align:center;
	padding:10px 0 0 0;
	float:none;
	width:100%;
}
#content h1
{
	padding-right:10px;
	padding-left:10px;
}
#content p
{
	padding-right:10px;
	padding-left:10px;
}


}



/* Desktop  */ 
@media only screen and (min-width:967px){
	
	#wrapper {
	padding:0;
	width: 1004px;
	margin: 0 auto;
}

.smooth_slider em {

text-shadow: 2px 2px 2px #333333 !important;
text-transform: uppercase !important;
list-style: none;
background: transparent;
vertical-align: baseline;
display: block;
padding: 0px;
clear: both;
font-size:22px !important;
line-height:24px !important;
}

.wrapper1
{
	background:url(images/banner-bg.jpg) top center no-repeat;
}
	
#colophon {
	padding:0;
	overflow: hidden;
	width:1004px;
	margin:0 auto;
}
#homePortfolio{
	float:right
}
#logo img{
	
	width:210px;
	height:auto;
}
#content h1
{
	padding-right:10px;
	padding-left:10px;
}
#content p
{
	padding-right:10px;
	padding-left:10px;
}

}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#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 {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}
