/*
Theme Name: Teddy Hwang
Theme URI: http://www.teddyhwang.com
Description: The custome theme for <a href="http://www.teddyhwang.com">Teddy Hwang</a>.
Version: 1.0
Author: Teddy Hwang
Author URI: http://www.teddyhwang.com
Tags: custom, fixed width

	This theme was designed and built by Teddy Hwang,
	whose blog you will find at http://www.teddyhwang.com/

	Be inspired, don't steal!

*/

/* ----- [ The Basics ] ---------------------------------------------------------------- */

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
	font-family: "Museo-Sans"; 
	src: url("MuseoSans-500.eot");
	src: local('Museo Sans 500'), url('MuseoSans_500.otf') format('opentype');
}

* {
	margin: 0 auto;
	padding: 0px;
}

* p {
	margin: 0 0 1.5em 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Museo-Sans", Verdana, sans-serif;
	color: #333333;
	text-align: left;
	background: url(images/background.jpg) repeat 0 0;
}

a:visited, a:link  {
	color: #1172bc;
	text-decoration: none;
	outline: none;
}

a:hover	{
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #333;
}

a img	{border-width: 0px;}

h1, h2, h3 {
	font-family: "Museo-Sans", Verdana, sans-serif;
	color: #3f3f3f;
	font-weight: normal;
	margin: 0;
}

.title h2 {
	font-size: 20px;
	text-shadow: 2px 2px 1px #5e6979;
	color: #fff;
}

.left		{float: left;}
.right		{float: right;}
.alignleft	{text-align: left;}
.alignright	{text-align: right;}
img.left	{margin: 10px 10px 10px 0;}
img.right	{margin: 10px 0 10px 10px;}

.middle {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
}

.ir {
	text-indent: -10000px;
	display: block;
}

.content {
	width: 960px;
}

/* ----- [ Homepage ] ------------------------------------------------------------------ */

#header {
	width: 100%;
	height: 88px;
	font-size: 1.2em;
	background: url(images/header.jpg) repeat-x 0 0;
}

#homepage #header {
	height: 76px;
	background: url(images/header-homepage.jpg) repeat-x 0 0;
}

#header h1 a {
	background: url(images/teddyhwang.png) no-repeat 0 0;
	width: 279px;
	height: 31px;
	float: left;
	margin: 22px 0 0 10px;
}

#header h1 a:hover {
	background-position: 0 -31px;
	width: 326px;
}

#header h1 a:active {
	background-position: 0 -63px;
	width: 328px;
}

#navigation {
	float: right;
	margin: 0 10px 0 0;
}

#navigation ul {
	list-style: none;
	padding: 0 0 0 7px;
	background: url(images/nav.png) no-repeat 0 0;
	height: 76px;
}

#navigation ul li {
	float: left;
	margin: 0;
}

#navigation ul li a {
	float: left;
	text-indent: -10000px;
	display: block;
	height: 76px;
	margin: 0;
}

/* #navigation ul li a.active { Doesn't work with IE7
	position: relative;
	right: -1px;
} */

#navigation ul #about a {
	width: 125px;
	background: url(images/navigation.jpg) no-repeat 0 0;
}

#navigation ul #portfolio a {
	width: 160px;
	background: url(images/navigation.jpg) no-repeat -125px 0;
}

#navigation ul #blog a {
	width: 109px;
	background: url(images/navigation.jpg) no-repeat -285px 0;
}

#navigation ul #contact a {
	width: 145px;
	background: url(images/navigation.jpg) no-repeat -394px 0;
}

#navigation ul #about a:hover		{background-position: 0 -76px;}
#navigation ul #portfolio a:hover	{background-position: -125px -76px;}
#navigation ul #blog a:hover		{background-position: -285px -76px;}
#navigation ul #contact a:hover		{background-position: -394px -76px;}

#navigation ul #about a:active		{background-position: 0 -152px;}
#navigation ul #portfolio a:active	{background-position: -125px -152px;}
#navigation ul #blog a:active		{background-position: -285px -152px;}
#navigation ul #contact a:active	{background-position: -394px -152px;}

#navigation ul #about a.active		{background: url(images/navigation.jpg) no-repeat 0 -152px;}
#navigation ul #portfolio a.active	{background: url(images/navigation.jpg) no-repeat -125px -152px;}
#navigation ul #blog a.active		{background: url(images/navigation.jpg) no-repeat -285px -152px;}
#navigation ul #contact a.active	{background: url(images/navigation.jpg) no-repeat -394px -152px;}

