@import "../sifr/sIFR-screen.css";
/* ----------------------------------------------
   basic defaults
---------------------------------------------- */
body {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000 url(../images/pagebg.jpg) no-repeat top center;
}
select, input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
strong, em, b, i, h1, h2, h3, h4, h5 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

/* ----------------------------------------------
   whole page
---------------------------------------------- */
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */
hr {
	display: none;
}

/* ----------------------------------------------
   header
---------------------------------------------- */
#header {
	height: 139px;
	background: url(../images/navbg.png) repeat-x bottom;
}
#header .innerheader {
	width: 902px;
	margin: 0 auto;
}
#header h1.logo {
	float: left;
	margin: 17px 0 0 1px;
	width: 312px;
	height: 64px;
	display: inline;
}
#header h1.logo a {
	display: block;
	width: 312px;
	height: 64px;
	background: url(../images/inverseparadox.png) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
}
#header .get-in-touch {
	float: right;
	margin: 28px 27px 0 0;
	width: 222px;
	height: 33px;
	display: inline;
}
#header .get-in-touch .phone {
	display: block;
	width: 222px;
	height: 11px;
	background: url(../images/getintouch.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#header .get-in-touch a.email {
	display: block;
	margin: 7px 0 0 0;
	width: 222px;
	height: 15px;
	background: url(../images/salesemail.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#skiplink, a#start {
	display: none;
}

/* ----------------------------------------------
   navigation
---------------------------------------------- */
ul#nav {
	margin: 0;
	padding: 16px 0 0 0;
	list-style-type: none;
}
ul#nav li {
	float: left;
	padding: 0 6px 0 0;
}
ul#nav li a {
	display: block;
	height: 35px;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-indent: -9999px;
}
ul#nav li.home a {
	width: 63px;
	background-image: url(../images/nav-home.gif);
}
ul#nav li.about a {
	width: 66px;
	background-image: url(../images/nav-about.gif);
}
ul#nav li.portfolio a {
	width: 92px;
	background-image: url(../images/nav-portfolio.gif);
}
ul#nav li.design a {
	width: 72px;
	background-image: url(../images/nav-design.gif);
}
ul#nav li.market a {
	width: 103px;
	background-image: url(../images/nav-market.gif);
}
ul#nav li.web a {
	width: 55px;
	background-image: url(../images/nav-web.gif);
}
ul#nav li.blog a {
	width: 55px;
	background-image: url(../images/nav-blog.gif);
}
ul#nav li.contact a {
	width: 82px;
	background-image: url(../images/nav-contact.gif);
}
ul#nav li a:hover,
ul#nav li a.active {
	background-position: bottom left;
}

/* ----------------------------------------------
   main content - general
---------------------------------------------- */
#content {
	width: 902px;
	margin: 0 auto;
}
.main-box {
	margin: 13px 0 0 0;
	padding: 1px;
	background: url(../images/fadingboxborder-long.png) repeat-x top left;
	
}
.main-box.index {
	background: url(../images/fadingboxborder.png) repeat-x top left;
}
.main-box .main-box-inner {
	padding: 22px;
	background: #000;
	min-height:625px;
}
.main-box .columns {
	background: url(../images/vert-dots.gif) repeat-y 566px 0;
}
.main-box .leftcol {
	float: left;
	width: 550px;
	line-height:22px;
}

.main-box .leftcol a, .main-box .leftcol a:visited, .main-box .leftcol a:active {
	color:#ffffff;
	text-decoration:underline;
}

.main-box .leftcol a:hover{
	color:#ccc;
	text-decoration:none;
}
.smicons {
	margin: 0 0 14px;
	height: 44px;
}
.smicons img {
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
.smicons img.last {
	margin-right: 0;
}
.main-box .rightcol {
	float: right;
	width: 270px;
}
#content h1 {
	margin: 0 0 18px 0;
	padding: 0 0 9px 0;
	font-size: 20px;
	font-weight: bold;
	color: #ebebeb;
	background: url(../images/horz-dots.gif) repeat-x bottom left;
}
#content h2 {
	margin: 0 0 8px 0;
	padding: 0 0 9px 0;
	color: #ebebeb;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/horz-dots.gif) repeat-x bottom left;
}
img.project-thumb {
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;
}
a.readmore, a.readmore:visited, a.readmore:active {
	padding: 3px;
	color: #fff;
	background-color: #6f0000;
	text-decoration: none;
	
}
a.readmore:hover {
	color: #cccccc;
	background-color: #570000;
}

.whoarewe p a{
text-decoration: none;
}

