/* ********************
   ** GLOBAL STYLES **
   ******************** */

body
{
	background-color: #fff;
	color: #333;
	font-family: Georgia, "Times New Roman", Serif; 
	font-size: 15px;
	margin: 0px;
}

a:link, a:visited, a:active
{
	color: #336699; /* #333; */
	text-decoration: none; /* underline; */
}

/*
a:visited
{
	color: #333;
	text-decoration: underline;
}

a:active
{
	color: #333;
	text-decoration: underline;
}
*/

a:hover
{
	color: #336699; /*#333;*/
	text-decoration: underline; /*none;*/
}

#header
{
	background: #333;
	width: 100%;
	height: 165px;
}

#title
{
	width: 700px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	background: url("images/titlebottom.jpg") no-repeat;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	padding-bottom: 15px;
}

#footer
{
	background: #000;
	width: 100%;
	height: 50px;
	color: #ccc;
	padding-top: 3px;
	text-align: center;
	font-size: 14px;
}

ul {
	margin-bottom: -22px;
}

ul li {
	list-style-type: none;
	padding-bottom: 22px;
}

ul.resumeDetails {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.resumeDetails li {
	list-style-type: none;
	padding-bottom: 0px;
}

/* *********************
   ** HOMEPAGE STYLES **
   ********************* */

.homeText
{
	font-size: 20px;
	padding-top: 50px;
	width: 450px;
	height: 300px;
}

#homePhoto
{
	width: 239px;
	height: 294px;
	float: right;
	margin-top: 40px;
}

.boxTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	background: #ccc;
	padding: 7px;
	width: 186px; /* (200 - 7*2) */
}

#boxRow
{
	width: 700px;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	background: #fff;
}

#projects
{
	width: 200px;
	height: 275px;
	float: left;
	text-align: center;
	margin-right: 49px;
	border-left: 1px #ccc solid;
	border-top: 1px #333 solid;
	color: #333;
	background: #fff;
}

#projects p
{
	padding-left: 0px;
}

#photos p, #videos p
{
	padding-left: 10px;
}

#projects a img
{
	float: left;
	margin: 0px 0px 8px 8px;
	background: #fff;
	padding: 4px;
	width: 79px;
	height: 79px;
	border: 0px;
}

#projects a img:hover
{
	background: #ccc;
}

#photos
{
	float: left;
	margin: 0px;
	width: 200px;
	height: 275px;
	text-align: center;
	color: #333;
	margin-right: 48px;
	border-left: 1px #ccc solid;
	border-top: 1px #333 solid;
	background: #fff;
}

#photos a img
{
	float: left;
	margin: 0px 0px 8px 8px;
	background: #fff;
	padding: 4px;
	width: 79px;
	height: 79px;
	border: 0px;
}

#photos a img:hover
{
	background: #ccc;
}

#videos
{
	width: 200px;
	height: 275px;
	margin-left: 499px;
	color: #333;
	border-left: 1px #ccc solid;
	border-top: 1px #333 solid;
	background: #fff;
	text-align: center;
}

#videos .clip 
{ 
	padding: 4px; 
	float: left; 
	margin: 8px 0px 8px 8px;
	width: 80px; 
	line-height: .2em; 
	background: #fff;
}

#videos .clip:hover
{
	background: #ccc;
}

#videos #vimeo_badge_logo 
{ 
	display: none;
}

#tumblelog
{
	background: #333;
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	padding-top: 1px;
}


#tumblelog a
{
	color: #fff;
	text-decoration: underline;
}

#tumblelog a:hover
{
	color: #336699;
}


/* ***********************
   ** ABOUT PAGE STYLES **
   *********************** */

.pageTitle
{
	font-size: 20px;
	padding-top: 50px;
	width: 450px;
	margin-top: 20px;
	text-align: left;
}

#aboutText, #resumeText, #projText
{
	font-size: 16px;
	text-align: left;
	padding-bottom: 30px;
	line-height: 22px;
}

#aboutText
{
	width: 450px;
}

#resumeText, #projText
{	
	width: 700px;
}

#projText {
	padding-bottom: 15px;
}

#twitter_update_list 
{
	list-style: none;
	display: inline;
	margin: 0px;
	/*padding: 0px; */
	font-style: italic;
	font-size: 13px;
}

#twitter_update_list li
{
	padding-left: 100px;
}

#twitter_update_list a 
{
	display: block;
	color: #999;
}

#aboutSide
{
	width: 239px;
	height: 500px;
	float: right;
	margin-top: 40px;
}

#aboutSide img {
	margin-top: 10px;
}

#prefoot1 {
	background: #ccc;
	height: 15px;
	width: 100%;
}

#prefoot2 {
	background: #333;
	height: 15px;
	width: 100%;
}

/* ************************
   ** CLIENT PAGE STYLES **
   ************************ */

.clientData
{
	font-size: 16px;
	padding-top: 50px;
	width: 700px;
	margin-top: 20px;
	text-align: left;
	line-height: 150%;
}

.clientData .left {
	float: left;
	width: 150px;
}

.clientData .right {
	float: left;
}

/* *************************
   ** PROJECT PAGE STYLES **
   ************************* */

/*.projText
{
	font-size: 16px;
	padding-top: 50px;
	width: 700px;
	margin-top: 20px;
	text-align: left;
}*/

.projThumbs {
	width: 700px;
	text-align: center;
	margin-top: 20px;
}

.projThumbs a img {
	margin: 8px;
	padding: 4px;
	background: #fff;
	border: 0px;
}

.projThumbs a img:hover {
	background: #333;
} 

#projectInfo {
	font-size: 14px;
	padding-top: 40px;
	width: 190px;
	margin-top: 20px;
	text-align: left;
}

#projInfo {
	font-size: 14px;
	width: 190px;
	margin-top: 20px;
	text-align: left;
}

#projectImage {
	width: 500px;
	/*height: 900px;*/
	float: right;
	margin-top: 40px;
}

#projImage {
	width: 500px;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
}

#projectTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	width: 174px; /* 190 - 8x2 */
	background: #ccc;
	padding: 8px;
	border-top: 1px #000 solid;
	border-left: 1px #ccc solid;
}

#projectDescription {
	font-size: 14px;
	color: #333;
	text-align: left;
	width: 175px;
	padding: 8px;
	border-left: 1px #ccc solid;
}

#projectDescription p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#linkWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 40px;
	margin-top: 20px;
}

#leftLink {
	float: left;
	font-size: 16px;
	width: 300px;
	text-align: left;
}

#rightLink {
	float: right;
	font-size: 16px;
	width: 200px;
	text-align: right;
}
