/**
 * Freelancer Directory Website
 * CSS Page Styles
 *
 * @author Vance Lucas, Micah Jones, and Philip Rowland
 * @link http://www.freelancerdirectory.com/
 */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* General Element Styles */
p { margin: 0; padding: 8px 0px; }
img { border: 0; }
h1, h2, h3, h4, h5, h6 { margin: 4px 0; padding: 2px 0px; line-height: normal; color: #4B4B4B; } 
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
blockquote {
	margin-left: 20px; padding: 1px; padding-left: 8px;
	border-left: 1px dotted #335E82;
}
hr {
	margin: 0; padding: 0;
	border: 0; border-bottom: 1px solid #4B4B4B;
}

/* links */
a, a:link, a:active, a:visited {
	color: #1A4A73;
}
a.small, a.small:link, a.small:active, a.small:visited {
	font-size: 11px; color: #1A4A73;
}
a:hover {
	text-decoration: underline; color: #3366FF;
}

/* Content container */
.container {
	width: 800px;
	margin: 0 auto;
}
.inside {
	padding: 0 10px;
}

/* Clearing floats */
.clearFloat {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearAfter:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.alignLeft { float: left; }
.alignRight { float: right; }

#pageHead {
	background-color: #555555;
}

/* navigation elements */
#pageNav #controlPanelButton {
	position: relative;
	background: #8099AB url(../images/contPanelBg.png) top left repeat-x;
	color: #fff;
}

#pageNav {
	position: relative;
	height: 43px;
	border-top: 1px solid #C1C1C1;
	background: #8099AB url(../images/pageNavBg.png) top left repeat-x;
	color: #fff;
}
	/* Main navigation list */
	#pageNav ul {
		position: relative;
		display: block;
		width: 100%;
		margin: 1px 0 0 0;
		padding: 0;
		height: 33px;
		border-left: 1px solid #618FAD;
	}
	#pageNav ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#pageNav ul li a:link, #pageNav ul li a:active, #pageNav ul li a:visited {
		display: block;
		float: left;
		height: 15px;
		padding: 9px 14px;
		overflow: hidden;
		border-right: 1px solid #618FAD;
		background-image: url(../images/pageNavItemBg.jpg);
		color: #eee;
		text-decoration: none;
	}
	#pageNav ul li a:hover {
		background-position: 0px -50px;
		text-decoration: underline;
	}
	#pageNav ul li.active a {
		background-position: 0px -100px;
		color: #fff;
	}
	#pageNav ul li a.end {
		width: 0px;
		padding: 6px 0px;
	}
	#pageNav ul li ul {
		clear: left;
		display: block;
		position: absolute;
		list-style: none;
		font-size: 90%;
		height: 32px;
		left:0;
		top: 27px;
	}
	#pageNav ul li ul li {
		float: left;
		margin: 0;
		padding: 8px 10px;
	}
	#pageNav ul li ul li a:link, #pageNav ul li ul li a:active, #pageNav ul li ul li a:visited {
		display: inline;
		float: none;
		height: auto;
		padding: 0;
		border: 0;
		background: none;
		color: #fff;
		text-decoration: underline;
	}
	#pageNav ul li ul li.active a {
		color: #99CCCC;
	}

.controlPanelButton{
	background: #C92 url(../images/contPanelBg.jpg) top left repeat-x;
}

/* body content */
#pageBody {
	padding: 6px;
	min-height: 300px;
	background-color: #fff;
	line-height: 1.4;
}
#pageBody .content {
	margin-right: 200px;
}
#pageBody .extra {
	float: left;
	margin-left: 560px;
}
	#pageBody h1 {
		margin: 0;
		border-bottom: 1px solid #707070;
		font-family: Georgia, Arial, sans-serif;
		letter-spacing: 0.1em;
		color: #4B4B4B;
	}
	/* content columns */
	#pageBody #columnSide {
		width: 200px;
		float: left;
	}
	#pageBody #columnMain {
		width: 600px;
		float: right;
	}
	#pageBody .portfolioList {
		width: 75%;
		margin-left: 15px;
		padding-left: 5px;
		border-left: 1px dotted #000;
		float: left;
	}	

