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

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

h1
{
	text-transform: uppercase;
	color: #333;
	font-family: 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: 0px solid #e33125;
	background-color: #FFF;
	background-repeat: no-repeat;
}

#header
{
	text-align: left;
	display: none;
}
#nav
{
	text-align: right;
	margin: 88px 20px 25px 0px;
}
#nav2
{
	text-align: right;
	margin: 3px 20px 25px 0px;
	display: none;
}

#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: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 20px;
	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: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

label
{
	font-family: "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: 14px;
	padding: 0px;
	margin: 0px;
}
#resume #stage #image
{
	width: 700px;
	padding: 0px 0px 20px 30px;
}
#resume #stage #copy
{
	width:260px;
	background-repeat: no-repeat;
	background-position: 8px 4px;
	display: none;
}
#resume #image h2
{
	color: #e33125;
	margin: 0 0 9px 0;
}
#resume #stage h2.top { margin-top: 0px; }
#resume #image p { margin-top: -6px; }
#resume #image .jobfirst { margin: -3px 0px 9px 0px; }
#resume #image .job { margin: 4px 0px 9px 0px; }
#resume #image .sites
{
	font-style: italic;
	margin: -6px 0px 0px 0px;
}

#resume #image strong
{
	font-weight: bold;
	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-weight: bold;
}

#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 0px 0px; }
#resume #footer
{
	display: none;
	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;
}

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



