/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~- FONT DEFINITIONS ~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/

@font-face    {
  font-family: "lato100";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-Hairline.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato100i";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-HairlineItalic.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato300";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-Light.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato300i";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-LightItalic.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato400";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-Regular.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato400i";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-Italic.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato700";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-Bold.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato700i";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-BoldItalic.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato900";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-Black.ttf) format("truetype");
  }
@font-face    {
  font-family: "lato900i";
  src: url(http://www.bowandarrowdesign.com/publicuse/fonts/Lato-BlackItalic.ttf) format("truetype");
  }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~- GLOBAL ~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
html, body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
	background-color: #eee;
}

body
{
	font-family: "lato400", Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	line-height: 125%;
}

h1
{
	text-transform: uppercase;
	color: #e33125;
	font-family: "lato700", Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

strong { color: #333; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~- STRUCTURE ~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
#shell
{
	width: 900px;
	margin: 30px auto 0px auto;
	padding: 0px;
	text-align: center;
	border: 1px solid #e33125;
	background-color: #FFF;
	background-image: url(http://www.bowandarrowdesign.com/images/header.png);
	background-repeat: no-repeat;
	background-position: center 0;
	min-height: 150px;
}

#header { text-align: left; }

#nav
{
	text-align: right;
	margin: 88px 20px 25px 0px;
}

#nav2
{
	text-align: right;
	margin: 3px 20px 25px 0px;
}

#side
{
	float: left;
	width: 200px;
	background-image: url(http://www.bowandarrowdesign.com/images/menu_mid.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#side h2
{
	background-image: url(http://www.bowandarrowdesign.com/images/menu_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-transform: uppercase;
	color: #e33125;
	font-family: "lato400", Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 10px 24px 0px 20px;
}

#side .list
{
	background-image: url(http://www.bowandarrowdesign.com/images/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	text-align: left;
	margin: 0px;
	padding: 0px 24px 0px 20px;
	color: #e33125;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#side .list em
{
	padding: 0px 24px 0px 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

#side .list a:link, #side .list a:visited
{
	color: #666;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

#side .list a:hover { color: #111; }

#footer
{
	clear: both;
	padding: 9px 0 9px 0;
	color: #666;
	border-color: #e33125;
	border-width: 1px 0 0 0;
	border-style: solid;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#footer a:link { color: #666; }
#footer a:visited { color: #666; }
#footer a:hover { color: #333; }
#footer a:active { color: #666; }

#footer strong
{
	color: #999;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a:link
{
	color: #9f180f;
	text-decoration: none;
}

a:visited { color: #9f180f; }
a:hover { color: #e12f24; }
a:active { color: #9f180f; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~- HOMEPAGE ~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
#home #side
{
	text-align: left;
	width: 270px;
	padding: 0px 15px 0px 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #333;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
}

#home #stage
{
	text-align: left;
	width: 580px;
	padding: 0px 0px 80px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~- PORTFOLIO ~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
#stage
{
	float: right;
	width: 700px;
	padding: 0px 0px 30px 0px;
}

#image
{
	float: left;
	text-align: left;
	width: 400px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#copy
{
	float: right;
	width: 260px;
	text-align: left;
	padding: 0px 20px 0px 20px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-image: url(http://www.bowandarrowdesign.com/images/arrow_grey.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}

#image ul { margin-top: 0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~- CONTACT ~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
fieldset
{
	padding: 5px 5px 8px 8px;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background-color: #fff;
	width: 380px;
}

legend
{
	font-weight: normal;
	font-family: "lato700", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

label
{
	font-family: "lato400", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	float: left;
	width: 8em;
}

textarea
{
	height: 80px;
	width: 370px;
}

#submit
{
	font-size: 11px;
	margin-top: 5px;
}

#name, #email { width: 370px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~- RESUME ~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
#resume #stage
{
	width: 900px;
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

#resume #stage #image
{
	width: 570px;
	padding: 0px 0px 20px 30px;
}

#resume #stage #copy
{
	width: 260px;
	background-image: url(http://www.bowandarrowdesign.com/images/arrow_grey2.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}

#resume #image h2 { color: #e33125; }
#resume #stage h2.top { margin-top: 0px; }
#resume #image p { margin-top: -6px; }
#resume #image .jobfirst { margin: 0 0px 9px 0px; }
#resume #image .job { margin: 15px 0px 9px 0px; }

#resume #image .sites
{
	font-family: "lato400i", Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: -6px 0px 0px 0px;
}

#resume #image strong
{
	font-weight: normal;
	font-family: "lato700", Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #222;
}

#resume #image .code { font-family: Courier; }

#resume #image .company
{
	font-style: normal;
	color: #e33125;
}

#resume #image .city
{
	font-weight: normal;
	color: #e33125;
}

#resume #image .title
{
	color: #e33125;
	font-family: "lato700", Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#resume #image .date
{
	font-weight: normal;
	font-style: italic;
	color: #e33125;
}

#resume #image ul { margin: -10px 0px 9px 0px; }
#resume #image li { margin: 0px 0px 2px 0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/
/* ~~~~~~~~~~~- SITE INDEX ~~~~~~~~~~-*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-*/

