@charset "UTF-8";

/*
	Description: Stylesheet for Joseph M. LaPorte
	Version: 1.0
	Date: 05.18.09
*/

/*****************************************************************
|	BASIC PARAMETERS                                             |
*****************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	background-image: url(images/backgroundPattern.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

image {
	border: 0;
}

#home #branding #mainNav .home a,
#design #branding #mainNav .design a,
#art #branding #mainNav .art a,
#contact #branding #mainNav .contact a {
	color: #fff;
	background-color: #00aeef;
	cursor: default;
}

/*****************************************************************
|	MAIN ELEMENTS                                                |
*****************************************************************/

#wrapper {
	width: 960px;
	margin-top: 0px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	background-color: #FFF;
	text-align: left;
}

#branding {
	width: 948px;
	height: 67px;
	background-color: #FFF;
	background-image:url(images/header.jpg);
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#marquee {
	width: 948px;
	height: 450px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#contentHolder {
	float: right;
	width: 948px;
	background-color: #FFF;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#featuredBranding {
	width: 575px;
	height: 67px;
	background-color: #FFF;
	background-image:url(images/featuredHeader.jpg);
}

#featuredWork {
	width: 575px;
	float: left;
	background-color: #FFF;
}

#featuredWorkItem {
	width: 575px;
	background-color: #FFF;
	margin-top: 6px;
}

#rightSide {
	width: 367px;
	float: right;
	background-color: #FFF;
}

#updates {
	width: 307px;
	height: 669px;
	background-color: #00aeef;
	color: #FFF;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

#updates a {
	color:#000;
	text-decoration: none;
}

#updates a:hover {
	color:#fff;
	text-decoration: none;
}
	

#screenPrint {
	width: 367px;
	height: 135px;
	margin-bottom: 6px;
}

#footer {
	clear: both;
	width: 908px;
	height: 100px;
	color:#777;
	background-color: #000;
	margin-left: 6px;
	margin-right: 6px;
	padding: 20px;
}

#footerLeft {
	text-align:left;
	width:400px;
	float:left;
}

#footerRight {
	text-align:right;
	width:400px;
	float:right;
}

#footer a {
	color: #00aeef;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}


/*****************************************************************
|	MAIN NAVIGATION ELEMENTS                                     |
*****************************************************************/

#mainNav {
	padding-left: 260px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul a {
	display: block;
	background-color: #000;
	line-height: 67px;
	text-decoration: none;
	color: #00aeef;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 4px;
}


ul a:hover {
	color: #fff;
	background-color: #00aeef;
}

li {
	float:left;
}

#featuredBranding a {
	float: right;
	display: block;
	background-color: #000;
	line-height: 67px;
	text-decoration: none;
	color: #00aeef;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

#featuredBranding a:hover {
	color: #fff;
	background-color: #00aeef;
}


/*****************************************************************
|	SECOND LEVEL ELEMENTS                                        |
*****************************************************************/

#updates h1 {
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;	
}

#updates h2 {
	font-style: italic;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: -10px;
}

/*****************************************************************
|	DESIGN PAGE ELEMENTS                                         |
*****************************************************************/

#designLeft {
	width: 312px;
	float: left;
	background-color: #FFF;
}

#designContent {
	width: 630px;
	float: right;
	background-color: #FFF;
}

#designMiddle {
	width: 312px;
	float: left;
	background-color: #FFF;
}

#designRight {
	width: 312px;
	float: right;
	background-color: #FFF;
}

#workHolder {
	float: left;
	display: block;
	width: 312px;
	background-color: #000;
	margin-bottom: 10px;
}

#workHolderText a {
	float: left;
	display: block;
	width: 292px;
	background-color: #000;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#workHolderText a:hover {
	color: #fff;
	background-color: #00aeef;
}

#workHolderText strong {
	font-size: 14px;
	font-style: italic;
}

/*****************************************************************
|	SELECT                                                       |
*****************************************************************/

#mainTitle {
	width: 908px;
	text-align: left;
	background-color: #fff;
	font-size: 18px;
	font-style: italic;
	color: #00aeef;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 6px;
}

#contentHolderSelect {
	width: 948px;
	text-align: center;
	background-color: #FFF;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#contentInfo {
	width: 908px;
	text-align: left;
	background-color: #000;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

#contentInfo a {
	color: #00aeef;
	text-decoration: none;
}

#contentInfo a:hover {
	color: #fff;
	text-decoration: none;
}
	

#contentInfo strong {
	color: #00aeef;
	font-style: normal;
	font-weight: normal;
}