/*
	Author: Fred Lin
	Client: Fred Lin Design Studio
	Date Created: 8 Feb 2010
	Date Modified: 20 Aug 2010
*/
@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul,dl {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a {
	color: #e68a1d;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #a25a1a;
}
a:active {
	color: #643131;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	background: white url(img/bg.jpg) repeat-x;
	color: black;
}
.clear {
	clear: both;
}
p {
	margin: 0 0 1em 0;
}
.wrapper {
	width: 800px; height: auto;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#sidebar {
	width: 140px; height: auto;
	background: url(img/logo.png) no-repeat 10px 0;
	float: left;
}
a.hireus {
	width: 126px; height: 60px;
	float: left; display: inline; overflow: hidden;
	background: url(img/hireus.png) no-repeat;
	margin: 230px 0 0 0;
}
a.hireus:hover {
	background-position: 0 -90px;
}
a.hireus:active {
	background-position: 0 -180px;
}
#sidebar dl {
	float: left; display: inline; overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 15px 0 0 15px;
	font-size: 1.4em;
}
#sidebar dl dt {
	font-weight: bold;
}
#sidebar dl dd {
	font-size: 0.8em;
	padding: 0;
	margin: 2px 0 1em 0;
}
a.home_link {
	display: block;
	width: 120px;
	height: 180px;
	position: absolute;
}
/* CAROUSEL */
/*
#carousel_container {
	width: 595px; height: 258px;
	float: left; display: inline; overflow: hidden;
	margin: 38px 0 30px 0;
	position: relative;
	background: url(img/featured_shadow.jpg) no-repeat -10px bottom;
}
.scrollable {
	width: 565px; height: 230px;
	float: left; display: inline; overflow: hidden;
	position: relative;
	margin: 0 0 0 10px;
}
.items {
	width: 1000em;
	height: 228px;
	position: relative;	
}
.items .item {
	float: left;
}
a.prev, a.next {
	width: 50px;
	height: 50px;
	position: absolute;
	border: 0;
	cursor: pointer;
	outline: 0;
	background: url(img/arrows.png) no-repeat;
	top: 100px;
}
a.prev {
	left: 15px;
}
a.next {
	right: -4px;
	background-position: -70px 0;
}
a.prev:hover {
	background-position: 0 -60px;
}
a.next:hover {
	background-position: -70px -60px;
}
a.prev:active {
	background-position: 0 -120px;
}
a.next:active {
	background-position: -70px -120px;
}
*/
#carousel_container {
	width: 595px; height: 282px;
	float: left; display: inline; overflow: hidden;
	margin: 38px 0 10px 0;
	position: relative;
	background: url(img/featured_shadow.jpg) no-repeat -10px bottom;
}
#carousel {
	width: 565px; height: 258px; outline: 0;
	margin: 0 0 0 10px;
}

/* MAIN */

