/*

Title:     pixelvale master CSS file
Updated:   July 2nd, 2010
Author:    Dave Belson at pixelvale

*/
/* @group global styles */
body {
	padding: 0;
	margin: 0;
	font: 13px "Helvetica Neue", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: small;
	}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	}
table {
	font-size: inherit;
	}
ul {
	list-style: none;
	}
img {
	border: 0;
	}
body {
	text-align: center;
	font-family: Verdana, sans-serif;
	background: #cccccc;
	}
p {
	margin: 0 0 20px 0;
	}
a, a:visited {
	outline: none;
	color: #1C63AB;
	text-decoration: none;
	}
a:hover {
	color: #CC3333;
	}
small {
	color: #aaa;
	}
.strike {
	color: #aaa;
	text-decoration: line-through;
	}
.orange {
	color: #e96b20;
	font-weight: normal;
	}
.red {
	color: #f77070;
	}
.green {
	color: #43A038;
	font-weight: bold;
	}
.black {
	color: #000000;
	font-weight: normal;
	}
.gray {
	color: #ccc;
	}
#center {
	margin: 0;
	padding: 0;
	text-align: center;
	}
em {
	color: #666;
	font-size: medium;
	}
#header:after, #nav ul:after, #container:after, #recent_projects li a:after, #form_box div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* @end */
/* @group header */
#header {
	padding: 5px 15px;
	border-bottom: 2px solid #000;
	background: #fff url(/images/bg_top.gif) repeat-x left top;
	}
#header .logo {
	width: 770px;
	margin: 0 auto;
	}
#header .logo h1 {
	float: left;
	margin: 0;
	padding: 12px 0 12px 55px;
	font-size: 280%;
	font-weight: normal;
	background: url(/images/pixelvale_icon.png) no-repeat left center;
	}
#header .logo h1 a {
	color: #000000;
	}
/* @end */
/* @group content area */
#wrapper {
	padding: 20px 0;
	background: #444 url(/images/wrapper-bg.jpg) repeat-x center top;
	}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0 20px;
	border: 1px solid #333;
	line-height: 1.6em;
	text-align: left;
	background: #fff;
	}
#content {
	position: relative;
	float: left;
	width: 525px;
	margin: 20px 0 10px 0;
	padding: 0;
	}
#content p {
	color: #333333;
	font-size: 110%;
	line-height: 1.5em;
	}
#content h1, #content h2, #content h3, #content h4 {
	clear: left;
	}
#content h1 {
	margin: 0 10px 10px 0;
	color: #4D6880;
	font-size: x-large;
	}
#content h2 {
	margin: 0 0 10px 0;
	color: #29577F;
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
	}
/* My Comment */
h3 {
	margin: 0;
	color: #333;
	}
#content p a {
	border-bottom: 1px solid;
	border-color: #7fabfd;
	}
#content dt a {
	border: none;
	}
#content ul {
	margin: 0 10px 15px 0;
	padding: 40px 30px 40px 40px;
	background: #EBF3FA url(../images/box-bottom.png) no-repeat left bottom;
	list-style-type: none;
	}
#content ul h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	margin: 0 10px 2px 0;
	}
#content dl {
	font-family: "Helvetica Neue", "Lucida Grande", Lucida, Verdana, sans-serif;
	}
#content dt {
	float: left;
	margin: 0;
	padding: 0;
	}
#content dt img {
	margin: 0 0 15px 0;
	border: 2px solid #eee;
	}
#content dd {
	margin: 0 0 0 275px;
	padding: 0;
	letter-spacing: 0;
	}
#content dd strong {
	padding: 0;
	color: #aaa;
	text-transform: uppercase;
	}
.left img {
	float: left;
	margin: 2px 10px 1px 0;
	padding: 1px;
	border: 1px solid #ccc;
	}
/* @end */
/* @group portfolio */
#portfolio {
	margin: 0 5px 20px 0;
	padding: 1px;
	border: 2px solid #ddd;
	}
#portfolio thead {
	font-size: 100%;
	color: #999999;
	background: #eee;
	}
#portfolio td.line {
	height: 1px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
	}
#portfolio td {
	padding: 2px 6px;
	border: 1px solid #fff;
	}
#portfolio td.center {
	font-weight: bold;
	color: #43A038;
	text-align: center;
	}
/* @end */
/* @group sidebar */
#sidebar {
	float: right;
	width: 200px;
	margin: 20px 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #dddddd;
	color: #999999;
	font-size: 100%;
	}
#sidebar .nav {
	margin: 0;
	padding: 0;
	}
#sidebar .nav ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar .nav li {
	display: inline;
	padding: 0;
	letter-spacing: 1px;
	}
#sidebar .nav a {
	display: block;
	margin: 0 0 2px 0;
	padding: 10px 12px;
	padding-bottom: 9px;
	border: none;
	background: #99CCCC;
	}
#sidebar .nav li a:hover {
	background: #eeeeee;
	}
#sidebar .nav li .active {
	display: block;
	margin: 0 0 2px 0;
	padding: 10px 12px;
	padding-bottom: 9px;
	color: #111111;
	border: none;
	background: #CCD590;
	}
