@charset "utf-8";
/* CSS Document */

body  {
	font: 90% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	background: url(http://www.nicholasjordan.com/images/bg-stretch.jpg) repeat #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	min-width: 64em;
	line-height: 1.5em;
	height: 100%;
	top: 0;
}

#container {
	min-width: 78em;
	max-width: 100%;
	background: #FFF;
	margin: 0 20px;
	border-top: 10 solid #CCC;
	border-left: 10 solid #CCC;
	border-right: 10 solid #CCC;
  	border-bottom: 10 solid #CCC;
	text-align: left;
  	padding: 0 20 10;
	
}

h1 {
  font-size: 218%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0 0 19px;
  }

h2 {
  font-size: 164%;
  font-style: normal;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 19px;
  }

h3 {
  font-size: 145%;
  font-style: normal;
  padding: 0;
  margin: 0 0 16px;
  color: #007bd6;
  }

.sub {
  font-size: 145%;
  font-style: normal;
  padding: 0;
  margin: 0 0 16px;
  color: #CCC;
  }

.tagline, .note, #workleadtext h2, #news h2, #sidebar h2, #contactpage1 h3, #contactpage1 dt.bold, #page1 h3, #thankspage1 h3 {
  font-size: 90%;
  color: #7f7f7f;
  margin-bottom: 1.0em;
  font-weight: bolder;
  }

.button a {
  text-decoration:none;
  margin: 20 0 30;
  padding: 3px 9px;
  font-size: 90%;
  border-style: solid;
  border-color: #CCC;
  border-width: 1px;
  line-height: 2em;
  }

.button a:hover {
  border-color: #d9b860;
  }

ul {
  padding: 0;
  margin: 0;
  }

li {
  padding: 0;
  margin: 0;
  }


a {
  color: #CCC;
  }

a:link {
  color: #CCC;
  }

a:visited {
  color: #CCC;
  }

a:hover {
  color: #000;
  background: #007bd6;
  text-decoration: none;
  }

form {
  padding: 0;
  margin: 0;
  }

input.btn {
  height: 24px;
  width: 67px;
  border: 0;
  background-image:url(../images/submit-off.jpg);
  background-repeat: no-repeat;
  clear: both;
  }

input.btnhov {
  height: 24px;
  width: 67px;
  border: 0;
  background-image:url(../images/submit-on.jpg);
  background-repeat: no-repeat;
  }
   
img {
  border-width: 0;
  }

.image {
  border-style: solid;
  border-color: #CCC;
  border-width: 1px;
  padding: 7px;
  }
/* TEMPLATE TOP */
#header {
	top:0;
	height:76px;
	background: #000 url(../images/header.jpg) center no-repeat;
	padding: 0 10px 0 35px;
} 

#header h1 {
	margin: 0;
	padding: 10 0;
}

/* NAVIGATION */

#navigation {
	color: #FFF; font-size: 1em; margin: 0 auto; text-transform: uppercase;
	font-weight:bolder;
	height:36px;
	background: url(../images/nav-bg_stretch.jpg) repeat-x;
	font: Garamond, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0;
	min-width: 64em;
}

#nav-header { /*background:url('../images/bg_header.pngs') repeat-x top center;*/text-align:center;height:36px; }
#nav-header ul#nav { background:url(../images/nav.jpg) no-repeat; list-style:none; margin:0 auto 38px; padding:0; height:36px; width:450px;}

ul#nav li { float:left;}
ul#nav li a { background:url(../images/nav.jpg) no-repeat 0 0; float:left; text-align:center; height:36px; text-indent:-9999px; }
ul#nav li#nav-portfolio a { width:152px; }
ul#nav li#nav-portfolio a:hover { background-position:0 -36px; }
ul#nav li#nav-portfolio.current a { background-position:0 -72px; }
ul#nav li#nav-experience a { width:147px; background-position:-154px 0; }
ul#nav li#nav-experience a:hover { background-position:-154px -36px; }
ul#nav li#nav-experience.current a { background-position:-154px -72px; }
ul#nav li#nav-contact a { width:151px; background-position:-301px 0; }
ul#nav li#nav-contact a:hover { background-position:-301px -36px; }
ul#nav li#nav-contact.current a { background-position:-301px -72px; }

/* HOME PAGE */
#sidebar1 {
	float: left;
	width: 150;
	background: #EBEBEB;
	padding: 15px 10 20;
}
#sidebar2 {
	float: right;
	width: 160;
	background: #EBEBEB;
	padding: 15px 10 20;
}
#mainContent { 
	margin: 0 200;
	padding: 0 10;
	background: #FFF;
} 

