@charset "utf-8";

h1 {
	font-size: 1.6em;	
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#breadcrumb {
	padding-top: 5px;
}

#breadcrumb p {
	color:#515961;
	font-family:Geneva,Arial,Helvetica,sans-serif;
}

.fleft {
	float: left;
	margin-right:10px;
}

/******** mid navigation style *****/

#fullwidthnavbar {
	background-image: url(images/midnavbg.png);
	background-repeat: repeat-x;
	height: 57px;
	width: 100%;
}

#midnavwrap {
	min-width: 960px;
	height: 57px;
}

#midnavwrapInner {
	width: 960px;
	padding-top: 10px;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
}

/****** mid navigation ***********/

#midnavwrapInner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#midnavwrapInner li.cat-item {
	word-wrap: break-word;
	width: 99px;
	float: left;
	list-style-type: none;	
	margin-right: 10px;
}

#midnavwrapInner li.cat-item:first-child {
	margin-right: 35px;
}

#midnavwrapInner li.cat-item a {
	
	font-family:Geneva,Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-size: 14px;
	color: #db53a8;
}

#midnavwrapInner li.cat-item a:link {
	font-size: 14px;
	color: #db53a8;
}

#midnavwrapInner li.cat-item a:active{
	font-size: 14px;
	color: #db53a8;
}

#midnavwrapInner li.cat-item a:hover{
	color:#FFF
}

/***** subscribe form *****************/

#sidebar li.s2class_widget_subscribe2widget h3.widget-title {
	
}

#sidebar li.s2class_widget_subscribe2widget div.search form p {
	font-size: 13px;
	margin-left: 10px;
}

#sidebar li.s2class_widget_subscribe2widget div.search form p span.formlabel {
	display: block;
	margin-bottom: 5px;
}

#sidebar li.s2class_widget_subscribe2widget div.search form input {
	margin: 10px 0;	
}

#sidebar li.s2class_widget_subscribe2widget div.search form input[type=text] {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* future proofing */
	-khtml-border-radius: 12px; /* for old Konqueror browsers */
	width: 190px;
	height: 24px;
	border: solid #999 1px;
	padding: 1px;
	margin:1px;
	background-color:#EFEFEF;
}

#sidebar li.s2class_widget_subscribe2widget div.search form input[type=text]:focus {
	border: solid #d952a6 2px;
}

/********* Pagination ****************/

div.navigation { 
	float: left;
	margin-top: 10px;
}

div.navigation ol.wp-paginate {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family:Geneva,Arial,Helvetica,sans-serif;

}

div.navigation ol.wp-paginate li span.title {
	color:#515961;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height:15px;
	margin-right: 10px;
}
div.navigation ol.wp-paginate li {
	font-size: 13px;
	float:left;
	line-height: 21px;
}

div.navigation ol.wp-paginate li span.current {
	margin:0 5px;
}

div.navigation ol.wp-paginate li a {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	float:left;
	line-height:20px;
	border: 1px solid #999;
	margin: 0 1px;
	padding: 0 3px;	
}

div.navigation ol.wp-paginate li a:hover {
	background-color:#F09;
	color:#FFF;
}


/******** Comments styling goes here *************/

#comments {
	width: 100%;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F0C;	
	}
	
#comments ol {
	list-style-type: none;
}

#comments h3 {
	color:#515961;
	font-family:Geneva,Arial,Helvetica,sans-serif;	
	font-size: 16px;
	margin-top: 5px;
}

.comment-wrapper {
	width: 700px;
	float: left;
	margin-top: 20px;
}

.comment-author {
	width: 100px;
	float: left;
	overflow: hidden;
}

.comment-body {
	width: 600px;
	float: left;
	position: relative;
}

