﻿/* CSS Reset (Reset Reloaded Technique) */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





body
{
	background: #1b1b1b url(../images/BG.png) repeat-x;
}




/* Container CSS */
#container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}


/* Header CSS */
#header
{
	height: 65px;	
}

#subHeaderSpeciality
{
	color: #f1f1f1;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Lucida Grande, Geneva, sans-serif;
	float: left;
	margin-left: 260px;
	
}

#logoArea
{
	width: 625px;

}

#logo
{
	background: url(../images/Seth-Duncan-Sprite.png) no-repeat 0px -62px;
	width: 625px;
	height: 80px;
}

#smallLogo
{
    width: 105px;
    height: 80px;
    background: url(/images/Seth-Duncan-Sprite.png) no-repeat 0px -62px;
}

#navigation
{
	height: 60px;
}

#navBar
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;	
}

ul#nav
{
    margin: 0px;
    padding: 0px;
    top: 0px;
    float:right;
    list-style: none;
    z-index: 999999;
    width: 620px;
    
   
}

#nav li
{
	float: left;
	display: inline;
	width: 103px;
}


#nav li.home a
{
    background-image: url(/images/Seth-Duncan-Sprite.png);
    background-repeat: no-repeat;
    background-position: -535px -152px;
}

#nav li.contact a
{
    background-image: url(/images/Seth-Duncan-Sprite.png);
    background-repeat: no-repeat;
    background-position: -535px -246px;
}

#nav li.portfolio a
{
    background-image: url(/images/Seth-Duncan-Sprite.png);
    background-repeat: no-repeat;
    background-position: -535px -330px;
}

#nav li.login a
{
    background-image: url(/images/Seth-Duncan-Sprite.png);
    background-repeat: no-repeat;
    background-position: -535px -419px;
}

#nav li.resume a
{
    background-image: url(/images/Seth-Duncan-Sprite.png);
    background-repeat: no-repeat;
    background-position: -536px -517px;
}

#nav li a
{
    display: block;
    float:left;
    margin-top: -2px;
    width: 100px;
    height: 25px;
    background-color:#1D538F;
    background-repeat:no-repeat;
    background-position:50% 10px;
    border:1px solid #13355C;
    text-decoration:none;
    text-align:center;
    padding-top:65px;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    opacity: 0.7;
	
}

ul#nav li a span{
    letter-spacing:2px;
    font-size:12px;
    color:#fff;
    text-shadow: 0 -1px 1px #000;
    font-family: Arial;
    font-weight: bold;
    
}


ul#nav li a:hover span
{
    text-shadow: 0 -1px 1px #20599B;
}


#nav li a:hover
{
	/*background-color: #06121F;*/
	border-color: #103359;
}


/*Content CSS */


#content
{
		
}


#contentMain
{
	
	width: 960px;
	padding-top: 10px;
	color: #F1F1F1;
}

#contentLeft
{
	width: 615px;
	float: left;
	margin-left: 35px;
}

#contentRight
{
	width: 250px;
	float: left;
	margin-left: 15px;
}


/* Footer CSS */

#footer
{
    background: url(/images/FooterBG.png) repeat-x;
    min-height: 397px;
    clear: both;  
}

#aboutMeWrapper
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}


/*About Me CSS */
#aboutMe
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #f1f1f1;
	width: 300px;
	float: left;
}

#aboutMe h3
{
    font-size: 20px;
    font-family: "Century Gothic";
    height: 24px;
    text-shadow: 1px 1px 0 black;
    
}

/* Social Media */

#socialMedia
{
    width: 600px;
    float: left;
    
}

#socialMedia h3
{
    font-size: 20px;
    font-family: "Century Gothic";
    height: 24px;
    text-shadow: 1px 1px 0 black; 
    color: #f1f1f1;
    margin-top: 75px;
}


#socialMedia ul
{
    float: left;
    list-style: none outside none;
    width: 600px;
    margin-top: 25px;
}


