/*
Theme Name: lodjixmedia
Theme URI: http://webdemar.com/demo/?wptheme=deFusion
Description: Clean and easy customizable theme deFusion by <a href="http://webdemar.com">webdemar</a>. Now with dropdown menu, sticky posts and threaded comments.
Version: 0.9
Author: webdemar
Author URI: http://webdemar.com
Tags: black, dark, white, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- WORDPRESS CSS
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
        background:white url(http://lodjixmedia.net/images/header_new.jpg) repeat scroll center top;
	color: #6e7073;
}



a {
	color: #e7810f;
	outline: none;
        text-decoration:none;
}


#projectrow.blog a {
	color: #47C6E0;
	outline: none;
        text-decoration:none;
}

#blog-dte a {
	color: #47C6E0;
	outline: none;
        text-decoration:none;
}

#blog-info a {
	color: #47C6E0;
	outline: none;
        text-decoration:none;
}


ul, ol {
	margin-bottom: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 950px;
	margin: 0 auto;
        position: relative;
}
	
#header {
	position: relative;
	height: 80px;

width: 950px;
}

#content {
	padding: 0px 0 0 0;
	background: transparent;
        min-height:600px;
        height:auto !important;
        height:600px;
}

#content-left {
	float: left;
	width: 950px;
}

.dev #content-left {
margin-bottom:30px;
}

#content-right {
	float: right;
	width: 320px;
}

body.oops #content-right {
	width: 400px;
        margin-top:20px;
        float:none;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	margin: 0px 0 30px 0;
}

h3, h4, h6, h7 {
	margin: 0 0 10px 0;
}

h3 {
     border-bottom: 1px dotted lightGrey;
     max-width: 890px;
margin-bottom:20px;
}


h3.white {
     border-bottom: 1px none lightGrey;
     max-width: 950px;
     color: #ffffff
}

h5 {
   margin:10px 0 15px 10px;
}
	
h1#blog-title {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h2.category-title {
	margin: 0 20px 20px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}

h3.post-title {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
        color: gray;
        border-bottom: 3px solid #c2c2c2;
        width: 350px;
}

h3.post-title a {
	text-decoration: none;
        color: gray;
}

h3.post-title a:hover {
	text-decoration: underline;
        color: white;
}

h4.sidebar-title {
	font-size: 12px;
}

h6 {
margin-bottom:0;
}

h6.terms {
margin:20px 0 0 0;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENTN LEFT */

.box-left, .post, .page {
	margin: 0;
}

.sticky {
	padding: 20px;
	border: 1px dotted #ccc;
}

.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
        height:25px;
        max-width: 950px;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** CONTENT RIGHT */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

.box-right li ul {
	margin: 0 0 0 20px;
	list-style: square;
}

.box-right li li {
	border: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 1px 0;
        font-size:13px;
}

#commentform input.text, #commentform textarea {
	width: 90%;
	margin: 0 0 10px 0;
}

#commentform .text {
color:#aaaaaa;
font-size:11px;
height: 18px;
margin:0 0 10px 0;
padding: 3px 0 0 3px;
border: 1px solid #DADADA;
}

#commentform textarea {
color:#aaaaaa;
font-size:11px;
height: 150px;
margin:0;
padding: 3px 0 0 3px;
border: 1px solid #DADADA;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #6e7073;
	border: none;
	color: #fff;
}

.commentlist .comment {
	height: auto;
	margin: 20px 0 0 0;
	color: #fff;
}

.commentlist .quote {
display:inline;
float:right;
padding:0;
width:580px;
margin-bottom:5px;
}

.avatar {
margin:0 0 5px 0;	
}

#avatar-lm {
display:inline;
margin:0 15px 0 0;
width:50px;
}

.commentlist .cite {
	display: block;
	padding: 20px 0 0 0;
	color: #6e7073;
	background: #fff url(img/bg-comment-bubble.gif) no-repeat left top;
	font-style: normal;
}

/** COMMENTS IN WP 2.7 */

.commentlist li {
	margin: 0px;
	padding: 20px 0 20px 20px;
	list-style: none;
	/* background: #4a4f54; */
}