.comment-header {
	width: 600px;
	height: 6px;
	float: left;
	background-image: url(images/comments-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.comment-content {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f3f3f2;
	float: left;
}

.comment-arrow {
	position: absolute;
	width: 28px;
	height: 17px;
	left: -28px;
	top: 20px;
	background-image: url(images/comments-pointer.gif);
	background-repeat: no-repeat;
}

.comment-footer {
	width: 600px;
	height: 6px;
	float: left;
	background-image: url(images/comments-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.comment-poster {
	margin: 0px; 
	font-size: 12px; 
	color:#F39; 
	font-family:Geneva,Arial,Helvetica,sans-serif;

}

.comment-meta {
	color:#515961;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
}	

.formcontainerHeader {
	background-image: url(images/leavecomment-header.gif);
	background-repeat: no-repeat;
	background-position: top;	
	width:100%;
	height:4px;
	float:left;
	margin-top: 20px;
}

.formcontainer form {
	float:left;
	background-color:#F3F3F2;
	padding: 10px;
}

.form-input input {
	height: 30px;
	padding: 4px;
	border: 1px solid #AEAEAE;
	font-size: 14px;
}
div.form-label {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

div.form-textarea textarea {
	padding: 10px;
	width: 600px;
	font-size: 14px;
	border: 1px solid #AEAEAE;
	background-image: url(images/yourcommentsbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#strapLine h2 {
	margin-top: 15px;
	font-size: 1em;
	line-height: 1.6em;
}

#topBar {
	background-image: url(images/topBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 36px;
	width: 100%;
	float: left;
	display: inline;
	overflow: visible;
}

#header {
	float: left;
	height: 218px;
	width: 100%;
	display: inline;
}
#contentBG {
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 100%;
	display: inline;
}
#flashHeader {
	text-align: center;
	margin:auto;
	width: 100%;
	display: inline;
	float: left;
}
#headerWrap {
	min-width: 1094px;
	height: 218px;
}
#headerWrapInner {
	background-image: url(images/blogheader.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 1094px;
	height: 218px;
	margin-right: auto;
	margin-left: auto;
}

#mainSite {
	position:fixed;
	z-index:10;
	width: 69px;
	height: 250px;
	top: 35%;
	background-image: url(images/mainSiteBtn.png);
	background-repeat: no-repeat;
}

#mainSite a {
	display:block;
	width: 100%;
	height: 100%;
}

#logo {
	float: left;
	margin-left: 37px;
	margin-top: 22px;
	display: inline;
}
#strapLine {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	width: 530px;
	display: inline;
	overflow:hidden;
}
#contact {
	float: right;
	height: 59px;
	width: 263px;
	margin-top: -20px;
}

#map-outter {
	background-image: url(../images/thinStripeBg.gif);
	background-repeat: repeat;
	float: left;
	margin-left: 10px;
	display:inline;
	min-height: 340px;
	min-width: 620px;
	border: 1px solid #e5e5e5;
}

#bodyContentWrap {
	min-width: 960px;
}

#bodyContent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumb {
	height: 36px;
	width: 960px;
	display: inline;
	float: left;
}

#container {
	width: 718px;
	float:left;
	display:inline;
	}

#sidebar {
	width: 242px;
	float: left;
	display: inline;
	}
/******** Category Specific*********/

.catHeading {
	font-size: 3em;
}
/************* POST STYLES *******************/
.day {
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	margin-top:7px;
	text-align:center;
}
.month {
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	margin-top:-3px;
	text-align:center;
}
.post {
	margin-left: 10px;
	margin-right: 5px;
	width: 703px;
	diplay: inline;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF00CC;
	padding-bottom: 10px;
	padding-top: 10px;
	}

.post .postHeader {
		margin-top: 5px;
		margin-bottom: 5px;
		width: 703px;
		overflow: hidden;
	}

.post .postHeader .postDate {
		background-image: url(images/agency-news-tab.png) ;
		background-repeat:no-repeat;	
		display:inline;
		float:left;
		height:57px;
		margin-right:10px;
		width:47px;
}
.post .postHeader .postTitle {
		width: 646px;
		overflow: hidden;
		display:inline;
		float:left;
		height:57px;
}
.post .postHeader .postTitle h2 {		
		font-size: 1.4em;
}

.post .postHeader .postTitle h2 a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}

