/*
Lindsey Grande
hello@lindseygrande.com
www.lindseygrande.com
*/

@font-face {
	font-family: 'BlackJackRegular';
	src: url('black_jack-webfont.eot');
	src: local('☺'), url('black_jack-webfont.woff') format('woff'), url('black_jack-webfont.ttf') format('truetype'), url('black_jack-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasRegular';
	src: url('BEBAS___-webfont.eot');
	src: local('?'), url('BEBAS___-webfont.woff') format('woff'), url('BEBAS___-webfont.ttf') format('truetype'), url('BEBAS___-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

BODY {
	background: #f9f9df url('images/topbg.png') repeat-x top center;
	width: 100%;
	text-align: center;
	font: 90%/180% Georgia, 'Times New Roman', Times, serif;
	color: #666;
}

ul li {
	background: url('images/bullet.gif') no-repeat 12px 2px;
	padding-left: 2.2em;
}

a {
	color: #1c9fbd;
	text-decoration: none;
}

a:hover {
	color: #90af19;
}

#preheader {
	width: 100%;
	background: #1c9fbd;
	display: block;
	height: 50px;
}

#preheader2 {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	font-style: italic;
}

#preheader2 .col1, .col3 {
	margin-top: 0.7em;
	width: 305px;
	display: block;
}

#preheader2 .col3 {
	text-align: right;
}

#preheader2 .col3 a, #footer a{
	color: #FFF;
	text-decoration: none;
}

#preheader2 .col3 a:hover, #footer a:hover {
	color: #c3e542;
}

#preheader2 .col2 {
	display: block;
	width: 349px;
	height: 140px;
	background: url('images/hd-flag.gif') no-repeat;
	text-align: center;
	margin-bottom: 50px;
}

#preheader2 h1 {
	font: 350%/130% 'BlackJackRegular', Georgia, serif;
	color: #006c85;
	padding-top: 0.3em;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#container .col1 h2 {
	font: 370%/150% 'BebasRegular', Georgia, serif;
	letter-spacing: -1px;
	color: #1c9fbd;
	text-align: left;
	margin-bottom: 50px;
}

#container .col2 {
	display: block;
	width: 255px;
	height: 158px;
	background: url('images/side-flag.gif') no-repeat;
	font-style: italic;
	font-size: 120%;
	text-align: center;
}

#container .col2 ul {
	margin: 1.5em auto 0;
	text-align: left;
	width: 170px;
	list-style: none;
}

/*PORTFOLIO*/

.item {
	display: block;
	background: #999;
	width: 600px;
	height: 200px;
	float: left;
	border: 1px solid #999;
	margin-bottom: 50px;
}

.desc {
	float: right;
	text-align: left;
	width: 310px;
}

.desc h2 {
	font: 120%/200% 'BebasRegular', Arial, sans-serif;
	color: #1c9fbd;
	margin: 0;
	padding: 0;
	letter-spacing: -0.5px;
}

#footer {
	width: 100%;
	background: #1c9fbd;
	border-top: 10px solid #bfe13e;
	color: #FFF;
	text-align: center;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	background: none;
	display: inline;
	margin: 0 1.5em 0 0;
	padding: 0;
}

#footer ul li a {
	padding: 0.3em 0.8em;
}

#footer ul li a:hover {
	background: #1a94b0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#footerarea {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding: 2em 0;
	font-style: italic;
}

/*NIVO*/

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


.divider {
	clear: both;
	margin: 0 auto 50px;
	display: block;
	width: 427px;
	height: 18px;
	background: url('images/divider.gif') no-repeat;
}

.tight {
	letter-spacing: -4px;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}