#navigation ul #about a.active:hover		{background-position: 0 -152px;}
#navigation ul #portfolio a.active:hover	{background-position: -125px -152px;}
#navigation ul #blog a.active:hover			{background-position: -285px -152px;}
#navigation ul #contact a.active:hover		{background-position: -394px -152px;}

#navigation ul #about a.active:active		{background-position: 0 -152px;}
#navigation ul #portfolio a.active:active	{background-position: -125px -152px;}
#navigation ul #blog a.active:active		{background-position: -285px -152px;}
#navigation ul #contact a.active:active		{background-position: -394px -152px;}

/* Old Navigation
#navigation ul #about a.active:hover		{background-position: 0 -304px;}
#navigation ul #about a.active:active		{background-position: 0 -380px;}
*/

#banner {
	width: 100%;
	background: url(images/banner.jpg) repeat-x 0 0;
	height: 440px;
}

#effects {
	width: 100%;
	background: url(images/effects.jpg) no-repeat 50% top;
	height: 440px;
}

#showcase {
	float: left;
	position: relative;
}

#arrows {
	position: absolute;
	float: left;
	top: 80px;
	left: -65px;
	z-index: 50;
}

#arrows a {
	display: block;
	text-indent: -10000px;
}

#up {
	width: 79px;
	height: 43px;
	background: url(images/up.png) no-repeat 0 -43px;
	margin: 0 0 4px 100px;
}

#up:hover {
	background-position: 0 0px;
}

#up:active {
	position: relative;
	top: 2px;
}

#down {
	width: 88px;
	height: 50px;
	background: url(images/down.png) no-repeat 0 -50px;
}

#down:hover {
	background-position: 0 0px;
}

#down:active {
	position: relative;
	top: 2px;
}

#showcase ul {
	list-style-type: none;
}

#showcase ul li {
	position: absolute;
	margin: 35px 0 0 0;
	left: 90px;
	top: 60px;
	z-index: 10;
	background: url(images/portfolio_background.png) no-repeat 0 bottom;
	height: 267px;
}

#showcase ul #validate {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
	background: none;
	position: relative;
}

/* #showcase ul li + li {
	margin: -175px 0 0 0;
	left: 95px;
	z-index: 20;
}

#showcase ul li + li + li {
	left: 10px;
	z-index: 30;
} */

#showcase ul li img {
	width: 348px;
	height: 252px;
	border: solid 1px #525252;
}

#showcase ul li.hidden {
	background: none;
	position: static;
	margin: 0;
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#billboard {
	width: 304px;
	height: 369px;
	background: url(images/billboard.jpg) no-repeat 0 0;
	float: right;
	padding: 35px 38px;
	margin: 0 10px 0 0;
}

#billboard h1 {
	width: 284px;
	height: 74px;
	background: url(images/hello.png) no-repeat 0 0;
	margin: 0;
}

#billboard h2 {
	width: 304px;
	height: 169px;
	background: url(images/i_am.png) no-repeat 0 0;
	margin: 35px 0;
}

#billboard p a {
	background: url(images/work_with_me.png) no-repeat 0 0;
	float: right;
	width: 236px;
	height: 47px;
}

#billboard p a:hover {
	background-position: 0 -47px;
}

#billboard p a:active {
	background-position: 0 -94px;
}

#three, #two, #one {
	font-size: 1.2em;
	width: 960px;
	position: relative;
	top: -1px;
}

#three p, #two p, #one p {
	line-height: 1.5em;
}

#three {
	background: url(images/three_column.jpg) repeat-y 50% 0;
}

#two {
	background: url(images/two_column.jpg) repeat-y 50% 0;
}

#one {
	background: url(images/one_column.jpg) repeat-y 50% 0;
}

#homepage #three #top {
	padding: 50px 0 30px 0;
}

#three #top {
	background: url(images/three_top.jpg) no-repeat 50% top;
	min-height: 330px;
	padding: 30px 0;
}

#three #bottom {
	background: url(images/three_bottom.jpg) no-repeat 50% bottom;
	padding-bottom: 2px;
}

#three .main {
	width: 490px;
	float: left;
}

