/* FONT  */

/*
@font-face {
	font-family: 'ProcionoRegular';
	src: url('../font/Prociono-Regular-webfont.eot');
	src: url('../font/Prociono-Regular-webfont.eot?iefix') format('eot'), url('../font/Prociono-Regular-webfont.woff') format('woff'), url('../font/Prociono-Regular-webfont.ttf') format('truetype'), url('../font/Prociono-Regular-webfont.svg#webfontLqDKYAnt') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: 'Conv_melbourne_regular_basic';
	src: url('../font/melbourne_regular_basic.eot');
	src: url('../font/melbourne_regular_basic.woff') format('woff'), url('../font/melbourne_regular_basic.ttf') format('truetype'), url('../font/melbourne_regular_basic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* BODY */

body {
	overflow-y: scroll;
	font: 12px/19px 'ProcionoRegular', Georgia, serif;
	color: #4c4c4c;
	background: url('../images/bg.jpg') top repeat-x #eee;
}
body.inner {
	background: url('../images/bg-inner.jpg') top repeat-x #eee;
}
/* LINKS */

a:link, a:visited, a:hover, a:focus, a:active {
	color: #4c4c4c;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff0000;
}
a:active {
	position:relative;
	top:1px; 
}
/* GRID */

#wrapper {
	width: 960px;
	margin: 20px auto;
}
#main {
	position: relative;
}
section.columns {
	overflow: hidden;
}
section.columns .col {
	float: left;
	width: 217px;
	margin-left: 30px;
}
section.columns .socialcol {
	float: left;
	width: 300px;
	margin-left: 30px;
}
section.columns .largecol {
	float: left;
	width: 630px;
}
section.columns .col:first-child {
	margin-left: 0;
}
.mainCol {
	float: left;
	width: 660px;
}
.fullwidthCol {
	float: left;
	width: 960px;
}
.sidebarCol {
	float: right;
	width: 270px;
}
.floatL {
	float: left;
	margin: 5px 20px 20px 0;
}
.floatR {
	float: right;
	margin: 5px 0 20px 20px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
	margin-bottom: 12px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000; 
}

.mainCol div h2 {
    color: #4c4c4c;
}

h2, h3, h4, form, table, ul, ol, p, blockquote, hr {
	margin-bottom: 20px;
}
p, ul, ol, li {
	text-shadow: 0px 1px 0px #FFF;
}
/* MISC */
	
hr {
	border: none;
	border-bottom: 1px solid #4c4c4c;
}
ins, dfn {
	border-bottom: 1px solid #666666;
}


.intro {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 12px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
} 

abbr, acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #666666;
}
code {
	padding: 5px;
	font: 13px/18px "Courier New", Courier, monospace;
	border: 1px dotted #eee;
	background: #4c4c4c;
	color: #eee;
	text-shadow: none;
}
cite {
	border-bottom: 1px solid #4c4c4c;
}
blockquote, quote {
	font-size: 18px;
	font-style: italic;
	font-weight: 100;
	line-height: 24px;
	padding-left: 100px;
	padding-right: 100px;
	background: url(../images/quote_bg.png) 40px 5px no-repeat;
	min-height: 45px;
	color: #666b71;
}
blockquote p {
	margin: 0;
}
img.social {
	margin: 0 4px 3px 0;
}
/* LISTS */
	
