/* 
Theme Name: Asset
Author: Digital Developments
*/
* {
	margin: 0;
}

html {
	overflow-x: hidden;
}

html, body {
	height: 100%;
}

.AllContentWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
}

.clearfix {
    clear: both;
}

body, img, p, ul, h2 {
    padding: 0px;
    margin: 0px;
    border: none;
    font: 12px/18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #666666;
}
.alignright{ float:right; margin-left: 15px; }
.alignleft { float:left; margin-right: 15px;}
a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
	color:#4D89A1;
}

a:hover {
    text-decoration: none;
	color:#ffffff;
}

h1 {
    font: 36px 'TitilliumText22LMedium', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #494949;
    margin:0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font: 22px 'Arial', 'Helvetica', sans-serif;
	font-weight:normal !important;
    color: #494949;
    margin:0px 0px 7px 5px;
    -webkit-font-smoothing: antialiased;
}

.columnB h2, .columnB h1 {
	font:18px/38px 'TitilliumText22LBold', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top:7px;
	margin-bottom:7px;
text-transform:uppercase;
}

.contentArea p {
	font:12px/18px 'Arial', 'Helvetica', 'sans-serif';
	margin-bottom:5px;
}

h3 {
    font: 20px 'TitilliumText22LBold', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #494949;
    margin: 5px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h4 {
    font: 18px 'TitilliumText22LBold', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #494949;
    margin: 10px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h5 {
    font: 14px 'TitilliumText22LRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight:bold;
    color: #494949;
    margin: 10px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h6 {
    font: 13px 'TitilliumText22LLight', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #494949;
    margin: 0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}


ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style-image: url(images/ul1.png);
    margin-left: 14px;
    margin-bottom: 10px;
}

#footer ul, .sidebarRight ul{
    margin-left: 0px;
}

#mainWrapper {
    width: 992px;
    margin: 0 auto;
}

#bgWrapper {
    width: 100%;
    margin: 0 auto;
}

#logoMenu {
    margin-top:10px;
    height: 81px;
    width: 980px;
    margin: 0 auto;
}

#logo {
    height: 66px;
    width: 250px;
    padding-top:10px;
    float: left;
}

#callphone {
    display:inline;
    color:white;
    height: 36px;
    width: 410px;
    padding-top:40px;
    float: right;
    margin:0;
    font-family:Arial, Helvetica, Sans-serif;
    text-align: right;
}

#callphone p{
    display:inline;
    color:white;
    margin:0;
}

#callphone .number {
    display:inline;
    color:white;
    margin:0;
    font-weight:bold;
    font-size:18px;
}

#callphone .icon {
    display:inline;
    padding-left:10px;
    float:right;
}


#mainMenu {
    width: 896px;
    height: 53px;
    margin: 0 auto;
    /*margin-top: 5px;*/
	font-family:'Arial', 'Helvetica', 'sans-serif';
font-size:13px;
background:url(images/blue-sky/typical-top-bg.png) top center no-repeat;
}

#footerMenu {
    width: 800px;
    height: 53px;
    margin: 0 auto;
}

#footerMenu .footer-menu ul {
font:12px/24px 'Arial', 'Helvetica', 'sans-serif';
margin-right:44px;
}

#footerMenu .footer-menu li a {padding:10px;}

.menu-main-container {
    float: left;
    position: relative;
    z-index: 199;
}

.menu-main-navigation-container li {
	padding-right:11px;
}

#topCaption {
    width: 940px;
    padding: 40px 26px 0px;
    text-align: center;
    position: relative;
}

#topCaption p {
    font: 44px 'TitilliumText22LLight', sans-serif;
    color: #cdd8e0;
    text-shadow: #000000 0px -1px;
    -webkit-font-smoothing: antialiased;
}

#topCaption span {
    color: #fefefe;
    font-family: 'TitilliumText22LMedium', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.captionClose {
    position: absolute;
    top: 15px;
    right: 5px;
    cursor: pointer;
}

#bodyWrapper {
    margin-top: 40px;
    background: url(images/content_bg.png) repeat-y;
    width: 952px;
    padding: 20px;
}

#bodyWrapperSingle {
    background: url(images/content_bg.png) repeat-y;
    width: 989px;
}

.bodyWrapperPadded {
    padding: 40px 46px;
}


#bodyWrapperSingleNav {
    background: url(images/content_bg.png) repeat-y;
    padding: 0px 46px;
    width: 900px;
}

#contentWrap {
    width: 900px;
    margin: 0 auto;
}

.bigButton {
    font: 18px 'TitilliumText22LMedium', sans-serif;
    text-transform: uppercase;
    padding: 12px 20px 11px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    text-shadow: #ffffff 0px 1px;
    -webkit-font-smoothing: antialiased;
}

.bigButton:hover {
    text-shadow: #82898d 0px -1px;
}

.bigButton span {
    padding-right: 20px;
}

#midCaption {
    margin: 29px 0;
}

#midCaption p {
    font-family: 'TitilliumText22LLight', sans-serif;
    color: #929292;
    margin: 5px 0 0 15px;
    width: 610px;
    float: left;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

