@import 'reset.css';

/* --- BASIC STYLES --- */

body {
	background-color: #fff;
	font: 12px/18px "Myriad Pro", "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: #777;
	text-align: center;
}

a, a:hover, a:active, a:visited {
	color: #325385;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

.clearfix:after, #container:after, #header:after, #featured:after, #services:after, #main:after, #feature:after, #workSliderNav:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --- HEADER --- */

#header {
	width: 880px;
	position: relative;
	margin: 0 0 5px 0;
}

#header h1#logo {
	width: 500px;
	height: 97px;
	float: right;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#header ul#lang {
	width: 97px;
	height: 80px;
	background: url(../images/bg_lang.png) 0 0 no-repeat;
	position: absolute;
	top: 0; right: 35px;
	line-height: 80px;
	padding: 0 35px;
}

#header ul#lang li {
	float: left;
}

#header ul#lang li a {
	padding: 0 5px;
	color: #666;
}

#header ul#lang li a.en {
	border-right: 1px solid #666;
}

#header ul#lang li a:hover, #header ul#lang li a.current {
	color: #325385;
}

#header ul#nav {
	width: 377px;
	float: left;
	margin: 8px 0 0 3px;
}

#header ul#nav li {
	float: left;
	margin: 0 9px 8px 0;
}

#header ul#nav li a {
	display: block;
	width: 116px;
	height: 39px;
	background: url(../images/nav_item.png) 0 100% no-repeat;
	font-size: 13px;
	line-height: 39px;
	text-align: center;
}

#header ul#nav li a:hover, #header ul#nav li a.current {
	color: #fff;
	background-position: 0 0;
	text-decoration: none;
}

/* --- FEATURED --- */

#featured {
	width: 870px;
	height: 260px;
	background: url(../images/bg_featured.png) -1px 0 no-repeat;
	padding: 5px;
}

#featured #sliderNav {
	width: 50px;
	float: left;
	margin: 40px 0 0 0;
}

#featured #sliderNav a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/slidernav_item.png) 0 100% no-repeat;
	text-indent: -9999px;
	margin: 6px auto;
}

#featured #sliderNav a:hover, #featured #sliderNav a.activeSlide {
	background-position: 0 0;
}

#featured #items {
	width: 820px;
	float: left;
	position: relative;
}

#featured #items .item {
	position: absolute;
	top: 0; left: 0;
	width: 785px;
	height: 260px;
	padding: 35px 0 0 35px;
}

#featured #items .item img {
	position: absolute;
	top: 4px; right: 1px;
	z-index: 1;
}

#featured #items .item h3 {
	font-size: 18px;
	color: #325385;
	margin: 0 0 25px 0;
	font-weight: normal;
	z-index: 2;
	position: relative;
}

#featured #items .item p {
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	z-index: 2;
}

#featured #items .item p a.view {
	display: block;
	width: 103px;
	height: 33px;
	background: url(../images/learnMore.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 0 0;
}

/* --- HOME: SERVICES --- */

#services {
	width: 820px;
	padding: 30px;
}

#services .service {
	width: 225px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0 40px 0 0;
	background: url(../images/services-divider.png) 100% 50% no-repeat;
}

#services .service.last {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}

#services .service h3 {
	color: #325385;
	font-size: 18px;
	width: 200px;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-weight: normal;
}

#services .service img {
	float: left;
	margin: 2px 15px 5px 3px;
}

#services .service p a.readmore {
	display: block;
	width: 68px;
	height: 21px;
	background: url(../images/readmore.png) 0 0 no-repeat;
	text-indent: -9999px;
}

/* --- HOME: TESTIMONIALS --- */

#testimonials {
	width: 290px;
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
}

#testimonials h2 {
	font-size: 20px;
	color: #325385;
	background: url(../images/icon_star2.png) 0 0 no-repeat;
	height: 32px;
	line-height: 34px;
	padding: 0 0 10px 40px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#testimonials blockquote {
	background: url(../images/block_line.png) 50% 100% no-repeat;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#testimonials blockquote.last {
	background: none;
}

#testimonials blockquote img {
	float: left;
	margin: 0 15px 0 0;
}

#testimonials blockquote cite {
	font-size: 13px;
	margin: 15px 0 0 0;
	display: block;
}

/* --- HOME: LATEST PROJECTS --- */

