/* meyerweb.com */
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;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* END RESET */

@font-face {
	font-family: "FontAwesome";
	src: url('/fonts/fontawesome.eot');
	src: url('/fonts/fontawesome.eot?#iefix') format('eot'), url('/fonts/fontawesome.woff') format('woff'), url('/fonts/fontawesome.ttf') format('truetype'), url('/fonts/fontawesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	overflow-y: scroll;
	height: 100%;
}

body{
	background: transparent;
	height: 100%;
}

iframe{
	border: 0px;
	height: 500px;
}

td{
	vertical-align: top;
}

b, strong{
	font-weight: bold;
}

td + td{
	padding-left: 10px;
}

label{
	display: inline;
}

a,
a:link,
a:visited{
	font-weight: inherit;
	color: #305A8A;
	text-decoration: none;
}

a:hover,
a:active{
	color: #7BB1EF;
}

#header-container{
	background: url('/images/header-background.png') top left repeat-x #185782; /* for ie */

	background:
	-moz-linear-gradient(top, #0d4267 0%, #185782 50%),
	#185782;

	background:
	-webkit-linear-gradient(top, #0d4267 0%, #185782 50%),
	#185782;

	box-shadow: 0px 0px 10px #000000;
	z-index: 0;
	position: relative;
	padding: 30px 0px;
	height: 50px;
	border-bottom: 1px solid #333333;
}

#header{
	margin: auto;
	width: 1000px;
	text-align: left;
}

a.logo{
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	font-family: 'Carter One', Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 2px #000000;
	display: inline-block;
	text-decoration: none;
	float: left;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	position: relative;
}

#header a.logo:hover{
	text-shadow: 0px 0px 5px #ffffff;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#header a.logo:active{
	top: 1px;
	left: 1px;
}

#navbar{
	margin-left: 50px;
}

#navbar{
	color: #ffffff;
	display: inline-block;
	height: 30px;
	margin-top: 15px;
}

#navbar ul li{
	float: left;
}

#navbar ul li a{
	float: left;
	text-decoration: none;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	text-shadow: 0 0 1px #000000;
	margin-right: 40px;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

#navbar ul li a:hover{
	border-bottom: 5px solid #ffffff;
}

#navbar ul li a.highlighted{
	border-bottom: 5px solid #ffffff;
}

#content{
	min-height: 100%;
	width: 850px;
	margin: auto;
}

#monitors{
	margin: 40px auto;
	position: relative;
}

.badge{
	height: 221px;
	width: 221px;
	background: url('/images/see-examples.png') top left no-repeat;
	position: absolute;
	bottom: -20px;
	right: -100px;
}

.badge:hover{
	background: url('/images/see-examples-highlight.png') top left no-repeat;
}

.badge:active{
	bottom: -21px;
	right: -100px;
}

.feature{
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

.terms{
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
}

h6{
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	margin-top: 40px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}

p + p{
	margin-top: 20px;
}

h1{
	font-size: 30px;
	line-height: 30px;
	color: #222222;
	font-weight: bold;
	font-family: Rochester, Georgia, serif;
	text-align: center;
	font-style: italic;
	width: 700px;
	border-bottom: 1px solid #dddddd;
	margin: 40px auto;
	padding-bottom: 20px;
}

h1 span{
	padding-top: 20px;
	display: block;
	font-size: 70px;
	line-height: 70px;
	font-family: Open Sans Condensed, serif;
	margin: auto;
	text-transform: uppercase;
	font-style: normal;
}

h2{
	font-size: 20px;
	line-height: 32px;
	color: #222222;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	margin: auto;
	font-weight: bold;
}

h2 + .signup{
	margin-top: 40px;
}

h2 em,
#benefits em{
	background-color: #fff261;
	font-weight: inherit;
	font-style: normal;
	padding: 0px 5px;
}

h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #222222;
	font-weight: bold;
}

div#testimonials h3{
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: url('/images/hearts-background.png') center left no-repeat;
}

h3.big{
	font-size: 60px;
	line-height: 60px;
	margin: auto;
	width: 740px;
	text-align: center;
}

h3 span{
	font-weight: bold;
	display: block;
}

div#guarantee h3{
	font-weight: normal;
}

div#guarantee{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dddddd;
}

#guarantee .image-left{
	height: 211px;
}

#guarantee .image-left p{
	margin-left: 224px;
}

