/* START MAIN CONTAINERS */
html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: #5E5253 url(/img/bg_body.png) top left repeat-x;
	font-size: 62.5%;
	font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 30px 0;
	border-top: 10px solid #554d4e;
}

.container
{
	width: 870px;
	padding: 50px 40px 20px 40px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	overflow: hidden;
}

body#home .container
{
	background: #fff url(/img/bg_middler.gif) 320px 206px no-repeat;
}

body#portfolio .container
{
	background: #fff url(/img/bg_middler.gif) 320px 276px no-repeat;	
}

#header
{
	height: 130px;
	overflow: hidden;
	position: relative;
}

#middler
{
	padding: 25px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
}

body#home #middler,
body#portfolio #middler
{
	padding-bottom: 28px;
}

#lefter
{
	width: 230px;
	float: left;
	margin-right: 50px;
}

body#portfolio #lefter
{
	height: 433px;
	position: relative;
}

#righter
{
	float: right;
	width: 590px;
}

#footer
{
	height: 20px;
	overflow: hidden;
}
/* END MAIN CONTAINERS */


/* START HEADER LOGO */
#header h1 a *
{
	display: none;
}

#header h1
{
	width: 270px;
	height: 30px;
	text-indent: -9999px;
	line-height: 0;
	margin-bottom: 3px;
}

#header h1 a, #header h1 a .hover
{
	display: block;
	height: 30px;
	width: 270px;
	position: relative;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: #fff url(/img/dfwd_logo.gif) 0 0 no-repeat;
}


#header h1.highlight a:hover, 
#header h1 a .hover
{
	background-position: 0 -30px;
	cursor: pointer;
}
/* END HEADER */

/* START NAVIGATION */
#naver
{
	width: 110px;
	height: 91px;
	position: absolute;
	top: 3px;
	right: 0;
}

#navigation, #navigation li
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#navigation li
{
	height: 30px;
}

#navigation a *
{
  display: none;
}

#navigation a,
#navigation a .hover
{
  width: 110px;
  height: 30px;
  position: relative;
  display: block;
  background: #fff url(/img/navigation.gif) 0 0 no-repeat;
  text-decoration: none;
  cursor: pointer;
}

#navigation a.services { background-position: 0 0; }
#navigation a.portfolio { background-position: 0 -30px; }
#navigation a.hiring-me { background-position: 0 -60px; }

/* you are here */
body#services #navigation a.services { background-position: -110px 0; }
body#portfolio #navigation a.portfolio { background-position: -110px -30px; }
body#hiring-me #navigation a.hiring-me { background-position: -110px -60px; }

/* .highlight will be remove if JS is enabled */
#navigation .highlight a.services:hover, 
#navigation a.services .hover
{
  background-position: -110px 0;
}

#navigation .highlight a.portfolio:hover, 
#navigation a.portfolio .hover
{
  background-position: -110px -30px;
}
#navigation .highlight a.hiring-me:hover, 
#navigation a.hiring-me .hover
{
  background-position: -110px -60px;
}
/* END NAVIGATION */

/* START MISC DIVS */
#description
{
	height: 40px;
	margin-top: -10px;
}

#portfolio-wrapper
{
	height: 434px;
}

#slideshow, #portfolio-slideshow
{
	width: 590px;
	height: 393px;
	overflow: hidden;
}

#arrows-holder
{
	height: 21px;
	margin: 30px 5px 0 0;
	float: right;
}
/* END MISC DIVS */

/* START PARAGRAPHS AND HEADINGS */
p
{
	margin-bottom: 1.6em;
	font-size: 13px;
	color: #5F5658;
}

#footer p
{
	text-align: right;
	color: #bbb;
}

#header p
{
	color: #ababab;
}

#description p
{
	display: none;
}

h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }


h1, h2, h3 { margin-bottom: 10px;  }


body#home #footer p#copyright /* hide initially to prevent flash */
{
	display: none;
}

/* END PARAGRAPHS AND HEADINGS */