/* SUB PAGES */


#container-portfolio {
	min-width: 50em;
	background: #000;
    margin: 0 60px;
	padding: 20px 40px 30px 40px;
	border-top: 0;
	border-left: 5px solid #333;
	border-right: 5px solid #333;
  	border-bottom: 0;	
}

#container-main {
	min-width: 50em;
	background: #CCC;
	margin: 0 60px;
	border-top: 0 solid #333;
	border-left: 5px solid #333;
	border-right: 5px solid #333;
  	border-bottom: 0 solid #333;
	text-align: left;
  	padding: 20px 40px 30px 40px;
}

#container-main a { color: #000; }

#container-main a:link { color: #000; }

#container-main a:visited { color: #000; }

#container-main a:hover { color: #000; background: #007bd6; text-decoration: none; }

#mainContent-portfolio {
	margin: 0;
	padding: 0 0 25px;
	text-align: center;
	background: #000;
	color:#FFF;
	display: inline-block;
	clear: both;
}

#mainContent-resume {
	margin: 0;
	padding: 0 0 25px;
	text-align: justify;
	background: #000;
	color:#FFF;
	display: inline-block;
	clear: both;
}

#mainContent-resume .dl, .p, .dt, .dd {
	padding: 25px 40px 25px 40px;
	}

#resume-titles {
	float: left;
	margin: 0;
	width: 50px;
}

#resume {
	float: right;
	margin: 0;
	padding: 25px 40px 25px 40px;
	}

#resume-footer {
	clear: both;
}

#quotes {

}

#mainContent-main {
	margin: 0;
	padding: 0 0 25px;
	background: #f2f2f2;
}

#mainContent-thanks {
	margin: 0;
	padding: 0 0 25px;
	background: #f2f2f2;
	height: 400px;
}

#contactpage {
  min-width: 50em;
  margin: 0;
  padding: 0 0 25px;
  text-align: justify;
  background: #000;
  color:#FFF;
  display: inline-block;
  line-height: 1.4em;
  text-align: center;
  }

#contactpage p.intro {
  line-height: 1.65em;
  }
  
#contactpage1 {
  float: left;
  width: 150px;
  padding: 20px 0px 50px 70px;
  margin-left: 8%;
  margin-right: 60px;
  background: #000;
  color: #FFF;
  text-align:left;
  }

#contactpage1 p {
  margin-bottom: 1.4em;
  }

#contactpage1 p.snug, dt.snug, dd.snug {
  margin-top: -1em;
  }
  
#contactpage .name {
  color: #FFF;
  font-weight: bolder;
  font-size:120%;
  }

#contactpage2 {
  float: right;
  width: 300px;
  padding: 20px 0px 40px 60px;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 31px;
  background: #000;
  color:#FFFFFF;
  border-left: 5px solid #333;
  text-align: left;
  }

#contactpage2 p {
  line-height: 1.65em;
  }

#experiencepage1 {
  font-size:14px;
  float: left;
  width: 550px;
  padding: 20px 10px 20px 10px;
  height: 100%;
  margin: 20px 0px 31px 10px;
  background: #e2e2e2;
  border-top: 5px solid #333333;
  border-bottom: 5px solid #333333;
  }

#experiencepage2 {
  float: right;
  width: 125px;
  padding: 45px 10px 50px 5px;
  font-size:10px;
  text-align: left;
  }

#experiencepage2 .name{
font-size: 90%;
  color: #7f7f7f;
  font-style: italic;
  margin-bottom: 1.0em;
  }

#experiencepage2 h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 19px;
  }

h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 16px;
  }
  
.resume-container {
  text-align:center;
  }

.resume-column-1 {  
  float: left;
  width: 160px;
  padding: 5px 5px 20px;
  text-align:justify;
  }
  
.resume-column-2 {
  float: left;
  width: 160px;
  padding: 5px 5px 20px;
  text-align:justify;
  }
  
.resume-column-3 {
  float: right;
  width: 160px;
  padding: 5px 5px 20px;
  text-align:justify;
  }


#thankspage {
  clear: both;
  line-height: 1.4em;
  }

#thankspage p.intro {
  line-height: 1.65em;
  color: #666;
  }

#thankspage1 {
  float: left;
  width: 125px;
  padding: 20px 0px 50px 70px;
  background: #000;
  color: #FFF;
  }

#thankspage1 p {
  margin-bottom: 1.4em;
  }

#thankspage1 p.snug {
  margin-top: -1em;
  }

