﻿/***********************************************/
/***************** CSS RESET *******************/
/***********************************************/

/* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
   Code licensed under the BSD License:
   http://developer.yahoo.net/yui/license.txt
   version: 2.5.1                                    */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style:none; list-style-position: outside; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; font-variant: normal; }

/* End Yahoo! copyright. */


/***********************************************/
/************ BEGIN CUSTOM STYLE ***************/
/***********************************************/

/*  HTML ELEMENT STYLING */

body {
	background-color: #464646;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.77em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	border-bottom: 1px dotted #494949;
	color: #494949;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 1.8em;
	margin-bottom: 0.7em;
	padding-bottom: 4px;
}

h2 {
	color: #464646;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	color: #5a5a5a;
	font-weight: bold;
}

h4 {

}

a, a:visited {
	color: #04639f;
}

ul, ol {
	line-height: 1.6em;
	padding-bottom: 1em;
	padding-left: 17px;
}

ul li {
	list-style: disc outside;
}


/*****************************************/


/*  COMMON CLASSES  */

.widthFull {
	width: 100%;
}

.width960 {
	width: 960px;
	margin: 0 auto;
}

.width160 {
	width: 160px;
}

.right1-3 {
	width: 260px;
}

.left2-3 {
	margin-right: 260px;
	width: 490px;
}

.right2-3 {
	margin-top: 30px;
	width: 440px;
}

.left1-3 {
	margin-right: 460px;
	margin-top: 30px;
	width: 300px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
	font-size: 1px;
}

.clearRight {
	clear: right;
	font-size: 1px;
}

.hide {
	display: none;
}

/*****************************************/

/* SPECIFIC PAGE ELEMENTS */

/* Header */

#utility {
	color: #ddd;
	font-size: 0.9em;
	padding: 8px 0;
}

#utility a, #utility a:visited {
	color: #ddd;
	text-decoration: none;
}

#utility a:hover {
	text-decoration: underline;
}

#phone 		{ background: url("images/user.png") no-repeat left top; }
#email 		{ background: url("images/letter.png") no-repeat left top; }
#resume 	{ background: url("images/file.png") no-repeat left top; }
.topRowLink { padding: 4px 0 0 20px; }

#logo {
	padding-bottom: 13px;
}

#headerShadow {
	background: #fff url("images/headerGradient.png") repeat-x left top;
}

/* Content Styles */
#contentRow {
	background-color: #fff;
	padding: 10px 0 15px;
}

#main {
	background-color: #fff;
}

#portfolioTab {
	background: url("images/portfolioTab.png") no-repeat left center;
	color: #fff;
	font-size: 1.7em;
	letter-spacing: 0.2em;
	padding: 4px 0 3px;
	width: 100%;
}

#portfolioItems {
	background-color: #d9d9d9;
	border: 2px solid #464646;
	padding: 5px 0;
}

#portfolioItems img {
	padding: 10px 20px;
}

img.sel {
	background: url("images/selectedProject.png") no-repeat right center;
}

#theContent {
	background-color: #fff;
	margin-left: 195px;
}

#theContent p {
	line-height: 1.6em;
	padding-bottom: 1.2em;
	width: 95%;
}

#glance {
	border-left: solid 1px #464646;
	padding-left: 10px;
}

#glance p {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 1.15em;
	line-height: 1.2em;
	padding-bottom: 1em;
	padding-left: 10px;
}

#glance p .secondary {
	color: #888;
	font-size: 0.95em;
	line-height: 0.95em;
	padding-left: 10px;
}

#glance p.last {
	padding-bottom: 0px;
}

#DesignSection img, #DesignSection .movieContainer {
	border: solid 1px #6CAD6F;
}

#desDivide {
	border-bottom: solid 1px #6CAD6F;
	line-height: 1.7em;
	margin-top: 25px;
	padding-top: 6px;
	width: 100%;
}

#desDivide .desTab {
	background: url("images/designTab1.png") no-repeat bottom center;
	color: #6CAD6F;
	cursor: pointer;
	font-weight: bold;
	margin-left: 20px;
	margin-top: -35px;
	padding: 12px 16px 4px;
	position: absolute;
}

#desDivide .commTab {
	background: url("images/commTab0.png") no-repeat bottom center;
	color: #B28FCC;
	cursor: pointer;
	margin-left: 103px;
	margin-top: -36px;
	padding: 12px 23px 3px;
	position: absolute;
}

#CommSection img, #CommSection .movieContainer {
	border: solid 1px #B28FCC;
}

#commDivide {
	border-bottom: solid 1px #B28FCC;
	line-height: 1.7em;
	margin-top: 25px;
	padding-top: 6px;
	width: 100%;
}

#commDivide .desTab {
	background: url("images/designTab0.png") no-repeat bottom center;
	color: #6CAD6F;
	cursor: pointer;
	margin-left: 18px;
	margin-top: -36px;
	padding: 12px 19px 3px;
	position: absolute;
}

#commDivide .commTab {
	background: url("images/commTab1.png") no-repeat bottom center;
	border-bottom: solid 1px white;
	color: #B28FCC;
	cursor: pointer;
	font-weight: bold;
	margin-left: 105px;
	margin-top: -35px;
	padding: 12px 17px 4px;
	position: absolute;
}

.movieContainer {
	padding-right: 2px;
}


/* Footer */

#footer {
	color: #ddd;
	font-size: 0.9em;
	font-style: italic;
	margin: -4px 0 15px 0;
}

#footerShadow {
	background: url("images/footerGradient.png") repeat-x left top;
}