#midCaption img {
    float: left;
}

#midCaption a {
    float: right;
    position: relative;
    top:7px;
}

#midCaption p span {
    font-family:'TitilliumText22LRegular', sans-serif;
    color: #363636;
    -webkit-font-smoothing: antialiased;
}

.separator40 {
    margin-bottom: 40px;
    height: 6px;
    width: 100%;
    background: url(images/separator.jpg) repeat-x;
}

.separator2038 {
    margin-top: 20px;
    margin-bottom: 38px;
    height: 6px;
    width: 100%;
    background: url(images/separator.jpg) repeat-x;
}

.separator25 {
    margin-bottom: 25px;
    height: 6px;
    width: 100%;
    background: url(images/separator.jpg) repeat-x;
}


#blogWrap {
    width: 590px;
    float: left;
}

#blogWrapFW {
    width: 900px;    
}


#sidebar {
    width: 250px;
    float: right;
}

.thumbnail {
    width: 280px;
    height: 200px;
    float: left;
    position: relative;
}

.thumbnailFW {
    width: 590px;
    height: 200px;
    margin-bottom: 5px;
    position: relative;
}

.thumbnailSingle {
    width: 590px;
    height: 200px;
    margin-bottom: 30px;
    position: relative;
}
.marginB {
    margin-bottom: 8px;
}
.nofloat {
    float: none !important;
}

.nofloatimg {
    height: 140px;    
}

.postExcerpt {
    width: 280px;
    float: right;
}

.postExcerptFW {
    width: 590px;
}

.postExcerpt h1, .fwh1, .fwh1m {
    font: 24px 'TitilliumText22LMedium', sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}



.fwh1, .fwh1m{
    margin-bottom: 20px;
}

.h1nt {
    margin: 0 !important;
}

.fwh1m {
    font-size: 20px !important;
}

.postExcerpt p, .postExcerptFW p {
    font: 12px/18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #737373;
}

.thedate {
    padding: 4px 10px 4px 20px ;
    border-right: 1px #dedede solid;
    float: left;
    font: italic 12px/18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #aaaaaa;
    margin: 7px 0;
    background: url(images/date.jpg) left center no-repeat;
}

.thedateOnly {
    padding: 4px 10px 4px 20px ;
    font: italic 12px/18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #aaaaaa;
    margin: 7px 0;
    background: url(images/date.jpg) left center no-repeat;
}

.thedateSide {
    padding: 3px 0px 0px 20px ;
    font: italic 12px/18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #aaaaaa;
    margin: 0;
    background: url(images/date.jpg) left center no-repeat;
}


.pfolioThumbSmall {
    position: relative;
}

.catWrap {
    position: relative;
    float: left;
    overflow: hidden;
    height: 20px;
    top: 9px;
}

.catSingle {
    position: relative;
    font: italic 12px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #aaaaaa;
}

.catSingle a {
    color: #aaaaaa;
}

.categories, .categoriesS {
    position: absolute;
    top: -4px;
    left: -1px;
    font: italic 12px/22px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #aaaaaa;
    padding: 3px 25px 0 25px;
    background: #ffffff url(images/cat.jpg) 0 3px no-repeat;
    border: 1px solid #ffffff;
    z-index: 4;
}

.categoriesSingle {
    font: italic 12px/22px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #aaaaaa;
    padding: 0 25px 0 25px;
    background: #ffffff url(images/cat.jpg) left top no-repeat;
}


.categories a, .categoriesS a {
    color: #aaaaaa;
    text-decoration: none;
}

.categories a:hover, .categoriesS a:hover {
    text-decoration: none;
}

.mediumButton, #submitC, .mediumButtonLeft, .wpcf7-submit  {
    display: inline-block;
    margin: 10px 0px 0px;
    padding:0px 15px;
    height: 28px;
    text-decoration: none;
    font: 12px/28px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-shadow: #ffffff 0px 1px;
}

.wpcf7-submit {
    border: none;
}

.mediumButton:hover, #submitC:hover, .mediumButtonLeft:hover {
    text-shadow: #82898d 0px -1px;    
}

.separatorBC {
    height: 1px;
    width: 100%;
    background: url(images/separator_bc.jpg) repeat-x;
    margin-bottom: 30px;
}

.separatorBC40 {
    height: 1px;
    width: 100%;
    background: url(images/separator_bc.jpg) repeat-x;
    margin-bottom: 40px;
}

.separatorBC0 {
    height: 1px;
    width: 100%;
    background: url(images/separator_bc.jpg) repeat-x;    
}

.postWrap {
    width: 590px;
    margin-bottom: 40px;
}

.postWrapModern {
    width: 280px;
    margin-bottom: 40px;
}

.commentsNr {
    width: 32px;
    height: 39px;
    background: url(images/comments.png);
    position: absolute;
    z-index: 3;
    top: -5px;
    left: -7px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.commentsNr span {
    font: 18px 'TitilliumText22LBold', sans-serif;
    position: relative;
    top: 5px;
    -webkit-font-smoothing: antialiased;
}

.commentsNr a {
    color: #ffffff;
    text-decoration: none;
}

.commentsNr a:hover {
    color: #eaeaea;
}

.thumb_cover {
    position: absolute;
    top: 0px;
    display: none;
    z-index: 2;
}

/* ---------- [LANDING PAGE] --------------- */
#contLanding {
	border-bottom:#e2e2e2 3px solid;
	height: 50px;
	margin-top:20px;
	padding-bottom: 20px;
}