#two #top {
	background: url(images/two_top.jpg) no-repeat 50% top;
	min-height: 330px;
	padding: 30px 0;
}

#two #bottom {
	background: url(images/two_bottom.jpg) no-repeat 50% bottom;
	padding-bottom: 2px;
}

#one #top {
	background: url(images/one_top.jpg) no-repeat 50% top;
	padding: 30px 0;
}

#one #bottom {
	background: url(images/one_bottom.jpg) no-repeat 50% bottom;
	padding-bottom: 2px;
}

#single {
	padding: 0 90px;
	font-size: 1.2em;
}

.title {
	margin: 0 0 10px 0;
}

.title h2 {
	display: block;
}

.title a .right {
	margin: 5px 20px 0 0;
	position: relative;
	top: -25px;
}

.h710 a .right, .h230-last a .right {
	top: -30px;
}

.h940 a .right {
	margin: 5px 30px 0 0;
	position: relative;
	top: -25px;
}

.h480, .h480-open {
	width: 460px;
	height: 47px;
	padding: 10px 0 0 30px;
}

.h480 {
	background: url(images/h480.png) no-repeat 0 0;
}

.h480-open {
	background: url(images/h480-open.png) no-repeat 0 0;
}

.h230-last a .right {
	margin: 5px 30px 0 0;
}

.h230-last {
	background: url(images/h230-last.png) no-repeat 0 0;
	width: 220px;
	height: 47px;
	padding: 10px 0 0 20px;
}

.h230, .h230-open {
	width: 210px;
	height: 35px;
	padding: 10px 0 0 20px;
}

.h230-open {
	background: url(images/h230-open.png) no-repeat 0 0;
}

.h230 {
	background: url(images/h230.png) no-repeat 0 0;
}

.h940 {
	background: url(images/h940.png) no-repeat 0 0;
	width: 930px;
	height: 47px;
	padding: 10px 0 0 30px;
}

.h710 {
	background: url(images/h710.png) no-repeat 0 0;
	width: 690px;
	height: 47px;
	padding: 10px 0 0 30px;
}

.h710-closed {
	background: url(images/h710.png) no-repeat 0 0;
	width: 689px;
	height: 47px;
	padding: 10px 0 0 30px;
}

#three .blog, #three .page {
	margin: 0 20px 30px 30px;
	line-height: 18px;
}

#three .blog h3 {
	margin: 0 0 1em 0;
	font-size: 1.25em;
}

.meta {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #696969;
	font-size: 1em;
	margin: 0;
	display: block;
}

.page blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	background: url(images/testimony.jpg) no-repeat left bottom;
	padding: 0 10px 20px 20px;
	line-height: 22px;
}

.page blockquote.alt {
	background: url(images/testimony-alt.jpg) no-repeat right bottom;
	padding: 0 20px 20px 10px;
	text-align: right;
}

#testimonials .author {
	font-size: 16px;
	margin: 0px 0 30px 35px;
}

#testimonials img {
	background: #fff;
	padding: 5px;
	border: solid 1px #71767d;
}

#testimonials p a, #testimonials p span {
	position: relative;
	top: 20px;
}

#testimonials p span a {
	top: 0;
}

#testimonials .author span, #testimonials .author-alt span {
	font-size: 12px;
	display: block;
	line-height: 10px;
	margin: 3px 0 0 0;
}

#testimonials .author-alt {
	text-align: right;
	font-size: 16px;
	margin: 0px 35px 30px 0px;
}

.aside {
	float: left;
	width: 230px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}

.aside ul {
	list-style-type: none;
	margin: 0 0 15px 0;
}

.aside ul li {
	background: url(images/li.png) no-repeat 0 1px;
	padding: 0 0 0 21px;
	line-height: 13px;
	margin: 18px 0;
}

.aside blockquote {
	margin: 0 20px 0 15px;
	padding: 12px 0 0 10px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: 1px 1px 1px #1f242b;
	line-height: 28px;
	font-size: 18px;
	background: url(images/blockquote.png) no-repeat left top;
}

.aside .testimonial_author {
	color: #090a0c;
	font-size: 16px;
	margin: 20px 25px;
	background: url(images/adam.png) no-repeat 0 0;
	display: block;
	width: 162px;
	height: 42px;
	text-indent: -10000px;
}