.commentlist li a {
	color: #999;
}

.commentlist li .avatar {
	margin: 0 20px 10px 20px;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	border: 1px solid #6e7073;
	border-right: none;
}

#cancel-comment-reply {
	margin: 10px 0;
}

.commentlist li.depth-2, .commentlist li.depth-4 {
	background: #5a5a60;
}

#comment-box {
border-bottom:1px solid #EEEEEE;
margin-bottom:20px;
width:650px;
}

#comment-sbmt {
background:transparent url(http://lodjixmedia.net/images/btn_submit.png) repeat scroll 0 0;
cursor:pointer;
float:left;
height:25px;
width:101px;
margin:15px 0 0;
}

#bttn_all2 {
background:transparent url(http://lodjixmedia.net/images/btn_submit_on.png) repeat scroll 0 0;
cursor:pointer;
float:left;
height:25px;
width:101px;
margin:0;
padding:0;
border:none;
opacity:0;
filter: alpha(opacity = 0);
}


/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform.box-left {
margin: 40px 0 40px 0;
}

#searchform.box-left h3 {
width: 500px;
}

#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	position: relative;
	height: 200px;
        margin-top:30px;
        background:transparent url(http://lodjixmedia.net/images/header_footer.jpg) repeat scroll center top;
}

#footer_content {
        margin: 0 auto;
        width: 950px;
}

#footer p {
	margin: 20px 0 50px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 0 10px 0;
}

.alignright {
   	float: right;
        
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/*	##################################
   	USEFUL
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/** CSS BASIC ELEMENTS */

hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: #f7f7f7;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

input, textarea, .fileupload {
	height: 16px;
	margin: 0 0 20px 0;
	padding: 3px 0 3px 5px;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

body.oops input, body.oops textarea, body.oops {
	margin: 0 0 0 0;
	border: 1px solid #dadada;
}

.fileupload {
height: 22px;
margin: 0 0 10px 0;
}

textarea {
	width: 90%;
	height: 70px;
        margin: 0 0 15px 0;
        color: #31C4D8;
}

select {
	width: 206px;
	margin: 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	background: #fff;
}

input.password {
	width: auto;
}

input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0;
	background: #6e7073;
	border: none;
	color: #fff;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #dadada;
	border-bottom: none;
	border-right: none;
}

th, td {
	padding: 2px 5px;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
}

body.oops table {
	border-style:none;
        margin: -5px 0 5px 0;
}

body.oops th, body.oops td {
	padding: 1px;
	border-bottom: 1px none #dadada;
	border-right: 1px none #dadada;
}

th {
	background: #6e7073;
	color: #fff;
	border: none;
}

pre {
	font-family: Courier, serif;
}


#smallbox {
background:#FBFBFB none repeat scroll 0 0;
display:inline;
float:left;
margin-bottom:20px;
margin-right:24px;
width:220px;
height:165px;
position:relative;
/*border-bottom:1px solid #F1F1F1;*/
}

.home #smallbox {
margin-bottom:0;
}

#smallbox h4 {
margin: 0px 0px 0px 10px;
}

#projectrow {
display:block;
float:right;
left:20px;
position:relative;
width:732px;
}

#projectrow.blog {
width:650px;
left:0px;
overflow:hidden;
}

img {
      border: none;
}

#listbox img {
border:medium none;
padding-right:5px;
padding-top:5px;
}

#listbox.news img {
border:medium none;
padding-right:0px;
padding-top:0px;
display:none;
}


#processrow {
display:block;
position:relative;
width:950px;
float:left;
margin-bottom:0px;
}

#processbox {
display:block;
float:left;
height:185px;
background-color:#31C4D8;
margin-right:20px;
width:162px;

}

#lodjixbox {
background-color:#EEEEEE;
display:block;
float:left;
height:105px;
margin:0 0 20px 20px;
position:relative;
width:240px;
}

#lodjixbox p{
margin: 0 5px 5px 10px;
color:#6d6d6d;
line-height:14px;
}