#contLanding p {
	margin: 0 auto;
	color:#7d8993;
	text-align: center;
	font-size:20px;
	line-height:26px;
	margin-top:15px;
	
}

/* ---------- [SUB NAVIGATION BAR - SIDE NAVIGATION BAR] --------------- */

.subnav-widget {
	
}

.subnav-widget h2 {
	font-size:18px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d7d7d7;
}

.subnav-widget {
	
}

.subnav-widget ul {
	list-style-image: url("images/subnav-bullet.png");
}

.subnav-widget li {
	border-bottom: 1px dotted #d7d7d7;
	padding:10px 0px;
}
.subnav-widget .children li:last-child {
	border-bottom: none;
	padding:10px 0px 0px 0px;
}
.subnav-widget ul.children{
	margin-bottom:0px;
}
.subnav-widget li.current-menu-item{
	font-weight:bold;
}

.subnav-widget li a{
	color: #909090;
	font-size: 12px;
}

.subnav-widget li a:hover{
	color: #00A0CC;
	font-weight:bold;
}

/* ---------- [GALLERY PAGE] --------------- */

#bodyWrapperSingle .bodyWrapperPadded .columnA {
	float:left;
	width:210px;
}

#bodyWrapperSingle .bodyWrapperPadded .columnB {
	float:right;
	width:670px;
}

#bodyWrapperSingle .bodyWrapperPadded .columnB h2 {
	
}

/* ---------- [GALLERY MODULE] --------------- */

.digidev-gallery-wrapper {
	padding-top:20px;
	//width:600px;
}

.digidev-gallery-wrapper .digidev-gallery {

}

.digidev-gallery-wrapper .digidev-gallery .digidev-gallery-image {
	display:inline;
	float:left;
	width: 148px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.digidev-gallery-wrapper .digidev-gallery .digidev-gallery-image img {
	border-style:solid;
	border-color:#ECECEC;
	border-width:4px;
}

/* ---------- [TESTIMONIAL MODULE] --------------- */

#pre-footer-wrapper {
	position:relative;
	background: #0079A4;
	height:156px;
}

#footer-wrapper {
	background: #0079A4;
	z-index:2;
}

.push {
	height:0;
	background: #0079A4;
}

#footer-wrapper{
	height:60px;
	margin-top:15px;
}

#digidev-testimonial {
	background: url('images/testimonial_bg.jpg') left top repeat-x;
	margin: 0 auto;
	width:980px;
	height: 100px;
}

#digidev-testimonial .panel {
	padding: 10px 80px;
}

#digidev-testimonial .panel img{
	padding-top:10px;
	position:absolute;
}

#digidev-testimonial .panel .copy {
	position:absolute;
	padding-left:90px;
	width:650px;
}

#digidev-testimonial .copy p {
Font: 14px/18px 'Georgia' "Times New Roman", Times, serif !important; /* 18px/24px is what it used to be. */
font-style:italic !important;
}

#digidev-testimonial .copy h1 {
Font: 14px/18px 'Georgia' "Times New Roman", Times, serif !important; /* 18px/24px is what it used to be. */
font-style:italic !important;
font-weight:bold !important;
}

#digidev-testimonial .panel p {
	display:inline;
	color: #A5A5A5;
	font-size:14px;
	font-style:italic;
}

#digidev-testimonial .panel h1 {
	display:inline;
	color: #A5A5A5;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}

/* ---------- [HOME MODULE] --------------- */

.digidev-hm {
	position: inherit;
	left: 0px;
	width: 900px;
}

.digidev-hm .hm-image {
	position: inherit;
	float: left;
	left:0px;
	top: 35px;
}

.digidev-hm .panel {
	position: inherit;
	float: left;
	width: 260px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

.digidev-hm .panel h2 {
	position: inherit;
	float: left;
	color:#7d8993;
	margin-top: 15px;
	margin-left: 10px;
}

.digidev-hm .panel p {
	position: inherit;
	margin-top:70px;
	color:#999999;
	text-align: justify;
}

/* ---------- [ GOOGLE MODULE ] ------------ */

.digidev-googlemap {
	position: inherit;
	left: 0px;
	width: 800px;
}

.digidev-googlemap .firstpanel {
	width:700px;
	height:200px;
}

.digidev-googlemap .panel {
	width:700px;
	height:200px;
	padding-top:20px;
}

.digidev-googlemap a {
	color: #00A2D3;
}

.digidev-googlemap .pancolumnA {
	float:left;
	width:300px;
}

.digidev-googlemap .border{
	width:280px;
	padding-bottom:20px;
	border-bottom: 1px solid #C0E6F1;
}

.digidev-googlemap .pancolumnB {
	float:left;
	width:160px;
}

/* ---------- [ ENQUIRY AREA ] ------------  */

#enquiry-all {
	position:relative;
	z-index: 900;
}

