/*Clear defaults - inspired from Tantek Celik----------------*/
:link,:visited {text-decoration:none;} 
ul,ol,dl {list-style:none;} 
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display:none;}
/*Default Styles----------------*/

body {
background: #292F33 url(images/bg.gif) repeat-y scroll 50% 0pt;
	font:62.5%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#acb7bf;
	text-align:center;
}

a {
	padding:1px 2px;
	color:#f33e60;
}

a:hover, a.hover {
	color:#fff;
	background:#788f1e url(hovers.gif);
}

p, ul, ol {
	font-size:1.1em;
	padding-bottom:1em;
}

ul ol, ul p, ul ul, ol ul, ol p, ol ol, ul blockquote {font-size:1em;}

h1, h1 a {
	display:block;
	width:240px;
	height:70px;
}

h1 {
	margin:60px 0 0 0px;
	background:url(images/logo2.jpg) no-repeat 0 0;
}

h2 {
	font-size:2.9em;
	font-weight:bold;
	color:#484f53;
	line-height:60px;
	height:60px;
}


h2 {
	font-size:3.5em;
	font-weight:bold;
	color:#999;
	padding-bottom:10px;
}

h3 {
	height:40px;
	line-height:40px;
	font-weight:bold;
	color:#d9d9d9;
	padding-left:15px;
	font-size:2.1em;
	margin-bottom:10px;
}

h4 {
	height:40px;
	line-height:40px;
	font-weight:bold;
	color:white;
	padding-left:15px;
	font-size:2.1em;
}

h5 {
	font-size:1em;
	font-weight:bold;
	color:#999;
	text-transform:uppercase;
	padding-bottom:10px;
}

h6 {font-size:1.1em;}

abbr {
	border-bottom:1px dotted #737b80;
	cursor:help;
}

blockquote {
	color:#707362;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
}

blockquote span.author {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#737b80;
	font-style:normal;
}

code {
	background:#333b40;
	color:#c3d0d9;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	line-height:1.4em;
}

/*Additional Styles-------------------*/

.simple, .simple:hover {
	padding:0;
	background:none;
}

.more a {
	padding-left:10px;
	background:url(images/more_off.gif) no-repeat 2px .55em;
}

.more a:hover {background:url(more_over.gif) no-repeat 0 .2em;}

.back a {
	padding-left:10px;
	background:url(back_off.gif) no-repeat 2px .55em;
}

.back a:hover {background:url(back_over.gif) no-repeat 0 .2em;}



/*Layout--------*/

#container {
	width:925px;
	margin:40px auto;
	text-align:left;
}

#sidebar {
	width:240px;
	float:left;
}

#main {
	width:650px;
	float:right;
}

#extender {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
}

.break {clear:both; height:1px; line-height:1px; padding:0; margin:0;}



/*Content

---------*/

	/*Titles*/

	h2#featured {background:url(images/featured2.png) no-repeat 5px 0;}

	h2#news {
		background:url(images/news2.png) no-repeat 0 0;
		height:50px;
	}

	h2#articles {
		background:url(images/articles.png) no-repeat 0 0;
		height:50px;
	}

	h2#about {
		background:url(about.gif) no-repeat 0 0;
		height:80px;
	}

	h2#resources {background:url(images/resources.gif) no-repeat 0 0;}

	h2#portfolio {background:url(images/portfolio2.gif) no-repeat 5px 0;}

	h2#contact {
		background:url(contact.gif) no-repeat 5px 0;
		height:80px;
	}

	body.cs h2#portfolio {background:url(images/portfolio2.gif) no-repeat 5px 0;}

	body.article h2#articles, body.archive h2#articles {background:url(images/articles.png) no-repeat 5px 0;}

	body.news h2#news {background:url(news.gif) no-repeat 5px 0;}

	body.resources h2#resources {background:url(resources.gif) no-repeat 5px 0;}

	h2#oops {

		background:url(error.gif) no-repeat 5px 0;

		height:80px;

	}

	h4#comments {
		height:50px;
		background:url(comments.gif) no-repeat 0 0;
	}



	/*Featured*/

	#works {
		height:195px;	
	}

	#works li {
		float:left;
		width:210px;
		height:95px;
		position:relative;
		top:0px;
		left:15px;
	}

	#works li a {
		display:block;
		float:left;
		width:200px;
		height:85px;
		background-repeat:no-repeat;
		background-position:0 0;
		padding:0;
	}

	#works li a.mute {background-position:0 100%;}

	#works li a:hover, #works li a.hover {background-position:0 50%;}

