/*  

You cannot edit main style.css file.

All your custom style settings and tweaks can be placed here.

Backup this file before theme update - so after update can be restored!
 
*/

/* header */
#header img{max-height:82px; background:#fff !important;}

#navigation li.special{ background: #F00;}
#navigation li.special>a{ color: #fff !important;}

#navigation li.special>a:hover,
#navigation li.special current{ color:#fff !important; opacity:.8;}


/* services */
#servicesbox li p{ height:170px; overflow:hidden;}

#servicesbox li:hover{
	-moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.4);
	}


/* section/page title */
.section_template h2 { color:#fff !important; text-shadow:1px 1px 0 #000}


/* portfolio post - columns */
.entry_item p {
	   -moz-column-count: 2;
       -moz-column-gap:40px;
       -webkit-column-count: 2;
       -webkit-column-gap:40px;
	   margin-bottom:25px;
	   overflow:hidden;
	   font-size:110%;
}

/* text highlight */
::selection {
        background:#3399ff; 
		color:#fff;
        }
::-moz-selection {
        background:#3399ff;
		color:#fff;
}