#enquiry-all .enquiry-background {
	width:100%;
	height:5px;
	background: #9ed4e8;
}

#enquiry-all .enquiry-background-line {
	width:100%;
	height:5px;
	background: #9ed4e8;
}

#enquiry-all .enquiry-content-background {
	display:none;
	background: #9ed4e8;
}

#enquiry-all .enquiry-content-wrapper {
	margin: 0 auto;
	width:990px;
}

#enquiry-all .enquiry-button-wrapper {
	margin: 0 auto;
	width:900px;
}

#enquiry-all .enquiry-background .enquiry-content-wrapper .enquiry-content {
	padding: 10px 10px;
	height:375px;
}

#enquiry-all .enquiry-background .enquiry-content-wrapper .enquiry-content .columnA {
	position:relative;
	float:left;
	width:205px;
	padding-right: 30px;
}

#enquiry-all .enquiry-background .enquiry-content-wrapper .enquiry-content .columnA h5 {
	color: #006F97;
	font: 14px Arial;
	line-height: 18px;
	font-weight:bold;
	margin-top:10px;
}

#enquiry-all .enquiry-background .enquiry-content-wrapper .enquiry-content .columnA p {
	color: #007096;
	font: 14px Arial;
	line-height: 18px;
	margin-top:10px;
}

#enquiry-all .enquiry-background .enquiry-content-wrapper .enquiry-content .columnA .phone p {
	color: #007096;
	font: 14px Arial;
	line-height: 18px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

#enquiry-all .enquiry-background .enquiry-content-wrapper .enquiry-content .columnB {
	position:relative;
	float:left;
	width:675px;
	padding: 0px 20px;
}

#enquiry-all .enquiry-background .enquiry-button-wrapper .enquiry-button {
	width:900px;
	padding-left:420px;
	top:5px;
}

#enquiry-all .enquiry-background .enquiry-button-wrapper .enquiry-button img {
	cursor:pointer;
}

/* ---------- [ POSTS PAGE ] ------------ */

.newsPost .columnB .copy
{
	font-size:12px !important;
	font-family:'Arial', 'Helvetica', 'sans-serif' !important;
	line-height:18px !important;
	color:#999999;
}

.newsPost .columnB .top-image
{
	float:left;
	margin-right:20px;
}

.newsPost .columnB .top-image img
{
	border-style:solid;
	border-color:#ECECEC;
	border-width:4px;
	/*width: 220px;
	height: 130px; */
}

.newsPost h4 {
	color: #7C8992;
}

/* ---------- [ NEWS MODULE ] ------------ */
.digidev-news {
	
}

.digidev-news .firstpanel {
	/*height:190px; */
	padding-bottom:20px;
	border-bottom: 1px solid #d7d7d7;
	float: left;
}

.digidev-news .panel {
	height:190px;
	padding-top:25px;
	padding-bottom:20px;
	border-bottom: 1px solid #d7d7d7;
}

.digidev-news .digidev-image {
	float:left;
	width:220px;
	height:130px;
	border-style:solid;
	border-color:#ECECEC;
	border-width:4px;
	margin-right: 15px;
}

.digidev-news .copy {
	float:left;
	width: 670px;
}

.copy {
	font-size:12px !important;
	font-family:'Arial', 'Helvetica', 'sans-serif' !important;
	line-height:18px !important;
	color:#999999;
}
.digidev-news .author {
	padding-bottom:3px;
}

.digidev-news .morebutton {
	float:right;
	margin-top: 10px;
}

.digidev-news h4 {
	color: #7C8992;
}

.digidev-news h4 a {
	color: #7C8992;
	text-decoration: none;
}

.digidev-news h5 {
	display:inline;
	font-size:12px;
	font-weight:bold;
	color: #52626F;
}

.digidev-news h6 {
	display:inline;
	font-size:12px;
	color: #516170;
}

/* ---------- [SLIDESHOW HOME] ----------- */
.digidev-slideshow-wrapper {
	position: relative;
	width: 900px;
}

.digidev-slideshow {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 350px;
}

.digidev-slideshow .cycle {
	position: relative;
	width: 950px;
	height: inherit;
	overflow: hidden;
}

.digidev-slideshow {
	margin:0px; 
	color:#f8f8f8; 
	font-size:11px; 
	padding:0px 0px 0px 0px; 
	line-height: 50px;  
}

.dd_description p {
	margin:0px; 
	color:#f8f8f8; 
	font-size:12px; 
	padding:0; 
	line-height: 50px;  
	font-weight:normal !important;
}


.digidev-slideshow .dd_description p a, .digidev-slideshow .dd_description p a:visited{
	color:#f8f8f8!important; 
	font-size:11px;
	font-weight: bold;
}

.digidev-slideshow .dd_description{  
	background-repeat:repeat; 
	height:50px; 
	width: 910px!important;
	padding: 0px 15px;
	margin: 0px auto; 
	text-align: left;
}

