@charset "UTF-8";

/*

Note: This CSS file may not always be valid according to the W3C standards.

It may contain proprietary/nonstandard or yet unsupported code used to fix certain user agent rendering bugs, or to enhance the website/application in the case of more advanced user agents.

*/
/* custom fonts */
@font-face
{
	font-family: "Helvetica Neue";
	src: url("../fonts/helveticaneue.eot");
	src: url("../fonts/helveticaneue.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue.woff") format("woff"), url("../fonts/helveticaneue.ttf") format("truetype"), url("../fonts/helveticaneue.svgz#HelveticaNeueLTCom55Roman") format("svg"), url("../fonts/helveticaneue.svg#HelveticaNeueLTCom55Roman") format("svg");
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/* reset */
*
{
	vertical-align: top;
	list-style: none;
	font-size: 100%;
	text-decoration: none;
	font-family: inherit;
	outline: none;
	-moz-outline: none;
}

.hidden,
.screen-reader-text
{
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
	text-indent: -9999px;
	line-height: 0;
}

html,
body,
div,
span,
applet,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
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,
li,
fieldset,
form,
label,
legend,
input,
select,
option,
optgroup,
textarea
{
	margin: 0;
	padding: 0;
}

html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

nav,
section,
article,
header,
aside,
footer,
figure,
dialog
{
	display: block;
}

time,
progress,
mark,
output
{
	display: inline;
}

mark
{
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

iframe
{
	border: 0;
	background: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	word-wrap: break-word;
	behavior: url("../scripts/csshover.htc");
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote,
q
{
	quotes: "" "";
}

img,
object,
embed,
video,
canvas
{
	display: -moz-inline-stack;
	display: inline-block;
	border: 0;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

.ie6 img,
.ie6 object,
.ie6 embed,
.ie6 video,
.ie6 canvas
{
	display: inline;
	zoom: 1;
}

.ie7 img,
.ie7 object,
.ie7 embed,
.ie7 video,
.ie7 canvas
{
	display: inline;
	zoom: 1;
}

pre,
code,
kbd,
samp,
var,
output
{
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre
{
	overflow-x: auto;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 10px 0;
	font-weight: normal;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.6em;
}

h4
{
	font-size: 1.4em;
}

h5,
h6
{
	font-size: 1.2em;
}

p
{
	margin: 0 0 15px 0;
	line-height: 1.6;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

a
{
	cursor: pointer;
}

strong,
b
{
	font-weight: bold;
}

em,
i
{
	font-style: italic;
}

del,
s,
strike
{
	text-decoration: line-through;
}

ins,
u
{
	text-decoration: underline;
}

abbr,
acronym
{
	speak: spell-out;
}

abbr[title],
acronym[title],
dfn[title]
{
	border-bottom: 1px dashed #000;
	cursor: help;
}

sup
{
	vertical-align: text-top;
	font-size: 85%;
}

sub
{
	vertical-align: text-bottom;
	font-size: 85%;
}

cite
{
	font-weight: bold;
	font-style: italic;
}

kbd
{
	padding: 0 2px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 2px 2px 1px;
	background: #F7F7F7;
}

img.left,
img.alignleft
{
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
}

img.center,
img.aligncenter
{
	display: block;
	margin: 0 auto;
}

img.right,
img.alignright
{
	margin: 0 0 10px 10px;
	float: right;
	clear: right;
}

fieldset
{
	border: 0;
}

form ul,
form ol,
form dl,
form dt,
form dd,
.entry-content form ul,
.entry-content form ol,
.entry-content form dl,
.entry-content form dt,
.entry-content form dd
{
	margin: 0;
	list-style: none;
}

form li,
.entry-content form li
{
	margin-bottom: 3px;
	list-style: none;
}

.ie6 legend,
.ie7 legend
{
	position: relative;
	margin-left: -7px;
}

label
{
	display: block;
}

label input
{
	vertical-align: middle;
}

input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner
{
	border: 0;
}

input[type ="submit"],
input[type = "reset"],
input[type = "button"],
button
{
	display: -moz-inline-stack;
	display: inline-block;
	cursor: pointer;
}

.ie6 input[type ="submit"],
.ie6 input[type = "reset"],
.ie6 input[type = "button"],
.ie6 button
{
	display: inline;
	zoom: 1;
}

.ie7 input[type ="submit"],
.ie7 input[type = "reset"],
.ie7 input[type = "button"],
.ie7 button
{
	display: inline;
	zoom: 1;
}

.submit,
.reset,
.button
{
	display: -moz-inline-stack;
	display: inline-block;
	width: auto;
	overflow: visible;
	cursor: pointer;
}

.ie6 .submit,
.ie6 .reset,
.ie6 .button
{
	display: inline;
	zoom: 1;
}

.ie7 .submit,
.ie7 .reset,
.ie7 .button
{
	display: inline;
	zoom: 1;
}

select
{
	word-wrap: normal;
}

textarea
{
	height: 100px;
	overflow: auto;
}

.small
{
	width: 30%;
}

.medium
{
	width: 50%;
}

.large
{
	width: 100%;
}

table
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

caption
{
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

th
{
	font-weight: bold;
}

table,
td,
th
{
	vertical-align: top;
}

form,
ul,
ol,
dl,
dt,
dd,
li,
#container,
#header,
#content,
#main-content,
#sidebar,
#footer
{
	zoom: 1;
}

form:after, ul:after, ol:after, dl:after, dt:after, dd:after, li:after, #container:after, #header:after, #content:after, #main-content:after, #sidebar:after, #footer:after
{
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.success,
.warning,
.note,
.error,
.validation_error,
#gforms_confirmation_message
{
	margin: 0 0 10px 0;
	padding: 8px 10px 8px 30px;
	border: 1px solid;
	line-height: 1.4;
	color: #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-icab-border-radius: 3px;
	background-position: 6px 10px !important;
	background-repeat: no-repeat !important;
}

.success,
#gforms_confirmation_message
{
	border-color: #9ADF8F;
	color: #556652;
	background: #D5FFCE url("../images/icons/success.png");
}

.warning
{
	border-color: #E6DB55;
	background: #FFFBCC url("../images/icons/warning.png");
}

.note
{
	border-color: #A2B4EE;
	color: #585B66;
	background: #DBE3FF url("../images/icons/note.png");
}

.error,
.validation_error
{
	border-color: #DF8F8F;
	background: #FFCECE url("../images/icons/error.png");
}

label.invalid
{
	padding: 2px 0  2px 18px;
	color: #f00;
	background: url("../images/icons/error.png") no-repeat 0 2px;
}

.menu li
{
	float: left;
	position: relative;
}

.sub-menu
{
	width: 200px;
	position: absolute;
	top: auto;
	left: -9999em;
	z-index: 20;
}

.menu li:hover > .sub-menu
{
	left: auto;
}

.sub-menu li:hover > .sub-menu
{
	top: 0;
	left: 200px;
}

.sub-menu li
{
	float: none;
}

cufon
{
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 1px;
	line-height: 1px;
	position: relative;
	vertical-align: middle;
}

.ie6 cufon
{
	display: inline;
	zoom: 1;
}

.ie7 cufon
{
	display: inline;
	zoom: 1;
}

cufon canvas
{
	position: relative;
}

cufontext
{
	display: -moz-inline-stack;
	display: inline-block;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -10000em;
}

.ie6 cufontext
{
	display: inline;
	zoom: 1;
}

.ie7 cufontext
{
	display: inline;
	zoom: 1;
}

cufoncanvas
{
	position: absolute;
	text-align: left;
}

cufon shape
{
	position: absolute;
}

css3-container,
css3-container background,
css3-container border,
css3-container outset-box-shadow,
css3-container shape
{
	position: absolute;
}

@media screen,
projection,
tv,
handheld
{
	body
	{
		border-top: 13px solid #d6135b;
		font-family: "Helvetica Neue";
		color: #777;
		background: url("../images/body.jpg");
	}
	
	a
	{
		vertical-align: baseline;
		color: #D6135B;
	}
	
	a:hover, a:focus, a:active
	{
		text-decoration: underline;
	}
	
	#container
	{
		width: 916px;
		margin: 0 auto;
		position: relative;
		font-size: 1.2em;
	}
	
	#header
	{
		padding: 105px 0 0 0;
		position: relative;
		zoom: 1;
	}
	
	#logo
	{
		display: block;
		float: left;
	}
	
	#tagline
	{
		overflow: hidden;
		position: absolute;
		left: -9999px;
		text-indent: -9999px;
	}
	
	#header .menu
	{
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 1.1em;
	}
	
	#header .menu li
	{
		padding: 0 12px;
		border-left: 1px solid #eee;
		float: left;
	}
	
	#header .menu a
	{
		color: #9a9a9a;
		text-decoration: none;
	}
	
	#header .menu a:hover, #header .menu a:active, #header .menu a:focus, #header .current-menu-item a, #header .current-menu-parent a, #header .current-post-parent a
	{
		color: #d6135b;
	}
	
	#header .menu li:first-child
	{
		border: 0;
	}
	
	#header .menu li.first-child
	{
		border: 0;
	}
	
	#content
	{
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		padding: 30px 0;
		margin: 75px 0;
		text-align: justify;
	}
	
	.description
	{
		color: #d6135b;
	}
	
	.entry-title
	{
		font-size: 2.7em;
		line-height: 1.1;
		color: #616161;
	}
	
	.single .entry-title
	{
		font-weight: bold;
		color: #393939;
	}
	
	.subtitle
	{
		margin-bottom: 15px;
		font-size: 1.5em;
		color: #b9b9b9;
	}
	
	.service
	{
		margin-bottom: 25px;
		color: #393939;
	}
	
	.first-word
	{
		font-weight: bold;
		color: #3e3e3e;
	}
	
	.post-thumbnail
	{
		display: inline;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.entry-content
	{
		margin: 5px 0 0 0;
		zoom: 1;
	}
	
	.entry-content:after
	{
		content: '\0020';
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}
	
	.entry-content ul,
	.entry-content ol
	{
		margin: 15px 0 15px 20px;
	}
	
	.entry-content li
	{
		margin-bottom: 10px;
	}
	
	.entry-content ul li
	{
		list-style: disc;
	}
	
	.entry-content ol li
	{
		list-style: decimal;
	}
	
	.entry-content dl
	{
		margin: 15px 0;
	}
	
	.entry-content dt
	{
		font-weight: bold;
	}
	
	.entry-content dd
	{
		margin: 0 0 0 40px;
	}
	
	.nav-previous
	{
		float: left;
	}
	
	.nav-next
	{
		float: right;
	}
	
	.previews
	{
		margin: 0;
		list-style: none;
		text-align: center;
	}
	
	.previews li
	{
		margin: 0 0 15px 0;
		list-style: none;
	}
	
	.preview-link
	{
		float: right;
		clear: right;
		padding: 0 10px 0 0;
		font-weight: bold;
		font-size: 1.1em;
		color: #393939;
		background: url("../images/arrow.png") center right no-repeat;
	}
	
	#additional-images
	{
		clear: both;
		margin: 0 -7px 0 0;
		padding: 15px 0 0 0;
		position: relative;
		zoom: 1;
		list-style: none;
	}
	
	#additional-images li
	{
		float: left;
		border-bottom: 4px solid #d6135b;
		margin: 0 5px 5px 0;
		list-style: none;
	}
	
	#additional-images a
	{
		display: block;
	}
	
	#project-info
	{
		width: 435px;
		float: left;
	}
	
	#project-previews
	{
		width: 447px;
		float: right;
	}
	
	#featured-website
	{
		width: 415px;
		height: 238px;
		padding: 16px 16px 109px 16px;
		background: url("../images/preview-screen.png") center no-repeat;
	}
	
	#featured-website a,
	#featured-photo a
	{
		display: block;
		zoom: 1;
		overflow: hidden;
	}
	
	#featured-website a
	{
		width: 415px;
		height: 238px;
	}
	
	#featured-photo
	{
		width: 350px;
		height: 180px;
		padding: 45px 48px 45px 49px;
		background: url("../images/featured-photo.jpg") center no-repeat;
	}
	
	#featured-photo a
	{
		width: 350px;
		height: 180px;
	}
	
	#featured-video
	{
		width: 447px;
		height: 296px;
		position: relative;
		zoom: 1;
		background: url("../images/preview-screen-2.png") no-repeat;
	}
	
	#placeholder
	{
		padding: 23px 0 0 30px;
	}
	
	#video-overlay
	{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		cursor: pointer;
		background: url("../images/preview-screen-3.png") no-repeat;
	}
	
	.js #featured-video iframe
	{
		display: none;
	}
	
	.home div.page
	{
		padding-right: 15px;
		border-right: 3px solid #d6135b;
		text-align: right;
	}
	
	.home #main-content
	{
		padding: 0 290px 0 0;
		background: url("../images/mini-logo.png") 645px 0 no-repeat;
	}
	
	.home #main-content
	{
		min-height: 149px;
	}
	
	.ie6 .home #main-content
	{
		height: 149px;
	}
	
	.bx-window
	{
		overflow: hidden;
		position: relative;
		zoom: 1;
	}
	
	#featured-projects
	{
		padding-top: 24px;
		border-top: 1px solid #cbcbcb;
		margin-top: 30px;
	}
	
	#featured-projects li
	{
		float: left;
		padding: 0 3px;
	}
	
	#featured-projects li a
	{
		display: block;
		border-bottom: 4px solid #d6135b;
	}
	
	.bx-prev,
	.bx-next
	{
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		line-height: 0;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 13px;
		height: 100%;
		position: absolute;
		top: 0;
		background-image: url("../images/prev-next.png");
		background-repeat: no-repeat;
	}
	
	.bx-prev
	{
		left: -16px;
		background-position: center left;
	}
	
	.bx-next
	{
		right: -15px;
		background-position: center right;
	}
	
	.comment .children
	{
		margin: 0 0 0 15px;
	}
	
	#posts
	{
		position: relative;
		margin: 0 -8px 0 0;
	}
	
	#posts li
	{
		width: 300px;
		margin: 0 8px 8px 0;
		border-bottom: 4px solid #d6135b;
		float: left;
	}
	
	.social-networks iframe,
	.social-networks div
	{
		float: left !important;
		margin: 0 5px 0 0;
	}
	
	p.fb-like
	{
		margin: 0 5px 0 0;
		float: left;
	}
	
	#copyright
	{
		float: left;
	}
	
	#social-links
	{
		float: right;
	}
	
	#social-links li
	{
		float: left;
		margin: 0 3px 0 0;
	}
	
	#social-links a
	{
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		line-height: 0;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 20px;
		height: 20px;
		background-image: url("../images/social-icons.png");
	}
	
	a#weru-link
	{
		background-position: 0 0;
	}
	
	a#facebook-link
	{
		background-position: -20px 0;
	}
	
	a#twitter-link
	{
		background-position: -40px 0;
	}
	
	
	}
	
	/*------------ =print------------*/
	@media print
	{
	#header .menu,
	#respond,
	.comment-reply-link,
	.entry-meta
	{
		display: none;
	}
	
	.comment
	{
		padding: 0 0 1px 0;
		border-bottom: 1px solid #000;
		margin: 0 0 15px 0;
	}
	
	
	}
	
	@media print
	{
	*
	{
		background: transparent !important;
		color: #444 !important;
		text-shadow: none !important;
	}
	
	a,
	a:visited
	{
		color: #444 !important;
		text-decoration: underline;
	}
	
	abbr:after
	{
		content: "(" attr(title) ")";
	}
	
	pre,
	blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead
	{
		display: table-header-group;
	}
	
	tr,
	img
	{
		page-break-inside: avoid;
	}
	
	@page
	{
		margin: 0.5cm;
	}
	
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	blockquote,
	ol,
	ul,
	dt
	{
		margin: 15px 0;
	}
	
	p,
	h2,
	h3
	{
		orphans: 3;
		widows: 3;
	}
	
	h2,
	h3
	{
		page-break-after: avoid;
	}
}


