/*

Blake Butcher
blake.butcher@gmail.com

*/


@import url("jquery.lightbox-0.5.css");



/* ------------------------------------------------------------------------- */
/* paddings & margins
/* ------------------------------------------------------------------------- */

body,
form,
dt,li,
h1, h2, h3, h4, h5, h6,
button, input, select, textarea {
	padding: 0;
	margin: 0; 
}

ol,
ul {
	padding: 0;
	margin: 0.75em 0 0.75em 2.25em; 
}

dl ol,
dl ul,
ol ol,
ol ul,
ul ol,
ul ul,
dd {
	padding: 0;
	margin: 0 0 0 2.25em; 
}

li p, 
dl p { 
	padding: 0;
	margin: 0 0 0.75em 0; 
}

dl,
hr,
p {
	padding: 0;
	margin: 1em 0; 
}

table {
	padding: 0;
	margin: 0 0 1.5em 0; 
}

option {
	padding: 0 1em 0 0; 	
	margin: 0; 
}

blockquote {
	padding: 0.75em;
	margin: 0.75em; 
}

fieldset {
	padding: 0.75em;
	margin: 0.75em 0;
}



/* ------------------------------------------------------------------------- */
/* text
/* ------------------------------------------------------------------------- */

body {
	font-size: 75.01%; 
	/* the decimal value apparently avoids math rounding issues in some browsers */
}

table, button, input, select, textarea { 
	font-size: 1.0em;
}

/* the following is an initial attempt at maintaining a "vertical rhythm" */
h1 { font-size: 2.0em; line-height: 0.750; margin: 0.750em 0; }
h2 { font-size: 1.5em; line-height: 1.000; margin: 1.000em 0; }
h3 { font-size: 1.2em; line-height: 1.250; margin: 1.250em 0; }
h4 { font-size: 1.0em; line-height: 1.500; margin: 1.500em 0; }
h5 { font-size: 0.9em; line-height: 1.666; margin: 1.666em 0; }
h6 { font-size: 0.8em; line-height: 1.875; margin: 1.875em 0; }

body, button, input, select, textarea  {
	color: #473A27;
	font-family: "Frutiger", "Helvetica Neue", helvetica, arial, sans-serif;
	/* poor browser support for font-family: inherit; ? */
}

h1, h2, h3, h4, h5, h6 {
	color: #473A27;
	letter-spacing: 1px;
	font-weight: normal;
	font-variant: small-caps;
	clear: both;
}

pre, code, .code {
	color: #333;
	font-family: "Monaco", "Courier New", courier, monospace;
	/* fixed-width fonts for displaying code samples */
}



/* ------------------------------------------------------------------------- */
/* links
/* ------------------------------------------------------------------------- */

a { 
	text-decoration:none; /* underline/border is specified later */
	color: #999; /* grey out anchors with no href */
}
a img { 
	border: 0; 
}

/* LVFHA */
a:link				{ color: #b8042e; }

a:visited			{ color: #b02; }

a:link:focus,
a:visited:focus		{ color: #f63; }

a:link:hover,
a:visited:hover		{ color: #963; }

a:link:active,
a:visited:active	{ color: #963; }

/* combining the psuedo-classes avoids styling anchors with no href */



/* ------------------------------------------------------------------------- */
/* miscellaneous
/* ------------------------------------------------------------------------- */

html,
body {
	height: 100%;
}
/* acronym is depreciated - use abbr instead */
abbr {
	border: 0;
	font-style: normal; 
	text-decoration: none;
}
blockquote {
	background: #eee;
}
dt {
	font-weight: bold;
}
hr {
	/* does this element have semantic value? */
}
ol ol li {
	list-style-type: lower-roman;
}
p {
	line-height: 1.5;
}


/* ------------------------------------------------------------------------- */
/* general layout
/* ------------------------------------------------------------------------- */

body {
	background: #232323 url(../images/body-bg.png) repeat 50% 0;
	padding: 20px 0;
}

#page {
	background: #F1E1C7 url(../images/page-bg.jpg) repeat 0 0;
	border: 2px solid #000;
	margin: 0 auto;
	position: relative;
	width: 600px;
}

#wrapper-header,
#wrapper-content {
	position: relative;
}

#wrapper-header {
	padding: 20px 0 0;
}

.clearance {
	clear: both;
}


/* ------------------------------------------------------------------------- */
/* Branding
/* ------------------------------------------------------------------------- */

#branding {
	cursor: default;
	padding: 0 50px;
	height: 84px;
	background: #C62039 url(../images/header-bg.png) no-repeat 0 100%;
}
#branding a {
	display:block;
	padding: 10px 0 0;
}


/* ------------------------------------------------------------------------- */
/* content
/* ------------------------------------------------------------------------- */