.digidev-slideshow .dd_description-wrapper {
	background-image: url(images/slide_description_bg.png);
	height: 50px; 
	width: 100%!important;
	position: absolute; 
	bottom: 0px !important; 
	left: 0px; 
}

.digidev-slideshow-wrapper .slideshow_navigation a{
	background: url(images/slide_nav_normal.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px !important;
	width:10px;
	height:10px;
	margin:0px 2px;
	outline-style:none;
	outline-width:medium;
	padding:0px 0px;
	color: transparent !important;
}


.digidev-slideshow-wrapper .slideprev {
	color: #FFFFFF;
	width: 8px;
	height: 15px;
	background: url(images/hero_arrow_left.png) no-repeat top left;
	float: left;
	margin: 0px 10px;
}

.digidev-slideshow-wrapper .slidenext {
	color: #FFFFFF;
	width: 8px;
	height: 15px;
	background: url(images/hero_arrow_right.png) no-repeat top left;
	float: left;
	margin: 0px 10px;
}

.digidev-slideshow-wrapper .slideshow_navigation{
	position:absolute; 
	right: 18px;
	bottom: 18px; 
	z-index:70; 
	cursor:pointer;
}


.digidev-slideshow .slideshow_navigation .activeSlide {
	background: url(images/slide_nav_current.png) no-repeat scroll 0% 50%; 
}

/* ---------- [SLIDESHOW TYPICAL] ----------- */

.digidev-typical-slideshow-wrapper {
	position: relative;
	width: 670px;
}

.digidev-typical-slideshow {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 250px;
}

.digidev-typical-slideshow .cycle {
	position: relative;
	width: 670px;
	height: inherit;
	overflow: hidden;
}

.digidev-typical-slideshow .slideshow-image {
	border-style:solid;
	border-color:#ECECEC;
	border-width:4px;
}

.digidev-typical-slideshow .dd_description p {
	margin:0px; 
	color:#f8f8f8; 
	font-size:14px; 
	padding:0px 0px 0px 0px; 
	line-height: 50px;
}

.digidev-typical-slideshow .dd_description p a, .digidev-typical-slideshow .dd_description p a:visited{
	color:#f8f8f8!important; 
	font-size:14px;
	font-weight: bold;
}

.digidev-typical-slideshow .dd_description{  
	background-repeat:repeat; 
	height:50px; 
	width: 910px!important;
	padding: 0px 15px;
	margin: 0px auto; 
	text-align: left;
}

.digidev-typical-slideshow .dd_description-wrapper {
	background-image: url(images/slide_description_bg.png);
	height: 50px; 
	width: 100%!important;
	position: absolute; 
	bottom: 0px !important; 
	left: 0px; 
}

.digidev-typical-slideshow .slideshow_navigation a{
	background: url(images/slide_nav_normal.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px !important;
	width:10px;
	height:10px;
	margin:0px 2px;
	outline-style:none;
	outline-width:medium;
	padding:0px 0px;
	color: transparent !important;
}


.digidev-typical-slideshow .slideprev {
	color: #FFFFFF;
	width: 8px;
	height: 15px;
	background: url(images/hero_arrow_left.png) no-repeat top left;
	float: left;
	margin: 0px 10px;
}

.digidev-typical-slideshow .slidenext {
	color: #FFFFFF;
	width: 8px;
	height: 15px;
	background: url(images/hero_arrow_right.png) no-repeat top left;
	float: left;
	margin: 0px 10px;
}

.digidev-typical-slideshow .slideshow_navigation{
	position:absolute; 
	right:50%;
	margin-right: -450px;
	bottom: 18px; 
	z-index:700; 
	cursor:pointer;
}


.digidev-typical-slideshow .slideshow_navigation .activeSlide {
	background: url(images/slide_nav_current.png) no-repeat scroll 0% 50%; 
}

/*Sidebar Widget Styles */

.sidebarRight {
	width: 250px;
	float: right;
	font: 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
}

li.widgetSidebar {
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.sidebarRight ul{
    list-style-image: none;
}

#footer ul, #twitter_update_list li {
    list-style-type: none;
    list-style-image: none;    
}

.sidebarRight h2 {
	font: 20px 'TitilliumText22LMedium', sans-serif;
	color: #494949;
	margin-bottom: 10px;
        -webkit-font-smoothing: antialiased;
}

.sidebarRight a {
        font: 13px/16px 'Lucida Sans Unicode','Lucida Grande',sans-serif !important;
	text-decoration: none;
}


.sidebarRight ul li {
    list-style-type: none;
}

.sidebarRight ul li ul li a:hover {

}

.sidebarRight ul li ul li {
	border-bottom: 1px dotted #d7d7d7;
	padding: 10px 0px 10px 0px;
}

.sidebarRight ul li ul li:last-child {
    border: none;
}

.sidebarRight ul li ul li:hover {
	background: url(images/li_arrow.png) left center no-repeat;
	padding-left: 10px;
}



ul.most_commented li {
	background: none !important;
	padding: 0px 0px !important;
}

ul.most_commented li:first-child .commentsNrW {
    margin: 8px 0px 9px !important; 
}

ul.most_commented li:first-child .commentsNrWTitle {
    margin: 6px 0px 9px !important; 
}


.commentsNrW {
	width: 32px;
	height: 34px;
	float: left;
	background: url(images/commentstag.png) no-repeat;
	font: 18px 'TitilliumText22LBold', sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	margin: 17px 0px 9px;
        -webkit-font-smoothing: antialiased;
}

.commentsNrWTitle {
	width: 205px;
	float: right;
	margin: 14px 0;
}

ul.dm-lastest-posts li {
	background: none !important;
        padding: 15px 0px !important;
}

ul.dm-lastest-posts li:first-child {
    padding: 5px 0px 15px !important;
}


ul.dm-lastest-posts li:hover {
    background: none !important;
    padding-left: 0 !important;
}


.LPlink {
	float: right;
	width: 180px;
}

.LPlink span {
    color: #434d56 ;
    font-style: italic;
}

ul.dm-lastest-posts li img {
	float: left;
        margin-top: 4px;
}

.dmtagcloud a {
	height: 24px !important;
	display: block;
	float: left;
	padding-left: 25px;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 21px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        color: #96a5b3 !important;
        text-shadow: #ffffff 0px 1px;
        text-decoration: none;
        font-size: 11px !important;
        font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}



.dmtagcloud a:hover {
	color: #ffffff !important;
	background-position: left bottom !important;
        text-shadow: #82898d 0px -1px;
}

.dmtagcloud p {
    float: left;
    margin: 8px 10px 0px 0px;
    font: 20px 'TitilliumText22LMedium', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* START CForm

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	clear:both;
	/* width:820px; */
	width:675px;
}

.cform .cf-fs1{ 
	float:left;
	width: 340px;
	padding-right:20px;
}

.cform .cf-fs2 {
	border: 0;
	float:left;
	width: 270px; 
	margin-left: 30px;
}

.cform .cf-fs3 {
	border: 0;
	float:left;
	width: 270px;
	margin-top:10px;
	margin-left: 30px;
	height:180px;
}

.cform fieldset	{ 
	margin-top:0px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform legend { 
	margin:0;
	padding:0;
	font: 14px Arial; 
	color: #0B759F;
	letter-spacing:1px;
	line-height:23px;
	font-weight:bold;
}

ol.cf-ol { 
	margin: 0!important; 
	padding:5px 0 0 0!important; 
	border-top:1px dotted #0B759F;
}
ol.cf-ol li	{
	/* width:350px; */
	/* display:inline; */
	background:none!important; 
	margin:10px 0 0 0 !important; /*some themes may interfere otherwise*/
	padding-left:0px;
	list-style:none!important; 
	/* text-align:left; */
	height:20px;
	float:left;
}

fieldset.cf-fs2 ol.cf-ol li {margin:3px 0 0 0 !important;}

fieldset.cf-fs3 ol.cf-ol li {margin:0 !important;}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#cf_field_7 {width:50px;}

/*
 labels
*/

.cform label {
	width:100px; 
	margin:4px 10px 0 0; 
	/*display:-moz-inline-box; for mozilla
	display:inline-block; for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #0B759F;
	font:12px Arial;
	line-height:23px;
	padding-bottom:1px;
	float:left;
}
.cform label span {
	width:100px; /* must be the same as above!*/
	display:block; 
}

.cform .cf-fs3 label span {
	width:240px; /* must be the same as above!*/
	display:block; 
}

.cform span.reqtxt {
	width:40px; /* must be the same as above!*/
	display:inline;
}

.cform .single{
	width:205px; /* must be the same as above!*/
	height:21px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
border:1px solid #20a3d8;
}

.cform span.emailreqtxt {
	width:40px; /* must be the same as above!*/
	display:inline;

}

.cform .cformselect {
	margin-right:110px;
margin-left:0;
	height:25px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	border: 1px solid #20A3D8;
}

.cform .cf-sb {
	float: right;
	width: 94px;
	margin-right: 3px;
	margin-top: 10px;
	/* padding-left:260px; */
}

.cform .cf-sb .sendbutton {
	color: #fff;
	font-size: 0;
	width: 93px;
	height: 25px;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
    background: url(images/submit-button.png);
}

.cform .cf-after {
	width:70px;
}

.cform .cf-box-a {
	width:30px;
	float:left;
	margin-top:7px;
}

p.linklove { display:none; }

#cf_field_17 {
	width:270px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #20a3d8;

}

/* END CForm


/* End Sidebar Widget Styles */

/* Begin Footer Widget Styles */


li#footerSidebar {
}

#foot_widgets_top, #foot_widgets_bot {
    color: #64696d;
    font: 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#foot_widgets_top h2 {
	font: 20px 'TitilliumText22LMedium', sans-serif;
	color: #d8d8d8;
	margin-bottom: 10px;
        -webkit-font-smoothing: antialiased;
}