.single {
	float:left;
	width:313px;
	margin-right:9px;
}

.row1 {padding-left:5px;}

.homelist {padding-bottom:.6em;}

.homelist li {
	background:url(listlines.gif) no-repeat 0 100%;
	padding-bottom:1px;
}

.homelist li a {
	color:#acb7bf;
	display:block;
	padding:8px 15px 8px 10px;
}

.homelist li a:hover {
	background:url(listhovers.gif) no-repeat 0 50%;
	color:#d9d9d9;
}

.homelist li a span.date, .homelist li a:hover span.date {
	color:#626d73;
	font-size:.9em;
}

.homelist li a span.description, .homelist li a:hover span.description {color:#737b80;}

.homelist li a span.separator, .homelist li a:hover span.separator {
	font-weight:bold;
	color:#373c41;
}

.homelist li span.fl {
	height:1px;
	background:none;
	display:block;
}

.homelist li:hover span.fl {background:url(listlines.gif) no-repeat 0 100%;}

.single p, .text p, .text ul {margin-left:10px;}

.text {padding-left:5px;}

	/*PortfolioList*/

#portfoliolist {
margin-left:5px;
}
#portfoliolist li {
background:transparent url(images/thumbbg.gif) no-repeat scroll 0pt;
clear:both;
height:95px;
position:relative;
}
#portfoliolist li.first {
background:transparent url(images/thumbbg_first.gif) no-repeat scroll 0pt;
height:90px;
}
#portfoliolist li.last {
background:transparent url(images/thumbbg_last.gif) no-repeat scroll 0pt;
height:100px;
}
#portfoliolist li p, #portfoliolist li ul {
padding-left:220px;
}
#portfoliolist li p {
padding-top:10px;
}
#portfoliolist ul li {
background:transparent url(/ui/media/images/general/bullet.gif) no-repeat scroll 0pt 5px;
display:inline;
padding-left:9px;
position:static;
white-space:nowrap;
}
#portfoliolist span.date {
color:#454A4D;
}
#portfoliolist p a {
font-weight:bold;
}
	/*CaseStudy*/

	#big {
		width:650px;
		height:205px;
		background:url(portfolio/big.gif) no-repeat 0 0;
		position:relative;
	}

	#big #photo {
	position:absolute;
		width:616px;
		height:176px;
		left:17px;
		top:2px;
		overflow:hidden;
		padding:0;
		clip:rect(0px, 616px, 176px, 0px);
	}

	#big #photo ul {
		padding:0;
		position:absolute;
		margin-left:0;
		width:10000px;
	}

	#big #photo li {float:left;}

	#big #photo li img {
		display:block;
		float:left;
		width:616px;
		height:176px;
		background:url(portfolio/loading.jpg) no-repeat 0 0;
	}

	#big ul#screenshots {
		position:absolute;
		right:15px;
		top:180px;
		padding-left:75px;
		background:url(portfolio/screenshots.gif) no-repeat 0 0;
		width:auto;
		text-align:right;
	}

	#big ul#screenshots li {
		width:15px;
		height:25px;
		float:left;
	}

	#big ul#screenshots li a {
		display:block;
		float:left;
		padding:0;
		width:15px;
		height:25px;
		padding:0;
	}

	#screenshots li.s01 a, #screenshots li.s01 {background:url(portfolio/01.gif) no-repeat 0 0;}

	#screenshots li.s02 a, #screenshots li.s02 {background:url(portfolio/02.gif) no-repeat 0 0;}

	#screenshots li.s03 a, #screenshots li.s03 {background:url(portfolio/03.gif) no-repeat 0 0;}

	#screenshots li.s04 a, #screenshots li.s04 {background:url(portfolio/04.gif) no-repeat 0 0;}

	#screenshots li.s05 a, #screenshots li.s05 {background:url(portfolio/05.gif) no-repeat 0 0;}

	#screenshots li.s06 a, #screenshots li.s06 {background:url(portfolio/06.gif) no-repeat 0 0;}

	#screenshots li.s07 a, #screenshots li.s07 {background:url(portfolio/07.gif) no-repeat 0 0;}

	#screenshots li.s08 a, #screenshots li.s08 {background:url(portfolio/08.gif) no-repeat 0 0;}

	#screenshots li.s09 a, #screenshots li.s09 {background:url(portfolio/09.gif) no-repeat 0 0;}

	#screenshots li a:hover {background-position:0 50%;}

	#screenshots li.active a, #screenshots li.active a:hover, #screenshots li.active {background-position:0 100%;}