#processbox h2{
margin: 10px 0 3px 10px;
}

#processbox p{
margin: 0 5px 5px 10px;
color:#cef9ff;
line-height:14px;
}

#processbox .boxtitle{
font-size: 18px;
font-weight: normal;
color:#FFFFFF;
margin: 0 0 5px 10px;
}

#processbox.lodjix p{
margin: 0 5px 5px 10px;
color:#6d6d6d;
line-height:12px;
}

#lodjixbox .servtitle{
font-size: 18px;
font-weight: normal;
color:#4c4c4c;
margin: 10px 0 5px 10px;
}

#projectpreview {
float:right;
width:490px;
display:block;
position: relative;
top:-44px;
}

.contact #projectpreview {
float:left;
width:890px;
display:block;
position: relative;
}

#projectpreview img{
padding:0px 0px 10px 0px;
}

#projectpreview img.contact{
padding:0px 0px 0px 0px;
margin: 0 0 0 0;
}

#projectcontent {
margin: 30px 0 0 0;
display:block;
float:left;
position:relative;
width:890px;
padding:30px;
background:white none repeat scroll 0 0;
}

.home #projectcontent {
margin: 30px 0 0 0;
}

#backbar {
display:block;
float:left;
position:relative;
width:51px;
margin-top:20px;
}


#bottombar {
margin: 30px 0 0 0;
display:block;
float:left;
position:relative;
width:890px;
padding:20px 30px;
background:white none repeat scroll 0 0;
}


#projectcontent h2{
margin: 0 0 25px 0;
}

#projectcontent h3.post-title{
border-bottom:3px none #C2C2C2;
margin:0 0 5px 0;
}

#projectcontent.billing {
margin: 40px 0px 0px 0px;
}


#projectcontentbox {
width: 350px;
margin-bottom:20px;
display:block;
float:left;
position:relative;
}


#projectcontentbox p {
margin:0px 0 0 0;
}

.lodjix #projectcontentbox p {
margin-bottom:10px;
}

#projectcontentbox.contact {
margin-top:45px;
}

#projectcontentbox h3 {
margin-bottom:15px;
}

#servicecontentbox {
width: 520px;
margin-bottom:30px;
margin:30px 0 0 20px;
display:inline;
float:left;
position:relative;
}


#servicecontentbox h3 {
margin-bottom:15px;
}

#projectactionbox {
width: 350px;
margin-top: 30px;
}

/*	##################################
   	BUTTONS ---------------------------------------------------------------------------------------------
	################################## */

#btn_back {
display:inline-block;
float:left;
width: 51px;
height: 25px;
background:url(http://lodjixmedia.net/images/btn_back.jpg) no-repeat scroll;
cursor:pointer;
}

#btn_launch {
display:inline-block;
float:left;
width: 101px;
height: 25px;
margin: 0 10px 10px 0;
background:url(http://lodjixmedia.net/images/btn_launch.png) no-repeat scroll;
cursor:pointer;
}

#btn_more {
display:inline-block;
float:left;
width: 101px;
height: 25px;
margin: 20px 10px 10px 0;
background:url(http://lodjixmedia.net/images/btn_more.png) no-repeat scroll;
cursor:pointer;
}


#btn_viewall {
display:inline-block;
height:25px;
left:609px;
position:absolute;
top:-5px;
width:101px;
background:url(http://lodjixmedia.net/images/btn_viewall.png) no-repeat scroll;
cursor:pointer;
}


#bttn_all {
background:transparent url(http://lodjixmedia.net/images/btn_send_on.png) repeat scroll 0 0;
cursor:pointer;
display:inline-block;
float:left;
height:25px;
margin:0 10px 10px 0;
text-shadow:none;
width:101px;
opacity:0;
filter: alpha(opacity = 0);
}

#sbmt_bg {
background:transparent url(http://lodjixmedia.net/images/btn_send.png) repeat scroll 0 0;
cursor:pointer;
height:25px;
width:101px;
float:left;
}

#bttn_all p{
margin: 0 0 0 0;
padding: 3px 6px 0 0;
color:#FFFFFF;
font-size:14px;
text-align:right;
}