#examples{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 40px;
	position: relative;
}

#examples .row .image{
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	float: left;
}

#examples .row .image:hover,
#testimonials img:hover{
	box-shadow: 0px 0px 15px #decd0a;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#examples>img{
	position: absolute;
	right: 0px;
	top: 40px;
}

#examples .image + .image{
	margin-left: 50px;
}

#examples img + .row{
	margin-top: 40px;
}

#examples .row{
	margin: auto;
	height: 110px;
	width: 750px;
}

#examples .row + .row{
	margin-top: 20px;
}

#examples .row img{
	position: relative;
	top: -50%;
	left: -50%;
}

#examples h3 span{
	font-weight: normal;
}

#testimonials h3 + .testimonial{
	margin-top: 20px;
}

#testimonials{
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 40px;
}


.bubble{
	border: 2px solid #dddddd;
	border-radius: 10px;
	padding: 10px;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}

h3 em{
	text-decoration: underline;
	font-weight: inherit;
}

#testimonials img,
.about img,
#examples .image{
	border: 5px solid #eeeeee;

	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

#testimonials img{
	float: left;
}

#testimonials p{
	font-size: 14px;
	line-height: 22px;
}

#testimonials td + td{
	padding-left: 40px;
}

#testimonials table{
	margin-left: -45px;
}

p.citation{
	margin-top: 0px;
	text-align: right;
}

#testimonials td{
	min-height: 160px;
	padding-top: 40px;
	width: 450px;
}

.signup{
	text-align: center;
	margin-bottom: 40px;
}

.paint1{
	padding-top: 65px;
	height: 130px;
	background: url('/images/paint-1.png') center center no-repeat;
}

.paint2{
	padding-top: 50px;
	height: 145px;
	background: url('/images/paint-2.png') center center no-repeat;
}