.lastaside {
	float: left;
	width: 240px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}

.checkmarks {
	list-style-type: none;
	margin: 0 0 0 20px;
}

.checkmarks li {
	background: url(images/checkmark.png) no-repeat left 50%;
	height: 18px;
	padding: 0 0 0 27px;
	color: #fff;
	text-shadow: 1px 1px 1px #1f242b;
	margin: 12px 0;
}

.box {
	margin: 0 30px 30px 30px;
}

.aside .box {
	margin: 25px 30px 30px 30px;
}

.availability {
	color: #b4b4b4;
	background: url(images/availability.png) no-repeat 0 0;
	padding-left: 40px;
}

.availability span {
	color: #fff;
	display: block;
	margin: 3px 0 0 0;
	line-height: 10px;
}

img.teddy {
	margin: 0 0 20px 34px;
}

#social {
	list-style-type: none;
}

#social li {
	float: left;
}

#social li a {
	float: left;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -10000px;
}

#social #twitter a {background: url(images/social.png) no-repeat 0 0;}
#social #facebook a {background: url(images/social.png) no-repeat -32px 0;}
#social #linkedin a {background: url(images/social.png) no-repeat -64px 0;}
#social #delicious a {background: url(images/social.png) no-repeat -96px 0;}

#social #facebook a {
	margin: 0 7px 0 14px;
}

#social #linkedin a {
	margin: 0 14px 0 7px;
}

#status {
	color: #fff;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
	font-size: 11px;
}

#status a, .aside a, .lastaside a, #sidebar a {
	color: #67c5fd;
}

#status a.aktt_tweet_time {
	display: block;
	text-align: right;
	font-size: 10px;
	margin: 15px 0 0 0;
	line-height: 10px;
}

.button a {
	width: 166px;
	height: 34px;
	display: block;
	text-indent: -10000px;
	margin: 20px 0 0 0;
}

.book_now a			{background: url(images/button.png) no-repeat 0 0;}
.book_now a:hover	{background-position: 0 -34px;}
.book_now a:active	{background-position: 0 -68px;}

.view_portfolio a			{background: url(images/button.png) no-repeat -166px 0;}
.view_portfolio a:hover		{background-position: -166px -34px;}
.view_portfolio a:active	{background-position: -166px -68px;}

.follow_me a		{background: url(images/button.png) no-repeat -332px 0;}
.follow_me a:hover	{background: url(images/button.png) no-repeat -332px -34px;}
.follow_me a:active	{background: url(images/button.png) no-repeat -332px -68px;}

#projects {
	margin: 0 10px;
}

.project {
	padding: 0 20px 30px 20px;
	background: url(images/separator.jpg) no-repeat 50% bottom;
	width: 900px;
	margin: 0 0 20px 0;
}

.project-last {
	padding: 0 20px 30px 20px;
	width: 900px;
}

#projects h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

.screenshot {
	width: 670px;
	background: url(images/shadow.png) no-repeat 50% bottom;
	padding: 0 0 27px 0;
	margin: 0 20px 0 0;
	float: left;
}

.screenshot img {
	border: solid 1px #71767d;
	width: 648px;
	background: #fff;
	padding: 10px;
}

#projects .info {
	color: #fff;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
	margin: 0 0 0 20px;
	float: left;
	width: 190px;
}

#projects .info .checkmarks {
	margin: 30px 0;
}

#posts {
	float: left;
	width: 720px;
}

#posts .post {
	background: url(images/separator-blog.jpg) no-repeat 50% bottom;
	padding: 0 0 20px 0;
	margin: 0 0 30px 10px;
}

#posts #single {
	background: none;
	margin-bottom: 0;
}

.blog h2 {
	font-size: 2em;
	margin: 0 0 5px 0;
}

#posts .post h2 {
	margin: 0 0 15px 160px;
	font-size: 2em;
}

.navigation {
	font-size: 1.4em;
}

#posts .navigation {
	margin: 10px 40px;
}

#single .navigation {
	background: url(images/comment_separate.jpg) no-repeat 50% bottom;
	padding: 30px 0;
	margin: 0 0 20px 0;
}

.elsewhere .navigation {
	background: none !important;
	margin: 0 !important;
	padding: 5px 0 !important;
}