.info1, .info2, .info3 {
	color:#737b80;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	background:url(listlines.gif) no-repeat 0 100%;
}

.info3 {background:none;}

.info1 li, .info2 li, .info3 li {padding-left:10px;}

.info1 li.date {background:url(date.gif) no-repeat 0 5px;}

.info1 li.link {background:url(web.gif) no-repeat 0 5px;}

.info2 li, .flat li {
	display:inline;
	background:url(bullet.gif) no-repeat 0 5px;
	padding-left:9px;
	white-space:nowrap;
}

.info3 li {background:url(quote.gif) no-repeat 0 3px;}

#commentsnumber {
	text-align:right;
	padding-right:10px;
}

#date {color:#737b80;}

.articlecontent {
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	border-bottom:1px solid #373c41;
}

.text li {
	padding-left:10px;
	background:url(bullet.gif) no-repeat 0 6px;
}

.text h5 {
	padding-left:10px;
	padding-bottom:5px;
	color:#f7f7f7;
	font-size:1em;
}

	/*Comments*/

	.text .comment ul, .text .comment p {margin-left:0;}

	strong.author {color:#d9d9d9;}

	.comment {
		border-bottom:1px solid #2c3236;
		margin-bottom:20px;
	}

	.commentcontent {
		padding-left:10px;
		background:url(quote.gif) no-repeat 0 4px;
	}

	.commentcontent a {color:#bf5668;}

	.commentcontent a:hover {color:#fff;}

blockquote.mine {
	padding:0 10px 10px 10px;
	font-size:1.4em;
	background:url(quote.gif) no-repeat 0 3px;
	border-bottom:1px solid #2c3236;
	margin-bottom:20px;
}

body.about p {color:#737b80;}

body.about .text p {color:#acb7bf;}

	/*Clients*/

	#map {
		height:205px;
		background:url(elements/clientmap.gif) no-repeat 0 0;
		position:relative;
		margin-bottom:10px;
		margin-top:-20px;
	}

	#map p {
		width:298px;
		position:absolute;
		left:332px;
		bottom:20px;
		padding:0;
	}

	#clients {margin-left:10px;}

	#clients li {
		width:192px;
		margin:0 10px 2px 0;
		float:left;
		padding-left:8px;
	background:url(bullet.gif) no-repeat 0 5px;
		color:#acb7bf;
	}

	#clients li a {margin-left:-1px;}

	#clients li span, #clientsNote span {color:#788f1e;}

	#clientsNote {
		clear:both;
		padding:10px 0;
		color:#3d474d;
		margin-left:10px;
		border-bottom:1px solid #2c3236;
	}

	/*Archives*/
	.archives {margin:20px 5px;}

	.archives li {
		border-bottom:1px solid #2c3236;
		padding:10px;
	}

	.archives li.last {border:0;}

	.archives span.date {
		color:#626d73;
		font-size:.9em;
		padding-left:2px;
	}

	body.news span.date {padding-left:0;}
	.archives span.description {color:#737b80;}
	.archives span.separator {
		font-weight:bold;
		color:#373c41;
	}

span.note {color:#5c6266;}



/*Sidebar

---------*/

	/*Menu*/

	#mainmenu {
		padding:0;
		width:130px;
	height:102px;
		margin:12px 0 21px 110px;
	}

	#mainmenu li {float:left;}

	#mainmenu li a {
		display:block;
		width:130px;
		height:17px;
		float:left;
		padding:0;
	}
	#mainmenu li.m01 a, #mainmenu li.m01 {background:url(images/m01.gif) no-repeat 0 0;}
	#mainmenu li.m02 a, #mainmenu li.m02 {background:url(images/m02.gif) no-repeat 0 0;}
	#mainmenu li.m03 a, #mainmenu li.m03 {background:url(images/m03.gif) no-repeat 0 0;}
	#mainmenu li.m04 a, #mainmenu li.m04 {background:url(images/m04.gif) no-repeat 0 0;}
	#mainmenu li.m05 a, #mainmenu li.m05 {background:url(images/m05.gif) no-repeat 0 0;}
	#mainmenu li.m06 a, #mainmenu li.m06 {background:url(images/m06.gif) no-repeat 0 0;}
	#mainmenu li a:hover {background-position:0 50%;}
	#mainmenu li.active a, #mainmenu li.active a:hover, #mainmenu li.active {background-position:0 100%;}

#infos {
	border-top:1px solid #373c41;
	margin-left:15px;
}