a.button{
	box-shadow: 		1px 1px 0px rgba(255, 255, 255, .5) inset,
				0px 0px 3px rgba(0, 0, 0, .5);

	border: 1px solid #182647;
	font-family: Helvetica, Arial, sans-serif;
	margin: auto;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	padding: 10px 40px;
	text-align: center;
	border-radius: 5px;
	text-shadow: 0px 0px 1px #000000;
	position: relative;

	background: #314d8e; /* ie */

	background:
	-moz-linear-gradient(top, #5876ba 0%, #314d8e 50%),
	#314d8e;

	background:
	-webkit-linear-gradient(top, #5876ba 0%, #314d8e 50%),
	#314d8e;

	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

a.button.check{
	background: url('/images/check-grey.png') 20px center no-repeat #314d8e; /* ie */

	background:
	url('/images/check-grey.png') 20px center no-repeat,
	-moz-linear-gradient(top, #5876ba 0%, #314d8e 50%),
	#314d8e;

	background:
	url('/images/check-grey.png') 20px center no-repeat,
	-webkit-linear-gradient(top, #5876ba 0%, #314d8e 50%),
	#314d8e;

	padding-left: 60px;
}

a.button span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-top: 5px;
}

a.button:hover{
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;

	background: #718ecf; /* ie */

	background:
	-moz-linear-gradient(top, #95b0ec 0%, #718ecf 50%),
	#718ecf;

	background:
	-webkit-linear-gradient(top, #95b0ec 0%, #718ecf 50%),
	#718ecf;
}

a.button.check:hover{
	background: url('/images/check-grey.png') 20px center no-repeat #718ecf; /* ie */

	background:
	url('/images/check-grey.png') 20px center no-repeat,
	-moz-linear-gradient(top, #95b0ec 0%, #718ecf 50%),
	#718ecf;

	background:
	url('/images/check-grey.png') 20px center no-repeat,
	-webkit-linear-gradient(top, #95b0ec 0%, #718ecf 50%),
	#718ecf;
}

a.button:active{
	top: 1px;
	left: 1px;
}

#signup-form{
	width: 700px;
	margin: auto;

	border-top: 1px solid #dddddd;
	padding-top: 20px;
	margin-top: 10px;
}

#signup-form input[type='text'],
#signup-form input[type='password'],
.form input[type='text'],
.form input[type='password']{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 26px;
	border: 0px;
	border-bottom: 1px dotted #000000;
	color: #000000;
	width: 300px;
	font-weight: bold;
	background-color: transparent;
}

.center{
	text-align: center;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 26px;
}

.submit{
	text-align: center;
	margin: 40px auto;
}

.afterthought{
	font-family: Georgia, serif;
	font-style: italic;
}

.form{
	width: 500px;
	margin: auto;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 36px;
}

.form td:first-child{
	text-align: right;
}

.error-container,
.info-container{
	color: #ffffff;
	padding: 15px;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
	border-radius: 4px;
	text-shadow: 0px 0px 1px #000000;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	background: url("/images/stripes.png") repeat scroll;
}

h5{
	font-size: 30px;
	line-height: 30px;
	color: #222222;
	font-weight: bold;
	font-family: Rochester, Georgia, serif;
	text-align: center;
	font-style: italic;
	width: 700px;
	margin: auto;
	margin-bottom: 20px;
}

.error-container{
	background-color: #ff0000;
	border: 1px solid #800000;
}

.info-container{
	background-color: #0000ff;
	border: 1px solid #000080;
}

.error-container li,
.info-container li{
	font-weight: bold;
	line-height: 24px;
	list-style: disc;
	margin-left: 20px;
}

ul.single li{
	list-style: none;
	margin-left: 10px;
}

.image-left,
.image-right{
	clear: both;
	margin-top: 50px;
	height: 270px;
}

.image-left img,
.image-right img{
	position: absolute;
}

.image-left p,
.image-left h3{
	margin-left: 310px;
}

#benefits{
	padding-bottom: 40px;
	border-bottom: 1px solid #dddddd;
	margin: 40px 0px;
	margin-bottom: 20px;
	border-top: 1px solid #dddddd;
}

#benefits p,
#benefits h3{
	width: 530px;
}

#benefits p{
	text-align: justify;
	font-size: 18px;
	line-height: 26px;
	font-family: Verdana, sans-serif;
	margin-top: 5px;
	padding-bottom: 40px;
}

.pricing-details{
	width: 700px;
	margin: auto;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}

.pricing-table{
	width: 700px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.pricing-table td{
	width: 330px;
	padding-bottom: 40px;
}

.pricing-table td + td{
	padding-left: 40px;
}

.features{
	width: 700px;
	margin: auto;
	margin-bottom: 20px;
}

.features p{
	padding-left: 34px;
	background: url('/images/check-small.png') top left no-repeat;
}

.features p + p{
	margin-top: 10px;
}

.pricing-option{
	padding: 15px;
	padding-top: 5px;
	border:1px solid #182647;
	border-radius:10px;
	text-shadow: 0px 0px 1px #000000;
	font-size: 30px;
	font-family: Verdana, sans-serif;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	box-shadow: 		1px 1px 0px rgba(255, 255, 255, .5) inset,
				0px 0px 3px rgba(0, 0, 0, .5);

	background: #314d8e; /* ie */

	background:
	-moz-linear-gradient(top, #5876ba 0%, #314d8e 50%),
	#314d8e;

	background:
	-webkit-linear-gradient(top, #5876ba 0%, #314d8e 50%);

	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pricing-option h4{
	font-weight: bold;
	height: 48px;
	line-height: 45px;
	padding-left: 58px;
	vertical-align: middle;
	margin: auto;
	display: inline-block;
	margin-left: -48px;
}

.pricing-option h4 + p{
	margin-top: 2px;
}

.pricing-option p.hint{
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.pricing-option p{
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
	font-weight: bold;
}

.pricing-option:hover{
	background: #718ecf; /* ie */

	background:
	-moz-linear-gradient(top, #95b0ec 0%, #718ecf 50%);

	background:
	-webkit-linear-gradient(top, #95b0ec 0%, #718ecf 50%);

	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

.pricing-option.selected{
	border-color: #222222;
	background: #718ecf; /* ie */

	background:
	-moz-linear-gradient(top, #95b0ec 0%, #718ecf 50%);

	background:
	-webkit-linear-gradient(top, #95b0ec 0%, #718ecf 50%);
}

.pricing-option.selected h4{
	background: url('/images/check.png') top left no-repeat;
}

#footer{
	background-color: #222222;
	padding: 10px;
	color: #eeeeee;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 25px;
}

#footer a{
	text-decoration: none;
	color: #eeeeee;
	text-transform: lowercase;
}

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

.about{
	margin: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.about td{
	padding-bottom: 40px;
}

#guarantee{
	border: none;
}

#directory .navigation{
	clear: both;
	text-align: right;
	padding: 20px 0px;
}

#directory .search,
#directory .search-summary{
	width: 90%;
	margin: auto;
}

#directory .search .navigation{
	clear: both;
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 0px;
	margin-top: 10px;
	padding-top: 10px;
}

#directory .search .tabs li{
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	background-color: #efefef;
	padding: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border: 1px solid #dddddd;
	display: inline-block;
	line-height: 26px;
	box-shadow: 0px 2px 0px rgba(255, 255, 255, .5) inset;
	position: relative;
	top: 1px;
	background-color: #f6f6f6;
}

#directory .search .tabs li a{
	color: #444;
}

#directory .search .tabs li.selected{
	border-bottom: 1px solid #EFEFEF;
	background-color: #efefef;
}

#directory .search .tabs li.selected a{
	color: #000;
}

#directory .search .tabs li + li{
	margin-left: 10px;
}

#directory .search .tags a.selected{
	background-color: #314d8e;
	border: 1px solid #182647;
	color: #ffffff;
	text-shadow: 0 0 1px #000000;
}

#directory .search input{
	width: 98%;
	border: 1px solid #AAAAAA;
	border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 17px;
}

#directory .search button,
#directory .search-summary button{
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, arial, sans-serif;
	padding: 7px 10px;
	padding-bottom: 6px;
	line-height: 16px;
	text-shadow: 0 0 1px #000000;
	cursor: pointer;
	-moz-transition: all 200ms ease;
	-webkit-transform: all 200ms ease;
	transition: all 200ms ease;
	background-color: #318e43;
	border: 1px solid #184721;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, .5) inset;
}

#directory .search-summary button{
	float: right;
}

