/*
HTML5 Reset 
----------------------------------------------------------
inspired by/taken code where offered from:
Eric Meyer :: http://ericmeyer.com
HTML5 Doctor :: http://html5doctor.com
and the HTML5 Boilerplate :: http://html5boilerplate.com
-------------------------------------------------------------------------------*/

/* Defaults
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}	

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
Note: keeping IMG here will cause problems if you're using foreground images as sprites.
If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

/* Accessible focus treatment
people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Base Styles
-------------------------------------------------------------------------------*/


body {
font: normal 100% Georgia, serif;
background: url(../images/background.png) repeat scroll 0% 0% transparent;
width:100%;}



/* we like off-black for text */
body, select, input, textarea {color: #333;}


/* Custom text-selection colors */
::-moz-selection{background:#730707; color: #fff; text-shadow: none;}
::selection {background: #730707; color: #fff; text-shadow: none;}

/* j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #730707;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

img {width:100%;}


/* Base Fonts and Links
---------------------------------------------------------------------*/
a:link{color: #750707;}
a:visited {color: #750707;}
a:hover {color: #cccccc;}
a:active: {color: #cccccc;}

p {
color:#000000;
font-size:1em;
margin-bottom:1em;
line-height:1.7em;
font-size:1.125em;
}

h1 {
font-size:2.1em;
color: #750707;
font-style:italic;
font-weight:normal;	
}

h2 {
color: #000000;
font-size:1.6em;
line-height: 1.5;
margin-top:1em;
border-bottom:2px solid #6a0707;
margin-bottom: .3em;
font-family:Arial;
}	

h3 {
color: #666666;
font-size:2em;
line-height: 1.5;
font-weight:900;
font-style: italic;
font-weight:bold;
letter-spacing: .1em;
}

#top {
text-indent: -99999px;	
margin:0px;
padding:0px;
height:0px;
}

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

.wrap {
max-width: 1000px;
min-width:240px;
margin: 0px auto;
}



.top_banner {
background:#000000;
-moz-box-shadow: 0px 2px 10px #666666;
-webkit-box-shadow: 0px 2px 10px #666666;
box-shadow: 0px 2px 10px #666666;
width:100%;
padding-bottom:1em;
background-color: rgb(27, 27, 27);
background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
background-repeat: repeat-x;
border-color: rgb(37, 37, 37);
}

nav ul {
margin-bottom:0;
padding: 0;
}

.intro {
background:#ffffff;
background: url(../images/fancy_deboss.png) repeat scroll 0% 0% transparent;
margin-top:1em;
padding:1em;
text-align:center;
border:3px solid #666666;
-moz-box-shadow: 0px 3px 7px 0px #000000, 0px 0px 0px 0px #000000;
-webkit-box-shadow: 0px 3px 7px 0px #000000, 0px 0px 0px 0px #000000;
box-shadow: 0px 3px 7px 0px #000000, 0px 0px 0px 0px #000000;
}

.photo_home  {
margin:0px auto;
margin-top:1em;
margin-bottom:1em;
padding:.5em;
}

.main_content {
background:#ffffff;
padding:1em;
background: url(../images/fancy_deboss.png) repeat scroll 0% 0%;
border:10px double;
-moz-border-image: url(../images/diagonal-noisepng) 10 repeat;
-webkit-border-image: url(../images/diagonal-noise.png) 25 30 10 20 repeat;
border-image: url(../images/diagonal-noise.png) 10 repeat;
-moz-box-shadow: 0px 12px 3px 0px #878787;
-webkit-box-shadow: 0px 2px 3px 0px #878787;
-o-box-shadow: 0px 2px 3px 0px #878787;
box-shadow: 0px 3px 7px 0px #000000, 0px 0px 0px 0px #000000;
}

.info {
margin-bottom:.5em;
font-size:1.125em;
}

footer {
display:block;background-color: #000000;
padding:1.5em;
color:#ffffff;
margin-top:4em;

}

/* Modified Links, Buttons, Text
------------------------------*/

nav a {
display: block;
margin-bottom: 1em;

font-family: "proxima-nova",sans-serif;
font-style:italic;
text-align: center;
text-decoration: none;
font-weight: normal;
color: #ffffff;
border:1px solid white;
}

nav a:hover, nav a:visited {
color: #ffffff;
background-color:#6d0019;
}

nav[role=navigation] {
clear: both;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.js nav[role=navigation] {
overflow: hidden;
max-height: 0;
}
nav[role=navigation].active {
max-height: 26em;
}
nav[role=navigation] ul {
margin: 0;
padding-top: 2.9em;;

}
nav[role=navigation] li a {
display: block;
padding: 0.8em;
border-bottom: 1px solid #ffffff;
}

a.menu-link {
float: right;
display: block;
padding: .5em;
color:#ffffff;
text-shadow: 0px -2px 0px #000000;
background-color: rgba(12,12,12,1);
text-decoration:none;
background-image: 
-moz-linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-image: 
-webkit-linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-image: 
-o-linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-image: 
-ms-linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-image: 
linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-repeat: repeat-x;
border-color: 
rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-moz-box-shadow: 
0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.075);
-webkit-box-shadow: 
0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.075);
box-shadow: 
0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.075);
margin-top:5px;
margin-right:7px;
border-width: 1px;
border-style: solid;
border-radius: 4px 4px 4px 4px;
}

a.menu-link a:link {color:#ffffff;}
a.menu-link a:visited{color:#ffffff;}
a.menu-link:hover{color:#ffffff;
background-image: 
-moz-linear-gradient(center top , rgb(4, 4, 4), rgb(21, 21, 21));
background-image: 
-webkit-linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-image: 
-o-linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-image: 
-ms-linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));
background-image: 
linear-gradient(center top , rgb(21, 21, 21), rgb(4, 4, 4));

}


.bickham {
font-family: "bickham-script-pro", Georgia, sans-serif; 
font-size:6em; 
display:inline-block;   
text-shadow: 0px -2px 0px rgba(0,0,0,0.44);  
color: #bdbdbd; margin-bottom:-.3em;
line-height: 1.5;
}


.ie7 .bickham {
font-family: "bickham-script-pro",Georgia, sans-serif; 
font-size:6em; 
display:inline-block;   
text-shadow: 0px -2px 0px rgba(0,0,0,0.44);  
color: #bdbdbd; margin-bottom:-.3em;
line-height: 1.5;
}

.ie8 .bickham {
font-family: "bickham-script-pro", Georgia,sans-serif; 
font-size:6em; 
display:inline-block;   
text-shadow: 0px -2px 0px rgba(0,0,0,0.44);  
color: #bdbdbd; margin-bottom:-.3em;
line-height: 1.5;
}




.circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.5em;
color:#fff;
line-height:60px;
text-align:center;
background:#666666; 
display:block; 
font-family: Times New Roman;
font-style:italic; 
border:6px solid rgba(175,175,175,1); 
font-weight:normal; 
display:inline-block; 
margin-left:.5em; 
margin-right:.5em;  
text-shadow: 0px 3px 0px #808080; 
}

.photo_home img  {
-moz-box-shadow: .3px .3px 2px .5px #000000;
-webkit-box-shadow: .3px .3px 2px .5px #000000;
box-shadow: .3px .3px 2px .5px #000000;
}

.info li {margin-bottom:.5em;}


.button a {
color:#ffffff;
display:block;
background: #a90329;
background-image: -moz-linear-gradient(top, #a90329 0%, #6d0019 100%);
background-image: -webkit-linear-gradient(top, #a90329 0%, #6d0019 100%);
background-image: -o-linear-gradient(top, #a90329 0%, #6d0019 100%);
background-image: linear-gradient(top, #a90329 0%, #6d0019 100%);
border: 1px solid #4d001a;
-moz-box-shadow: 0px 2px 3px 0px #878787;
-webkit-box-shadow: 0px 2px 3px 0px #878787;
-o-box-shadow: 0px 2px 3px 0px #878787;
box-shadow: 0px 2px 3px 0px #878787;
border-radius: 5px;
margin: 0px;
padding: .3em .7em .3em .7em;
width:100%;
display:block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
text-shadow: 0px -2px 0px #000000;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-size:.9em;
margin-top:.5em;
font-weight:normal;
}

.button a:hover { 
background-image: -moz-linear-gradient(top, #6d0019 0%, #a90329 100%);
background-image: -webkit-linear-gradient(top, #6d0019 0%, #a90329 100%);
background-image: -o-linear-gradient(top, #6d0019 0%, #a90329 100%);
background-image: linear-gradient(top, #6d0019 0%, #a90329 100%);
-moz-box-shadow: 0px 3px 3px 0px #878787;
-webkit-box-shadow: 0px 2px 3px 0px #878787;
-o-box-shadow: 0px 2px 3px 0px #878787;
box-shadow: 0px 3px 7px 2px #000000;
}

.button a:visited {
color:#ffffff;

}

.writeup img{
border: 5px solid #ffffff;
margin: 0px auto;
padding:0;
box-shadow: .3px .3px 2px .5px #000000;
}

.ourstory img{
border: 5px solid #ffffff;
margin: 0px auto;
padding:0;
box-shadow: .3px .3px 2px .5px #000000;
}

footer p {
color:#ffffff;
font-size:1em;
padding-bottom:1em;	
margin-bottom:0;
text-align: center;	
}

footer a:link { 
color:#cccccc;
text-decoration: underline;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out; 
transition: all 0.3s ease-out; 
}

footer a:visited{ 
color:#cccccc;
text-decoration: underline;

}
footer a:hover{ 
color:#a90329;
text-decoration: none

}

footer a:active{ 
color:##a90329;
text-decoration: none

}

.stiched_bottom { 
border-top: 1px dashed rgba(255, 255, 255, .4);
border-bottom: 1px dashed rgba(255, 255, 255, .4);
-moz-box-shadow: 0 0 0 7px #000000;
-webkit-box-shadow: 0 0 0 4px #00000;
box-shadow: 0 0 0 1em #000000;
margin-bottom:1em;
}

.heart_icon {
width:70px;
margin-bottom:-20px;
}

.icon {
width:50px;
}


#iconset {
list-style: none;
width:140px;
margin:0px auto;
}

#iconset li{
list-style: none;
display: inline-block;
float: left;
margin-left: 1em;
opacity:.6;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out; 
transition: all 0.3s ease-out; 
}

#iconset li:hover{
opacity:1;
}
		
/* Print styles!
-----------------*/
@media print {}

/* Media queries!
-------------------------------------------------------------------------------*/


@media only screen and (min-width: 320px) {
/* 320=================================================== */
 
 p {font-size:.97em;}
h1 {font-size:1.7em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em; margin-top:.5em;}

.top_banner {margin-bottom:2em;}

nav[role=navigation] li a {
color:#FFFFFF;
border-bottom: 1px solid #ffffff;
border-left:none;
border-right:none;
}
		
nav a {
display: block;
margin-bottom: 1em;
padding: 1ex 0;
font-family: "proxima-nova",sans-serif;
text-align: center;
text-decoration: none;
font-weight: normal;
color: #ffffff;
text-shadow: 1px 1px 0px #666666;
background-color:#6d0019;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.5s ease-out;
transition: all 0.3s ease-out
}

nav a:hover {background-color:#000000;
	text-shadow: 1.5px 1.5px 0px #666666;
}
nav a:visited {color: #ffffff;}

header:before{
content:url(../images/banner.png);
position:absolute;
margin-left:35%;
top:0px;
padding:0px;
margin-top:0px;
}

.ie7 header:before{
content:url(../images/banner.png);
position:absolute;
margin-left:35%;
top:0px;
padding:0px;
margin-top:0px;
}

.bickham {
font-size:3em; 
display:inline-block;   
text-shadow: 0px -1px 0px rgba(0,0,0,0.44);  
margin-bottom:-.3em;
line-height: 1.5;
}

.ie7 .bickham {
font-size:2.2em; 
display:inline-block;   
text-shadow: 0px -1px 0px rgba(0,0,0,0.44);  
margin-bottom:-.3em;
line-height: 1.5;
}

.ie8 .bickham {
font-size:2.2em; 
display:inline-block;   
text-shadow: 0px -1px 0px rgba(0,0,0,0.44);  
margin-bottom:-.3em;
line-height: 1.5;
}

.circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.5em;
color:#fff;
line-height:30px;
text-align:center;
background:#666666; 
display:block; 
font-family: Times New Roman;
border:3px solid rgba(175,175,175,1); 
font-weight:normal; 
display:inline-block; 
margin-left: .3em; 
margin-right:.3em;  
text-shadow: 0px 1px 0px #808080; 
}

.ie7 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.6em;
color:#666666;
background-color: transparent;
display:inline-block; 
font-family: Times New Roman;
font-style:italic; 
margin-left: .3em; 
margin-right:.3em;  
}

.ie8 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.6em;
color:#666666;
background-color: transparent;
display:inline-block; 
font-family: Times New Roman;
font-style:italic; 
margin-left: .3em; 
margin-right:.3em;
}
  
.details h3 {margin-bottom:1.37em;}
.details li {margin-bottom:1em;}
.details ul {margin-top:1em; font-size:.97em;}

.button a {text-shadow: 0px -1px 0px #000000;}

footer p {font-size:.8em;}

}


@media screen and (min-width: 480px) {
 /* 480 =================================================== */
			
header:before{margin-left:40%;}
.ie7 header:before{margin-left:44%;}
.ie8 header:before{margin-left:44%;}

}
	
	
@media screen and (min-width: 500px) {
 /* 500 =================================================== */
			
header:before{margin-left:40%;}
.ie7 header:before{margin-left:44%;}
.ie8 header:before{margin-left:44%;}
}

@media only screen and (min-width: 600px) {
/* 600 =================================================== */

p {font-size:1em; line-height:2em;}
h1 {font-size:1.9em;}
h2 {font-size:1.6em;}
h3 {font-size:1.9em}

header:before{
content:url(../images/banner.png);
position:absolute;
margin-left:43.8%;
top:0px;
padding:0px;
margin-top:-10px;
}

.ie7 header:before{margin-left:45.8%;}
.ie8 header:before{margin-left:45.8%;}

header{margin-bottom:0px;}

.top_banner {
border-top: 1px dashed rgba(255, 255, 255, .4);
border-bottom: 1px dashed rgba(255, 255, 255, .4);
-moz-box-shadow: 0 0 0 7px #000000;
-webkit-box-shadow: 0 0 0 4px #000000;
box-shadow: 0 0 0 .5em #000000;
margin-top:2em;
margin-bottom:2em;
padding-bottom:0;
position:relative;
top:-1.5em;
}

.ie7 .top_banner {
margin-top: 1.6em;
margin-bottom:2em;
padding-bottom:0;
position:relative;
top:-1.5em;
}


.ie8 .top_banner {
margin-top:1.6em;
margin-bottom:2em;
padding-bottom:0;
position:relative;
top:-1.5em;
}
  
a.menu-link {display: none;}

.js nav[role=navigation] {max-height: none; overflow:visible;
}

nav[role=navigation] ul {
				
border: 0;
margin-top:-10px;
margin-bottom:-30px;
padding-top:0px;
margin-left:0em;;
padding-bottom:0px;
text-align: center;
}
			
nav[role=navigation]  li {
display: inline-block;
margin: 0;
padding-top:0px;
padding-bottom:0px;
font-size:.8em;
				
}

nav[role=navigation] li a {
border: 0;
color:#ffffff;
padding-top:2em;
padding-bottom:2em;
margin-right:.5em;
background-color: transparent;
}
nav[role=navigation] li a:hover {

background-color:#cccccc;
text-shadow: 1.5px 1.5px 0px #666666;
padding-top:2em;
padding-bottom:1em;
}

#li_left{margin-right:0em;}
#li_right{margin-left:8em;}

.intro {margin-top:0px; padding:0.5em 1em 2.2em 1em;}			
.bickham {
font-size:4.8em; 
display:inline-block;   
text-shadow: 0px -2px 0px rgba(0,0,0,0.44);  
color: #bdbdbd; 
margin-top:0em;
margin-bottom:-.3em;
line-height: 1.5;
}

.circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.5.8em;
color:#fff;
line-height:49px;
text-align:center;
background:#666666; 
display:block; 
font-family: Times New Roman;
font-style:italic; 
border:3px solid rgba(175,175,175,1); 
font-weight:normal; 
display:inline-block; 
margin-left: .3em; 
margin-right:.3em;  
text-shadow: 0px 1px 0px #808080; 
}

.details li {margin-bottom:1em;}
.details ul {margin-top:1em; font-size:1em;}

.button a {text-shadow: 0px -2px 0px #000000;}

}


@media only screen and (min-width: 660px) {
/* 600 =================================================== */
header:before{margin-left:44.4%;
	margin-top:-10px;
}

}

@media only screen and (min-width: 768px) {
/* 768 =================================================== */
  
.wrap {width: 95%;}  

p {font-size:1em; line-height:1.8em;}
h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em; margin-top:9%;}

header:before{margin-left:42.4%;}
.ie7 header:before{margin-left:42.3%;}
.ie8 header:before{margin-left:42.3%;}

nav[role=navigation]  li {font-size:1em;}
 
.intro {  
width: 42.1136%;
height:0px;
float: left;
margin-top:-1px;
margin-right: -100%;
padding-bottom:31.9%;
}
 
.bickham {
font-size:2.9em; 
display:inline-block;   
text-shadow: 0px -2px 0px rgba(0,0,0,0.44);  
color: #bdbdbd; 
margin-top:3.7%;
margin-bottom:-.3em;
line-height: 1.5;
}

.ie7 .bickham {font-size:2em; margin-top:0;}
.ie8 .bickham {font-size:2em; margin-top:0;}
.circle{font-size:.5.8em; line-height:30px;}


.photo_home{
width: 53.6595%;
margin-top:0px;
margin-left: 46.2803%;
margin-right: -100%;
float: left;
padding:0px;
}

.main_content {
clear:both;
position:relative;
top:1em;
}


.details {
width: 42.1136%;
float: left;
margin-right: -100%;
}

.details ul {margin-top:1em; font-size:.95em;}
.details li {margin-bottom:.9em;}

.writeup {
width: 53.6595%;
margin-left: 46.2803%;
margin-right: -100%;
float: left;

}

.button a {font-size:1.2em;}

}

@media only screen and (min-width: 900px) {
/* 900=================================================== */

header:before{margin-left:43.3%;}
.ie7 header:before{margin-left:42.3%;}
.ie8 header:before{margin-left:42.3%;}

h3 {margin-top:9%; font-size:1.5em}

.intro {
margin-top:-1px;
padding-top:3.5%;
padding-bottom:29.7%;
}

.bickham {
font-size:3.3em; 
text-shadow: 0px -1px 0px rgba(0,0,0,0.44);
margin-top:1%;
}

.ie7 .bickham {font-size:3em; margin-top:1%;}
.ie8 .bickham {font-size:3em; margin-top:1%;}

.circle{font-size:.5.8em; line-height:35px;}
.ie7 .circle{font-size:.4em; line-height:35px;}
.ie8 .circle{font-size:.4em; line-height:35px;}


.photo_home {padding-top:0; padding-bottom:0;}

.button a {font-size:1em;}

footer p {font-size:1em;}

}


@media only screen and (min-width: 1024px) {
/* 1024=================================================== */
.wrap{max-width:1250px;}

header:before{margin-left:43.7%;}
.ie7 header:before{margin-left:43.7%;}
.ie8 header:before{margin-left:43.7%;}

h1 {font-size:2em;}

h3 {margin-top:7%;}

.intro { 
margin-top:-2px;
padding-top:4.0%;
padding-bottom:29.8%;
}

.intro h3 a {
font-size:1.14em;
margin-top:9%;
}

.bickham {
font-size:3.9em; 
margin-top:0;
}

.ie7 .bickham {font-size:3.8em; margin-top:0;}
.ie8 .bickham {font-size:3.8em; margin-top:0;}

.circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.5.8em;
color:#fff;
line-height:39px;
}

.ie7 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.4em;
color:#666666;
line-height:39px;
}

.ie8 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.4em;
color:#666666;
line-height:39px;
}

.writeup {padding-top:1.7%;}

.details ul {margin-bottom:-5px;}
.details h3 {margin-top:0px; margin-bottom:0px;}

}

@media only screen and (min-width: 1121px) {
  /* 1121 =================================================== */

header:before{margin-left:44.5%;}
.ie7 header:before{margin-left:44.9%;}
.ie8 header:before{margin-left:44.9%;}


nav[role=navigation] li a {
border: 0;
color:#ffffff;
padding-top:2em;
margin-right:3em;
background-color: transparent;
}

nav[role=navigation] ul {

margin-left:3em;;
position:relative;
}
 
.intro { 
margin-top:-2px;
padding-bottom:28.4%;
padding-top:5.0%;
}

.bickham {font-size:4.5em; margin-top:0;}
.ie7 .bickham {font-size:3.5em; margin-top:0;}
.ie8 .bickham {font-size:3.5em; margin-top:0;}

.circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.5em;
color:#fff;
line-height:51px;
}

.ie7 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.3em;
color:#666666;
line-height:39px;
}

.ie8 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.3em;
color:#666666;
line-height:39px;
}

}