#btn_send {
display:inline-block;
float:left;
height:25px;
left:609px;
width:101px;
background:url(http://lodjixmedia.net/images/btn_send.png) no-repeat scroll;
margin-right:5px;
}

#btn_blank {
display:inline-block;
float:left;
width: 111px;
height: 26px;
margin: 0 10px 10px 0;
background:url(http://lodjixmedia.net/images/btn_blank.png) no-repeat scroll;
cursor:pointer;
color: #FFFFFF;
padding: 0px;
}

.frm_field {
width: 200px;
margin: 0 0 0 0;
color: #31C4D8;
}

.form_msg {
font-size: 11px;
color: darkGray;
margin: 0 5px 0 0;
}

#lmform {
margin: 20px 0 0 0;
}

#lmform p{
margin: 0 0 0 0;
}

#terms {
margin: 0 5px 20px 0;
height: 13px;
float:left;
}

#menuholder {
width: 950px;
height: 70px;
float: left;
}

#featurerow {
width: 950px;
margin: 0 auto;
}

#featureBox {
display:block;
height:390px;
margin:0 0 0 0;
position:relative;
width:950px;
background: #fbfbfb;
overflow:hidden;
}

.ourwork #featurerow {
margin: 40px 0 40px 0;
}

.home #featurerow {
margin: 30px 0 0 0;
}

#featuretext {
width: 460px;
float: left;
}

#featuretext h3{
margin-top: 35px;
width: 435px;
}


#featuretext img{
margin: 0 0 30px 0;
}

#featureimg {
float: left;
height: 440px;
width: 490px;
margin-top: 35px;
background-color: #222222;
}

#featureimg h3{
margin: 15px 0 5px 0;
}

#featureimgwork {
width: 490px;
}

#callout {
margin-top: -280px;
position: absolute;
width: 440px;
}

#callout h2{
margin: 0 0 0 0;
}

#callout h4{
margin: 10px 10px 0 0;
text-align: right;
}

#sifrwrapper {
width: 100px;
}

#fboxtext {
margin: 0 15px 0 15px;
color: #FFFFFF;
}

#linkbox {
width: 110px;
height: 26px;
background-color: #31c4d8;
}

#linkbox p{
margin: 3px 0 3px 5px;
}

#clientrow {
color:#888888;
display:block;
line-height:15px;
position:relative;
width:950px;
}

#clientrow h3{
margin-bottom:10px;
width:510px;
}

#careerbox h3{
margin-bottom:10px;
width:350px;
}

#clientbox {
display:block;
float:left;
margin:0 20px 0 0;
width:500px;
position:relative;
}

#contactbox {
display:block;
float:right;
margin-bottom:0;
position:relative;
width:490px;
}

#careerbox {
display:block;
float:right;
margin-right:60px;
position:relative;
width:350px;
}

#contactbox p {
margin-bottom:20px;
}

.lodjix #contactbox, .home #contactbox, .ourwork #contactbox, .dev #contactbox {
width:345px;
margin-right:60px;
}

.lodjix #contactbox h3, .home #contactbox h3, .ourwork #contactbox h3, .dev #contactbox h3 {
width:340px;
}


#listbox {
margin:0 10px 0px 0;
display:inline-block;
float:left;
width:115px;

}

#smallmap {
margin:0;
display:inline-block;
float:left;
width:130px;
height:68px;
background:url(http://lodjixmedia.net/images/lm_map_sm.png) no-repeat scroll 0 0;
cursor:pointer;
}

#smallmapOver {
margin:0;
width:130px;
height:68px;
}

#listbox h6{
margin:0 0 0 0;
}

#lm_callout {
display:block;
margin:35px 0 0 0;
min-height:105px;
position:relative;
width:700px;
}

#lm_callout.lodjix_serv {
margin: 0 0 30px 0;
}

#lm_kit {
width: 155px;
height: 72px;
display:block;
position:relative;
margin: 0px 0 0 0;
background:url(http://lodjixmedia.net/images/btn_deck.png) no-repeat scroll;
cursor:pointer;
position:relative;
}