#directory .search form,
#directory .search-summary{
	background: #efefef;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	border-top-left-radius: 0px;
	margin-bottom: 20px;
}

#directory .search-summary{
	font-family: sans-serif;
	font-size: 18px;
	line-height: 33px;
}

#directory .search-summary{
	border-radius: 3px;
	box-shadow: 1px 1px 0px rgba(255, 255, 255, .8) inset;
}

#directory .writer{
	border: 1px solid #aaaaaa;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .3), 0px 0px 2px rgba(255, 255, 255, 1) inset;
	border-radius: 5px;
	min-height: 128px;
	background: #f6f6f6;
	font-family: sans-serif;
	position: relative;
}

#directory .writer + .writer{
	margin-top: 20px;
}

#directory a.image{
	border: 1px solid #555;
	padding: 2px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
	float: left;
	margin: 15px;
	line-height: 0px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 0px;
}

#directory .writer.ribbon:before{
	content: 'Available for freelance!';
	position: absolute;
	top: 12px;
	right: -5px;
	background: #D42222;
	color: #fff;
	padding: 7px 14px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .4), 1px 1px 0px rgba(255, 255, 255, .5) inset;
	border: 1px solid #6a1111;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#directory .writer.ribbon h2 a{
	max-width: 500px;
	display: inline-block;
}

#directory .writer a.image:after{
	z-index: 2;
	box-shadow: 0px 2px 0px rgba(255, 255, 255, .5) inset;
	bottom: 3px;
	content: "";
	left: 3px;
	pointer-events: none;
	position: absolute;
	right: 3px;
	top: 3px;
	border-radius: 5px;
}

#directory .writer a.image img{
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	width: 100px;
	border-radius: 5px;
	border: 1px solid #222;
}

#directory .writer p{
	margin-left: 138px;
	margin-top: 10px;
	color: #222;
	font-size: 14px;
	line-height: 24px;
	text-shadow: 0px 1px #ffffff;
	box-shadow: 0px -1px 0px #ffffff inset;
	padding-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#directory .writer h2{
	text-align: left;
	padding: 20px;
	margin-bottom: 0px;
	text-shadow: 0px 1px #ffffff;
	background: url('/images/card-header.png');
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0px 2px 0px rgba(255, 255, 255, .4) inset, 0px -1px 0px rgba(255, 255, 255, .8) inset;
	font-size: 20px;
	line-height: 20px;
}

#directory .writer h2 a,
#directory .writer h2 a:link,
#directory .writer h2 a:visited{
	color: #333;
}

#directory .writer h2 a:hover{
	color: #666;
}

#directory .writer ul{
	margin-left: 138px;
	margin-bottom: 15px;
	font-size: 12px;
	margin-top: 10px;
}

