@charset "UTF-8";

/* The 960px CSS Document 

Alright so here's the deal.

+ Document size: 960px
+ Margins: 22px
+ Gutters: 20px
+ Columns: 12
+ Column size: 58px

Note: Use ID's for specific, one-time only deals (like TYPOGRAPHY things); 
and CLASS's for things that can be used multiple times (like STRUCTURE things)!

*/




/* STRUCTURE */

html {
	height:100%;
	}

body {
	margin: 0px;
	padding: 0px;
	color: #4d4d4d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	height: 100%;
	background: #dadada; 
	}

div {
	}
	
div.wide{
	padding: 0px;
	float: left;
	margin: 0px;
	width: 100%;
}div.container {
	display: block;
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 22px 0px 22px;
	/*float: left;*/
	text-align: left;
	}

div.bodyDiv{
	background-color: #f9f9f9;
}

div.column {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
	float: left;
}
div.columnInner {
	padding: 0px 10px 0px 0px;
	float: left;
}
div.columnPadding{
	margin-top: -2px;
	padding-right: 5px;
	padding-left: 5px;
}

div.float {
	padding: 0px 10px 0px 0px;
	float: left;
}
div.grid1 {
	float: left;
	width: 58px;
}
div.grid2 { 
	float: left; 
	width: 136px;
}
div.grid3 { 
	float: left; 
	width: 214px; 
}
div.grid4 { 
	float: left; 
	width: 292px;
}
div.grid5 { 
	float: left; 
	width: 370px;
}
div.grid6 { 
	float: left; 
	width: 448px;
}
div.grid7 { 
	float: left; 
	width: 526px;
}
div.grid8 { 
	float: left; 
	width: 604px;
}
div.grid9 { 
	float: left; 
	width: 682px;
}
div.grid10 {
	float: left;
	width: 760px;
}
div.grid11 { 
	float: left; 
	width: 838px;
}
div.grid12 { 
	float: left; 
	width: 916px;
}

/* Header */

div.header {
	border-top-color: #666;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 5px;
	padding-top: 20px;
	height: 70px;
	/*margin-bottom: 60px;*/
	background: #333; 
}
div.header a {
	text-transform: uppercase;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #EDEDED;
}
div.header a:hover.y {
	background-color: #333;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 5px;
	border-bottom-width: 0px;
	color: #fde009;
}
div.header a:hover.c {
	background-color: #333;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 5px;
	border-bottom-width: 0px;
	color: #00B9EF;
}
div.header a:hover.m {
	background-color: #333;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 5px;
	border-bottom-width: 0px;
	color: #DF519D;
}
div.header a:hover.w {
	background-color: #333;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 5px;
	border-bottom-width: 0px;
	color: #fff;
}           

div.header a.x {
	margin-left: 6px;
	border-width: 0px;
}

            

div.header a:hover.x {
	background-color: #333;
}

            

div.header a.current {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	color: #FDE009;
}

/* Footer */

div.footer {
	background-color: #dadada;
	padding-top: 30px;
	height: 120px;
	/*margin-bottom: 60px;*/ 
}
            

div.footerHome {
	color: #ededed;
	padding-top: 20px;
	height: 120px;
	/*margin-bottom: 60px;*/
	background: #333; 
}
div.footerBorder{
	padding-right: 9px;
	border-right-width: 1px;
	border-right-style: dotted;
	height: 100px;
	border-color: #646464;
}

/* BASICS */

p, .content {
	margin: -3px 0px 20px 0px;
	padding: 0px 5px 0px 5px;
}

p.project{
	margin-top: 20px;
}

p.detail {
	font-size: 11px;
	margin-top: 5px;
	line-height: 18px;
}
p.welcome{
	line-height: 48px;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #1382be;
	text-decoration: none;
	}

a:focus {
	outline: none;
}

a.visited {
	color: #1382be;
	text-decoration: none;
	}

a:hover {
	background-color: #1382be;
	color: #fff;
	}
	
a.thumb {
		border-bottom-width: 0px;
	}

a:hover.thumb {
		background-color: #f9f9f9;
		border-bottom-width: 0px;
	}

h1.light, h1.roman, h1.black {
	margin: 0px;
	padding-left: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	}
	
h2.light, h2.roman, h2.black {
	margin: 0px;
	padding: 0px 0px 15px 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	}