/* Side column lists */
#columnSide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#columnSide ul li {
	font-size: 120%;
	font-weight: bold;
}
#columnSide ul li ul {
	margin-left: 14px;
	margin-bottom: 10px;
}
#columnSide ul li ul li {
	font-size: 86%;
	font-weight: normal;
}

/* portfolio previews */
#portPreview{
	padding-top: 10px;
	margin-bottom: 10px;
}
	#portPreview #portImage{
		float: left;
	}
	#portPreview #portDesc{
		float: left;
		margin: 20px;
	}
#createPort{
	display: none;
}

/* footer */
#pageFoot {
	clear: both;
	text-align: right;
	font-size: 90%;
}
	#pageFoot .container {
		border-top: 1px solid #bbb;
		padding: 10px 0;
	}
	#pageFoot p {
		margin:0;
		padding:0;
	}

/* homepage block links */
a.introLink
{
	width: 240px;
	display: block;
	padding: 6px;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 180%;
	font-weight: bold;
	line-height: 2;
}
#introLinkRegion {
	float: left;
	margin-left: 20px;
	border-color: #003300;
	background: #fff url(../images/introLinkRegion.jpg) top left no-repeat;
	color: #003300;
}
#introLinkRegion span {
	color: #000;
}
#introLinkDirectory {
	float: right;
	margin-right: 20px;
	border-color: #04293F;
	background: #fff url(../images/introLinkDirectory.jpg) top left no-repeat;
	color: #04293F;
}
#introLinkDirectory span {
	color: #000;
}

/* homepage intro boxes */
.introBox {
	margin: 15px 0;
	padding: 0;
	border-bottom: 1px dotted #fff;
}
.introBox h2 {
	margin: 0;
	padding: 5px 8px 0px 8px;
	background-color: #fff;
	border-bottom: 1px dotted #4B4B4B;
}
.introBox p {
	padding-left: 10px;
	padding-right: 10px;
}
#introFreelancer {
	border-color: #4B4B4B;
	background-color: #FFFFE0;
}
#introVisitor {
	border-color: #4B4B4B;
	background-color: #FFFFE0;
}
#introFreelancer h2, #introVisitor h2 {
	color: #7F2C0F;
}

/* user block links */
a.userLink
{
	width: 240px;
	display: block;
	padding: 6px;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 180%;
	font-weight: bold;
	line-height: 2;
}
#linkUserEdit{
	float: left;
	margin-left: 20px;
	border-color: #003300;
	background: #fff url(../images/linkUserEdit.jpg) top left no-repeat;
	color: #003300;
}
#linkPortfolioManager{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border-color: #003300;
	background: #fff url(../images/linkPortManager.jpg) top left no-repeat;
	color: #003300;
}
#linkContactInfo{
	float: left;
	margin-left: 20px;
	border-color: #003300;
	background: #fff url(../images/linkContactInfo.jpg) top left no-repeat;
	color: #003300;
}
#linkLogout{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border-color: #003300;
	background: #fff url(../images/linkLogout.jpg) top left no-repeat;
	color: #003300;
}
#introLinkRegion span {
	color: #000;
}
#introLinkDirectory {
	float: right;
	margin-right: 20px;
	border-color: #04293F;
	background: #fff url(../images/introLinkDirectory.jpg) top left no-repeat;
	color: #04293F;
}
#introLinkDirectory span {
	color: #000;
}

/* Gallery tiles */
.galleryTile {
	float: left;
	padding: 15px;
	font-size: 90%;
	height: 150px;
	text-align: center;
}
.galleryTileHover{
	border: 1px solid #BBB;
	padding: 3px;
	background-color: #fff;
	max-width: 200px;
	overflow: hidden;
	visibility: 75%;
}

/* General Classes */
.rightMargin {
	margin-right: 280px;
}
.large {
	font-size: 130%;
}

/* Framework Extras */
.formErrors {
	border: 1px solid #990000;
	background: #FFCCCC;
	color: #000;
}
.formError { color:#990000; } 
.formRequired { font-size:smaller; color:#990000; }

#fw_devToolbar {
	position:absolute; top:0; right:0; padding:4px; margin:4px; background-color:#eee; color:#000; font-size:85%;
}