#latest {
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	float: left;
	width: 518px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 10px;
}

#latest h2 {
	font-size: 20px;
	color: #325385;
	background: url(../images/icon_user.png) 0 0 no-repeat;
	height: 32px;
	line-height: 34px;
	padding: 0 0 10px 40px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#latest .project {
	width: 252px;
	float: left;
	margin: 0 5px 0 0;
}

#latest .project .thumb {
	width: 254px;
	height: 165px;
	background: url(../images/bg_project_thumb.png) -2px 0 no-repeat;
	position: relative;
}

#latest .project .thumb img {
	position: absolute;
	top: 12px; left: 9px;
}

#latest .project .descr {
	padding: 10px;
}

#latest .project .descr h3 {
	font-size: 18px;
	color: #325385;
	font-weight: normal;
	margin: 0 0 4px 0;
}

#latest .project .descr h4 {
	font-weight: normal;
	color: #464646;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #e4e4e4;	
	margin: 0 0 10px 0;
}

#latest .project .descr p a.readmore {
	display: block;
	width: 68px;
	height: 21px;
	background: url(../images/readmore.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
}

/* --- GLOBAL: BANNER --- */

#banner {
	width: 880px;
	height: 110px;
	position: relative;
	margin: 0 0 10px 0;
}

#banner h2 {
	display: none;
}

#banner p.tagline {
	color: #fff;
	font-size: 14px;
	width: 385px;
	line-height: 22px;
	position: absolute;
	top: 35px; left: 380px;
}

/* --- GLOBAL: MAIN CONTENT --- */

#main {
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 15px;
	width: 505px;
	font-size: 13px;
	line-height: 20px;
}

#main h2 {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #777;
	padding: 0 15px 20px;
	margin: 20px 0 25px 0;
	background: url(../images/line_long.png) 50% 100% no-repeat;
}

#main h4 {
	font-size: 18px;
	color: #325385;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

#main h5 {
	font-size: 14px;
	color: #325385;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#main ul, #sidebar ul {
	margin: 20px 0 20px 40px;
}

#main ul li, #sidebar ul li {
	background: url(../images/bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 20px;
}

#main p a.quote, #sidebar p a.quote {
	display: block;
	width: 239px;
	height: 51px;
	background: url(../images/button_quote.png) 0 0 no-repeat;
	float: right;
	text-indent: -9999px;
	margin: 10px 0 20px 10px;
}

/* --- GLOBAL: SIDEBAR --- */

#sidebar {
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	float: right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
	width: 290px;
	margin: 0 5px 0 0;
	font-size: 13px;
	line-height: 20px;
}

#sidebar h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #777;
	padding: 0 15px 20px;
	margin: 20px 0 25px 0;
	background: url(../images/line_long.png) 50% 100% no-repeat;
}

/* --- GLOBAL: CONTACT --- */

#contact {
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	/*float: right;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*padding: 15px;*/
	width: 290px;
	margin: 15px 5px 0 0;
	font-size: 13px;
	line-height: 20px;	
}

#contact h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #777;
	padding: 0 15px 20px;
	margin: 5px 0 25px 0;
	background: url(../images/line_long.png) 50% 100% no-repeat;
}

#contact dl {
	margin: 20px 0;
	color: #787878;
}

#contact dl dd {
	margin: 0 0 8px 0;
	padding: 0 0 0 26px;
}

#contact dl dd.phone {
	background: url(../images/icon_tele.png) 0 0% no-repeat;
}

#contact dl dd.mail {
	background: url(../images/icon_email.png) 0 50% no-repeat;
}

#contact dl dd.vcard {
	background: url(../images/icon_vcard.png) 0 0% no-repeat;
}

#contact dl dd a {
	color: #787878;
}

/* --- ABOUT --- */

.about {
	background: url(../images/banner_about.png) 0 0 no-repeat;
}

/* --- BLOG --- */

.blog {
	background: url(../images/banner_blog.png) 0 0 no-repeat;
}

#main .post {
	background: url(../images/line_long.png) 50% 100% no-repeat;
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
}

#main .post img {
	float: left;
	margin: 0 15px 10px 0;
}

#main .post p.meta {
	font-size: 12px;
	text-align: right;
}

#blog #sidebar h2.cat {
	margin: 40px 0 25px 0;
}

/* --- PORTFOLIO --- */