h4 {
	margin: 0px;
	padding: 0px 0px 15px 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

span.project {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div.project {
	padding: 0px 0px 0px 4px;
	margin: 0px;
}
	
img.header {
	border-width: 0px;
	border-style: none;
}
img.thumb {
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #666;
}
img.detail {
	margin: 0px 5px 10px 5px;
	border: 1px solid #666;
	width: 670px;
	height: 400px;
	
}
ul{
	margin-top: -5px;
	list-style-image: url(/images/li-arrow.gif);
	margin-left: 15px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
}

li{
	margin-bottom: 10px;
}

.photoCred {
	font-size: 11px;
	font-style: italic;
	margin-top: -5px;
	line-height: 18px;
	float: right;
}
.hr {
	background: #666 url('http://www.derekpante.com/images/hr.gif') repeat;
	height: 1px;
	width: 100%;
	margin: 0px 4px 0px 4px;
}
.hrProjects {
	background: #666 url('http://www.derekpante.com/images/hr.gif') repeat;
	height: 1px;
	width: 206px;
	margin: 2px 4px 0px 4px;
}
.hrGrid3 {
	background: #666 url('http://www.derekpante.com/images/hr.gif') repeat;
	height: 1px;
	width: 206px;
	margin: 0px 4px 0px 4px;
}
.hrGrid6 {
	background: #666 url('http://www.derekpante.com/images/hr.gif') repeat;
	height: 1px;
	width: 439px;
	margin: 0px 4px 0px 4px;
}
.hrGrid9 {
	background: #666 url('http://www.derekpante.com/images/hr.gif') repeat;
	height: 1px;
	width: 673px;
	margin: 0px 4px 0px 4px;
}
.hrGrid12 {
	background: #666 url('http://www.derekpante.com/images/hr.gif') repeat;
	height: 1px;
	width: 907px;
	margin: 0px 4px 0px 4px;
}

/* MISC */

.contentPadding {
		padding-right: 5px;
		padding-left: 5px;
	}
.contactForm {
	width: 193px;
	margin-bottom: 10px;
	border: 1px solid #4d4d4d;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
.contactFormMessage {
	margin-top: 5px;
	height: 100px;
}
.contactFormSubmit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #333;
	border: 0px;
	padding: 5px;
	float: right;
}
.captcha {
	width: 70px;
	height: 40px;
	position: absolute;
	margin: 0px 0px 0px 5px;
	border: 1px solid #4d4d4d;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #666;
}
.captchaImage {
	border: 1px solid #4d4d4d;
}
.lineBreak {
	height: 30px;
}
.lineBreak2 {
	height: 60px;
}
.blogComment {
	/*background-color: #efefef;
	margin: 5px;
	padding: 10px;*/
}
.minHeight{
	min-height: 418px;
}

.bringItDown{
	text-align: right;
	margin-top: 23px;
}

.stress{
	color: #7b7b7b;
}

#tweets ul {
	margin-left: 15px;
	list-style-type: none;
	padding: 0;
}


/* HOMEPAGE */


/* TOOLTIP */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #666;
padding: 2px;
background-color: #f1f1f1;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

span.tagGraphic{
	text-transform: uppercase;
	margin-right: 5px;
	padding: 3px;
	background-color: #df6f09;
	color: white;
	font-weight: bold;
	line-height: 10px;
	font-size: 10px;
}

span.tagInteraction{
	text-transform: uppercase;
	margin-right: 5px;
	padding: 3px;
	background-color: #DF519D;
	color: white;
	font-weight: bold;
	line-height: 10px;
	font-size: 10px;
}

span.tagProduct{
	text-transform: uppercase;
	margin-right: 5px;
	padding: 3px;
	background-color: #63bf15;
	color: white;
	font-weight: bold;
	line-height: 10px;
	font-size: 10px;
}

span.tagVideo{
	text-transform: uppercase;
	margin-right: 5px;
	padding: 3px;
	background-color: #d2bb06;
	color: white;
	font-weight: bold;
	line-height: 10px;
	font-size: 10px;
}

span.tagWeb{
	text-transform: uppercase;
	margin-right: 5px;
	padding: 3px;
	background-color: #1484da;
	color: white;
	font-weight: bold;
	line-height: 10px;
	font-size: 10px;
}

span.grey{
	color: #7b7b7b;
}