.navigation .left a {
	background: url(images/arrows.jpg) no-repeat 0 -24px;
	height: 22px;
	padding: 2px 0 0 24px;
}

.navigation .right a {
	background: url(images/arrows.jpg) no-repeat right 0;
	height: 22px;
	padding: 2px 24px 0 0;
}

#single h2 {
	margin: 0 0 0 0;
	font-size: 24px;
}

#posts .post .wrap, #single .wrap {
	margin: 5px 0 0 0;
}

#posts .post .entry {
	width: 460px;
	float: left;
}

#posts .post .entry p.image, .blog .entry p.image {
	background: url(images/shadow-small.png) no-repeat 50% bottom;
	padding: 0 0 21px 0;
	margin: 0 0 10px 0;
}

#posts .post .entry img.middle, .blog .entry img.middle {
	width: 442px;
	border: solid 1px #71767d;
	padding: 8px;
	background: #fff;
}

#posts .link {
	background: url(images/link.jpg) no-repeat right 0;
	min-height: 48px;
	padding: 0 70px 0 0;
}

#single p, #single h2, #single h3 {
	margin-left: 80px;
	margin-right: 80px;
}

#single p.image {
	background: url(images/shadow-large.png) no-repeat 50% bottom;
	padding: 0 0 35px 0;
	margin: 0 0 20px 0;
}

#single img.middle {
	width: 758px;
	border: solid 1px #71767d;
	padding: 10px;
	background: #fff;
}

.elsewhere .entry {
	font-size: 1.2em;
	margin: 0 30px 20px 30px;
	background: url(images/link.jpg) no-repeat right 0;
	min-height: 48px;
	padding: 0 55px 0 0;
}

#posts .post .entry h3, #single .entry h3 {
	margin-bottom: 15px;
	line-height: 22px;
	font-size: 1.25em;
}

#single .entry h3 {
	margin-bottom: 30px;
	line-height: 26px;
}

h3#comments, #respond h3, h3.nocomments {
	font-size: 1.6em;
	margin: 20px 0;
}

#posts .post .info {
	width: 140px;
	margin: 3px 20px 0 0;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
}

#posts .post .info p {
	margin: 0;
}

#posts .post .info p.date {
	color: #4a4a4a;
}

.commentlist {
	list-style-type: none;
}

.commentlist li ul {
	margin: 0 0 0 50px;
	list-style: none;
}

.commentlist .comment-body {
	background: url(images/comment_separate.jpg) no-repeat 50% bottom;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.commentlist .avatar {
	background: #fff;
	padding: 3px;
	float: left;
	border: solid 1px #9fa7b2;
	margin: 0 10px 10px 80px;
}

.commentlist cite {
	font-style: normal;
	font-size: 1.25em;
}

.commentlist em {
	font-size: 0.9em;
}

.commentlist .commentmetadata {
	font-size: 0.9em;
	margin: 3px 0 15px 80px;
}

.commentlist p {
	clear: both;
	margin: 0 80px 0 131px;
}

.commentlist .reply {
	margin: 10px 80px 10px 131px;
}

.commentlist .cancel-comment-reply {
	margin: 0 0 0 32px;
}

.elsewhere-sidebar {
	font-size: 0.90em;
	color: #fff;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
	overflow: hidden;
}

.elsewhere-sidebar .entry {
	background: url(images/separator-small.png) no-repeat 0 bottom;
	padding: 0 40px 10px 25px;
	margin-bottom: 20px;
}

.start .entry + .entry + .entry + .entry + .entry {
	background: none;
	margin-bottom: 10px;
}

.elsewhere-sidebar .entry span {
	display: block;
	text-align: right;
	color: #959595;
	margin: 5px 0 0 0;
	font-size: 0.95em;
}

.elsewhere-sidebar .youtube {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

.youtube {
	margin: 0 0 15px 0;
	padding: 0 0 0 70px;
}

.archives .middle {
	padding: 0;
	text-align: left;
}

.archives .youtube {
	padding: 0;
}

.archives .youtube object {
	width: 500px;
}

.nobullets, .subscribe {
	list-style-type: none;
	color: #fff;
}

.nobullets li, .subscribe li {
	margin: 0 0 10px 0;
}

.subscribe li a {
	background: url(images/rss.jpg) no-repeat 0 50%;
	padding: 1px 0 0 20px;
	height: 16px;
	display: block;
}

#forms {
	margin: 0 0 20px 0;
	float: left;
	width: 720px;
}

#contact-form p, #rfp p {
	margin-left: 170px;
	width: 460px;
}

