/* Unique Page Styles
	Author: Tim Smith
	Version: 1
 */ 

/* This includes the unique styles of the About, Work & Contact Pages */
 
/* ABOUT PAGE */

/* TYPOGRAPY */

#about img {
	padding: 6px;
	border: 1px solid rgba(0,0,0,0.09);
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

#about p {
	margin-bottom: 10px;
}

.important {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 10px;
}

.author {
	margin-top: 5px;
	color: #999;
}

.author a {
	color: #fbb034;
}

.author a:hover {
	color: #aaa;
}

/* ABOUT */

#about {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 10px;
}

/* TESTIMONIALS */

#testimonials {
	padding: 15px 15px 0 15px;
	margin-right: 15px;
	border-right: 1px solid rgba(0,0,0,0.2);
	width: 260px;	
}

.testimonials-list li {
	background: url(library/img/testimonials.png) no-repeat top left;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding: 10px 0;
	padding-left: 35px;
}

/* CONTRIBUTIONS */

#contributions {
	margin-right: 0;
	padding-top: 15px;
	padding-right: 15px;
	width: 260px;
}

.contributions-list li {
	background: none;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding: 10px 0;
}

.contributions-list li span {
	font-size: 11px;
	color: #999;
}

.contributions-list li a {
	color: #fbb034;
}

.contributions-list li a:hover {
	color: #555;
}

/* EXPERIENCE */

.side {
	padding-left: 10px;
	width: 205px; 
	float: right; display: block;
}

.experience-list li {
	background: none;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 10px;
}

.experience-list li h4 {
	font-family: Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: bold;
	color: #777;
	margin: 0 0 2px 0 !important;
}

.experience-list li h5 {
	font-family: Helvetica, sans-serif;
	font-size: 12px !important;
	color: #999;
	text-transform: none !important;
	margin: 0 0 8px 0 !important;
}

/* WORK PAGE STYLES */

.port-entries li {
	background: none;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding: 30px 0;
	min-height: 263px;
}

.port-entries li img {
	padding: 6px;
	float: left;
	margin-right: 25px;
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.09);
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.port-entries li h3 {
	clear: none;
	margin-top: -20px;
}

.port-entries li p {
	margin-bottom: 25px;
}

.port-entries li a {
	color: #fbb034;
}

.port-entries li a:hover {
	color: #555;
}

.port-meta {
	color: #999;
}

.port-meta .bolder {
	color: #777;
}

p.port-meta {
	margin: 5px 0 0 !important;
}

/* CONTACT PAGE STYLES */

#contact-form, #social {
	width: 370px;
}

#contact-form {
	margin-right: 60px;
}

#contact-form p {
	margin-bottom: 10px;
}

#social {
	margin-right: 0;
}

#social h4 {
	color: #777;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 3px solid rgba(0,0,0,.2);
	padding-bottom: 5px;
}

/* SOCIAL BUG STYLES */

.social-bug {
	line-height: 20px;
}

.social-bug li {
	background: none;
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	min-height: 32px;
} 

.social-bug li p {
	margin-bottom: 5px !important;
}

.social-bug li p span {
	font-weight: bold;
}

.social-bug li a {
	color: #fbb034;
}

.social-bug li a:hover {
	color: #555;
}

.social-bug li img {
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.2);
	padding: 4px;
	float: left;
	margin-right: 8px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