#main {
	width: 620px; height: auto;
	float: left; display: inline; overflow: hidden;
	margin: 0 0 0 32px;
}
#main h2 {
	font-size: 1.2em; line-height: 1em; font-weight: bold;
}
#intro {
	width: 544px; height: 81px;
	background: url(img/intro-bg.png) no-repeat;
	font-size: 1.4em; line-height: 1.4em;
	color: #4c4c4c;
	padding: 17px 20px;
	margin: 98px 0 0 0;
}
#nav {
	float: left;
	margin: 18px 0 0 5px;
}
#nav ul {
	list-style: none;
	margin: 0; padding: 0;
}
#nav ul li {
	float: left;
	margin: 0 16px 0 0;
}
#nav ul li a {
	display: block;
	height: 20px;
	background: url(img/nav.png) no-repeat;
}
li.home a {
	width: 65px;
	background-position: 0 0;
}
li.home.current a {
	background-position: 0 -40px !important;
}
li.about a {
	margin: 0;
	width: 72px;
	background-position: -105px 0 !important;
}
li.about.current a {
	background-position: -105px -40px !important;
}
li.services a {
	margin: 0;
	width: 93px;
	background-position: -200px 0 !important;
}
li.services.home a {
	background-position: -200px -40px !important;
}
li.portfolio a {
	margin: 0;
	width: 110px;
	background-position: -320px 0 !important;
}
li.portfolio.current a {
	background-position: -320px -40px !important;
}
li.blog a {
	margin: 0;
	width: 59px;
	background-position: -450px 0px !important;
}
li.blog.current a {
	background-position: -450px -40px !important;
}
li.contact a {
	width: 96px;
	background-position: -550px 0 !important;
}
li.contact.current a {
	background-position: -550px -40px !important;
}
li.home a:hover {
	background-position: 0 -40px !important;
}
li.about a:hover {
	background-position: -105px -40px !important;
}
li.services a:hover {
	background-position: -200px -40px !important;
}
li.portfolio a:hover {
	background-position: -320px -40px !important;
}
li.blog a:hover {
	background-position: -450px -40px !important;
}
li.contact a:hover {
	background-position: -550px -40px !important;
}
li.home a:active {
	background-position: 0 -80px !important;
}
li.about a:active {
	background-position: -105px -80px !important;
}
li.services a:active {
	background-position: -200px -80px !important;
}
li.portfolio a:active {
	background-position: -320px -80px !important;
}
li.blog a:active {
	background-position: -450px -80px !important;
}
li.contact a:active {
	background-position: -550px -80px !important;
}
#testimonials {
	width: 595px;
	float: left; display: inline; overflow: hidden;
	margin: 0;
	font-size: 1.2em; line-height: 1em;
}
#testimonials h2 {
	margin: 10px 0 5px 10px;
}
#testimonials .item {
	width: 289px;
	float: left; display: inline; overflow: hidden;
	margin: 0 5px 10px 0;
}
#testimonials .item .top {
	width: 289px ;height: 27px;
	float: left; display: inline; overflow: hidden;
	background: url(img/test-top.png) no-repeat;
}
#testimonials .item .mid {
	width: 249px; height: auto;
	float: left; display: inline; overflow: hidden;
	background: url(img/test-mid.png) repeat-y -1px 0;
	padding: 0 20px;
	font-size: 1.2em; line-height: 1.2em; font-weight: bold; color: white;
}
#testimonials .item .bot {
	width: 289px;height: 37px;
	float: left; display: inline; overflow: hidden;
	background: url(img/test-bot.png) no-repeat;
}
#testimonials dl {
	clear: left;
	float: right;
	margin: 0 30px 0 0;
	text-align: right;
	font-size: 1.2em; line-height: 1.2em;
	font-weight: bold;
}
#testimonials dl dd {
	margin: 0;
}
#news {
	width: 575px; height: 386px;
	font-size: 1.2em; line-height: 1em;
	position: relative;
}
#news h2 {
	margin: 0 0 0 10px;
}
#latest {
	width: 332px; height: 375px;
	background: url(img/latest-bg.png) no-repeat;
	position: absolute;
	top: 13px; left: 0;
	z-index: 99;
}
#latest dl {
	width: 301px;
	margin: 15px 0 0 15px;
}
#latest dl dt img {
	border: 1px solid black;
	margin: 0 0 10px 0;
}
#latest dl dt {
	font-size: 1.25em; font-weight: bold; line-height: 1em;
}
#latest dl dd {
	margin: 5px 0; color: #403f3f;
	font-size: 1em; line-height: 1.2em; text-align: justify;
}
#latest dl dd.content {
	height: 69px; overflow: hidden;
}
#latest dl dd a.continue_reading {
	float: right;
}
#latest hr {
	width: 300px;
	border: 0;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
