@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, p, h4, 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;
}

/* FONTS */
@font-face {
	font-family: "Surface";
	src:url("../fonts/Surface_Medium.otf");
	}
	
@font-face {
	font-family: "Surfacei";
	src:url("../fonts/Surface_Medium-Italique.otf");
	}
	
@font-face {
	font-family: "SurfaceBold";
	src:url("../fonts/Surface_Bold.otf");
	}
	
@font-face {
	font-family: "SurfaceBoldItalic";
	src:url("../fonts/Surface_Bold-Italique.otf");
	}

/* DESIGN */
body {
	background:#517584;
	background-color:rgba(0,50,68,1.0);
	font-family: "Surface", Arial;
	padding:0em; margin:0em;
	}
	
.center {
	background:#517584;
	background:rgba(255,255,255,0.5);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.5)), to(rgba(0,152,202,.5)));
	background:-moz-linear-gradient(top, rgba(255,255,255,.5),rgba(0,152,202,.5));
	height: auto;
	width: 60em;
	margin: 0em auto;
	padding:0em;
	}
	
.header {
	text-align:right;
	background:url(../img/bgheader.png);
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
	}
	
.findus {
	position:absolute;
	padding:.5em;
	padding-top:1.7em;
	top:-1em; left:47em;
	background-color:#990000;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(66,0,0,1)), to(rgba(153,0,0,1)));
	background:-moz-linear-gradient(top, rgba(66,0,0,1),rgba(153,0,0,1));
	width:auto;
	height:auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	z-index:99;
	}

.container {
	width:60em;
	height:auto;
	clear:both;
	margin-bottom:1em;
	}
	
.homewelcome, .homeclients, .hometwitter, .homeblog, .fullwidthlight, .thumbnails, .fullwidthportfolio, .portfolioleft, .portfolioright {
	width:65%;
	background:#ffffff;
	background:rgba(255,255,255,.8);
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
	padding:.5em; padding-left:2em;
	margin:0em; margin-top:1em; margin-left:-1em; 
	float:left;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	}
	
.fullwidthlight, .fullwidthportfolio {
	width:59.5em;
	float:none;
}
	
.homeclients, .hometwitter, .thumbnails, .portfolioright {
	background:#006C8D;
	background:rgba(0,108,141,.8);
	float:right;
	width:28%;
	}
	
.homeclients, .homeblog, .thumbnails, .portfolioright {
	padding:.5em;
	padding-right:2em;	
	margin-right:-1em;
	}
	
.thumbnails {
	width:85%;
	min-height:9em;
	float:right;
}

.portfolioleft, .portfolioright {
	width:46.5%;
	text-align:center;
	background:#ffffff;
	background:rgba(255,255,255,.8);
	
}
	
.homeleft, .thumbimg {
	padding:0em;
	float:left;
	margin:0em; margin-top:1em; margin-left:-1em;
	width:24em;
	}
	
.thumbimg {	
	width:auto;
}

.buttons {
	padding:0em; margin:0em;
	text-align:justify;
	width:25em;
	}	

.homeblog {
	float:right;
	width:56%;
	margin-bottom:1em;
	}
	
.backtotop {
	width:100%;
	text-align:right;
	padding:0em;
	clear:both;
}

.footer {
	background-color:#990000;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(66,0,0,1)), to(rgba(153,0,0,1)));
	background:-moz-linear-gradient(top, rgba(66,0,0,1),rgba(153,0,0,1));
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
	padding:.4em; margin:0em;
	clear:both;
	height:5.1em;
	text-align:left;
	}

.socialicons {
	float: left;
	}

.footertext {
	text-align:right;
	}
	