#thankspage2 {
  float: left;
  width: 350px;
  height: 275px;
  padding: 20px 0px 40px 60px;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 31px;
  background: #000;
  color:#FFFFFF;
  border-left: 5px solid #333;
  text-align: left;
  }
  
#thankspage2 p {
  line-height: 1.65em;
  }

.employer {
	color: #333;
	}
.school {
	color: #000;
	font-weight:bold;
	}

.section {
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 145%;
  	font-weight: bolder;
  	margin: 0 0 16px;
  	color: #007bd6;
  }

/* TEMPLATE BOTTOM */
#footer-container .dl, .dt, .dd, .li, .ul{
padding: 0;
margin: 0;
}

#footer {
	background:#000;
	border-top: 5px solid #333;
    clear: both;
    margin: 0 auto;
    font-size: 85%;
    color: #FFF;
    line-height: 1.4em;
	min-width: 50em;
} 

#footer-container {
  margin: 0 60px;
  padding: 20px 40px 30px;
  border-top: 1px solid #333;
  border-left: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  background-color: #000;
  text-align: left;
  }
  
#footer p {
	margin: 0;
	padding: 10 0;
}

#footer ul {
  float: right;
  text-align: right;
  width: 220;
  margin-top: 14px;
  margin-right: 20;
  color: #CCC;
  list-style-type: none;
  }

#footer li {
  display: inline;
  }
#footer .name {
  color: #FFF;
  font-weight: bolder;
  font-size:12px;
  }
  
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}

#getintouch {
  clear: both;
  height: 180px;
  margin-bottom: 31px;
  background: #ccc;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  }

#getintouch1 {
  float: left;
  width: 210px;
  padding: 20px 0px 0px 20px;
  }

#getintouch1 p {
  color: #4e4e4e;
  line-height: 1.4em;
  }

#getintouch2 {
  float: left;
  width: 210px;
  padding: 20px 0px 0px 30px;
  }

#getintouch3 {
  float: left;
  width: 210px;
  padding: 20px 30px 0px 30px;
  }


#sitenotes {
  display: block;
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10 0 40 0;
  }

#sitenotes a {
  color: #3c3c3c;
  }

#sitenotes a:hover {
  color: #b9b9b9;
  background: #3c3c3c;
  text-decoration: none;
  }

/* COLORS */
.FFFFFF { color:#FFFFFF; }
.000000 { color:#000000; }
.330000 { color:#330000; }
.000066 { color:#000066; }
.990000 { color:#990000; }

/* FLOAT */
.float-left { float: left;}
.float-right { float: right;}

/* FONT-STYLE */
.oblique { font-style: oblique;}
.i { font-style: italic;}

/* FONT-VARIANT */
.small-caps { text-transform:capitalizefont-variant:small-caps;}

/* FONT-WEIGHT */
.b { font-weight:bold;}
.bolder { font-weight: bolder;}
.lighter { font-weight: lighter;}

/* TEXT-ALIGN */
.center { text-align: center;}
.justify { text-align: justify;}
.right {  text-align: right;}
.left { text-align: left;}	

/* TEXT-DECORATION */
.strike { text-decoration: line-through;}
.none { text-decoration: none;}
.overline { text-decoration: overline;}
.underline { font-variant:small-caps text-decoration: underline;}

/* TEXT-TRANSFORM */
.capitalize { text-transform: capitalize;}
.lowercase { text-transform: lowercase;}
.uppercase { text-transform: uppercase;}


/* Website Change Form Info */
.clear                      { clear: both; }

#page-wrap                  { width: 700px; margin: 40px auto; }

/* h1                          { font: 26px Georgia, Serif; margin: 10px 0; }*/

label                       { width: 190px; display: block; }

input[type=text], textarea  { width: 350px; outline: none; }

.rowElem 
label.error                 { float: none; font-style: italic; color: red;
                              position: absolute; top: 16px; left: 0; 
                              font-size: 12px; }
                              
.rowElem #jqTransformTextarea-mm
label.error                 { top: 28px; }

#changeTypeArea             { float: left; margin: 0 0 10px 0; width: 350px; }

.rowElem                    { position: relative; clear: both; min-height: 35px; }
.rowElemSelect              { clear: both; min-height: 35px; color:#333333; }

.thanks                     { color: #FF9; font-weight: bold; }


.jqTransformTextarea, 
.jqTransformSelectWrapper   { margin: 0 0 8px 0; }
.333 { color:#333333; }
.FFF { color:#FFFFFF; }