#latest em {
	float: right;
	margin: 0 15px 0 0;
	color: #aaaaaa;
	font-size: 0.8em;
}
#latest ul {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}
#latest ul li {
	color: #aaaaaa;
	margin: 0 0 3px 0;
	font-size: 0.8em;
}
#latest ul li strong {
	color: #393939;
}
#top_recent {
	width: 250px; height: 300px;
	position: absolute;
	right: 0; top: 50px;
	z-index: 10;
}
#top_recent ul {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1.2em; line-height: 1em; font-weight: bold;
}
#top_recent ul li {
	float: left; 
	margin: 0 5px 5px 0;
}
#top_recent ul li a {
	color: #aaaaaa;
}
#top_recent ul li a.current {
	color: black;
}
#top_recent .item.first {
	width: 326px; height: 75px;
	background: url(img/top-recent-first.png) no-repeat -70px 0;
}
#top_recent .item {
	width: 326px; height: 71px;
	float: left; display: inline; overflow: hidden;
	background: url(img/top-recent.png) no-repeat -70px 0;
}
#top_recent .item img {
	float: left;
	margin: 9px 10px 0 10px;
	border: 1px solid #aaaaaa;
}
#top_recent .item.first img {
	margin: 12px 10px 0 10px;
}
#top_recent .item.last {
	width: 326px; height: 76px;
	background: url(img/top-recent-last.png) no-repeat -70px 0;
}
#top_recent .item dl {
	margin: 9px 0 0 0;
	float: left;
}
#top_recent .item.first dl {
	margin: 11px 0 0 0;
}
#top_recent .item dl dt {
	font-size: 1em; line-height: 1em; font-weight: bold;
	border-bottom: 1px solid #dddddd;
	width: 170px; height: 25px; overflow: hidden;
}
#top_recent .item dl dt a {
	color: #393939;
}
#top_recent .item dl dt a:hover {
	color: #e68a1d;
}
#top_recent .item dl dd {
	font-size: 0.8em;
	color: #aaaaaa;
	margin: 2px 0 0 0;
}
#top_recent .item dl dd strong {
	color: #393939;
}
#top_recent .item dl dd a.readmore {
	float: right;
}
#top_recent a.viewmore {
	color: #818181; font-weight: bold;
	float: right; margin: 0 5px 0 0;
}
#top_recent a.viewmore:hover {
	color: #e68a1d;
}
div#footer {
	width: 100%; height: 150px;
	margin: 20px 0 0 0;
	background: url(img/footer-bg.jpg) repeat-x;
	position: relative;
}
div#footer .centralize {
	width: 690px; height: 140px;
	margin: 0 auto;
	position: relative;
}
div#footer ul.footer-nav {
	position: absolute;
	right: 0;
	height: 20px;
	margin: 6px 0 15px 0;
	font-size: 1.2em;
	float: right;
}
div#footer ul.footer-nav li {
	float: left;
}
div#footer ul.footer-nav li a {
	display: block;
	margin: 3px 0 0 0;
}
div#footer ul.footer-nav li a:hover {
	color: #e68a1d;
}
div#footer ul.footer-nav li a.top {
	margin: 0 0 0 10px;
	width: 51px; height: 17px;
	background: url(img/btn-top.png) no-repeat;
}
div#footer ul.footer-nav li a.top:hover {
	background-position: 0 -40px;
}
div#footer ul.footer-nav li a {
	color: #818181; font-weight: bold;
}
div#footer dl {
	font-size: 1.2em;
	margin: 10px 0 0 125px;
}
div#footer dl dt {
	width: 140px;
	clear: left; float: left;
	font-weight: bold; font-size: 1.2em; ;
	color: #eba427;
	margin: 0 10px 0 0;
}
div#footer dl dd {
	width: 410px;
	float: left;
	margin: 0;
	color: white; font-weight: bold;
}
div#footer dl dd ul.links {
	margin: 0; padding: 0;
}
div#footer dl dd ul.links li {
	float: left;
	margin: 0 5px 0 0;
}
div#footer dl dd ul a {
	color: #aaaaaa; font-weight: bold;
}
div#footer dl dd ul a:hover {
	color: #e68a1d;
}

#footer h3 {
	font-size: 1.4em; font-weight: bold;
	line-height: 1em; color: white;
	margin: 30px 0 0 125px;
}
.content-block {
	width: 565px; height: auto;
	margin: 40px 0 0 10px;
	font-size: 1.2em; line-height: 1.6em;
}
.content-block2 {
	width: 565px; height: auto;
	margin: 15px 0 0 10px;
	font-size: 1.2em; line-height: 1.6em;
}
.content-block p {
	margin: 0 0 2em 0;
}
.content-block strong {
	font-size: 1.2em;
}
img.left {
	float: left; 
	margin: 0 20px 15px 0;
}
.justify {
	text-align: justify;
}
.services ul {
	margin: 0; padding: 0;
}
.services ul li {
	font-size: 1.2em; font-weight: bold;
	background: url(img/service-icons.png) no-repeat;
	line-height: 1.4em;
	color: #292929;
	padding: 0 0 0 60px;
	width: 200px; height: 50px;
	float: left; display: inline; overflow: hidden;
	margin-bottom: 20px;
}
.services ul li em {
	font-size: 0.8em; font-weight: normal; font-style: normal;
	color: #393939;
}
.services ul li.icn-graphic {
	margin: 0 45px 0 0;
}
.services ul li.icn-consult {
	background-position: 0 -100px !important;
}
.services ul li.icn-vici {
	background-position: 0 -195px !important;
}
.services ul li.icn-webdesign {
	margin: 0 45px 0 0;
	background-position: 0 -300px !important;
}
.services ul li.icn-redesign {
	background-position: 0 -400px !important;
}
.services ul li.icn-html {
	margin: 0 26px 0 0;
	width: 220px !important;
	background-position: 0 -500px !important;
}
.services ul li.icn-phpsql {
	width: 160px !important;
	padding-left: 60px !important;
	background-position: 2px -600px !important;
}
.services ul li.icn-ajax {
	margin: 0 45px 0 0;
	background-position: 0 -700px !important;
}