#foot_widgets_bot h2 {
	font: 16px 'TitilliumText22LMedium', sans-serif;
	color: #d8d8d8;
	margin-bottom: 10px;
        -webkit-font-smoothing: antialiased;
}

#foot_widgets_top a, #foot_widgets_bot a {
	color: #6e7b86;
	text-decoration: none;
}


#foot_widgets_top ul li ul li:hover a, #foot_widgets_bot ul li ul li:hover a {
	color: #b0bbc4;	
}

#foot_widgets_top ul li, #foot_widgets_bot ul li {
    list-style-type: none;
}

#foot_widgets_top ul li ul li a:hover {

}

#foot_widgets_top ul li ul li, #foot_widgets_bot ul li ul li {
	padding: 10px 0px 10px 0px;
}

#foot_widgets_top ul li ul li:last-child, #foot_widgets_bot ul li ul li:last-child {
    border: none;
}

#foot_widgets_top ul li ul li:hover, #foot_widgets_bot ul li ul li:hover {
	background: url(images/li_arrow.png) left center no-repeat;
	padding-left: 10px;
}

#foot_widgets_top .LPlink {
    width: 200px;
}

#foot_widgets_top .commentsNrWTitle {
    width: 230px;    
}

#foot_widgets {

    width: 980px;
    padding: 0px 0px;
}