.button, #searchsubmit {
   border: 0px;
   background: #990000;
   background: -webkit-gradient(linear, left top, left bottom, from(#2e0000), to(#990000));
   background: -moz-linear-gradient(top, #2e0000, #990000);
   padding: 3px 6px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1.1em;
   font-family:"Surface", Arial Bold;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover, #searchsubmit:hover {
   border-top-color: #0d7cb8;
   background: #0d7cb8;
   color: #ffffff;
   }
   
#searchsubmit:hover {
	background:#1b435e;
}
   
.button:active, #searchsubmit:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
hr {
	margin: 1em 0;
	border-color:#d1f1fc;
	size:1;
}
	
/* TEXT */
h1, h2, h3, p, h4, h6, p.mainlight, p.tagline, .feedburnerfeedblock li, .feedburnerfeedblock span.headline, p.taglinedark, .widgettitle {
	padding:0em; margin:0em;
	}
		
h1, h2, h3, p, h4, h6, .widgettitle {
	font-family:"SurfaceBold", "Surface", Arial Bold;
	font-weight:bold;
	font-size:3.5em;
	color:#0098CA;
	}
	
h1 {
	text-shadow: 1px 1px 3px #333;
}
	
h2, h3, p, h4, p.mainlight, p.tagline, p.taglinedark, .feedburnerFeedBlock li, .feedburnerFeedBlock span.headline, .widgettitle {
	font-family: "Surface", Arial;
	font-weight:normal;
	font-size:2em;
	color:#990000;
	}

h3, .widgettitle {
	color:#73C5E5;
	}
	
h3 a, .widgettitle a{
	color:#73C5E5;
}

p, p.mainlight, p.tagline, p.taglinedark, .feedburnerFeedBlock li, p.mainlight li, .homewelcome li {
	color:#000000;
	font-family:"Surface", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	line-height:1.2em;
	font-size:1.1em;
	text-align:left;	
	margin-right:.5em;
	}
	
.homewelcome li {
	margin:.5em;
	}
	
h4 {
	color:#0098CA;
	font-size:1.3em;
	line-height:1.5em;
}

h5 {
	color:#990000;
	font-family:"Surface", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
	line-height:.7em;
	border-bottom:1px groove #d1f1fc;
	margin-bottom:.3em;	
	margin-right:.5em;	
	}
	
	
	
.feedburnerFeedBlock span.headline a {
	text-decoration:none;
	line-height:1.1em;
	font-size:1em;
	color:#990000;
	}
	
.feedburnerFeedBlock span.headline a:hover {
	color:#0098CA;
}
	
#juitterContainer a:hover, .feedburnerFeedBlock li a:hover {
	color:#990000;
	}
	
p.mainlight, p.tagline, p.taglinedark  {
	color:#d1f1fc;
	}
	
.feedburnerFeedBlock li {
	margin-left:0em;
	list-style-type:none;
}
	
p.tagline, p.taglinedark {
	font-family:"Surfacei", "Surface", "Arial Italic";
	font-style:italic;
	text-align:right;
	}
	
p.taglinedark {
	color:#000;
}

.socialicons ul {
	float:left;
	list-style-type:none; 
	margin:0em; padding:0em; padding-right:.5em;
	}
	
.footertext p {
	font:"SurfaceBold", Arial Bold;
	font-size:.875em;
	color:#73C5E5;
	text-shadow: 1px 1px 3px #000;
	}
	
a {
	color:#0098CA;
	text-decoration:none;
}

p.mainlight a {
	color:#fff;
}

a:focus {
	outline: none;
	}
	
a:hover, p.mainlight a:hover {
	color:#990000;
}

.footertext p {
	text-align:right;
}

.footertext a {
	color:#73C5E5;
}

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

.fullwidthlight p {
	margin-right:1.5em;
}

.fullwidthlight ul, .fullwidthlight ol{
	list-style-type:square;
	margin-left:2em;
	font-family:"Surface", Arial, Verdana;
	line-height:1.2em;
	font-size:1.1em;
}

.portfolioleft p, .portfolioright p {
	margin:.5em 1.3em 0em 1.3em;
	font-size:1em;
	line-height:1.2em;
	color:#0098CA;
}

.homeclients ul li a {
	list-style-type:square;
	margin-left:0em;
	font-family:"Surface", Arial, Verdana;
	color:#fff;
}
	
/* JS */

#juitterContainer {
	padding:0em;
	font-family:"Surface", Arial;
	line-height:1.2em;
	font-size:1.1em;
	color:#d1f1fc;
	}
	
#juitterContainer img {
	height:2em; width:2em;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-opera-border-radius:3px;
	-khtml-border-radius:3px;
	}
	
#juitterContainer a {
	color:#fff;
	text-decoration:none;
	border:none;
	}	
	
#juitterContainer ul {
	list-style:none;
	padding:0em;
	margin:0em;
	padding-left:.5em;
	}
	
/* Images */

img {
	border:0px;
	border-style:none;
}

.thumbnails img, .portfolioleft img, .portfolioright img {
	border:1px solid #73C5E5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
	}
	
.portfolioleft img, .portfolioright img {
	-webkit-box-shadow:none;
	-moz-box-shadow:none; /* FF 3.5+ */ 
}

img .noborder {
	border:0px;
	border-style:none;
}

img.thumbnail {
	width:120px; height:120px;
	margin:.4em;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
}

img.blogheader {
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
}

img.thumbnail:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px; /* FF 3.5+ */
}

.gravatar {
	float:left;
	margin:.2em 1em 0 0;
	padding:.5em;
	text-align:center;
	width:auto;
	height:auto;
	background:#517584;
	background-color:rgba(0,50,68,1.0);
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	color:#ffffff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px; /* FF 3.5+ */
	}
	
.gravatar a:hover {
	color:#fff;
	}