#sidebar #sub {
	margin: 10px 0;
	}
#sidebar #sub a {
	margin: 5px 0 5px 2px;
	padding: 0;
	background: 0;
	}
blockquote {
	margin: 20px 0 0 0;
	color: #666666;
	font-size: small;
	background: transparent url(/images/quote_top.png) left top no-repeat;
	}
blockquote div {
	padding: 10px 0 5px 10px;
	}
blockquote p, #sidebar p {
	padding: 0 0 5px 10px;
	}
#sidebar h3 {
	margin: 20px 0 0 0;
	color: #999;
	}
#sidebar ul {
	margin: 5px 0 5px 20px;
	padding: 0;
	list-style-type: square;
	}
.W3C-Sites {
	margin: 20px 10px 0 10px;
	padding: 0;
	}
.survey {
	margin: 20px 10px;
	padding: 0;
	}
.linkedin {
	margin: 15px 20px;
	padding: 0;
	}
.AISO img {
	margin: 10px;
	padding: 0;
	border: 1px solid #ccc;
	text-align: center;
	}
/* @end */
/* @group footer */
#footer {
	clear: both;
	border-top: 1px solid #666;
	color: #888888;
	font-size: 90%;
	background: url(/images/bg_footer.jpg) repeat-x left top;
	text-transform: uppercase;
	}
#footer p {
	width: 760px;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: left;
	}
#footer a {
	display: inline;
	padding: 0;
	}
#footer a img {
	vertical-align: top;
	}
/* @end */
/* @group Tumblr blog */
div#content div#description {
	position: absolute;
	right: -170px;
	width: 160px;
	text-align: right;
	}
div.post {
	position: relative;
	margin-bottom: 40px;
	padding-right: 20px;
	}
.date {
	margin: 0 0 20px 0;
	white-space: nowrap;
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	}
.date div.date_brick {
	height: 30px;
	width: 45px;
	font: Bold 12px Verdana, Sans-Serif;
	text-align: center;
	line-height: 12px;
	margin-left: 10px;
	padding-top: 5px;
	letter-spacing: 0px;
	overflow: hidden;
	}
div.post img.permalink {
	width: 14px;
	height: 13px;
	border-width: 0px;
	background-color: #000;
	}
div.post div.date a {
	border: none;
	}
#content div.post h2 {
	font-weight: Bold;
	margin: 0px 0px 5px 0px;
	color: #ccc;
	}
div.post h2 a {
	text-decoration: none;
	}
div.post div.caption {
	margin-top: 10px;
	}
div.post div.regular blockquote {
	font-style: italic;
	border-left: solid 2px;
	padding-left: 10px;
	}
/* Quote Post */
div.post div.quote div.quote_text {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	border-left: solid 5px;
	padding-left: 10px;
	}
div.post div.quote div.quote_text span.short {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -1px;
	}
div.post div.quote div.quote_text span.medium {
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -1px;
	}
div.post div.quote div.quote_text span.long {
	font-size: 16px;
	line-height: 20px;
	}
div.post div.quote div.source {
	font-size: 16px;
	font-weight: Bold;
	margin-top: 5px;
	}
/* Link Post */
div.post div.link a.link {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
	}
div.post div.link span.description {

	}
/* Conversation Post */
div.post div.conversation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	border-left: solid 5px;
	}
div.post div.conversation ul li {
	font-size: 12px;
	padding: 4px 10px 4px 8px;
	margin-bottom: 1px;
	}
div.post div.conversation ul li span.label {
	font-weight: bold;
	}
div.post div.conversation ul li span.user_1 {
	color: #c00;
	}
div.post div.conversation ul li span.user_2 {
	color: #00c;
	}
div.post div.conversation ul li span.user_3 {
	color: #0a0;
	}
/* Video Post */
div.post div.video {
	width: 400px;
	margin: auto;
	}
/* Footer */
div#blog-footer {
	margin: 40px auto 30px auto;
	font-weight: normal;
	}
div#blog-footer .next {
	float: right;
	}
div#blog-footer .previous {
	float: left;
	}
div#blog-footer div#credit {
	font: Normal 13px Georgia, serif;
	font-size: 13px;
	margin-top: 15px;
	}
/* @end */
/* @group Contact form */
#myForm {
	margin: 0 10px 15px 0;
	padding: 20px 20px 40px 20px;
	background: #eeeeee url(../images/box-bottom.png) no-repeat left bottom;
	}
#form_box div {
	padding: 0.2em 0.5em;
	}
#form_box div span.name {
	float: left;
	margin: 4px 0;
	width: 100px;
	color: #999;
	}
input, textarea {
	width: 300px;
	margin-top: 5px;
	padding: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	}
	input#submitter {
		width: 90px;
		}
		textarea {
			max-width: 300px;
			font-size: small;
			}
#outcome {
	color: red;
	}
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(/images/spinner.gif) no-repeat center;
	}
input#submitter {
	padding: 2px;
	color: #1C63AB;
	cursor: pointer;
	border: 3px solid #ccc;
	background: #fff;
	}
/* @end */
.wf-font-watcher {
	display: none;
	}