/*

DERRECKDEAN

*/
@font-face {
	font-family: 'WinterthurCondensed Regular';
	src: url('fonts/WinterthurCondensed.eot');
	src: local('WinterthurCondensed Regular'), local('WinterthurCondensed'), url('fonts/WinterthurCondensed.woff') format('woff'), url('fonts/WinterthurCondensed.ttf') format('truetype'), url('fonts/WinterthurCondensed.svg#WinterthurCondensed') format('svg');
}

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: "" "";
}

	
html
{
	font: 62.5% helvetica,arial,sans-serif;
}

body
{
	font-size: 1.7em;
	color: #000;
	background: #fff url(/global/images/damask.gif);
	text-align: center;
}

.fr { float: right; }

#header
{
	font: 1.4em/1em "WinterthurCondensed Regular","Arial Narrow",arial,helvetica,sans-serif;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    margin: 0;
    padding: 1em 0 .25em 0;
    text-align: center;
}
body.ie #header { background-color: #000; }
#header #name,#header ul.navigation {  }

#header a { color: #fff; text-decoration: none; }
#header a:hover { text-decoration: underline; }
#header #name a:hover { text-decoration: none; }

#name, #header ul.navigation, #header ul.navigation li { display: inline; }
#header ul.navigation li:after { content: " |"; }

#name { text-shadow: rgba(0,0,0,.6) 0 1px 5px; }
#name a:hover,
#name+ul a:active { text-shadow: rgba(255,255,255,.99) 0 1px 5px; }

#name span
{
    font-size: 2em;
}
#tagline { font: bold italic 0.8em georgia,serif; text-transform: lowercase; }

#functional {
    font: 0.9em/1.4em arial,helvetica,sans-serif;
    background-color: rgba(102,102,102,.5);
    color: #fff;
    text-align: center;
    text-shadow: rgba(0,0,0,.5) 0 1px 1px; 
}
body.ie #functional { background-color: #666; }

.boxed
{
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    padding: .5em .75em;
}
body.ie .boxed { background-color: #000; }

/* =FOOTER */

#footer { 
    width: 960px; 
    margin: 5em auto .5em; 
    clear: both; 
    font: bold italic .9em georgia,sans-serif;
    text-align: center;
}
#copyright, #footer ul, #footer li { display: inline; }

#footer .vcard .type { display: none; }
#footer .vcard * { display: inline; }
#footer ul li { margin-left: 1em; }

/* =CONTENT */

#content { width: 960px; margin: 0 auto; text-align: left; }
#content h1 { font: 2em/1em "WinterthurCondensed Regular","Arial Narrow",arial,helvetica,sans-serif; display: block; margin: 0 auto; text-align: center; margin: .25em 0 .125em 0; padding: 0; text-shadow: rgba(0,0,0,.2) 0 2px 1px;  }
#content h2 { font: 2em/1em "WinterthurCondensed Regular","Arial Narrow",arial,helvetica,sans-serif; display: block; margin: 0 auto; text-align: center; margin: .5em 0 .25em 0; padding: 0; text-shadow: rgba(0,0,0,.2) 0 2px 1px; }

#content h1 a, #content h2 a { font: bold italic 1em georgia,serif; }

#content h3 { font: 1.5em/1em "WinterthurCondensed Regular","Arial Narrow",arial,helvetica,sans-serif; margin: .5em 0 .25em 0; padding: 0; text-shadow: rgba(0,0,0,.2) 0 2px 1px; }

#content ul { list-style-type: disc; margin-left: 1em; }
#content li { margin-top: .5em; }

#content p { margin-top: .5em; text-align: justify; line-height: 1.4em; }

#content blockquote { margin: .5em 0; font: 1em/1.5em georgia,serif;  }
#content cite { font: bold 1em arial,helvetica,sans-serif; }

