﻿/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.7.0 */
body{margin:0px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1pxdotted#000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}olli{list-style:decimaloutside;}ulli{list-style:discoutside;}dldd{margin-left:1em;}th,td{border:none;padding:0;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}img{border:none;}


/* Copyright (c) 2009, U6 Studio. All rights reserved. */

/*-------------------------------------------------------------*/
/*                        Generic reset                        */
/*-------------------------------------------------------------*/
:focus{-moz-outline-style: none; outline: none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
img{border:none;}
input,textarea{font-family:'Lucida Grande', Helvetica, Arial, sans-serif;font-size:14px;}
textarea{resize:none;}


/*-------------------------------------------------------------*/
/*                        Generic style                        */
/*-------------------------------------------------------------*/
body{
	font-family:'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 14px;
	background:#cbcbc9 url("/img/interface/body_bg.jpg") no-repeat scroll center center;
	color:#262626;
	margin:0;
	padding:0;
}

h1{
	color: black;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.layout-container{
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
ul.menu, ul.menu li{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
.clear{
	clear:both;
}
.center-float{
	float: left;
	position: relative;
	left: 50%;
}
.center-float .center-float-inner{
	_float: left;
	position: relative;
	left: -50%;
}


.decorator{
	height:10px;
	background:#b8b8b8 url("/img/interface/scroller_bg.png") repeat-x scroll top left;
	font-size:1px;
}
/*-------------------------------------------------------------*/
/*                        Header style                         */
/*-------------------------------------------------------------*/
#header{
	padding:20px;
	overflow:visible;
}
#logo{
	float:left;
}
#socials{
	float:right;
	margin:40px 0 20px 0;
	padding:5px;
	background-color:#d4d4d4;
	border-bottom:1px solid #f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#socials li{
	float:left;
}

#socials li a{
	display:block;
	float:left;
	height:14px;
	margin:0 5px;
	text-indent:-30000px;
	font-size:10px;
}
#socials li a.social-fb{
	background:url("/img/social/facebook.png") no-repeat scroll 0 0 transparent;
	width:15px;
}
#socials li a.social-flickr{
	background:url("/img/social/flickr.png") no-repeat scroll 0 0 transparent;
	width:42px;
}
#socials li a.social-linkedin{
	background:url("/img/social/linkedin.png") no-repeat scroll 0 0 transparent;
	width:50px;
}
#socials li a.social-twitter{
	background:url("/img/social/twitter.png") no-repeat scroll 0 0 transparent;
	width:9px;
}
#socials li a:hover{
	background-position:0 -14px;
}

.AspNet-Menu, .AspNet-Menu-Horizontal{
	float:right;
}
.AspNet-Menu li{
	float:left;
}
#language-menu{
	float:right;
	clear:right;
}
.AspNet-Menu-Link, #language-menu li a{
	margin:10px;
	font-size:16px;
	color:#333333;
	height: 18px;
	line-height: 18px;
	display:block;
	float:left;
	text-transform:uppercase;
}
#main-menu li a:hover, #language-menu li a:hover, 
#main-menu li.selected a, #language-menu li.selected a,
.AspNet-Menu li a:hover, .AspNet-Menu-Selected a{
	color:#87bf00 !important;
	text-decoration:none !important;
	border:none !important;
}
ul.dropdown {
	position: relative;
	z-index: 307;
}
ul.dropdown ul {
	display:none;
	position: absolute;
	top: 28px;
	left: -35px;
	z-index: 308;
	width: 128px;
	font:11px Arial,Helvetica,Sans-serif;
	font-weight:normal;
	text-align:left;
}
ul.dropdown li:hover ul {
	display: block !important;
}
ul.dropdown li.parent a {
	background: transparent url("/img/interface/dropdown_arrow.png") no-repeat scroll right center;
	padding-right:14px;
}
ul.dropdown li.parent li{
	float:left;
	width:128px;
	background:url("/img/interface/dropdown.png") no-repeat left -41px;
	height:31px;
	line-height:31px;
	padding-top: 10px;
}
ul.dropdown li.parent li.first{
	background: url("/img/interface/dropdown.png") no-repeat left top;
	height: 32px;
	padding: 10px 0px 0px;
}
ul.dropdown li.parent li.last{
	background: url("/img/interface/dropdown.png") no-repeat left bottom;
	height:34px;
	padding:0;
}
ul.dropdown li.parent li a{
	background:none !important;
	color:white !important;
	margin:8px 0 0 10px !important;
}

/*-------------------------------------------------------------*/
/*                    Portfolio menu style                     */
/*-------------------------------------------------------------*/
.mainmenu li.ProjectItem{
	z-index:10002;
}
.mainmenu li.ProjectItem:hover div.categories{
	display:block !important;
}
.mainmenu li.ProjectItem div.categories{
	position:absolute;
	top:48px;
	*top:50px;
	left:0;
	z-index:10001;
	background-color:white;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
.mainmenu li.ProjectItem div.categories ul li{
	float:none !important;
}
.mainmenu li.ProjectItem div.categories ul li a{
	padding:10px 20px !important;
	/*padding:0 !important;*/
}


/*-------------------------------------------------------------*/
/*                        Footer style                         */
/*-------------------------------------------------------------*/
.footer{
	width:300px;
	text-align:center;
	font-size:11px;
	margin:100px auto 20px auto;
	padding:20px;
	background-color:#d4d4d4;
	border-bottom:1px solid #f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

		
/*-------------------------------------------------------------*/
/*                         Body style                          */
/*-------------------------------------------------------------*/

/* Fixed left box style */
.box{
	float:left;
	margin:7px;
}
.box .inner{
	border:8px solid #cccccc;
}
.box .caption{
	margin-top:15px;
}

.box .caption .thumb-t{
	font-size:24px;
	font-weight:bold;
}
.box .caption .thumb-v{
	color:#87bf00;
	font-size:24px;
	font-weight:bold;
}
.box .caption .thumb-v:hover{
	text-decoration:none;
}
.box .caption .thumb-s{
	color:#b8b8b8;
	font-size:16px;
}

.box .caption p{
	font-size:11px;
	color:#a6a6a6;
	margin-top:5px;
	text-transform:uppercase;
}