.services ul li.icn-flash {
	background-position: 0 -800px !important;
}
.services ul li.icn-cms {
	width: 500px !important;
	height: 70px !important;
	background-position: 0 -900px !important;
}
.services ul li.icn-cmsflash {
	width: 500px !important;
	background-position: 0 -1000px !important;
}
.services ul li.icn-language {
	width: 500px !important;
	background-position: 0 -1095px !important;
}
.services ul li.icn-anim {
	width: 500px !important;
	background-position: 0 -1200px !important;
	padding-top: 7px !important;
}
h2.services {
	font-size: 1.4em !important;
	width: 575px; height: 37px;
	color: white; 
	padding: 7px 0 0 25px;
	background: url(img/service-h2.png) no-repeat;
	clear: both;
}
.content-block-left.contact {
	font-size: 1.2em; line-height: 1.6em;
	width: 360px;
	float: left; display: inline; overflow: hidden;
	margin: 22px 0 0 10px;
}
.content-block-left.contact h3 {
	font-size: 1.2em; line-height: 1.4em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
.contact form dl {
	margin: 0; padding: 0;
}
.contact form dl dt {
	width: 60px;
	clear: left;
	float: left;
	padding: 2px 0 0 0;
}
.contact form .status {
	float: left; width: 250px;
	margin: 10px 0 0 0;
}
.contact form .status p.success {
	width: 250px !important;
}
.contact label {
	font-weight: bold;
}
.contact form dl dd {
	margin: 0 0 10px 0;
}
.contact input[type="text"] {
	width: 290px;
	border: 1px solid #aaaaaa;
	font-size: 1.2em;
}
.contact textarea {
	width: 353px; height: 200px;
}
.contact input[type="submit"],
.blog input[type="submit"] {
	width: 102px; height: 55px;
	background: url(img/btn-submit.png) no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 10px 0 0 0;
}
.contact input[type="submit"]:hover,
.blog input[type="submit"]:hover {
	background-position: 0 -80px !important;
}
.contact input[type="submit"]:active,
.blog input[type="submit"]:active {
	background-position: 0 -160px !important;
}
.content-block-right.contact {
	width: 195px; height: auto;
	float: left; display: inline; overflow: hidden;
	margin: 35px 0 0 10px;
}
.content-block-right.contact .join-fb {
	padding: 10px;
	background: #0b81c6;
	font-size: 1.2em;
	color: white;
	margin: 0 0 10px 0;
}
.content-block-right.contact h3 {
	font-size: 1.2em; line-height: 1em; font-weight: bold;
	margin: 0 0 5px 0;
}
.content-block-right.contact .join-fb p {
	margin: 0;
}
.content-block-left.blog {
	width: 330px;
	float: left; display: inline; overflow: hidden;
	margin: 40px 0 0 10px;
}
.blog .item {
	font-size: 1.2em; line-height: 1.4em;
	margin: 0 0 50px 0;
}
.blog .item h3 {
	font-size: 1.4em; font-weight: bold;
	line-height: 1em;
	margin: 1em 0 0 0;
}
.blog .item em {
	font-style: normal;
	color: #8d8d8d;
}
.blog .item p {
	margin: 10px 0 10px 0;
	text-align: justify;
	color: #403f3f;
}
.blog .item a.continue_reading {
	float: right; margin: 0 0 10px 0;
}
.blog .item ul {
	clear: both;
	border-top: 1px solid #dddddd;
	padding: 0;
}
.blog .item ul li {
	color: #aaaaaa;
	float: right;
	margin: 0 0 0 20px;
}
.blog .item ul li strong {
	color: #393939;
}
ul.pagination {
	float: right;
}
ul.pagination li {
	font-size: 1.2em; line-height: 1em;
	float: left; 
}
ul.pagination li a {
	font-weight: bold;
	display: block;
	padding: 5px 6px;
}
ul.pagination li a.current {
	color: white;
	background: #e68a1d;
}
.content-block-right.blog {
	width: 189px; height: auto;
	float: left; display: inline; overflow: hidden;
	margin: 40px 0 0 45px;
}
.blog .side-block {
	clear: left;
	margin: 0 0 20px 0;
}
.blog .side-block h2 {
	width: 189px; height: 24px;
	padding: 8px 0 0 10px;
	background: url(img/side-header-bg.jpg) no-repeat;
	color: white;
	font-size: 1.6em !important;
	line-height: 1em;
	margin: 0 0 10px 0;
}
.blog .side-block dl {
	font-size: 1.2em; line-height: 1em;
	margin: 0;
}
.blog .side-block dl dt {
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.blog .side-block dl dd {
	font-size: 0.8em;
	color: #aaaaaa;
	width: 188px;
	margin: 0;
	padding: 0px 5px 15px 10px;
	background: url(img/side-divider.png) no-repeat 0 bottom;
	float: left;
}
.blog .side-block dl dd em {	
	font-style: normal;
	color: #393939;
}
.blog .side-block dl dd span {

}
.blog .side-block dl dd strong {
	color: #393939;
	margin: 0 15px 0 0;

	float: right;
}
.blog .side-block.archives dl dt {
	margin: 5px 0 0 0;
}
.blog .side-block.archives dl dd {
	height: 10px;
}
a.likeit {
	display: block;
	width: 49px; height: 15px;
	background: url(img/btn-likeit.png) no-repeat;
	margin: 3px 0 0 0;
}
a.likeit:hover {
	background-position: 0 -30px !important;
}
a.likeit:active {
	background-position: 0 -60px !important;
}
.content-block.blog h2 {
	font-size: 1.4em !important;
	margin: 1em 0 0 0;
}
.content-block.blog em {
	font-style: normal;
	color: #8d8d8d;
}
.content-block.blog .blogcontent {
	margin: 10px 0 0 0;
	color: #403f3f;
}
.blogcontent strong {
	font-weight: bold;
}
.post-footer {
	border-top: 1px solid #eeeeee;
	padding: 10px 0 0 0;
}
ul.stats {
	font-size: 0.8em;
	float: left;
	margin: 0; padding: 0;
}
ul.stats li {
	color: #aaaaaa;
	float: left;
	margin: 0 20px 0 0
}
ul.stats li strong {
	color: #393939;
}
ul.badges {
	margin: 0; padding: 0;
	float: right;
}
ul.badges li {
	float: left;
	margin: 0 0 0 15px;
}
#comments h2 {
	margin: 1em 0;
}
#comments .item {
	width: 545px; height: auto;
	float: left; display: inline; overflow: hidden;
	padding: 10px;
	background: #eeeeee;
	margin: 0 0 10px 0;
}
#comments .item.alt {
	background: white;
}
#comments .item img {
	float: left;
	margin: 0 10px 0 0;
}
#comments .item dl {
	width: 480px;
	float: left;
	margin: 0; padding: 0;
}
#comments .item dl dt {
	color: #868686;
	line-height: 1em;
}
#comments .item dl dd em {
	font-size: 0.8em;
}
#comments .item dl dd {
	color: #1e1e1e;
	margin: 0;
}
form#comment_f {
	width: 600px;
	float: left;
	margin: 20px 0 0 0;
}
form#comment_f label {
	font-size: 1.2em; line-height: 1em;
}
form#comment_f p {
	width: 185px; 
	float: left;
	margin: 0 10px 10px 0;
}
form#comment_f input[type="text"] {
	width: 170px;
	border: 1px solid #aaaaaa;
	font-size: 1.2em;
}
form#comment_f textarea {
	width: 563px; height: 150px;
	border: 1px solid #aaaaaa;
	font-size: 1.2em;
}
form#comment_f div.status {
	float: left;
	margin: 10px 0 0 0;
	font-size: 1.2em;
}
p.error {
	color: red;
}
p.success {
	width: 440px !important;
	color: #4b8efc;
}
form#comment_f input[type="submit"] {
	margin: 10px 26px 0 0;
}
.content-block.portfolio {
	position: relative;
}
.portfolio .item {
	width: 245px; height: 196px;
	background: url(img/thumb-bg.png) no-repeat;
	position: relative;
	float: left; display: inline; overflow: hidden;
	margin: 0 15px 30px 20px;
}
.portfolio .item a.view {
	display: none;
	position: absolute;
	padding: 5px;
	background: url(img/thumb-view-bg.png);
	color: white;
	font-weight: bold;
	border: 2px solid #gray;
	top: 85px; left: 65px;
}
.portfolio .item a.view:hover {
	color: #efbf25;
}
.portfolio .item img {
	margin: 8px 0 0 8px;
}
.info {
	width: 250px; height: auto;
	position: absolute;
	top: 190px; left: 20px;
	display: none;
	z-index: 999;
}
.info .top {
	width: 250px; height: 15px;
	background: url(img/info-top.png) no-repeat;
	float: left; display: inline; overflow: hidden;
}
.info.bot .top {
	width: 250px; height: 10px;
	background: url(img/info-top2.png) no-repeat;
	float: left; display: inline; overflow: hidden;
}
.info .mid {
	width: 210px; height: auto;
	background: url(img/info-mid.png) repeat-y;
	float: left; display: inline; overflow: hidden;
	padding: 5px 20px;
	color: #403f3f;
}
.info h3 {
	font-size: 1.2em; font-weight: bold; line-height: 1em;
	margin: 0;
}
.info em {
	font-style: normal; color: #8d8d8d;
	margin: 0 0 2px 0;
}
.info p{
	padding: 2px 0 0 0;
	border-top: 1px solid #dddddd;
	margin: 0; line-height: 1.3em;
	text-align: justify;
}
.info .bot {
	float: left; display: inline; overflow: hidden;
	width: 250px; height: 14px;
	background: url(img/info-bot.png) no-repeat;
}
.info.bot .bot {
	float: left; display: inline; overflow: hidden;
	width: 250px; height: 18px;
	background: url(img/info-bot2.png) no-repeat;
}
.portfolio .detail {
	width: 380px; height: auto;
	float: left; display: inline; overflow: hidden;
}
.portfolio #feature {
	margin: 0 0 25px 0;
}
.portfolio .detail h2 {
	margin: 0;
	color: #403f3f;
}
.portfolio .detail .content {
	margin: 10px 0 0 0;
	text-align: justify;
}
.portfolio .detail a.back {
	float: left; display: inline; overflow: hidden;
	margin: 15px 0 0 0;
	font-size: 0.8em; font-weight: bold;
}
.portfolio .detail ul {
	width: 380px; height: 45px;
	margin: 0; padding: 0;
	border-top: 1px solid #dddddd;
}
.portfolio .detail ul li {
	float: right;
	margin: 10px 0 0 10px;
}
.portfolio .detail ul li.likes {
	font-size: 0.8em;
	color: #565656;
	margin-top: 15px;
}
.portfolio .detail ul li.back {
	float: left;
	font-size: 0.8em;
	margin-top: 15px;
	font-weight: bold;
}
.portfolio .detail ul li.likes strong {
	color: #393939;
}
.portfolio .testimonial {
	padding: 10px; margin: 10px 0 10px 0;
	background: #eeeeee;
	color: #777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.portfolio .testimonial strong {
	font-size: 1em; float: right;
	color: #555;
}
a.likeit2 {
	display: block;
	width: 51px; height: 28px;
	background: url(img/btn-likeit2.png) no-repeat;
}
a.likeit2:hover {
	background-position: 0 -50px;
}
a.likeit2:active {
	background-position: 0 -100px;
}
.portfolio .involvement {
	width: 150px; height: auto;
	float: left; display: inline; overflow: hidden;
	margin: 0 0 0 35px;
}
.portfolio .involvement h2 {
	margin: 0 0 1em 0;
	color: #403f3f;
}
ul.involvement {
	margin: 0 !important; 
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #403f3f;
}
ul.involvement li {
	height: 30px;
	margin: 0 0 10px 0; 
	padding: 0 0 0 35px;
	line-height: 1em;
	background: url(img/service-icons-mini.png) no-repeat;
}
ul.involvement li.icn-graphic {
	padding-top: 4px;
	height: 16px;
	border-bottom: 5px;
	background-position: 0 0;
}
ul.involvement li.icn-consult {
	padding-top: 5px;
	height: 15px;
	margin-bottom: 5px;
	background-position: 0 -50px;
}
ul.involvement li.icn-vici {
	margin-bottom: 5px;
	background-position: 0 -100px;
}
ul.involvement li.icn-webdesign {
	padding-top: 4px;
	margin-bottom: 6px;
	background-position: 0 -150px;
}
ul.involvement li.icn-redesign {
	padding-top: 4px;
	margin-bottom: 6px;
	background-position: 0 -200px;
}
ul.involvement li.icn-html {
	padding-top: 2px;
	height: 25px;
	margin-bottom: 5px;
	background-position: 0 -250px;
}
ul.involvement li.icn-phpsql {
	padding-top: 5px;
	height: 25px;
	margin-bottom: 0;
	background-position: 0 -300px;
}
ul.involvement li.icn-ajax {
	padding-top: 12px;
	height: 18px;
	margin-bottom: 5px;
	background-position: 0 -350px;
}
ul.involvement li.icn-flash {
	padding-top: 10px;
	height: 20px;
	margin-bottom: 5px;
	background-position: 0 -400px;
}
ul.involvement li.icn-cms {
	height: 23px;
	padding-top: 7px;
	margin-bottom: 5px;
	background-position: 0 -450px;
}
ul.involvement li.icn-cmsflash {
	height: 16px;
	padding-top: 16px;
	background-position: 0 -500px;
}
ul.involvement li.icn-language {
	height: 20px;
	padding-top: 12px;
	background-position: 0 -550px;
}
ul.involvement li.icn-anim {
	height: 20px;
	margin-bottom: 0;
	padding-top: 12px;
	background-position: 0 -603px;
}
ul#comments_alerts {
	padding: 10px;
	background: #eeeeee;
	-webkit-border-radius:10px;
	-moz-border-radius:5px;
}
ul#comments_alerts li {
	margin: 0; padding: 0;
	font-weight: bold;
}
dl#admin_menu {
	padding: 0;
	margin: 235px 0 0 0;
	text-align: left;
}
dl#admin_menu dt {
	margin: 20px 0 5px 0;
}
dl#admin_menu dd a {
	display: block;
	margin: 0 0 5px 0;
	padding: 5px;
	background: #eeeeee;
	font-weight: bold;
	color: #393939;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