/* START LINKS */
a:link, a:visited
{
	color: #867a7f;
	background: none;
	padding: 0 0 1px 0;
	text-decoration: underline;
}

a:hover, a:active, a:focus
{
	color: #aaa1a6;
	text-decoration: none;
}

#portfolio-links a:link,
#portfolio-links a:visited
{
	text-decoration: none;
}

#portfolio-links a:hover,
#portfolio-links a:active
{
	text-decoration: underline;
}
/* END LINKS */

/* START MISC STUFF */
img.doodad
{
	display: block;
}

body#portfolio img.doodad
{
	margin-top: 25px;
	margin-bottom: 20px;
}

body#hiring-me img.doodad
{
	margin: 0 auto;
}


a#next
{
	margin-left: 30px;
}

img#phone
{
	float: left;
}


.last-bottom
{
	margin-bottom: 0;
}
/* END MISC STUFF */

/* START LISTS */
ul.plain-jane, ul.plain-jane li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.plain-jane li
{
	margin-bottom: 4px;
	color: #92878C; 
}

body#portfolio div#lefter ul.plain-jane li
{
	margin-bottom: 8px;
}

ul.generic
{
	list-style-type: disc;
	margin-bottom: 1.6em;
}

ul.generic li
{
	margin-left: 30px;
	margin-bottom: 12px;
	color: #5F5658;
	font-size: 13px;
}

/* END LISTS */

/* START CONTACT FORM */
#form_container
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    text-align: left;
}

#toppanel
{
    position: absolute;
    top: 10px;
    width: 950px;
    z-index: 25;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel
{
    width: 950px;
    position: relative;
    top: 0;
    height: 0px;
   /* height: 211px;    uncomment while styling and testing form */
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
}

#panel_contents
{
    background: #554d4e;
    height: 100%;
    width: 954px;
    position: absolute;
    z-index: -1;
}

.panel_button
{
	margin-left: 777px;
	position: relative;
	top: 0;
	width: 173px;
	height: 22px;
	background: url(/img/panel_button.png) center bottom no-repeat;
	z-index: 20;
	cursor: pointer;
}

.panel_button a
{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	display: block;
	width: 173px;
	text-align: center;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.panel_button a:hover
{
	color: #ccc;
}

#form
{
	margin: 0 auto;
	width: 900px;
	padding: 14px;
	overflow: hidden;
}

#form td
{
	vertical-align: top;
}

#form td.col-1
{
	width: 342px;
}

#form td.add-space
{
	padding: 0 15px 0 5px;
}

#form h1
{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #d8a702;
}

#form p
{
	font-size: 12px;
	color: #FFF;
	margin-bottom:20px;
	border-bottom: solid 1px #62595a;
	padding-bottom: 10px;
}

#form label
{
	display: block;
	float: left;
	width: 60px;
	margin-right: 15px;
	padding-top: 5px;
	color: #ccc;
	font-size: 13px;
}

#form label span
{
	color: #FDC70F;
}

#form input.error
{
	background: #FDC70F;
}

#form label.wider
{
	width: 390px;
	padding-top: 0;
	margin-top: -5px;
	text-align: center;
	
}

#form input, #form textarea
{
	float: left;
	font-size: 12px;
	padding: 4px 3px 5px 3px;
	border: 1px solid #fff;
	width: 245px;
	margin:2px 0 14px 0;
	color: #92878c;
	font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
}

#form textarea
{
	height: 75px;
	width: 400px;
	overflow: auto;
}

#form button
{
	clear:both;
	width: 130px;
	padding: 5px 0;
	background: #828282;
	text-align:center;
	color: #fff;
	font-size: 13px;
	border-right: 1px solid #484142;
	border-bottom: 1px solid #484142;
	border-left: 1px solid #8f8f8f;
	border-top: 1px solid #8f8f8f;
}

#result
{
	width: 130px;
	margin-top: 20px;
}

#form #result p
{
	font-size: 13px;
	border-bottom: none;
	color: #d8a702;
	line-height: 1.4;
	
}
/* END CONTACT FORM */