#contact-form form, #rfp form {
	margin: 40px 0 30px 10px;
}

#commentform {
	margin: 20px 0 30px 10px;
}

#contact-form form p, #rfp form p, #commentform p {
	margin: 0 0 25px 0;
	width: auto;
}

#contact-form form label, #rfp form label, #commentform label {
	width: 140px;
	text-align: right;
	margin: 0 20px 0 0;
	display: block;
	float: left;
}

#rfp form label span {
	color: #595959;
	font-size: 0.8em;
	display: block;
	margin: 5px 0 0 20px;
	line-height: 12px;
}

#commentform label span {
	color: #595959;
	font-size: 0.8em;
}

#contact-form form input, #rfp form input, #commentform input {
	width: 283px;
	height: 36px;
	background: url(images/input.jpg) no-repeat 0 0;
	border: none;
	font-size: 14px;
	margin: -10px 0 0 0;
	outline: none;
	padding: 0 10px;
}

 #rfp form .attachment {
	width: 283px;
	height: 36px;
	background: none;
	margin: 0px 0 5px 0;
	outline: none;
	padding: 0 10px;
}

#contact-form form textarea, #rfp form textarea, #commentform textarea {
	width: 442px;
	height: 184px;
	background: url(images/textarea.jpg) no-repeat 0 0;
	outline: none;
	border: none;
	font-size: 14px;
	padding: 10px;
}

#rfp form select {
	width: 300px;
	background: #3e4856;
	color: #fff;
	height: 35px;
	border: solid 1px #747a82;
	text-shadow: 1px 1px 0 #333;
	margin: -10px 0 0 0;
}

#contact-form form #send_message, #rfp form #submit-rfp, #commentform #submit {
	width: 166px;
	height: 35px;
	margin: 0 0 0 160px;
	display: block;
	text-indent: -10000px !important;
	font-size: 0px;
	line-height: 0px;
}

#commentform .loggedin {
	margin: 0 0 10px 160px;
}

#contact-form form #send_message	{background: url(images/send_message.jpg) no-repeat 0 0;}
#rfp form #submit-rfp				{background: url(images/submit_rfp.jpg) no-repeat 0 0;}
#commentform #submit				{background: url(images/post_comment.jpg) no-repeat 0 0;}

#contact-form form #send_message:hover,
#rfp form #submit-rfp:hover,
#commentform #submit:hover {
	background-position: 0 -70px;
}

#contact-form form #send_message:active,
#rfp form #submit-rfp:active,
#commentform #submit:active {
	background-position: 0 -35px;
}

#sidebar {
	float: left;
	width: 240px;
}

#other-contact {
	height: 660px;
}

#other-contact a, #other-rfp a, #sidebar a {
	color: #67c5fd;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}

.vcard-download a {
	padding: 10px 10px 10px 50px;
	background: url(images/vcard.png) no-repeat 10px 50% #374250;
	border: solid 1px #181b21;
	display: block;
	width: 105px;
	margin: 0 0 30px 30px;
	color: #67c5fd;
}

.vcard-download a span, .resume a span {
	display: block;
	color: #fff;
	line-height: 12px;
}

.vcard-download a:hover {
	text-decoration: none;
	background: url(images/vcard.png) no-repeat 10px 50% #506074;
}

.vcard-download a:active {
	background: url(images/vcard.png) no-repeat 11px 55% #506074;
}

.resume a {
	padding: 10px 10px 10px 50px;
	background: url(images/resume.png) no-repeat 10px 50% #495568;
	border: solid 1px #22272f;
	display: block;
	width: 105px;
	margin: 0 0 30px 30px;
	color: #67c5fd;
}

.resume a:hover {
	text-decoration: none;
	background: url(images/resume.png) no-repeat 10px 50% #5e6e86;
}

.resume a:active {
	background: url(images/resume.png) no-repeat 11px 55% #5e6e86;
}

#footer {
	width: 940px;
	text-align: right;
	color: #fff;
	margin: 10px auto 30px;
	font-size: 1.1em;
}

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

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

/* ----- [ Clear Floats ] -------------------------------------------------------------- */

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
