/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:focus { outline: none; }

body { 
  padding: 0; 
  margin :0; 
  background: #fff url('/images/gwing33.png') no-repeat center center fixed; 
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 75%;
}

html, body, .wrapper { height: 100%; }
html > body { font-size: 12px;}
body > .wrapper { height: auto; min-height: 100%; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
}

p { line-height: 1.5em; }

h1 {
  font-size:1.5em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}

h2 {
  font-size:1.1667em;
  line-height: 1.286em;
  margin-top: 1em;
  margin-bottom: 0.643em;
}

li { list-style: none; }
img { border: 0px; }
a { color: #2351e8; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

/* Fonts */
.sans { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
.serif { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }

/* Various Styles cross pages */
.sidenote { font-size: 0.8333em; line-height: 1.8em; }

.normalA { color: #2351e8; font-weight: bold; }
.normalA:hover { color: #333; text-decoration: underline }
.aList { margin: 10px 0 10px 25px; }
.aList li { list-style: circle }

/**************************
 Header, Content and Footer
 **************************/

.wrapper { position: relative; }
.header {
  height: 89px; 
  width: 100%; 
  display: block; 
  background: url('/images/header_bg.png') repeat-x; 
}

.nav { padding: 0; margin: 0; float: right; font-size: 1.1667em; line-height: 1.286em; }
.nav li { list-style: none; float: left; padding: 5px; margin-top: 25px; }
.nav a { color:#fff; text-decoration: none; padding: 2px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.nav a:hover { background: rgb(80, 80, 80); -moz-box-shadow: 0px 0px 2px #fff; -webkit-box-shadow: 0px 0px 2px #fff; }

.page_title h1 { width: 1000px; margin: 0 auto .8em auto; }

.content { width: 100%; display: block; }

.center { width: 1000px; margin: 0 auto; }

.push { height: 4em; clear: both;}

.footer {
  text-align: center;
  font-size: .8em;
  color: #999;
  position: relative;
  margin: -40px auto 0 auto;
  width: 1000px;
  clear: both;
  height: 40px;
  text-align: right;
  
}

.footer p { position: absolute; right: 0; bottom: 0; }

.left { width: 700px; float: left; }
.right { width: 300px; float: right; }


/*******
 Content
 *******/
.iBox h1 { margin: 0; padding: 10px; }
.iBox small { margin-bottom: 1em; padding: 5px 10px; display: block; background: rgba(0, 0, 0, 0.1); }
.iBox p { padding: 10px; }
.iBox h2 { padding: 10px; background: rgba(0, 0, 0, 0.1); color: #2351e8; font-size: 1.5em; }
.iBox h3 { padding: 10px; color: #2351e8; font-size: 1.2em; }
.iBox ul { margin: 0 0 0 10px; color: #555; }
.iBox ul li { list-style: disc inside; padding: 5px 0; }
.iBox blockquote {
  background: rgba(0, 0, 0, .8);
  border-left: 5px solid #fff;
  margin: 10px;
  padding: 15px;
  color: #fff;
  -moz-box-shadow: 0px 0px 5px #222;
  -webkit-box-shadow: 0px 0px 5px #222;
}
.iBox blockquote cite { color: rgb(240, 70, 100); }

.bBox h1 { margin: 0; padding: 10px; }
.bBox small { margin-bottom: 1em; padding: 5px 10px; display: block; background: rgba(0, 0, 0, 0.1); }
.bBox p { padding: 10px; }
.bBox h2 { padding: 10px; background: rgba(255, 255, 255, 0.1); color: rgb(240, 70, 100); font-size: 1.5em; }
.bBox h3 { padding: 10px; color: #2351e8; font-size: 1.2em; }
.bBox ul { margin: 0 0 0 10px; color: #888; }
.bBox ul li { list-style: disc inside; padding: 5px 0; }

.events { padding: 5px; margin: 10px 0 10px 10px; }
.events ul li.start { border-top: 0px solid #ccc; padding-top: 1em; margin-top: 0em; }
.events ul li { border-top: 1px solid #ccc; padding-top: 1em; margin-top: 1em; }
.events p { padding-left: 1em; }

.recent { padding: 5px; margin: 10px 0 10px 10px; }
.recent ul li.start { border-top: 0px solid #ccc; padding-top: 1em; margin-top: 0em; }
.recent ul li { border-top: 1px solid #ccc; padding-top: 1em; margin-top: 1em; }
.recent p { padding-left: 1em; }

.hidden { display: none; }

.pagination {
  position: relative;
  text-align: center;
  margin: 20px 10px 20px 0;
}
.pagination li { 
  display: inline;
  position: relative;
}

.pagination .prev { position: absolute; left: 0;}
.pagination .next { position: absolute; right: 0; }

.pagination li a {
  margin: 5px; 
  padding: 5px; 
}

.pagination li a:hover { 
  text-decoration: none;
}

.pagination li.current { 
  background: rgba(0,0,0,.9); 
  font-weight: bold;
  color: #fff;
  -moz-box-shadow: 0px 0px 5px #222;
  -webkit-box-shadow: 0px 0px 5px #222;
  margin: 5px; 
  padding: 5px;
}


#calendar .content { text-align: center; }

#projects .project {
  float: left; 
  height: 130px; 
  width: 180px; 
  text-align: right;
  margin: 5px;
  padding: 5px;
}

#projects .project .image img { -moz-box-shadow: 0px 0px 5px #666; -webkit-box-shadow: 0px 0px 5px #666; }
#projects .project .image:hover img { -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000; }
#projects .project .more-info { line-height: 20px;  font-weight: bold; color: #666; }
#projects .all { clear: both; text-algin: center; width: 100%; }
#projects .content {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
}
#projects h2 { width: 100%; background: rgba(0,0,0,0.1); clear: both; color: #2351e8; font-size: 1.5em; padding: 10px; }

#project .media {
  float: left; 
  height: 110px; 
  width: 180px; 
  text-align: right;
  margin: 5px;
  padding: 5px;
  color: #555;
}
#project .media .image img { -moz-box-shadow: 0px 0px 5px #666; -webkit-box-shadow: 0px 0px 5px #666; }
#project .media .image:hover img { -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000; }

#project .final { text-align: center; padding: 10px; }
#project .final .image img { -moz-box-shadow: 0px 0px 5px #666; -webkit-box-shadow: 0px 0px 5px #666; }
#project .final .image:hover img { -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000; }

#project .all { clear: both; text-algin: center; width: 100%; }
#project .left {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
}
#project h2 { width: 100%; background: rgba(0,0,0,0.1); clear: both; color: #2351e8; font-size: 1.5em; padding: 10px; }
#project .left h3 { width: 100%; clear: both; color: #2351e8; font-size: 1.2em; padding: 10px; }
#project .text { padding: 10px; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
#project .content ol { color: #444; padding: 10px 0; }
#project .content ol li { list-style: outside upper-roman; margin-left: 20px; padding: 5px 0; }
#project .media-container { float: left; padding: 0 50px 15px 50px; }
#project .text .img { text-align: center; width: 180px; float: right; padding: 0 0 10px 10px; font-weight: bold; color: #555; }
#project .bBox h2 { color: rgb(240, 70, 100); }


.iBox {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px 10px 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
}

.bBox {
  overflow: hidden;
  background: rgba(0, 0, 0, .9);
  margin: 10px 10px 10px 0;
  color: #eaeaea;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #222;
  -webkit-box-shadow: 0px 0px 5px #222;
}

.oBox {
  padding: 5px;
  margin: 10px 0 10px 10px;
  color: #eaeaea;
  background: rgba(0, 0, 0, .9);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #222;
  -webkit-box-shadow: 0px 0px 5px #222;
}
.oBox a { font-weight: normal; color: rgb(240, 70, 100); }
.oBox h3 { color: rgb(240, 70, 100);  }

/******
 Resume
 ******/
.sectionHeader { color: #2351e8; font-size: 1.2em; }
.italic { font-style: italic; color: #333; font-size: .9em; }
.bulleted { list-style: disc; margin-left: 15px; font-size: .9em; }
.break { margin-bottom: 20px; }
.references { color: #2351e8; }

/* Contact Form */
#contact-form input, 
#contact-form textarea {
  padding: 5px;
  width: 440px;
  font-size: 1.4em;
  margin: 0px 0px 10px 0px;
  border: 2px solid #ccc;
}

#contact-form textarea {
  height: 90px;
}

#contact-form textarea:focus, 
#contact-form input:focus {
  border: 2px solid #2351e8;
}

#contact-form input.submit-button {
  width: 100px;
  color: #2351e8;
  background: rgba(0,0,0,0.1);
  border: 0px;
  width: 100%;
  text-align: right;
  padding: 10px 120px;
  margin-bottom: 18px;
  cursor: pointer;
}

#contact-form label {
  display: inline-block;
  text-align: right;
  margin-right: 15px;
  width: 100px;
  padding-top: 5px;
  font-size: 1.4em;
}

#contact-form label.msg {
  float: left;
  margin-right: 19px;
}

span.error, span.success {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}

span.error { color: rgb(240, 70, 100); }
span.success { color: rgb(0, 100, 10); }

/********
 Clearfix
 ********/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