ul, ol {
	margin-left: 40px;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
ul#pageTabs {
	position: absolute;
	top: 15px;
	right: 0;
}
ul#pageTabs li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	font-size: 20px;
}
ul#pageTabs li:first-child {
	background: none;
}
ul#pageTabs li a {
	text-decoration: none;
	padding: 0 0 0 20px;
	color: #999;
	border: none;
}
ul#pageNav {
	position: absolute;
	top: 15px;
	right: 0;
}
ul#pageNav li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	font-size: 20px;
}
ul#pageNav li a {
	display: block;
	width: 41px;
	height: 40px;
	border: none;
}
ul#pageTabs li.selected a, ul#pageTabs li a:hover, ul#pageTabs li a:focus {
	color: #4c4c4c;
	
}
ul#pageNav li a span {
	display: none;
}
ul.pagination {
	margin: 0;
}
ul.pagination li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}
ul.pagination li a {
	display: block;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #999!important;
	color: #999;
}
ul.pagination li.selected a {
	color: #4c4c4c;
	border-color: #4c4c4c!important;
}
ol#commentList {
	margin: 0;
}
ol#commentList li {
	position: relative;
	list-style: none;
	padding-top: 30px;
	border-top: 1px solid #5C6065;
}
ol#commentList li:first-child {
	border: none;
	padding-top: 0;
}
ol#commentList li p {
	margin-left: 52px;
	font-style: italic;
	color: #666b71;
}
ol#commentList li p cite, ol#commentList li p cite a {
	color: #999;
}
ol#commentList li p:first-child a {
	border: none;
}
ol#commentList li p:first-child {
	position: absolute;
	left: 0;
	top: 35px;
	margin: 0;
}
ol#commentList li:first-child p:first-child {
	top: 5px;
}
/* TABLES */

table {
	width: 100%;
	border: 1px solid #5C6065;
}
table th, table td {
	padding: 10px;
	border: 1px solid #5C6065;
}
table thead th {
	text-align: left;
	vertical-align: bottom;
	background: #3E444B;
	font-size: 13px;
	color: #eee;
	text-shadow: 0px 1px 1px #4c4c4c;
	border-bottom: 1px solid #5C6065
	border: none;
	cursor: pointer;
	color: #FFF;
	text-shadow: 0px -1px 0px #4c4c4c;
	background-color: #FF0000;
	/* Firefox 3.6+ */
    background: -moz-linear-gradient(100% 100% 90deg, #FF0000, #910019);
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#910019));
	/* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(#FF0000, #910019);
	/* Opera 11.10+ */
    background: -o-linear-gradient(#FF0000, #910019);
	/* IE 7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#910019');
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
}
table tbody tr:hover, table tbody tr:focus {
	background: #3E444B;
	color: #eee;
}
table tbody tr:first-child th, table tbody tr:first-child td {
	border-top: none;
}
/* HEADINGS */

h3, h4 {
	color: #4c4c4c;
	text-shadow: 0px 1px 1px #FFF;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size: 12px;
	line-height: 12px;
}
h5 {
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 12px;
}
/* HEADER */
	
headerold {
	display: block;
	margin-top: 6px;
	margin-bottom: 28px;
}
headerold .holder {
	margin: auto;
	padding: 15px 0 20px 0;
	position: relative;
	width: 960px;
}
header {
	display: block;
	margin-top: 8px;
	margin-bottom: 28px;
}
header .holder {
	margin: auto;
	padding: 2px 0 10px 0;
	position: relative;
	width: 960px;
}
#title {
	float: left;
	font-size: 36px;
	line-height: 31px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0px 1px 1px #000;
	background: url(../images/logo.png) no-repeat;
	background-position: left top;
	padding-left: 70px;
	padding-top: 10px;
	vertical-align: top;
}
#title a {
	text-decoration: none;
	color: #eee;
}
#title span {
	color: #ff0000;
}
ul.nav {
	position: absolute;
	right: -20px;
	bottom: 0;
	margin: 0;
	padding: 46px 0;
	color: #eee;
}
ul.nav a, ul.nav.nav li.selected a, ul.nav.nav li a:hover, ul.nav.nav li a:focus {
	color: #eee;
}
ul.nav li {
	position: relative;
	float: left;
	margin: 0;
	font-size: 18px;
	text-shadow: 0px 1px 1px #000;
	line-height: 18px;
	list-style: none;
}
ul.nav li:first-child {
	background: none;
}
ul.nav li a {
	position: relative;
	z-index: 2;
	text-decoration: none;
	padding: 10px 20px 38px 20px;
}
ul.nav li ul {
	display: none;
}
ul.nav li.hover a {
	z-index: 100;
	background: url('../images/sitenav_selected_wood.png') 50% 100% no-repeat;
}
ul.nav li.hover ul {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0;
	z-index: 101;
}
ul.nav li.hover ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
}
ul.nav li.hover ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	white-space: nowrap;
	background: none;
}
ul.nav li.hover ul li:first-child a {
	border-top: none!important;
}
ul.nav > li.selected > a {
	background: url('../images/sitenav_selected_wood.png') 50% 100% no-repeat;
}
ul.nav > li.hasSub.hover > a, ul.nav li.hasSub ul {
	/*background: #4c4c4c;*/
	background: #921200; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2100', endColorstr='#921200'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#eb2100), to(#921200)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #eb2100,  #921200); /* for firefox 3.6+ */ 
}
ul.nav li.hasSub.hover a {
	color: #FFF;
}
ul.nav li.hasSub.hover ul li a:hover, ul.nav li.hasSub.hover ul li a:focus {
	color: #CCC;
}
ul.nav li.hasSub.hover ul li a {
	border-top: 1px solid #c4c4c4;
}
/* SLIDER */