#directory .writer ul:after{
	display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	content: ' ';
}

#directory .writer ul li{
	padding: 5px 0px;
	margin-left: 20px;
	vertical-align: middle;
	text-shadow: 0px 1px 0px #fff;
}

#directory .writer a.icon + a{
	margin-left: 15px;
}

#directory .tags a{
	margin: 2px;
	display: inline-block;
	white-space: nowrap;
	text-transform: lowercase;
	border: 1px solid #dddddd;
	padding: 2px 4px;
	border-radius: 5px;
	background: #fafafa;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, .5) inset;
	line-height: 20px;
	font-size: 12px;
}

#directory .writer .icon:before{
	vertical-align: middle;
	display: inline;
	color: #aaa;
	text-shadow: 1px 1px #fff;
	font-size: 18px;
	line-height: 18px;
	font-family: "FontAwesome";
	margin-right: 5px;
	margin-left: -20px;
}

#directory .writer a.icon + a.icon:before{
	margin-left: 0px;
}

#directory .writer .icon.briefcase:before{
	content: "\f0b1";
}

#directory .writer .icon.pencil:before{
	content: "\f040";
}

#directory .writer .icon.star:before{
	content: "\f006";
}

#directory .writer .icon.envelope:before{
	content: "\f003";
}

.h-captcha{
	text-align: center;
	margin: 40px auto;
}

.h-captcha > iframe{
	margin: auto;
}

body.portfolio-disabled{
	background: #185782;
	background: -moz-radial-gradient(center, ellipse cover,  #1F699B 0%, #05283F 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #1F699B 0%, #05283F 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #1F699B 0%, #05283F 100%);
}

.portfolio-disabled div{
	top: 30%;
	position: relative;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .8);
}

.portfolio-disabled h1{
	color: #ffffff;
	padding: 40px 0px;
	margin: 40px auto;
	border-top: 1px solid #fff;
	box-shadow: 0px 1px 0px #000 inset, 0px 1px 0px #000;
}

.portfolio-disabled h2{
	color: #ffffff;
}

.portfolio-disabled a.logo{
	float: none;
	text-align: center;
	display: block;
}

.portfolio-disabled h2 a,
.portfolio-disabled h2 a:link,
.portfolio-disabled h2 a:active{
	color: #ffffff;
	text-decoration: underline;
}



/* from http://nicolasgallagher.com/pure-css-speech-bubbles/demo/  */

/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.bubble {
	position:relative;
	padding:15px;
	border:2px solid #dddddd;
	border-radius:10px;
	background: url('/images/linen.png') #ffffff;
	text-shadow: 2px 2px 0 #FFFFFF;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.bubble.left {
	margin-left:180px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.bubble.right {
	margin-right:180px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.bubble:before {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
	border-width:20px 20px 0;
	border-style:solid;
	border-color:#dddddd transparent;
	border-color:#dddddd rgba(255,255,255,0);
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}

/* creates the smaller  triangle */
.bubble:after {
	content:"";
	position:absolute;
	bottom:-13px; /* value = - border-top-width - border-bottom-width */
	left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:13px 13px 0;
	border-style:solid;
	border-color:#fff transparent;
	border-color:#fff rgba(255,255,255,0);
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.bubble.left:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	left:-15px; /* value = - border-left-width - border-right-width */
	border-width:15px 15px 15px 0;
	border-color:transparent #dddddd;
	border-color:rgba(255,255,255,0) #dddddd;
}

/* creates the smaller  triangle */
.bubble.left:after {
	top:14px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left:-11px; /* value = - border-left-width - border-right-width */
	border-width:11px 11px 11px 0;
	border-color:transparent #f3f3f3;
	border-color:rgba(255,255,255,0) #f3f3f3;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.bubble.right:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	left:auto;
	right:-15px; /* value = - border-left-width - border-right-width */
	border-width:15px 0px 15px 15px;
	border-color:transparent #dddddd;
	border-color:rgba(255,255,255,0) #dddddd;
}

/* creates the smaller  triangle */
.bubble.right:after {
	top:14px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left:auto;
	right:-11px; /* value = - border-left-width - border-right-width */
	border-width:11px 0 11px 11px;
	border-color:transparent #f3f3f3;
	border-color:rgba(255,255,255,0) #f3f3f3;
}
