/* Content _ _ _ _ _ _ */
@charset "utf-8";
/*  Global styles
----------------------------------------------------------*/
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?iefix') format('eot'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#webfontEXT8ETLz') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General Layout----------------------*/

html,body { height:100%; }


body {
	text-align:left;
	margin:0;
	background: #445556;
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

#wrapper {
	background: #f6f6f6 url("../images/zig-zag.gif") repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
}

a         { color:#DC584A; text-decoration:none; }
a:link    { color:#DC584A; text-decoration:none; }
a:hover   { color:#81AEAC; text-decoration:none; }
a:active  { color:#42403C; text-decoration:none; }


h1 {
	font-family: 'LeagueGothicRegular', Arial, Helvetica, Verdana, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#445556;
	margin:0;
	padding:0 0 7px 0;
	line-height:20px;
	letter-spacing:.2em;
	text-transform:uppercase;
}

h2 {
	font-family: 'LeagueGothicRegular', Arial, Helvetica, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#F5F4F1;
	margin:0;
	padding:4px 0 10px 0;
	line-height:23px;
	letter-spacing:.05em;
	text-align:center;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#555;
	margin:0;
	padding:0 0 5px 0;
}

h4 {
	font-family: 'LeagueGothicRegular', Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#445556;
	margin:0;
	padding:0 0 5px 0;
	line-height:23px;
	letter-spacing:.05em;
	text-align:left;
}

h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #445556;
	margin:0;
	padding:7px 0 5px 0;
	line-height:16px;
	text-align:left;
	border-top:1px solid #9ABEBD;
}

h6 {
	font-family: 'LeagueGothicRegular', Arial, Helvetica, Verdana, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#445556;
	margin:0;
	padding:7px 0 10px 0;
	line-height:23px;
	letter-spacing:.1em;
	text-align:left;
}

p {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #9B978B;
	margin: 0;
	line-height: 17px;
	text-align: left;
	padding: 0 0 10px 0;
}


.date {
	width:100px;
	height:80px;
	float:left;
	display:block;
}

/* col 1 _ _ _ _ _ _ */

.intro {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:19px;
	font-weight: normal;
	color: #9B978B;
	padding:0 0 20px 0;
	line-height:28px;
}


/* col 2 _ _ _ _ _ _ */ 

#col2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #9B978B;
}

#col2 p {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#9B978B;
	line-height:16px;
	padding:0 0 13px 0;
}


#scroll {
	overflow:scroll;
	width:420px;
}

/* Portfolio _ _ _ _ */

.services {
	padding:7px 0 0 0;
	font-weight: bold;
	color:#445556;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;

}

.caption {
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:10px;
	line-height:0;
	font-style:italic;
}

/* Portfolio Grid _ _ _ _ */
.grid-title {
	font-family:Georgia, serif;
	font-size:15px;
	color:#9B978B;
	margin:2px 0 0 0;
	padding:0;
	line-height:23px;
	font-style:italic;
	border-top:1px solid #DC584A;
	display:block;
}

#toTop{
	margin: 0;
	padding: 0;
	float: right;
	cursor: pointer;
}

/* About _ _ _ _ */
.italic {
	font-family:Georgia, serif;
	font-style:italic;
	padding:0 0 7px 0;
}

.back {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:12px;
	padding:0 0 10px 0;
}

.back img {
	vertical-align:text-top;
}