.post .postHeader .postTitle .postCommentCount {
	float: right;
	width: 53px;
	height: 37px;
	margin-top: -20px;
	background-image: url(images/comments-bubble.png);
	background-repeat: no-repeat;
	text-align:center;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 10px;
	padding-top: 3px;
	color: #9e9e9e;
}

.post .postEntry p {
	color:#515961;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-weight:lighter;
	line-height:1.8em;
	margin-bottom: 20px;
}
	
.post .postEntry .postEntryLeft {
	border:1px solid #E5E5E5;
	width: 203px;
	height: 150px;
	float:left;
	margin-right: 25px;
	display: inline;
	overflow: hidden;
	background-image: url(images/thinStripeBg.gif);
	background-repeat: repeat;
	padding: 10px;


	}
	
.post .postEntry .postEntryRight {
	width: 443px;
	float:left;
	margin-right: 5px;
	display: inline;
	overflow: hidden;
	}
.post .postEntry .postEntryRight .postEntryRightTags {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:lighter;
	line-height:14px;
	padding: 3px;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	margin-top: 20px;
} 


.post .postEntry .postEntryRight .postEntryRightTags a:link , a:active, a:hover, a:visited {
	text-decoration: none;
	color: #83BAF1;
}

/**** style the read more excerpt ****/
/**************** don't know why could not select multiple pseudo selectors here, but dont have time to fix it and this works ******/

.post .postEntry .postEntryRight div.more p a:link {
	text-decoration: none;
	color: #83BAF1;
}

.post .postEntry .postEntryRight div.more p a:active {
	text-decoration: none;
	color: #83BAF1;
}

.post .postEntry .postEntryRight div.more p a:hover {
	text-decoration: none;
	color: #83BAF1;
}

.post .postEntry .postEntryRight div.more p a:visited {
	text-decoration: none;
	color: #83BAF1;
}



/******************* END OF POSTS STYLES ************************/


/******************** SIDE BAR STYLES ***************************/

#sidebar {
	float:left;
	display: inline;
	width: 222px;
	padding-left: 20px;
	overflow: hidden;
	color:#515961;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	}
	
#sidebar h3 {
	background-image: url(images/sideBarHeading.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 221px;
	height: 35px;
	padding-top: 3px;
	margin: 10px 0px 10px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar ul li ul li {
	font-size: .75em;
	margin: 7px 0px 7px 0px;
	padding-left: 14px;
	background-image: url(images/sideBarBullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#sidebar ul li ul li a:link, a:active, a:visited{
	color:#515961;
	text-decoration:none; 
}

/******************** END OF SIDE BAR STYLES ********************/

/******************** MENU STYLES *******************************/

#menuWrap {
	min-width: 960px;
}
#menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.menuRight {
	float: right;
	display: block;
	position: relative;
}

#rssFeed {
	float: right;
	margin-top: -1px;
}

#rssFeed img {
	vertical-align: middle;
	margin-left: 5px;	
}

#rssFeed p {
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	margin: 0px;	
}

/***************** END OF MENU STYLES ***********************/

#privacy {
	float: left;
	margin-bottom: 5px;
}
#privacy img {
	vertical-align: middle;
	display: inline;
	margin-right: 4px;
}
#privacy p {
	margin: 0px;
	float: left;
}

/******************* General Classes **********************/

.clearfix {
	display:inline-block;
}

#clearer {
	clear: both;
	}
.clearer {
	clear: both;
	}

.social_bookmark {
	font-family:Verdana,Geneva,sans-serif;
}

.social_bookmark .d {
	margin-top: -15px;
}

.social_bookmark em {
	font-style: normal;
	font-size:12px;
}


/***************** FOOTER STYLING ************************/

#footer-content-wrap {
	min-width: 960px;
}
#footer-legal {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	position: relative;
	margin-top: 30px;
}

#legal-content h2 {
	font-size:1em;
	margin-bottom:10px;
	margin-top:10px;
}