#socialMedia ul li
{
    float: left;
    height: 125px;
    width: 150px;   
}

#socialMedia ul li a
{
    background: #e5e5e5;
    height: 110px;
    width: 125px;
    margin-left: 40px;
    float: left;
    text-indent: -9999px;
}

#socialMedia ul li a.facebook
{
    background: url(/images/Seth-Duncan-Sprite.png) no-repeat;
    background-position: -21px -707px;   
}


#socialMedia ul li a.linkedin
{
    background: url(/images/Seth-Duncan-Sprite.png) no-repeat;
    background-position: -21px -848px;   
}



#socialMedia ul li a.twitter
{
    background: url(/images/Seth-Duncan-Sprite.png) no-repeat;
    background-position: -21px -997px;   
}


#footerProjects
{
    float: left;
    width: 900px;
    margin-top: 20px;
    border-top: 1px solid gray;
    color: #f1f1f1;
    padding-top: 20px;
}

#footerProjects h3
{
    font-size: 20px;
    font-family: "Century Gothic";
    height: 24px;
    text-shadow: 1px 1px 0 black;   
}

#copyright
{
    font-family: "Century Gothic";
    font-size: 14px;
}


/*Services CSS */
#services
{
	float:left;
	width: 300px;
	margin-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

/*Experience CSS */
#experience
{
	float:left;
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	
}
	


/* Slider CSS */
#portfolioSliderWrapper
{
	
	
	
	height: 100px;
	
 	width: 920px;
   	margin-left: auto; margin-right: auto;
	color: #f1f1f1;
	height: 300px;
	margin-top:20px;
}


/* Global CSS Styles */

.sectionTitle
{
	color: #fff;	
	font-size: 20px;
	background: url(../images/H-Seperator.png) repeat-x;
	height: 24px;
	font-family: "Century Gothic";
}


.shadowedTitle
{
    font-size: 20px;
    font-family: "Century Gothic";
    height: 24px;
    text-shadow: 1px 1px 0 black; 
    color: #f1f1f1;
}

.pageTitleBar
{
    height: 25px;
    background: url(../images/PageTitleBar.png) repeat-x;
    font-size: 20px;
    font-family: "Century Gothic";    
}

.bullet
{
	float: left;
	background: url(../images/Seth-Duncan-Sprite.png) 0px 0px no-repeat;
	height: 14px;
	width: 14px;
	margin-top: 2px;
	margin-right: 5px;
}

.check-bullet
{
    float: left;
	background: url(../images/Seth-Duncan-Sprite.png) -10px -392px no-repeat;
	height: 28px;
	width: 28px;
	margin-top: 2px;
	margin-right: 5px;
}


.subListing
{
	color: #fff;
	font-size: 12px;
	
}

.indented
{
	margin-left: 5px; font-style: italic;
}

.clearDiv
{
	clear: both;
}

.left
{
	float:left;
}

.right
{
	float: right;	
}

.boxPad10
{
    padding: 10px;
}

.boxPad20
{
    padding: 30px;
}

.sideMar30
{
    margin-left: 30px;
    margin-right: 30px;
}


.pageBox
{
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px 30px 0px 30px;
}

.line20
{
    line-height: 20px;
}

.line30
{
    line-height: 30px;
}


input[type="text"]
{
    -moz-border-radius: 4px;
    padding: 8px;
    margin: 0px;
    border: 1px solid #BBBBBB;
    font: 16px Helvetica,Arial,Geneva,sans-serif;
    text-shadow: 1px 1px 0 #F7F7F7;
    background: #f4f4f4;
    color: #464243;
    width: 200px; 
       
}

textarea
{
    -moz-border-radius: 4px;
    padding: 8px;
    margin: 0px;
    border: 1px solid #BBBBBB;
    font: 16px Helvetica,Arial,Geneva,sans-serif;
    text-shadow: 1px 1px 0 #F7F7F7;
    background: #f4f4f4;
    color: #464243;
    width: 300px; 
       
}

input[type="text"]:hover
{
    border: 1px solid gray;
}

textarea:hover
{
    border: 1px solid gray;
}

input[type="text"]:focus, textarea:focus
{
    -moz-box-shadow: 0 0 20px rgba(0,0,0, 0.2);
    border: 1px solid gray;
}

/* Button CSS */

a.readMore
{
    clear: both;
    position: relative;
    display: block;
    height: 60px;
    width: 213px;
    background: url(/images/Seth-Duncan-Sprite.png) no-repeat -1px -157px;
    
    margin-left: auto;
    margin-right: auto;
}

a.readMore span.hover   
{
    position: absolute;
    display: block;
    height: 60px;
    width: 213px;
    background: url(/images/Seth-Duncan-Sprite.png) no-repeat -1px -222px;
    
}



/* Coda Slider CSS */

/* Insignificant stuff, for demo purposes */

	.panel h2.title { height: 0px; visibility:hidden; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0; }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: visible !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 900px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: url(../images/Seth-Duncan-Sprite.png) -1px -296px no-repeat; }
	
	/* Manual Nav CSS Override */
	.coda-nav {position: relative; top: -22px; margin-left: 10px;}
	
	/* Manual wrapper CSS Override */
	.cod-slider-wrapper
	{
		overflow: visible;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { margin-left: 15px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {background: url(../images/Seth-Duncan-Sprite.png) -1px -340px no-repeat; text-indent: -9999px; height: 41px; width: 41px; color: #fff; display: block; float: left;  text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: visible }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

 
 
 /*Slider Panel Content CSS */
 
 .panel-wrapper .contentDetails
 {
     width: 355px;
     height: 259px;
     float: left;
     margin-left: 15px;
     background: url(../images/SliderDetailsBox.png) no-repeat;
     padding: 5px;
 }
 
 .panel-wrapper .contentDetails h2.sliderTitle
 {
     font-family: "Century Gothic";
     font-size: 24px;
 }
 
 .panel-wrapper .contentDetails p.sliderDescription
 {
    font-family: "Arial"; 
    line-height: 1.3em; 
    margin-top: 10px; 
    height: 160px;
    padding: 0px 25px 0px 5px;
 }


 
 .panel-wrapper a img.sliderImage
 {
     float: left;
     width: 500px;
     height: 260px;
 }
 
 
 
 /* Contact Page CSS */
 
 
 #contactBox
 {
    background: #D1E6EF;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 370px;
    padding: 10px;
    -moz-box-shadow:0 6px 50px #BDD6E2 inset, 0 2px 5px rgba(0, 0, 0, 0.5);
    border:1px solid rgba(0, 0, 0, 0.5);
    float: left;
 }
 
  #contactContent
  {
    -moz-border-radius: 4px;
    border:1px solid rgba(0, 0, 0, 0.1);
    background: #D1E5EF;
    width: 600px;
    height: 370px;
  }
 
 
 #contactInput
 {
    padding-left: 20px;
    width: 500px;
    padding-top: 40px;
       
 }
 
 .contactInputLine
 {
     height: 35px;
     margin-bottom: 35px;  
 }
 
 .contactInputLine div.inputLabel
 {
     width: 175px;
     float: left;
     text-transform: uppercase;
     color: #272727;
     line-height: 40px;
     font-family: Verdana, Helvetica;
     text-shadow: 1p 1px #ffffff;
     font-family: Century Gothic;
     font-weight: bold;
 }
 
 /* Portfolio Page CSS */
 
 .portfolioList
 {
     list-style-type: none;
     
 }
 
 
 .portfolioList li
 {
     background: #fff;
     width: 160px;
     height: 140px;
     float: left;
     margin: 15px;
     
     
 }
 
 
 .webList
 {
     display: none;
 }