#slider {
	position: relative;
	height: 360px;
	margin-bottom: 20px;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	text-decoration: none;
}
#slider a span {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 420px;
	height: 70px;
	padding: 18px 0px 0px 25px;
	font-size: 20px;
	/*filter: alpha(opacity=100);
	opacity: 0;*/
	background: url('../images/slider-banner2.gif') no-repeat;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}
#slider .nivo-controlNav {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
}
#slider .nivo-controlNav .nivo-control {
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #eee;
}
#slider .nivo-directionNav {
	display: none!important;
}
#slider .nivo-controlNav .nivo-control:hover, #slider .nivo-controlNav .nivo-control:focus, #slider .nivo-controlNav .active {
	background: #4c4c4c;
}
/* WORK */
	
ul.work {
	margin: 0 -15px;
}
ul.work li {
	float: left;
	width: 217px;
	margin: 0 15px 30px 15px;
	list-style: none;
}
ul.work li p {
	margin: 10px 0 0 0;
	text-align: center;
}
ul.applications li {
	height: 180px;
	text-align: center;
}
/* GALLERY */
#main a.gallery {
	border-bottom: none;
}
a.gallery {
	position: relative;
	display: block;
	height: 145px;
	width: 217px;
}
a.gallery:hover, a.gallery:focus {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
a.gallery span {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 61px;
	width: 61px;
	margin: -31px 0 0 -31px;
}
/* FORMS */

form input[type=text], form input[type=password], form textarea {
	padding: 10px;
	font: 12px/19px "Lucida Grande", Arial;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #4c4c4c;
	background: #4c4c4c;
	color: #eee;
}
form input[type=text], form input[type=password] {
	width: 55%;
	
}
form textarea {
	width: 95%;
	height: 200px;
	border: transparent;
	background: #4c4c4c;	
}
form div {
	margin-bottom: 20px;
}
form .formLabel {
	display: none;
}
form button {
	border: none;
	font: 20px 'ProcionoRegular', Georgia, serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 12px 20px 13px 20px;
	cursor: pointer;
	color: #FFF;
	text-shadow: 0px -1px 0px #4c4c4c;
	background-color: #FF0000;
	/* Firefox 3.6+ */
    background: -moz-linear-gradient(100% 100% 90deg, #FF0000, #910019);
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#910019));
	/* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(#FF0000, #910019);
	/* Opera 11.10+ */
    background: -o-linear-gradient(#FF0000, #910019);
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
}
form button:hover, form button:active {
	-moz-box-shadow: 0px -1px 3px #FFF;
	-webkit-box-shadow: 0px -1px 3px #FFF;
	box-shadow: 0px -1px 3px #FFF;
}
form.searchBox {
	position: relative;
}
form.searchBox input {
	width: 208px;
	background: #eee;
	color: #4c4c4c;
}
form.searchBox button {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	background: url('../images/search-bg.png') no-repeat #eee;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form.searchBox button:hover, form.searchBox button:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form.searchBox button span {
	display: none;
}
/* BLOG */

h3.info {
	margin-top: -15px;
	color: #999;
}
.introText {
	font-size: 18px;
	line-height: 24px;
}
.blogImage {
	position: relative;
	margin-bottom: 10px;
}
.blogImage > span {
	left: -10px;
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	background: #eee;
	color: #4c4c4c;
}
#main .blogImage a {
	border-bottom: none;
}
/* SIDEBAR */

.sidebarCol > div {
	overflow: hidden;
	margin-top: 1px;
	padding: 15px 20px 0 20px;
	background: #4c4c4c;
}
.sidebarCol div h2 {
	margin-bottom: 10px;
	font-size: 18px;
	background: none;
	color: #eee;
	text-shadow: 0px 1px 1px #000;
}
}
.sidebarCol div ul {
	margin-left: 0;
}
.sidebarCol ul, .sidebarCol dl {
	color: #999;
}
.sidebarCol div ul li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	background: url(../images/list_bg.png) 0 50% no-repeat;
	color: #eee;
	text-shadow: 0px 1px 1px #000;
	margin-left: -40px;
}
.sidebarCol div ul li a, .sidebarCol div dl dt a {
	margin-left: 15px;
	color: #eee;
	text-shadow: 0px 1px 1px #000;
}
.sidebarCol div dl {
	margin-bottom: 20px;
}
.sidebarCol div dl dd, .sidebarCol div dl dt {
	margin-bottom: 10px;
	background: url(../images/list_bg.png) 0 50% no-repeat;
}
.sidebarCol div dl dd {
	text-align: right;
}
.sidebarCol ul.adverts {
	margin: 0 0 0 -20px;
}
.sidebarCol ul.adverts li {
	list-style: none;
	float: left;
	width: 125px;
	height: 125px;
	overflow: hidden;
	margin: 20px 0 0 20px;
}