.readmore a{
text-decoration: none;


}

/* ----------------------------------------------
   main content - home page
---------------------------------------------- */
.home-intro {
	position: relative;
	margin: 12px 0 0 0;
	padding: 1px;
	background: url(../images/boxborder.png);
}
.home-intro .home-intro-inner {
	background: #000;
}
#content .home-intro h2 {
	margin: 0;
	width: 615px;
	height: 240px;
	background: url(../images/homeintrotext.gif) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
}
.home-intro .computer-monitor {
	position: absolute;
	top: -53px;
	left: 625px;
	width: 267px;
	height: 272px;
	background: url(../images/monitor.png) no-repeat top left;
}
.home-intro .computer-monitor a{
	display:block;
	width: 267px;
	height: 272px;
		overflow: hidden;
	text-indent: -9999px;
}
.home-featured-project {
	float: left;
	width: 241px;
	margin: 0 31px 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #c0c0c0;
}
.home-featured-project strong {
	display: block;
	padding: 13px 0 5px 0;
	color: #ffffff;
	font-size: 12px;
}
.home-featured-project .divider, .rightcol .divider {
	margin: 9px 0 8px 0;
	height: 1px;
	overflow: hidden;
	background: #4a0000;
}
.home-featured-project a {
	color: #e0e0e0;
	text-decoration: underline;
}
.home-featured-project a:hover {
	color: #949494;
}
.whophoto {
	float: left;
	width: 152px;
	font-size: 10px;
}
.whophoto img {
	margin: 4px 0 4px 0;
}
p.whoarewe {
	margin: 0 0 0 165px;
	color: #ededed;
	line-height: 150%;
}
.newsletter-signup {
	width: 250px;
	height: 196px;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #fefefe;
	line-height: 150%;
	background: url(../images/newsletter-box-bg.gif) no-repeat top left;
}
#content .newsletter-signup h2 {
	margin: 0 0 4px 0;
	padding: 0;
	background: none;
	font-size: 16px;
}
.newsletter-signup form {
	margin: 5px 0 0 0;
}
.newsletter-signup label {
	display: block;
	float: left;
	margin: 7px 0 7px 0;
	padding: 2px 0 0 0;
	width: 45px;
	font-weight: bold;
	text-transform: lowercase;
}
.newsletter-signup input.textbox {
	float: left;
	margin: 7px 0 7px 0;
	width: 197px;
	padding: 2px;
	background: #ececec;
	border: 1px solid #4c3e3e;
}
.newsletter-signup input.button {
	float: right;
	padding: 2px 4px 2px 4px;
	background-color: #6f0000;
	border: none;
	color: #fff;
	text-transform: lowercase;
	cursor: pointer;
}
p.news {
	margin: 0 0 18px 0;
	color: #fefefe;
	line-height: 150%;
}
p.blog {
	color: #fefefe;
	line-height: 150%;
}

/* ----------------------------------------------
   main content - portfolio page
---------------------------------------------- */
img.project-thumb.portfolio {
	margin: 0 34px 0 0;
}
.portfolio-section {
	margin: 12px 0 0 0;
	padding: 0 0 9px 0;
	color: #c0c0c0;
	line-height: 200%;
	font-size: 11px;
	background: url(../images/horz-dots.gif) repeat-x bottom left;
}
.portfolio-section strong {
	padding: 3px 0 0 0;
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}
.portfolio-section a {
	color: #e0e0e0;
	text-decoration: underline;
}
.portfolio-section a:hover {
	color: #adadad;
}
.portfolio-drilldown-section {
	float: left;
	width: 241px;
	margin: 0 34px 0 0;
	padding: 0 0 9px 0;
	color: #c0c0c0;
	line-height: 18px;
	font-size: 11px;
}
.portfolio-drilldown-section strong {
	padding: 3px 0 0 0;
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}
.portfolio-drilldown-section .links {
	padding-top: 0px;
}
.portfolio-drilldown-section a {
	color: #e0e0e0;
	text-decoration: underline;
}
.portfolio-drilldown-section a:hover {
	color: #adadad;
}
.portfolio-divider {
	clear: left;
	height: 1px;
	overflow: hidden;
	margin: 6px 0 12px 0;
	background: url(../images/horz-dots.gif) repeat-x top left;
}
.portfolio-divider-b {
	clear: left;
	height: 1px;
	overflow: hidden;
	margin: 6px 0 12px 0;

}
#content h2.portcat {
	padding-left: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