/* TEXT SHADOW */
#content p, #conternt blockquote, #content cite,
#content li, #content dd, #content dt, #content th,
#content td, #content label, #content input,
#content select, #content textarea
{ text-shadow: rgba(0,0,0,.3) 0 1px 1px;  }

/* =FORMS */


form { 
    padding: 1em; 
    background-color: rgba(0, 100, 255, 0.2);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
form div.ctrlHolder { clear: both; margin: .5em 0; }
form div.ctrlHolder label { display: block; float: left; font-weight: bold; }
form div.ctrlHolder p{ font: bold italic 0.8em georgia,serif; color: #666; }

/* applies to form input elements */
form div.ctrlHolder input,
form div.ctrlHolder select,
form div.ctrlHolder textarea
{
    font: 1.1em/1.3em arial,helvetica,sans-serif;
}

form div.ctrlHolder .multi label,#content form div.ctrlHolder .multi input { display: inline; width: auto; float: none; font-weight: normal; }
form div.buttonHolder input, form div.buttonHolder button { padding: .5em 1em; font: bold italic 1.5em arial,helvetica,sans-serif; }


/* =PAGES */

ul#site-previw-slideshow
{
    position: relative;
    width: 366px;
    height: 270px; 
    list-style-type: none;
    background: transparent url(/global/images/monitor.png);
}
#site-previw-slideshow img
{
    position: absolute;
    top: 12px;
    left: 23px;
}
#food-for-thought { 
width: 550px; 
font-size: 1.1em;
-moz-box-shadow: rgba(0, 0, 0, .4) 0px 5px 10px; 
}




#index #content h1 { font-size: 4.5em; }
#index #food-for-thought + h2 { clear: both; font-size: 3em; }
#index #food-for-thought + h2 + h3 { font: 2.2em/1em "WinterthurCondensed Regular","Arial Narrow",arial,helvetica,sans-serif; text-align: center; text-shadow: rgba(0,0,0,.2) 0 2px 1px;  }


#wddservices #content h2 { font-size: 4.0em; }



#contactUs #content h2 { font-size: 4.0em; }
#contactUs div.ctrlHolder label { width: 350px; line-height: 1.5em; }
#contactUs div.ctrlHolder input { width: 550px; }
#contactUs div.ctrlHolder textarea { width: 900px; }


#faq #content h3 { margin-top: 1em; font-size: 2em; }
#faq dt { font-weight: bold; margin: 1em 0; }
#faq dd { margin-left: 1em; }

/* =REUSME=========================== */
#resume
{
 /*background: #fff;*/
}
#resume #content h1,
#resume #content h2,
#resume #content h3,
#resume #content p,
#resume #content li { 
 font-family: georgia,sans-serif;
}

#resume .vcard { margin-top: 2em; }
#resume .vcard h1 { font-size: 1em; }
#resume .vcard h1 a 
{
display: block;
font-size: 3em;
color: #000;
font-style: normal;
text-decoration: none;
}
#resume .vcard p { text-align: center; line-height: 1em; }

#resume #content h2 { font-size: 2.5em; font-weight: bold; border-bottom: solid 1px #000; padding-bottom: 5px; }
#resume #content h3 { font-size: 1.8em; border-bottom: dotted 1px #999; padding-bottom: 5px; }
#resume #content h3 span { float: right; font-style: italic; }

#skills { position: relative; height: 21em; font-size: .8em; }
#skills ul { list-style-type: none; margin-left: 0; }
#concepts,#software,#languages,#other
{
 height: 20em;
 position: absolute;
}
#concepts  { left: 0px; }
#software  { left: 225px; }
#languages { left: 475px; }
#other     { left: 750px; }

#experience ul,#education ul { list-style-type: none; margin: 1em 0; }
#experience li,#education li { margin: 1em 0; }

/* =PORTFOLIO================================================= */