.portfolio {
	background: url(../images/banner_portfolio.png) 0 0 no-repeat;
}

#work {
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	float: left;
	width: 833px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 0 0;
	padding: 20px;	
	font-size: 13px;
}

#work #feature {
	background: url(../images/line_longer.png) 0 100% no-repeat;
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
}

#work #feature img {
	float: left;
	margin: 0 15px 0 0;
}

#work #feature h2 {
	color: #325385;
	font-size: 30px;
	padding: 15px 0 0 0;
	margin: 0 0 25px 0;
	font-weight: bold;
}

#work #feature p {
	font-size: 22px;
	line-height: 30px;
}

#work #feature p a.watch {
	display: block;
	width: 150px;
	height: 51px;
	background: url(../images/button_watch.png) 0 0 no-repeat;
	float: right;
	margin: 0 30px 0 0;
	text-indent: -9999px;
}

#work #workSlider #workSliderNav {
	display: block;
	margin: 0 0 20px 10px;
	overflow: hidden;
}

#work #workSlider #workSliderNav a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/slidernav_item.png) 0 100% no-repeat;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	float: left;
}

#work #workSlider #workSliderNav a:hover, #work #workSlider #workSliderNav a.activeSlide {
	background-position: 0 0;
}

#work #workSlider #pageWrap {
	width: 100%;
	position: relative;
	height: 500px;
}

#work #workSlider .page {
	position: absolute;
	top: 0; left: 0;
}

#work #workSlider .page .project {
	width: 250px;
	float: left;
	margin: 0 40px 20px 0;
}

#work #workSlider .page .project.last {
	margin: 0 0 20px 0;
}

#work #workSlider .page .project .thumb {
	width: 254px;
	height: 165px;
	background: url(../images/bg_project_thumb.png) -2px 0 no-repeat;
	position: relative;
}

#work #workSlider .page .project .thumb img {
	position: absolute;
	top: 12px; left: 9px;
}

#work #workSlider .page .project h3 {
	font-size: 14px;
	color: #325385;
	font-weight: normal;
	margin: 0 0 4px 10px;
}

#work #workSlider .page .project h4 {
	font-weight: normal;
	color: #202020;
	padding: 0 0 6px 0;	
	margin: 0 0 10px 10px;
	font-size: 12px;
}

/* --- CONTACT --- */

#banner.contact {
	background: url(../images/banner_contact.png) 0 0 no-repeat;
}

#contactform {
	background: url(../images/line_long.png) 50% 0 no-repeat;
	padding: 40px 0 0 0;
	margin: 40px 0 0 10px;
}

#contactform label {
	color: #325385;
	font-size: 14px;
	width: 180px;
	display: block;
	float: left;
}

#contactform input[type=text], #contactform input[type=password] {
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px/18px "Myriad Pro", "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: #777;
	padding: 8px 5px;
	margin: 0 0 15px 0;
}

#contactform textarea {
	width: 300px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px/18px "Myriad Pro", "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: #777;
	padding: 8px 5px;
	margin: 0 0 15px 0;
}

#contactform input#submit {
	width: 102px;
	height: 51px;
	border: none;
	background: url(../images/button_submit.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
	margin: 0 2px 0 0;
	cursor: pointer;
}

div#error p.loading {
	background: url(../images/loader.gif) 0 50% no-repeat;
	padding: 5px 0 0 20px;
}

div#error p.wrong {
	color: red;
}

/* --- FOOTER --- */

#footer {
	background-color: #fcfcfc;
	border: 1px solid #f2f2f2;
	float: left;
	width: 843px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 25px 0 0;
	padding: 8px 15px;
}

#footer p.copy {
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 34px;
}

#footer p.links {
	float: right;
	margin: 0;
}

/*I added */
.publications{
width: 278px;
height: 180px;
overflow: hidden;
}
.insert{
padding: 5px; border: 1px #DFDFDF solid; }
.inserts{
padding: 4px; border: 1px #DFDFDF solid; }
.inserts .bor{
border: 1px #DFDFDF solid;}
.bumpD{
margin-bottom: 5px;
}
.bumpL{
	margin-left: 10px;
}
.right{
 float: right; 
 }
.left{
	float: left;
}
.block{display: block;}
#testimonials p a.viewmore {
	display: block;
	width: 68px;
	height: 21px;
	background: url(../images/viewmore.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
}