ul.portcat {
	margin: 0 0 14px 29px;
	padding: 0;
	list-style-type: none;
}
ul.portcat li {
	padding: 0 0 0 19px;
	margin: 3px 0 3px 0;
	background: url(../images/arrow-bullet.gif) no-repeat 0 7px;
}
ul.portcat li a {
	color: #fff;
	text-decoration: none;
}
ul.portcat li a:hover {
	color: #ccc;
}


.rightcol p{
	padding-left:13px;
}

.rightcol p a{
	color: #fff;
	text-decoration: underline;
}

.rightcol p a:hover{
	color: #ccc;
	text-decoration: none;
}

.rightcol .form {
padding-left:13px;
}

.rightcol .form input.textbox {
	float: left;
	margin: 7px 10px 7px 0;
	width: 150px;
	padding: 2px;
	background: #ececec;
	border: 1px solid #4c3e3e;
}
.rightcol .form input.button {
	float:  left;
	padding: 2px 4px 2px 4px;
	margin-top:-9px;
	background-color: #6f0000;
	border: none;
	color: #fff;
	text-transform: lowercase;
	cursor: pointer;
}

.rightcol .clear {
clear:both;
margin-bottom:15px;
}

/* ----------------------------------------------
   main content - project page
---------------------------------------------- */
.portfolio-drilldown-section strong.individual-project {
	float: left;
}
.portfolio-drilldown-section .individual-project-url {
	padding: 2px 0 0 0;
	float: right;
}

/* ----------------------------------------------
   footer
---------------------------------------------- */
#footer {
	padding: 17px 0 17px 0;
	background-color: #151515;
	border-top: 1px solid #4a0000;
	color: #494848;
}
#footer .footer-inner {
	width: 902px;
	margin: 0 auto;
}
#footer h2 {
	margin: 0;
	font-size: 14px;
	color: #757575;
}
#footer a {
	color: #7d7d7d;
	text-decoration: none;
}
#footer a:hover {
	color: #4a4a4a;
}
#footer .site-map {
	float: left;
	width: 320px;
	font-size:11px;
}
#footer .site-map ul {
	float: left;
	width: 79px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .site-map li {
	margin: 8px 0 8px 0;
}
#footer .memberships {
	float: left;
	width: 542px;
	padding: 0 0 0 39px;
	border-left: 1px solid #262626;
}
#footer .memberships ul {
	margin: 14px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#footer .memberships li {
	float: left;
	height: 50px;
	padding: 0 20px 0 0;
}
#footer .memberships li a {
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
#footer .memberships li.lbccc a {
	width: 47px;
	background: url(../images/orgs-lbccc.gif);
}
#footer .memberships li.fba a {
	width: 51px;
	background: url(../images/orgs-fba.gif);
}
#footer .memberships li.bbb a {
	width: 27px;
	background: url(../images/orgs-bbb.gif);
}
#footer .memberships li.letip a {
	width: 64px;
	background: url(../images/orgs-letip.gif);
}
#footer .memberships li.aawm a {
	width: 52px;
	background: url(../images/orgs-aawm.gif);
}
#footer .memberships li.pbea a {
	width: 100px;
	background: url(../images/orgs-pbea.gif);
}
#footer .memberships li.icare {
	padding-right: 0;
}
#footer .memberships li.icare a {
	width: 79px;
	background: url(../images/orgs-icare.gif);
}
#footer .memberships img {
	margin: 20px 0 0 0;
}
#footer .divider {
	margin: 5px 0 12px 0;
	height: 1px;
	overflow: hidden;
	background: #323232;
}
#footer .copyright {
	font-size: 11px;
	float: left;
}

#footer .copyright a, #footer .copyright a:active, #footer .copyright a:visited, #footer .eco a, #footer .eco a:active, #footer .eco a:visited  {
	color:#494848;
	text-decoration:underline;
}

#footer .copyright a:hover, #footer .eco a:hover {
color:#494848;
	text-decoration:none;
}

#footer .eco {
	float: right;
	height: 17px;
	padding: 0 31px 0 0;
	font-size: 11px;
	background: url(../images/leaf.gif) no-repeat top right;
}

/* ----------------------------------------------
   contact form
---------------------------------------------- */
.error-messages {
	margin: 10px 0 20px 0;
	padding: 1px 15px;
	background-color: #660000;
}
.contactform td {
	vertical-align: top;
}
.contactform .label {
	padding: 0 10px 0 0;
	width: 170px;
	text-align: right;
}
.contactform .input {
	padding: 5px 0 5px 0;
}
.contactform .textbox, .commentform .textbox {
	width: 308px;
	padding: 2px;
	color: #e5e5e5;
	background: #171717;
	border: 1px solid #4d4d4d;
}
.contactform select.textbox {
	width: auto;
}
.contactform textarea.textbox {
	height: 100px;
}
.contactform sup {
	font-size: 10px;
	line-height: 8px;
	color: #cc0000;
}
.contactform .button, .commentform .button{
	background-color: #6f0000;
	border: none;
	color: #fff;
	padding: 2px 5px;
	cursor: pointer;
}

