/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------
	Client:	CreativeDSG
	Author:	Darren Gould
	Date:	November, 2009
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */




/* ===================================================================================== STYLES HOME PAGE */

#home_bg .overview {
	float: left;
	margin: 0;
	padding: 55px 0 0 100px;
	list-style: none;
}

#home_bg .overview li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	color: #FFF;
	font: bold 20px Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#home_bg .overview li .highlight_block {
	padding: 3px 6px;
	background: #D11E1E;
}




/* ===================================================================================== STYLES FOR CONTENT PAGES */

/* -- -- ABOUT ME PAGE -- -- */

#content_aboutArea {
	padding: 30px 0 10px 0;
	background: url(../images/profile/profile_shot.png) bottom right no-repeat;
}

#content_aboutArea .intro {
	margin: 0 0 15px 0;
	color: #666;
	font-size: 14px;
	line-height: 1.8em;
 	text-transform: uppercase;
}

#content_aboutArea .intro .highlight {
	color: #333;
	font-size: 20px;
}

#content_aboutArea .highlight_block {
	padding: 2px;
	background: #D11E1E;
	color: #FFF;
}

#content_aboutArea .more_wrap {
}

#content_aboutArea .more_left {
	float: left;
	width: 255px;
}

#content_aboutArea .more_right {
	float: left;
}

#content_aboutArea a.linkedin {
	border: none;
}

#content_aboutArea a.linkedin img {
	padding-top: 15px;
}


/* -- Packages and Skills Table -- */

#psContainer_wrapperTop {
	margin-top: 15px;
	width: 381px;
	height: 12px;
	background: transparent url(../images/packages_skills/packages_skills_top.png) 0 0 no-repeat;
}

#psContainer_wrapperMiddle {
	margin: 0;
	padding: 0;
	width: 381px;
	background: transparent url(../images/packages_skills/packages_skills_middle.png) 0 0 repeat-y;
}

#psContainer_wrapperBottom {
	margin: 0;
	width: 381px;
	height: 15px;
	background: transparent url(../images/packages_skills/packages_skills_bottom.png) 0 0 no-repeat;
}

#ps_contentWrap {
	width: 381px;
	background: url(../images/packages_skills/packages_skills_divide.gif) top center repeat-y;
}

#ps_contentWrap .column {
	float: left;
	padding: 0 0 0 15px;
	width: 175px;
}

ul.packages,
ul.skills {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}

ul.packages li,
ul.skills li {
	margin: 0;
	padding: 0 0 5px 25px;
	font-size: 12px;
}

ul.packages .photoshop {
	background: url(../images/icons/photoshop.jpg) 0 2px no-repeat;
}

ul.packages .illustrator {
	background: url(../images/icons/illustrator.jpg) 0 2px no-repeat;
}

ul.packages .dreamweaver {
	background: url(../images/icons/dreamweaver.jpg) 0 2px no-repeat;
}

ul.packages .flash {
	background: url(../images/icons/flash.jpg) 0 2px no-repeat;
}

ul.packages .sharepoint {
	background: url(../images/icons/microsoft.jpg) 0 2px no-repeat;
}

ul.packages .indesign {
	background: url(../images/icons/indesign.jpg) 0 2px no-repeat;
}

ul.packages .quark {
	background: url(../images/icons/quark.jpg) 0 2px no-repeat;
}

ul.skills .tick {
	background: url(../images/icons/tick.jpg) 0 2px no-repeat;
}


/* -- Send Me a Message -- */

#getintouch_details {
	padding: 15px 25px 20px;
	background: #FFF;
}

#getintouch_details h3 {
	display: block;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #A4A4A4;
	color: #333;
	text-align: center;
}

.additionalContactWrap {
	padding: 25px 0 0 0;
}

.additionalContactWrap h3 {
	color: #333;
}

ul.contactInfo {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.contactInfo li {
	margin: 0;
	padding: 0 0 15px 40px;
	font-size: 12px;
}

ul.contactInfo .email {
	background: url(../images/icons/mail.jpg) 0 3px no-repeat;
}

ul.contactInfo .messenger {
	background: url(../images/icons/messenger.gif) 0 0 no-repeat;
}

ul.contactInfo .linkedin {
	background: url(../images/icons/linkedin_square.gif) 0 0 no-repeat;
}



/* -- -- MY WORK PAGE -- -- */

.portfolioInstructions {
	margin: 0 30px 20px 30px;;
	border: 1px solid #A4A4A4;
	border-left: none;
	border-right: none;
}

.portfolioInstructions p {
	padding: 0;
	font-size: 12px;
}

#content_work {
	padding: 30px 0 10px 0;
}

.portfolio_row {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	background: transparent;
}

.portfolio_row .thumbWrap {
	float: left;
	padding-right: 30px;
}

.portfolio_row .last {
	padding-right: 0;
}

.thumbArea_top {
	margin: 0;
	padding: 0;
	width: 244px;
	height: 11px;
	background: url(../images/portfolio_structure/portfolioThumb_top.png) 0 0 no-repeat;
}

.thumbArea_middle {
	margin: 0;
	padding: 0;
	width: 244px;
	background: url(../images/portfolio_structure/portfolioThumb_middle.png) 0 0 repeat-y;
}

.thumbArea_bottom {
	margin: 0;
	padding: 0;
	width: 244px;
	height: 8px;
	background: url(../images/portfolio_structure/portfolioThumb_bottom.png) 0 bottom no-repeat;
}

.thumbArea_middle .thumbnail {
	margin: 0;
	padding: 0 0 10px 11px;
	list-style: none;
}

.thumbArea_middle .thumbnail title {
	font-family: "Times New Roman", Times, serif !important;
}

.thumbArea_middle li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.thumbArea_middle .thumbimage {
	margin: 0 0 5px 0;
	width: 220px;
	height: 98px;
	border: 1px solid #CCC;
	overflow: hidden;
}

.thumbArea_middle .thumbimage_more {
	display: none;
}

.thumbArea_middle .thumbimage a {
	border: none;
}

.thumbArea_middle .client {
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0;
}

.thumbArea_middle .job {
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: 0;
}




/* ----- END OF TEMPLATE ----- */