/* Articles Categories */
#categories li:hover{
	background-color: #eee;
}

#categories{
 /* margin-bottom: 1.5em;
  position: relative;*/
  padding: 0px; 
  margin: 0px;
  padding-bottom: 60px;
  display: inline;
  float: left;
} 

#categories:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#categories li  {
   	padding: 8px;
	word-spacing: normal;
	height: 20px;
	font-weight: normal;
	background: url('../images/icons/folder_blue.png') no-repeat;
    border-bottom: 1px solid #bbbbbb;
	float: left;
	list-style-type: none;
	padding-left: 35px;
	margin-right: 8px;
	font-size: 14px;
	width: 155px;
	
} 

/* TWITTER */

#tweet {
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid #bbb;
	color: #4c4c4c;
	font-size: 14px;
	font-style: italic;
}
#tweet ul {
	margin: 0;
}
#tweet ul li {
	list-style: none;
	padding: 12px 0 12px 65px;
	background: url(../images/twitter.png) left no-repeat;
}
/* FOOTER */

footer {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #bbb;
}
footer p {
	float: left;
}
footer ul {
	float: right;
}
footer ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
footer ul li:first-child {
	background: none;
}
/* JAVASCRIPT DISABLED */

	body.jsDisabled h2 {
	background: none;
}
body.jsDisabled #slider {
	height: auto;
}
body.jsDisabled #slider img {
	display: block;
	position: static;
}
	
/* FIREFOX */

	@-moz-document url-prefix() {
 form.searchBox button {
 top: 6px;
}

.mceToolbarTop * {
float:left;
}

.mceToolbarTop select {
width:auto!important;
}

.mceToolbarTop option {
float:none;
}

.editArticle {
	display: none;
	visibility: hidden;
}