#foot_widgets_topB {
    width: 980px;
}

#foot_widgets_top {
    width: 900px;
    padding: 40px 40px 0px;
}


#foot_widgets_bot {
    padding: 40px 40px 0px;
    width: 900px;
}

.footer_l {
    width: 280px;
    float:left;
    margin-right: 30px;
}

.footer_r {
    width: 280px;
    float:right;
}

.separator_foo {
    background: url(images/separator_footer.png) repeat-x;
    height: 6px;
    width: 100%;
}

.separator_foo2 {
    width: 100%;
}

.footerSidebar {
    margin-bottom: 40px;   
}

.footerSidebarBot {
    float: left;
    width: 200px;
    margin-right: 33px;
    margin-bottom: 40px;
}


/* End Footer Widget Styles */



#breadcrumbs {
    height: 60px;
    width: 900px;
    padding: 0px 46px;
}

#DMbreadcumbs {
    padding-left: 23px;
    font: 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    position: relative;
    top: 20px;
}

#DMbreadcumbs a {
    text-decoration: none;
}

#DMbreadcumbs a:hover {
    text-decoration: underline;    
}

#theTitle {
    float: left;
    margin-left: 40px;
}

#searchW {
    float: right;
    width: 250px;
    margin-right: 40px;
}

#searchW div {
    position: relative;
    float: right;
}

#theTitle h1, .thePtitle {
    font: 24px Arial, sans-serif;
    color: #ffffff;
    //text-shadow: #000000 0px -1px;
    margin: 0px 0px;
    padding-bottom:15px;
    padding-top:9px;
    -webkit-font-smoothing: antialiased;
    width:900px;
}

h1.titleBlog {
    margin: 0;
}

#contSingleBlog {
    margin-bottom: 50px;
}

#tagsSingle {
    border-bottom: 1px dotted #d7d7d7;
    border-top: 1px dotted #d7d7d7;
    padding: 15px 0px 25px;
    margin-bottom: 30px;
}

#aboutAuthor h2 {
	color: #5b5b5b !important;
        font: 20px 'TitilliumText22LMedium', sans-serif;
        -webkit-font-smoothing: antialiased;
}

#aboutAuthor h3 {
        font: 16px 'TitilliumText22LMedium', sans-serif;
	margin: 0 0 5px 0;
	text-decoration: underline;
        -webkit-font-smoothing: antialiased;
}

#aboutAuthor h3 a {
	color: #5b5b5b !important;
}

#authorBoxx {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f3f3f3;
	width: 100%;
	margin-top: 20px;
        margin-bottom: 30px;
        font-size: 12px;
        border: 1px solid #E8E7E7;
}

#authorAvatar {
	width: 48px;
	float: left;
	margin: 15px 0 15px 20px;
}

#authorInfo {
	width: 460px;
	float: right;
	margin: 15px 20px 15px 0px;
}

/* Begin Comments Styles */

.comments-title, #reply-title {
        font: 20px 'TitilliumText22LMedium', sans-serif;
	color: #52616f !important;
	margin-bottom: 20px;
        -webkit-font-smoothing: antialiased;
}

.comments-title a, #reply-title a {
    color: #52616f !important;
}

#reply-title small {
    font-size: 15px;

}


.comment-meta {
    font: 13px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #52616f;
    margin-bottom: 8px;
}

.commentDate{
    color: #b3b3b3;
    font-style: italic;
}

.authorFont {
    color: #52616f;
}

.authorFont a {
    color: #52616f;
}

.comm_reply .commentWrap {
	width: 80%;
	background: #ffffff;
	border: 1px solid #e8e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	float: right;
}

.comm_reply .com_wrap {
	width: 320px;
	float: left;
	margin: 20px 0px;
}

.comm_reply .commentSeparator {
	width: 80%;
	float: right;
	height: 21px;
	background: url(images/commentseparator2.png) no-repeat left;
	position: relative;
	top: -1px;
	z-index: 100;
	margin-bottom: 15px;
}

.depth-2 .commentWrap {
	width: 90%;
	background: #ffffff;
	border: 1px solid #e8e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	float: right;
}