.lodjix #lm_kit {
width: 157px;
height: 100px;
float:right;
display:block;
position:relative;
margin: 30px 0 0 0;
background:url(http://lodjixmedia.net/images/box_orange.png) no-repeat scroll;
cursor:pointer;
position:relative;
top:12px;
}

#lm_kit.lodjix_serv {
margin: 0 0 30px 0;

}

#wpPopin {
    padding: 5px;
    border: solid 5px #06c;
    background-color: #fff;
}

#wpPopinLinks {
    height: 12px;
    padding: 4px;
    padding-top: 0px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 9px;
    color: #fff;
    background: #000;
}

#frm_txt {
display:inline-block;
margin:0 0 20px;
position:relative;
}

#projects {
min-height:558px;
position:relative;
}

.home #projects {
min-height:165px;
}

#stage {
height:558px;
}

.home #stage {
height:185px;
}

#fixedRow {
margin:0;
height:591px;
background: transparent url(http://lodjixmedia.net/images/work-bg.png) no-repeat scroll 0 0;
}

.home #fixedRow {
height:165px;
}

.navigation {
background-color:#FBFBFB;
display:block;
height:32px;
margin:0 0 20px 0;
width:950px;
}

#navigation {
background-color:#FBFBFB;
display:block;
height:32px;
width:711px;
}

#navigation.think {
background-color:#FBFBFB;
display:block;
height:32px;
width:650px;
margin:20px 0 20px;
}

.page-navi {
width:950px;
}

#prev {
color:#C9C9C9;
display:inline-block;
float:left;
font-size:13px;
font-weight:normal;
}

#prev img {
margin-right:265px;
margin-top:6px;
* margin-top:-10px;
margin-right:269px;
opacity:0.5;
filter: alpha(opacity = 50);
}

#prev a {
color:#4b4b4b;
}

#page_info {
color:#4b4b4b;
display:inline-block;
margin-top:6px;
* margin-top:-10px;
font-size:13px;
font-weight:normal;
opacity:0.5;
filter: alpha(opacity = 50);
}

#pgInfo {
color:#4B4B4B;
display:inline-block;
margin-top:6px;
* margin-top:-10px;
font-size:13px;
font-weight:normal;
opacity:0.5;
filter: alpha(opacity = 50);
}

#next {
color:#C9C9C9;
display:inline-block;
float:right;
font-size:13px;
font-weight:normal;
}

#next img {
margin-top:6px;
* margin-top:-10px;
margin-right:10px;
opacity:0.5;
filter: alpha(opacity = 50);
}

#next a {
color:#4b4b4b;
}

.pFade {
position:absolute;
}

#load {
	display: none;
	position: absolute;
	left:343px;
	top:265px;
	background: transparent url(http://lodjixmedia.net/images/ajax-loader.gif) no-repeat scroll 0 0; 
	width: 32px;
	height: 32px;
        opacity:0.3;
        filter: alpha(opacity = 30);
}

.dev #load {
top:910px;
}

.dev #featureLabel {
position: relative;
display:block;
background: transparent url(http://lodjixmedia.net/images/feature-label.png) no-repeat scroll 0 0;
width:120px;
height:32px;
float:left;
margin-top:-80px;
z-index:100;
}

.home #featureLabel {
position: relative;
display:block;
background: transparent url(http://lodjixmedia.net/images/feature-label.png) no-repeat scroll 0 0;
width:120px;
height:32px;
float:left;
margin-top:-60px;
z-index:100;
opacity:0.9;
filter: alpha(opacity = 90);
}

.ourwork #featureLabel {
position: relative;
display:block;
background: transparent url(http://lodjixmedia.net/images/feature-label.png) no-repeat scroll 0 0;
width:120px;
height:32px;
float:left;
margin-top:-80px;
z-index:100;
}

.dev #featureTitle {
background: transparent url(http://lodjixmedia.net/images/feature-title.png) repeat-x scroll 0 0;
display:block;
height:32px;
left:120px;
position:absolute;
min-width:120px;
top:330px;
z-index:100;
}