#content-primary {
	padding: 20px 50px;
}
ul.gallery {
	margin:-5px 0 0 -5px;
	padding:0;
	list-style-type: none;
	float: left;
	overflow: hidden;
}
ul.gallery li {
	margin:5px;
	float: left;
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
}
ul.gallery a,
ul.gallery img {
	display: block;
}


/* ------------------------------------------------------------------------- */
/* footer
/* ------------------------------------------------------------------------- */

#footer {
	border-top:1px solid #8c7c66;
	clear:both;
	margin:0 50px;
	padding:20px 0 50px;
}

div.section {
	float: left;
	width: 100%;
	overflow: hidden;
}


/* ------------------------------------------------------------------------- */
/* generic content
/* ------------------------------------------------------------------------- */

div.content h1 {
	clear: both;
}

/* acronym is depreciated - use abbr instead */
div.content abbr {
	cursor: help;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}

div.content cite {}
div.content ins {
	text-decoration:none;
	background: #ff9;
	margin:0 -2px;
	padding:1px 2px 0;	
}
div.content del {
	text-decoration: line-through;
	color: #999;	
}



/* ------------------------------------------------------------------------- */
/* links
/* ------------------------------------------------------------------------- */

div.content p a {
	margin:0 -2px;
	padding:1px 2px 0;	
}
div.content p a:link,
div.content p a:visited {
	border-bottom:1px solid #ddd;
	/* could use text-decoration:underline if desired */
}
div.content p a:hover {
	border-bottom:0;
}

/* meta information for links - e.g. filesize */
div.content a span.meta {
	font-size: 0.9em;
	color: #999;
	
}



/* ------------------------------------------------------------------------- */
/* cut-in images
/* ------------------------------------------------------------------------- */

div.cut-in {
	float:right;
	margin:-0.5em 0 1.5em 20px;
	overflow: hidden;
}
div.cut-in.alternate {
	float:left;
	margin-right: 20px;
	margin-left: 0;
}
div.cut-in img {
	display:block;
	margin:1.5em 0 0 0;
	text-align:center;
}
div.cut-in p {
	font-size:0.9em;
	line-height:1.3;
	margin:0;
	padding:0 5px 1.5em;
}


/* ------------------------------------------------------------------------- */
/* tables
/* ------------------------------------------------------------------------- */

/* tables are for tabular data - not for layout */
table {
	/* Note: HTML for all tables should include cellpadding="0" and cellspacing="0"  */
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	font-style: italic;
	padding: 0 0 2px 0;
}

th, td {
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
}

th {
	font-weight: bold;
}

thead {
	display: table-header-group; 
}
thead th,
thead td {
	text-align: center;
}
thead th {
	background: #eee;
}

tbody {}
tbody th {
	text-align: right;
} 
tbody td {
	text-align: left;
}

tfoot { 
	display: table-footer-group; 
}
tfoot th,
tfoot td {
	text-align: center;
}



/* ------------------------------------------------------------------------- */
/* forms
/* ------------------------------------------------------------------------- */

fieldset {
	background: #eee;
	border: 1px solid #ccc;
	float:left;
}
legend {
	font-weight: bold;
}
label {
}
button,
input, 
select,
textarea {
	vertical-align: middle;
}
fieldset div {
	clear: both;
	margin: 0.1em 0 0 10em;
	min-height: 1.75em;
}
fieldset label {
	clear: both;
	float: left;
	margin: 0 0 0 -10em;
	padding: 0.25em 1em 0.25em 0;
	text-align: right;
	width: 9em;
}
fieldset label.box {
	clear: none;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
fieldset div.hint {
	font-size: 0.9em;
	margin: 0;
}
.required span.indicator {
	color:#f00;
}


/* ------------------------------------------------------------------------- */
/* generic navigation
/* ------------------------------------------------------------------------- */

.navigation {
	cursor: default;
}
.navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navigation li {
}
.navigation a {
}



/* ------------------------------------------------------------------------- */
/* primary navigation
/* ------------------------------------------------------------------------- */

#navigation-primary {
	position: absolute;
	top: 70px;
	right: 50px;
}
#navigation-primary li {
	float: left;
	margin: 0 0 0 1px;
}
#navigation-primary a {
	display: block;
	float: left;
	letter-spacing: 0.1em;
	padding: 8px;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#navigation-primary a:link,
#navigation-primary a:visited {
	color:#fff;
}
#navigation-primary a:hover {
	text-decoration: underline;
}
#body-home #nav-home a:link,
#body-home #nav-home a:visited,
#body-home #nav-home a:hover,
#body-showcase #nav-showcase a:link,
#body-showcase #nav-showcase a:visited,
#body-showcase #nav-showcase a:hover,
#body-contact #nav-contact a:link,
#body-contact #nav-contact a:visited,
#body-contact #nav-contact a:hover {
	color: #000;
	font-weight: bold;
}