@media only screen and (min-width: 1295px) {
  /* 1295=================================================== */

header:before{margin-left:44%;
top:-10px;
position:relative;
margin-left:46%;
}

.ie7 header:before{margin-left:44.4%;}
.ie8 header:before{margin-left:44.4%;}

.top_banner{
padding:0px;
height:58px;
position:relative;
z-index:9;
}

js nav[role="navigation"] {
overflow:none;
max-height: none;
}

nav[role=navigation] ul {
margin-top:-100px;
margin-left:2.4em;;
position:relative;
}

.ie7 nav[role=navigation] ul {
margin-top:0px;
margin-left:2.4em;;
position:relative;
}

.ie7 nav[role=navigation] ul {
margin-top:0px;
margin-left:2.4em;;
position:relative;
}


nav[role=navigation] li a {
border: 0;
color:#ffffff;
padding-top:2em;
margin-right:4em;
background-color: transparent;
}

#li_left{margin-right:0em;}
#li_right{margin-left:15em;}


p {font-size: 1.1em; line-height:2em;}
h1 {font-size:2.3em;}
h2 {font-size:1.7em;}
h3 {font-size:1.9em}



.intro { 
margin-top:-2px;
padding-bottom:29.8%;
padding-top:3.6%;
}

.intro h3 {font-size:2em;}
.intro h3 a {font-size:1em;}

.bickham {font-size:5.2em; margin-top:0;}
.ie7 .bickham {font-size:4.5em; margin-top:0;}
.ie8 .bickham {font-size:4.5em; margin-top:0;}

.circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.5em;
color:#fff;
line-height:54px;
}

.ie7 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.4em;
color:#666666;
line-height:39px;
}

.ie8 .circle{
width:1.6em;
height:1.6em;
border-radius:100px;
font-size:.4em;
color:#666666;
line-height:39px;
}

.details h3 {margin-bottom:1.37em;}
.details li {margin-bottom:1em;}
.details ul {margin-top:1.3em; font-size:1.1em;}

}