#sidebar .item {
	border-bottom:1px solid #373c41;
	padding:10px 5px 0 25px;
	color:#737b80;
}

	/*Comment + Contact*/

	#commentformarea {
		width:221px;
		height:275px;
		background:url(layout/comment.gif) no-repeat 0 0;
		position:absolute;
		margin-top:-4px;
		padding-left:26px;
		padding:10px 15px 10px 15px;
	}

	#contactform {padding-left:8px;}
	#commentformarea h5 {padding:0 0 4px 10px;}
	#commentformarea input, #commentformarea textarea, #contactform input, #contactform textarea {
		border:0;
		background:none;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color:#292f33;
		font-size:1em;
		padding:2px 6px 0 6px;
		width:200px;
	}

	#commentformarea textarea, #contactform textarea {height:118px; width:196px;}

	#contactform textarea {width:284px;}

	.closed {background:url(layout/closed.gif) no-repeat 0 0 !important;}

	.closed * {display:none;}

	#commentformarea div, #contactform div {
		width:212px;
		height:30px;
		margin-bottom:3px;
	}

	#commentformarea div.form_name, #contactform div.form_name {background:url(forms/name.gif) no-repeat 0 0;}
	#commentformarea div.form_email, #contactform div.form_email {background:url(forms/email.gif) no-repeat 0 0;}
	#commentformarea div.form_website {background:url(forms/website.gif) no-repeat 0 0;}
	#contactform div.form_subject {background:url(forms/subject.gif) no-repeat 0 0;}
	#commentformarea div.form_message {
		height:136px;
		background:url(forms/message.gif) no-repeat 0 0;
	}

	#contactform div.form_message {
		height:136px;
		width:300px;
		background:url(forms/message2.gif) no-repeat 0 0;
	}

	#commentformarea label, #contactform label {
		display:block;
		height:12px;
		width:85px;
	}

	#commentformarea input#submit, #contactform input#submit {
		padding:0;
		width:63px;
		height:22px;
	}

	#error {
		display:none;
		color:#d93600;
		font-weight:bold;
	}