dl#admin_menu dd a:hover {
	color: white;
	background: #aaaaaa;
}
table.portfolio td {
	background: #eeeeee;
	padding: 5px;
	border: 1px solid white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
table.portfolio td:hover {
	background: #dddddd;
}
td.actions a {
	float: left; display: inline; overflow: hidden;
	padding: 5px;
	background: url(img/grad.jpg);
	border: 1px solid #dddddd;
	margin: 0 5px 0 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
td.actions a:hover {
	color: #c89f1d;
	background: white;
}
td.thumb img {
	border: 1px solid #ddd;
}
.admin table td {
	vertical-align: top;
}
.center {
	text-align: center;
}
dl.involvement {
	margin: 0 50px 0 0;
	float: left;
}
dl.involvement dt {
	width: 100px;
	clear: left;
	float: left;
	font-weight: bold;
	line-height: 1em;
	margin: 4px 0 10px 0;
}
dl.involvement dd {
	margin: 0; padding: 0;
	float: left;
}
dl.involvement dd input {
	margin: 0;
	
}
.admin form {
	width: 590px;
}
.admin input[type="text"] {
	border: 1px solid #aaaaaa;
	font-size: 1.2em;
	width: 500px;
}
.admin input[type="submit"] {
	float: right;
	padding: 10px;
	background: url(img/grad.jpg);
	border: 1px solid #dddddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
}
.admin input[type="submit"]:hover {
	background: white;
	font-weight: bold;
}
.admin textarea {
	width: 580px; height: 150px;
}
.blogcontent blockquote {
	padding: 10px;
	margin: 0 0 15px 10px;
	background: #eee;
}
.blogcontent blockquote p {
	margin: 0;
}