.home #featureTitle {
background: transparent url(http://lodjixmedia.net/images/feature-title.png) repeat-x scroll 0 0;
display:block;
height:32px;
left:120px;
position:absolute;
min-width:120px;
top:330px;
z-index:100;
*width:16%;
}

.ourwork #featureTitle {
background: transparent url(http://lodjixmedia.net/images/feature-title.png) repeat-x scroll 0 0;
display:block;
height:32px;
left:120px;
position:absolute;
top:330px;
z-index:100;
<!--[if IE]>
width:17%;
<![endif]-->
}


#featureTitle img {
display:block;
height:32px;
margin-top:1px;
margin-right:5px;
position:relative;
width:14px;
float:right;
}

#featureTitle a {
color:#ffffff;
}

#featureTitle a:hover {
color:#47c6e0;
}

.dev #featureSquares {
position: relative;
float:right;
display:block;
width:80px;
height:32px;
margin-top:-80px;
z-index:100;

}

.dev #featureSquares ul {
list-style-type: none;
}

.dev #featureSquares img {
z-index:20;
position:relative;
height:12px;
}

.home #featureSquares {
position: relative;
float:right;
display:block;
width:80px;
height:32px;
margin-top:-60px;
z-index:100;

}

.home #featureSquares ul {
list-style-type: none;
}

.home #featureSquares img {
z-index:20;
position:relative;
height:12px;
}

.ourwork #featureSquares {
position: relative;
float:right;
display:block;
width:80px;
height:32px;
margin-top:-80px;
z-index:100;
}

.ourwork #featureSquares ul {
list-style-type: none;
}

.ourwork #featureSquares img {
z-index:20;
position:relative;
height:12px;
}

.title-text {
color:#FFFFFF;
margin-right:20px;
position:relative;
top:7px;
left:10px;
}

#featureSquares a {
background: #47c6e0;
cursor:pointer;
display:block;
float:left;
height:12px;
margin-right:5px;
margin-top:10px;
overflow:hidden;
text-indent:-9999px;
width:10px;
}

#featureSquares a.activeSlide {
background: #ffffff;
}

#featureSquares a.activeSlide:hover {
background: #ffffff;
}

#featureSquares a:hover {
background: #0094b8;
}

#main_slides {
background-color:#fbfbfb;
height:390px;
overflow:hidden;
}

#divbar {
margin: 13px 0 0 0;
}

#relatedPosts {
display:block;
position:relative;
width:350px;
}

#workpanel {
display:block;
float:left;
height:400px;
position:relative;
width:155px;
}

#workpanel.think {
height:auto;
width:180px;
}

.home #workpanel {
height:185px;
}

.home #workpanel p {
display:block;
line-height:15px;
position:relative;
top:8px;
}

ul.think-list {
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0 30px 0;
padding:0;
}

#projectrow h3 {
width:710px;
}

img#wpstats {
display:none;
}

#blog-dte {
float:left;
display:block;
margin:-10px 0 20px 0;
padding:0;
width:650px;
}

#blog-thumb {
float:left;
display:block;
margin:0 0 10px 0;
padding:0;
width:650px;
}

#blog-text {
float:left;
display:block;
margin:0 0 10px 0;
padding:0;
width:650px;
}

#blog-text p {
margin:0 0 20px 0;
}

#blog-info {
float:left;
display:block;
margin:0;
padding:0 20px 0 0;
width:auto;
}

.frm-text {
	background: transparent url(http://lodjixmedia.net/images/lm_search_img.jpg) no-repeat scroll 0 0;
	height: 28px;
	width: 26px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	color: #999999;
	border: none;
        float:left;
        display:inline;
}

#s {
	background: transparent url(http://lodjixmedia.net/images/lm_search_bg.jpg) no-repeat scroll 0 0;
	height: 22px;
	width: 140px;
	margin: 0 0 0 0;
	padding: 2px 0 0 4px;
	color: #999999;
	border: none;
        font-size:12px;
}

#etiqueta {
display:none;
}