.depth-2 .com_wrap {
	width: 400px;
	float: left;
	margin: 20px 0px;
}

.depth-2 .commentSeparator {
	width: 90%;
	float: right;
	height: 21px;
	background: url(images/commentseparator2.png) no-repeat left;
	position: relative;
	top: -1px;
	z-index: 100;
	margin-bottom: 15px;
}



.depth-3 .commentWrap {
	width: 80%;
	background: #ffffff;
	border: 1px solid #e8e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	float: right;
}

.depth-3 .com_wrap {
	width: 320px;
	float: left;
	margin: 20px 0px;
}

.depth-3 .commentSeparator {
	width: 80%;
	float: right;
	height: 21px;
	background: url(images/commentseparator2.png) no-repeat left;
	position: relative;
	top: -1px;
	z-index: 100;
	margin-bottom: 15px;
}

.children {
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    
}

.commentWrap {
	width: 100%;
	background: #f3f3f3;
	border: 1px solid #e8e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
}

.com_author_namer {
	width: 60px;
	float: left;
	margin: 20px;
}

.com_wrap {
	width: 470px;
	float: left;
	margin: 20px 0px;
}

.commentSeparator {
	width: 100%;
	height: 21px;
	background: url(images/commentseparator.png) no-repeat left;
	position: relative;
	top: -1px;
	z-index: 100;
	margin-bottom: 15px;
}

.formfloatl {
	float :left;
	margin-right: 15px;

}
.formfloatr  {
	float: left;
}

.formm input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 164px;
	height: 32px;
	border: 1px solid #e9e6e6;
	background: #fcfbfb url(images/form_bg.png) repeat-x;
	font: 16px/32px 'TitilliumText22LMedium', sans-serif;
	color: #737373;
	margin-top: 3px;
        padding: 0px 10px;
        -webkit-font-smoothing: antialiased;
}

.formm input:focus {
	border: 1px solid #c9c9c9;
}


.comm_reply_box {
	background: url(images/reply.png) left center no-repeat;
	padding-left: 26px;
	margin-top: 6px;
        font: 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

}

.comm_reply_box:hover a {
	color:#52616f;	
}

.comm_reply_box a {
	color: #b8b8b8;
        text-decoration: none;
}

.comment-form-comment textarea {
	width: 96%;
	background: #fcfbfb url(images/form_bg.png) repeat-x top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e9e6e6;
	color: #737373;
	font: 13px/18px Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin-bottom: 10px;
        padding: 10px 10px;
}

.comment-form-comment textarea:focus {
	border: 1px solid #c9c9c9;
}


.commentlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.children {
    list-style-type: none;    
}

#submitC {
    border: none;
}

/* END Comments Styles */

#footer {
    background: url(images/content_bg.png) repeat-y repeat-x;
    width: 100%;
}

#twitter_footer {
    width: 900px;
    padding: 0px 40px;
    height: 97px;
    background: url(images/twitter_bg.jpg) repeat-x;
}

#the_tweet {
    padding-left: 65px;
    height: 55px;
    position: relative;
    top: 21px;
    float: left;
    max-width:640px;
}


#the_tweet ul {
    position: relative;
    top: 10px;
    font: 15px Lucida Sans Unicode, Lucida Grande, sans-serif !important;
    color: #919191 !important;
}

#twitter_footer .bigButton {
    float: right;
    position: relative;
    top: 25px;
    background: url(images/blue-grey/bigbutton_tw.jpg) repeat-x;
}


#foot_widgets_hide {
    height: 51px;
    width: 900px;
    padding: 0px 40px;
}

#foot_widgets_hide p {
    font: 16px/50px 'TitilliumText22LLight', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px 0px 6px 33px;
    -webkit-font-smoothing: antialiased;
}

#foot_widgets_hide p span {
    font-family: 'TitilliumText22LBold';
    -webkit-font-smoothing: antialiased;
}

p.showless {
    background: url(images/minus.png) no-repeat left center;
    display: inline;
}

p.showmore {
    display: none;
    background: url(images/plus.png) no-repeat left center;    
}

.foot_last {
    height: 60px;
    font: 12px/18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#footer_copyright {
    width:990px;
    margin: 0 auto;
    padding: 30px 0px;
}

#footer_copyright .columnA {
    float:left;
    width:420;	
}

#footer_copyright .columnB {
    float:right;
    width:420;
    color:#4D89A1 !important;	
}

#digidev-testimonial .panel .tesm {
    color: #A5A5A5;
    display: inline;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 7px;
}

#digidev-testimonial .copy .tesm {
    font-style: italic !important;
    font-weight: bold !important;
}
#mainh {color: #7D8993; font-size: 20px; text-transform: uppercase; padding-top: 15px;}
#homecont {margin-left: 20px; margin-right: 20px; padding-bottom: 20px;}
#homecont p {color: #999999;}
#blogWrapFE {border-bottom: 3px solid #E2E2E2; margin-top: 10px;}
#homecont a:link {color: #4D89A1;}
#homecont a:hover {color: #092A49;}
.col2{ width:100%;}
.col2 li{width:49%; float:left;}