#footer-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#footer-left {
	display: inline;
	float: left;
	width: 460px;
	height: auto;
}
#footer-right {
	display: inline;
	float: left;
	height: auto;
	width: 450px;
	margin-left: 50px;
}
#footer-right h2 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#footer-left h2 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#footerTop {
	background-image: url(images/footerTop.gif);
	background-repeat: repeat-x;
	height: 118px;
	width: 100%;
	float: left;
}
#footerMain {
	height: 350px;
	width: 100%;
	background-color: #252627;
	float: left;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
}
#footerHighlightWrap {
	background-position: center top;
	width: 100%;
	height: 350px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.footer-rule {
	height: 1px;
	width: 75%;
	background-color: #d22091;
	font-size: 1px;
	display: inline;
	float: left;
}
.footer-header {
	font-size: 1.3em;
	margin-bottom: 18px;
	margin-top: 0px;
}

#legal-content p {
	color:#C8C8C8;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
}

.widget_colorful_tag_cloud {
	list-style-type: none;
}

.fancy-input-box {
	background-image: url(../images/fancy-input-box.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 241px;
	float: left;
	
}

.fancy-message-box {
	background-image: url(../images/fancy-message-box.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 303px;
	float: left;
}


.fancy-input-box input {
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	display: inline;
	position: relative;
	background: none !important;
	background-image: none;
	width: 210px;
	padding-top: 10px;
	height: 20px;
	outline:none;
}

.fancy-message-box textarea {
	background: none !important;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	display: inline;
	overflow: hidden;
}


.footer-label {
	width:110px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.footer-label-message {
	width:60px;
	height: 40px;
	float: left;
	display: inline;
}

.footer-left-header {
	font-size: 0.875em;
	text-align: left;
	display: inline;
	float: left;
	width: 230px;
	margin-bottom: 8px;
}
.footer-left-list {
	font-family: Verdana;
	color: #FFFFFF;
	float: left;
	height: 130px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1.5em;
}

/***************************** END OF FOOTER STYLES *********************/
#ribbon {
	background-image: url(../images/corner-ribbon.png);
	height: 204px;
	width: 204px;
	position: absolute;
	z-index: 200;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	top: 0px;
	right: 0px;
}

#contact-us-label {
	background-image: url(../images/contact-us-label.png);
	height: 193px;
	width: 333px;
	position: relative;
	z-index: 200;
	background-repeat: no-repeat;
	top: -113px;
	display: inline;
	float: right;
	overflow: hidden;
	right: -40px;
}

#scissors {
	background-image: url(images/scissors.gif);
	height: 34px;
	width: 80px;
	overflow:visible;
	position: relative;
	z-index: 300;
	background-repeat: no-repeat;
	margin-top: -18px;
	margin-right: 25px;
	display: inline;
	float: right;
}
#contentBG #footerMain #footerHighlightWrap #footer-content-wrap #light-bulb {
	float: right;
	height: 200px;
	width: 200px;
}
#light-bulb {
	float: right;
	height: 106px;
	width: 61px;
}


#callback {
	margin-top: 10px;
	float: left;
}
#successMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #FFFFFF;
	display: none;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#SubmitMessage {
	margin-top: 8px;
	height: 32px;
	width: 101px;
	float: left;
}
.service {
	width: 225px;
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 6px;
	margin-bottom: 6px;
}
.service-end {
	width: 225px;
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 6px;
}
#services .services-heading {
	background-image: url(../images/web-services-heading-bg);
	background-repeat: no-repeat;
	float: left;
	width: 223px;
	display: inline;
	height: 29px;
	border: 1px solid #bdbdbd;
}

#services h2 {
	margin-top: 5px;
}
#services .web-image {
	display:inline;
	float: left;
	height: 90px;
	width: 225px;
	margin-top: 2px;
}
#services .description {
	display:inline;
	float: left;
	height: 50px;
	width: 225px;
	margin-top: 2px;
}
#services p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #515961;
	text-align: justify;
}

#social p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	line-height: 1.4em;
	color: #666;
	width: 240px;
	margin: 0px;
}

#social .media {
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#social {
	float: left;
	margin-top: 10px;
}
#map {
	margin-top:10px;
	height: 320px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}




	
	
	
	
	
	
	
	
	
	
	
	
	
	