/*Reset*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

/*Styles*/

body {
font: 1.15em/1.333 "Times New Roman", Times, serif;
color: #1b1b1b;
}

/*Font styles*/

h1 {
float:left;
width: 351px;
height:238px;
}

h1 span {
margin-left:-99999px;
}

h2, h4 {
font-size:2em;
font-weight:normal;
color:#810508;
padding-bottom:15px;
}

h3 {
font-size:1.1em;
padding:0;
font-weight:normal;
}

h4 {
font-size:1.85em;
padding:0 0 20px 0;
float:left;
}

a {
color:#810508;
text-decoration:none;
}

a:hover {
color:#810508;
text-decoration:underline;
}

p {
padding: 10px 0 10px 0;
font-size:1.1em;
}

#intro p {
padding: 0 0 20px 0;
margin:0;
}

#intro p.intro {
font-size:1.41em;
margin:0;
padding: 0 0 20px 0;
}

p.red {
color:#810508;
margin-bottom:0;
padding: 0;
}

.wf-loading #intro, 
.wf-loading h3, 
.wf-loading .port-container ul li.port-client,
.wf-loading #head ul,
.wf-loading ul.commend li a  {
visibility: hidden;
}

#intro, 
h3, 
.port-container ul li.port-client, 
#head ul,
ul.commend li a {
font-family: "calluna-1","calluna-2", Times;
}


/*Layout*/

/*Head*/
#head-container {
width:100%;
height:auto;
background: url(../images/bg-head.jpg) no-repeat top center;
}

#head {
margin: 0 auto;
width:990px;
height: 240px;
}

#head img {
float:right;
}

#head img.logo {
float:left;
}

#head ul {
float:right;
margin: 40px 30px 0 0;
}

#head ul li {
width:335px;
color:#000;
font-size:1.05em;
text-align: right;
padding: 3px 0 3px 0;
}

#head ul li.new-projects {
background: url(../images/call-break.gif) no-repeat bottom left;
color:#17183d;
padding: 0 0 10px 0;
font-size:1.2em;
margin-bottom:5px;
}

#head ul li a {color:#1b1b1b;}

/*Intro*/
#intro {
width:930px;
margin: 35px auto 45px auto;
}

#spikes {
background: url(../images/bg-spikes.gif) top center;
width:100%;
height:9px;
}

#spikes-inv {
background: url(../images/bg-spikes.gif) bottom center;
width:100%;
height:9px;
}

/*Content*/
#content-container {
width:100%;
height:auto;
background: url(../images/bg-content.jpg) top center;
padding: 37px 0 60px 0;
}

#content {
width:930px;
margin:0 auto 0;
overflow:hidden;
}

.clear {
clear:both;
}

/*Portfolio Items*/
.port-container {
float:left;
width:291px;
height:auto;
margin:20px 28px 0 0;
background:;
}

.port-margin {
margin-right:0;
}

.port-container img {
background: url(../images/bg-portfolio-item.png) no-repeat 0 0;
padding: 11px 11px 25px 10px;
}

.port-container img:hover {
background: url(../images/bg-portfolio-item-hover.png) no-repeat 0 0;
}

.port-container ul li {
text-align:center;
padding: 6px 0 0 0;
color:#17183d;
font-size:0.75em;
font-family: Arial, Helvetica, sans-serif;
display:none;
}

.port-container ul li.port-client {
background: url(../images/port-break.gif) no-repeat bottom center;
text-transform:uppercase;
padding: 0px 0 8px 0;
font-size:.855em;
display:block;
}

.port-container ul li.port-client a {
color:#1b1b1b;
}
/* the overlayed element */
.apple_overlay {	
display:none;	
width:925px;		
padding:37px 41px 49px 42px;
background-image:url(../images/bg-box.png);	
}

.apple_overlay .close {
background-image:url(../images/close.png);
position:absolute; 
right:15px; top:15px;
cursor:pointer;
height:35px;
width:35px;
}

/*Footer*/

#footer-container {
width:100%;
height:auto;
padding: 20px 0 60px 0;
overflow:hidden;
clear:both;
}

#footer {
width:930px;
margin:0 auto;
overflow:hidden;
}

#further {
float:left;
width:280px;
}

ul.commend {
float:left;
width:220px;
margin: 0 100px 0 0;
}

ul.commend li {
float:left;
display: inline;
}

ul.commend li a {
float:left;
display: inline;
margin: 0 5px 5px 0;
padding:1px 5px 1px 5px;
background:#4b5f80;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width:auto;
color:#fff;
}

ul.commend li a:hover {
text-shadow: 1px 1px 0px #000;
text-decoration:none;
}

#social {
float:right;
width:610px;
}

#social img {
margin-left:10px;
float:right;
}

#twitter {
overflow:hidden;
clear:both;
}

#twt-container {
background: url(../images/bg-tweet.gif) no-repeat 0 0;
padding-left: 23px;
height:110px;
float:right;
width:477px;
overflow:hidden;
}

.tweet {
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:0.755em;
text-align:left;
background:#fff;
padding: 10px 40px 10px 10px;
border-radius:          4px;
-moz-border-radius:     4px;
-webkit-border-radius:  4px; 
background:#bac2cc;  
}

#social img.twt {
float:left;
margin:0;
}

#social img:hover {
-webkit-transform: rotate(-2deg); 
-moz-transform: rotate(-2deg);	
}

span.tweet_time {
font-family:"Times New Roman", Times, serif;
font-size:12px;
float:left;
}

span.tweet_time a:hover {
text-decoration:underline;
}

#social .tweet_avatar img {
margin:0 10px 0 0;
float:left;
}

#footer div.tweet p.loading {
float:left;
padding:0;
clear:both;
color:#000;
}

#footer p {
font-size:0.8em;
font-family: Arial, Helvetica, sans-serif;
color:#fff;
float:right;
}

#footer img {
vertical-align:middle;
}

#fb {
padding-bottom:5px;
}

#google {
float:left;
}

#footer p.copyright {
font-size:.75em;
color:#ccc;
clear:both;
}