.commentform .button{
margin-top:10px;
}



/* ----------------------------------------------
   other stuff
---------------------------------------------- */

sup {
color:#cc0000;
}

#perfect th{
text-align:left;
width:85px;

}

#perfect td input.textbox {
	margin: 3px 0 3px 0;
	width: 197px;
	padding: 2px;
	background: #ececec;
	border: 1px solid #4c3e3e;
}
#perfect td input.button {
	padding: 2px 4px 2px 4px;
	background-color: #6f0000;
	border: none;
	color: #fff;
	text-transform: lowercase;
	cursor: pointer;
}

.cat{
font-size:10px;
padding:0;
margin:0;
}

.date{
font-style:italic;
padding:0;
margin:0;
margin-top:-15px;
}

.rule {
	padding: 0;
	margin: 10px 0 10px 0;
	width:100%;
	height:1px;
	background: url(../images/horz-dots.gif) repeat-x bottom left;
}

.sellsheet{
margin-top:15px;
}

img.partner {
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;
	float:left;
	margin-right:10px;
	margin-top:13px;

}

.sellbutton, .office {
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;
	float:left;
	margin: 8px 0px 7px 15px;
}

.office {
margin-right:10px;
}


.sellbutton a{
width:99px;
height:99px;
display:block;
background-repeat:no-repeat;
background-position:top left;
}

.office a{
width:45px;
height:45px;
display:block;
background-repeat:no-repeat;
background-position:top left;
}

.post {
margin-bottom:30px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	#paypal{
height:260px;
overflow:hidden;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#paypal h1 {
	font-size: 14px;
	font-weight: bold;
}
#paypal label, #email label {
	display: block;
	float:left;
	margin: 7px 0 7px 0;
	padding: 2px 0 0 0;
	width: 130px;
	font-weight: bold;
	text-transform: lowercase;
}
#paypal input.textbox, #email input.textbox {
	float:left;
	margin: 7px 70px 7px 0;
	width: 100px;
	padding: 2px;
	background: #ececec;
	border: 1px solid #4c3e3e;
}
#paypal input.button, #email input.button {
	padding: 2px 4px 2px 4px;
	background-color: #6f0000;
	border: none;
	color: #fff;
	text-transform: lowercase;
	cursor: pointer;

}
#paypal p{
margin:10px 0 10px; 0;
padding:0;
}
#paypal img{
margin:0;
padding:0;
}


#nav_wrap {
	background-image: url(../images/ring.png);
	background-position:center;
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	overflow:hidden;
}


img.avatar{
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;
	margin:13px 15px 0 0;
float:left;
}

img.avatar-r{
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;
	margin:13px 0 15px 15px;
float:right;
}

img.avatar-l{
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;
	margin:13px 15px 15px 0;
float:left;
}

.caption {
line-height:12px;
}

img.team{
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;
	margin:13px 0 0 15px;
float:right;
}

img.teamhome{
	padding: 6px;
	background: #252525;
	border: 1px solid #5b5b5b;

}

.rssimport {
padding-bottom:7px;
}

.column1{
width:150px;
float:left;
margin:0;
padding:0;
margin-top:-5px;
}
.column2{
width:400px;
float:left;
margin:0;
padding:0;
margin-top:-5px;
}

.column2 .divider, .blog-divider {
	clear: left;
	height: 1px;
	overflow: hidden;
	margin: 10px 0 10px 0;
	background: url(../images/horz-dots.gif) repeat-x top left;
}

.commentsnumber, .commentmetadata {
margin:0;
	font-size: 11px;
	line-height: 12px;
	color: #c0c0c0;
}

.commentlist li {
background-color:#171717;
border-color:#4d4d4d;
border-width:1px;
border-style:solid;
padding:10px;
margin: 5px 0 5px 0;
display: block;
list-style-type:none;
width:450px;
}

.commentlist  .alt li, .alt li, li.alt, .alt{
background-color:#2c2c2c;

}

.commentlist ul{
padding-left:0;
margin-left:0;
padding:0;
margin:0;
list-style-type: none;
}
.printbook{
float:right;
margin-left:10px;
margin-top:-10px;
}