#portfolio #content h2 { font-size: 4em; }
#portfolio #content { width: 100%; }
#portfolio #content p { width: 960px; margin: 0 auto; }
#portfolio #pf { list-style-type: none; margin: 0; border-bottom: dotted 1px #000;  }
#portfolio #content li { border-top: dotted 1px #000; margin: 0; padding: 10px; }
#portfolio #content li div 
{ 
font: 1.2em/1.5em georgia,serif; 
position: relative;
width: 960px;
margin: 0 auto;
}

#portfolio blockquote
{
 font: italic 1em georgia,serif;
 color: #666;
}
#portfolio cite:before
{
 content: " - ";
}

#portfolio a.visit
{
position: absolute;
text-indent: -9999px;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

/* COMPUTRONICS */

#portfolio #computronics
{
height: 320px; 
background: url(http://computronicscomputers.com/global/images/bg-blue.jpg) 20% 10%; 
}
#portfolio #computronics h3 
{ 
background: url(http://computronicscomputers.com/global/images/logo-ccinc.png);
height: 290px;
width: 880px;
display: block;
text-indent: -9999px;
position: absolute;
left: 150px;
}
#portfolio #computronics p 
{ 
width: 300px; 
margin: 0;
text-align: left;
padding-top: 10px;
}

/* CPE */

#portfolio #cpe 
{
background: url(http://www.educational-software.com/images/sitev4/header-tile.jpg);
height: 100px;
}

#portfolio #cpe h3
{
background: url(http://www.educational-software.com/images/site/logo/cpe-304x79-transparent.gif);
width: 304px;
height: 79px;
text-indent: -9999px;
float: right;
margin: 10px 20px;
}

/* OCWH */

#ocwh { background: #FFFDE9 url(http://www.woundandhyperbaric.com/images/header-bg.gif) repeat-x scroll 0 0; }

#ocwh h3 
{ 
 float: left; 
 font: 1.5em Georgia,"Palatino Linotype",Utopia,Times,Serif;
 color: #1B2886;
 display: block;
 text-align: center;
 margin: 120px 20px;
}
#ocwh h3 span 
{ 
 display: block;
 color: #2A40AD;
 font: bold small-caps 1.1em georgia,serif;
}
#ocwh h3 span span 
{
 display: inline;
}

/* GYS */

#gys 
{
background: #FF731C url(http://www.garage-yard-sales.com/images/fp-bg.jpg) no-repeat scroll 80% 0;
}

#gys h3 
{
background: url(http://www.garage-yard-sales.com/images/gys-logo-serp.gif) no-repeat scroll 0 0;
text-indent: -9999px;
width: 226px;
height: 169px;
float: right;
margin: 0 20px;
}
#gys p 
{
height: 180px;
}

/* DLSCARE */

#dlscare
{
background: url(http://dlscare.com/global/images/grass-bg.jpg);
}

#dlscare div
{
background: url(http://dlscare.com/global/images/brick-bg.jpg);
padding: 15px;
-moz-box-shadow: #000 0 1px 10px;
height: 230px;
}

#dlscare h3 
{
background: url(http://dlscare.com/global/images/dependable-lawn-shrub-care-logo.gif) no-repeat scroll 0 0;
text-indent: -9999px;
width: 459px;
height: 223px;
float: left;
margin: 0 20px;
}

/* CABELO SALON */

#cabelo
{
background: #DEC4A1 none;
height: 220px;
}

#cabelo h3 
{
background: url(http://cabelosalontrinity.com/global/images/cabelo-salon.png) no-repeat scroll 0 0;
text-indent: -9999px;
width: 344px;
height: 209px;
float: right;
margin: 0 40px 0 0;
}


/* THE ULTIMATE DOG */

#ultimatedog
{
background: url("http://germanshorthairbreeder.com/global/images/background-tile.gif") repeat scroll 0 0 transparent;
height: 400px;
}

#ultimatedog h3 
{
background: url(http://germanshorthairbreeder.com/global/images/the-ultimate-dog-logo.png) no-repeat scroll 0 0;
text-indent: -9999px;
width: 459px;
height: 377px;
float: left;
margin: 0 20px;
}
