body { 
	background: url(../img/bg.png) #333 fixed;
	font: normal 12px Helvetica;
	color: #e7e7e7;
}

p {
	margin-bottom: 15px;
	line-height: 140%;
}

a { 
	color: #ff0066;
	text-decoration: none; 
}
a:link:hover, a:visited:hover, a:active, a:focus {
}

img {}

a img {
	border: none;
}


ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

.aural {
    display: none;
}


/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-table; }
.clearfix{ display: block; }
.clearfix{ height: 1%; } /* IE */


.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.holder {
	width: 950px;
	margin: 0 auto;
}

#map {
	width: 100%;
	height: 100%;
	color: #000;
}

/* ========================== layout end ============================ */

header {
	background: url(../img/btn.png) #000;
	position: fixed; top: 0; left:50%;
	margin-left: -491px;
	width: 982px; height: 40px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	
	-moz-box-shadow: 0 3px 5px #222;
	-webkit-box-shadow: 0 3px 5px #222;
	
	color: #fff;
	z-index: 9999;
}

h1 {
	font-size: 24px;
	letter-spacing: -1px;
	margin: 4px 0 0 20px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	float: left;
}
h1 span {
	font-weight: bold;
}
h1 a { color: #fff; }

header nav {
	float: left;
	margin: 0 0 0 13px;
	height: 37px;
}
header nav li {
	float: left;
	height: 40px;
	line-height: 40px;
}
header nav li a {
	position: relative;
	padding: 0 17px;
	height: 38px;
	display: block;
	color: #fff;
}
header nav li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #ff0066;
}
header nav li a:hover span {
	position: absolute;
	left: 0; top: 0;
	background: #fff;
	opacity: 0.1;
	display: block;
	width: 100%;
	height: 38px;
}

header nav li a.active {
	border-bottom: 2px solid #fff;
}
header nav li a.active span {
	position: absolute;
	left: 0; top: 0;
	background: #fff;
	opacity: 0.1;
	display: block;
	width: 100%;
	height: 37px;
}

header #search {
	float: right;
	margin: 10px 20px 0 0;
}
header #search #search-text {
	border: 0; background: url(../img/btn.png) #5b5b5b;
	border-top: 1px solid #6e6e6e;
	border-left: 1px solid #6e6e6e;
	height: 19px; color: #fff;
	text-shadow: 1px 2px 1px #444;
	padding: 0 3px;
}
header #search #search-btn {
	background: url(../img/btn.png) #5b5b5b;
	width: 20px; height: 20px;
	border: 0; padding: 0;
}

#content-holder {
	margin-top: 70px;
}


#bio {
	margin-bottom: 30px;
	border-bottom: 2px dashed #5b5b5b;
	padding-bottom: 30px;
}
#bio h2 {
	font-size: 30px;
	margin-bottom: 10px;
	float: left;
	width: 630px;
}
#bio p {
	float: left;
	width: 630px;
	line-height: 145%;
}
#bio #projects {
	float: right;
	width: 270px; height: 310px;
}
#bio #projects h3 {
	font-size: 25px;
	margin-bottom: 8px;
}
#bio #projects ul {
	list-style: none;
	margin-left: 0;
}
#bio #projects ul li {
	text-align: center;
}
#bio #projects ul li .project-img {
	height: 165px;
	margin: 5px 0;
}
#bio #projects ul li p {
	width: 270px;
	height: 65px;
	text-align: left;
	margin-bottom: 6px;
	font-size: 11px;
}
#bio #projects ul li .visit-btn {
	background: url(../img/btn.png) #5b5b5b; 
	width: 270px; height: 30px;
	line-height: 32px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #222;
	-webkit-box-shadow: 0 1px 3px #222;
	text-shadow: 1px 2px 1px #333;
	font-weight: bold;
	display: block;
	clear: both;
	color: #fff;
}
#bio #projects ul li .visit-btn:active {
	background: url(../img/btn.png) #000; 
	outline: none;
}


.btn {
	background: url(../img/btn.png) #5b5b5b;
	width: 310px; height: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 53px;
	text-align: center;
	color: #ffffff;
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #222;
	-webkit-box-shadow: 0 1px 3px #222;
	text-shadow: 1px 2px 1px #333;
}
.btn:hover {
	background: url(../img/btn.png) #444;
	outline: none; text-shadow: 1px 2px 1px #333;
}
.btn:active {
	background: url(../img/btn.png) #ff0066;
	outline: none; text-shadow: 1px 2px 1px #a90245;
}


.btn#blog-link {
	margin-right: 10px;
}

#about-me .btn#blog-link {
	margin-right: 50px;
}



#content {
	width: 670px;
	float: left;
}

#content article {
	margin-bottom: 20px;
	border-bottom: 2px dashed #666;
	padding-bottom: 20px;
}
#content article h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
#content article h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#content article h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
#content article p a {
	color: #fff;
	border-bottom: 1px solid #ff0066;
	text-decoration: underline;
}

#content section h3 {
	font-size: 20px;
	margin-bottom: 10px;
}



#full-content article {
	margin-bottom: 20px;
	border-bottom: 2px dashed #666;
	padding-bottom: 0px;
}
#full-content article h3 {
	font-size: 20px;
	margin-bottom: 10px;
}



.blog {
}
.blog time {
	float: right;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	padding-top: 5px;
}
.blog h3 {
	float: left;
}
.blog h3 a {
	border-bottom: 1px dashed #444;
}
.blog h3 a:hover {
	color: #fff;
	border-bottom: 1px dashed #ff0066;
}

.blog p {
	clear: both;
}

.blog .comments-link {
	float: left;
	font-weight: bold;
}
.blog .read-link {
	float: right;
	font-weight: bold;
}



#networks {
	list-style: none;
	margin: 0;
}
#networks li {
	float: left;
	margin-right: 40px;
}
#networks li.last {
	margin-right: 0;
}
#networks li img {
	-moz-box-shadow: 2px 2px 3px #2a2a2a;
	-webkit-box-shadow: 2px 2px 3px #2a2a2a;
}
#networks li:hover {
	opacity: 0.6;
}



article#snaps {
	padding-bottom: 10px;
}
#snaps figure {
	float: left;
	width: 120px;
	margin: 0 17px 20px 0;
	background: #fff;
	-moz-box-shadow:0px 0px 15px #222; 
    -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, .8); 
  	box-shadow:0px 0px 15px rgba(0, 0, 0, .8);
    position: relative;
}

#snaps figure a {
	position: absolute;
	top: 0; left: 0;
	z-index: 9999;
	width: 120px; height: 145px;
	display: block;
}

#snaps figure:nth-child(even) {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
#snaps figure:nth-child(odd) {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

#snaps figure.last {
	margin-right: 0;
}

#snaps figure .border {
	position: absolute; left: 3px; top: 3px;
	width: 114px; height: 114px;
	-moz-box-shadow:0px 0px 15px #222 inset; 
    -webkit-box-shadow:0px 0px 15px #222 inset; 
  	box-shadow:0px 0px 15px #222 inset;
  	z-index: 1000;
}

#snaps figure img {
	margin: 3px 0 0 3px;
}

#snaps figcaption {
	margin: 5px;
	color: #333;
}
#snaps figcaption p {
	margin-bottom: 0;
}



/* Lifestream */
#content article.day {}
#content article.day ul {list-style: none; margin: 20px 0 0 0;}
#content article.day ul li {padding: 4px 0 4px 35px;font-size: 13px;margin-bottom: 10px;}
#content article.day ul li a {text-decoration: underline;}
#content article.day ul li time {font-style: italic;font-size: 12px;font-weight: bold;}


#content article.day ul li.twitter { background: url(../img/twitter.png) no-repeat 0 50%; }
#content article.day ul li.brightkite {	background: url(../img/brightkite.png) no-repeat 0 50%; }
#content article.day ul li.lastfm { background: url(../img/lastfm.png) no-repeat 0 50%; }
#content article.day ul li.flickr { background: url(../img/flickr.png) no-repeat 0 50%; }
#content article.day ul li.nikeplus { background: url(../img/nikeplus.png) no-repeat 0 50%; }
#content article.day ul li.youtube { background: url(../img/youtube.png) no-repeat 0 50%; }
#content article.day ul li.upcoming { background: url(../img/upcoming.png) no-repeat 0 50%; }
#content article.day ul li.feed { background: url(../img/feed.png) no-repeat 0 50%; }
#content article.day ul li.delicious { background: url(../img/delicious.png) no-repeat 0 50%; }
#content article.day ul li.xbox { background: url(../img/xbox.png) no-repeat 0 50%; }
#content article.day ul li.nike { background: url(../img/nike.png) no-repeat 0 50%; }
#content article.day ul li.dribbble { background: url(../img/dribbble.png) no-repeat 0 50%; }
#content article.day ul li.foursquare { background: url(../img/foursquare.png) no-repeat 0 50%; }





.post-nav {
	margin: 20px 0;
	padding: 10px 15px;
	border: 1px dashed #333;
	background: #5b5b5b;
}
.post-nav a {
	color: #fff;
	font-weight: bold;
}




.form {
	border-bottom: 2px dashed #5b5b5b;
	margin-bottom: 20px;
}
.form h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.form .row {
	margin-bottom: 20px;
}
.form .row label {
	font-size: 18px;
	margin-bottom: 3px;
	display: block;
	text-shadow: 1px 2px 1px #222;
}
.form .row .input-text {
	width: 100%; height: 50px;
	background: #fff;
}
.form .row .input-text input {
	width: 100%; border: 0;
	height: 50px; font-size: 38px;
	padding: 0;
}

.form .row#verify {
}
.form .row#verify .input-text {
	width: 200px; float: left;
}
.form .row#verify #verify-img {
	background: #fff; 
	height: 50px; width: 110px;
	float: left;
}
.form .row#verify img {
	margin: 13px 0 0 20px;
}

.form .row .input-textarea {
	width: 100%; background: #fff;
}
.form .row .input-textarea textarea {
	border: 0; width: 98%;
	margin-left: 5px;
	font-family: Helvetica;
	font-size: 24px;
	resize: none;
}

.form .submit-btn {
	background: url(../img/btn.png) #5b5b5b;
	width: 310px; height: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	display: block;
	float: left;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #222;
	-webkit-box-shadow: 0 1px 3px #222;
	text-shadow: 1px 2px 1px #333;
	cursor: pointer;
}


#comments h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

#comment-list {
}

#content #comment-list article {
	margin-bottom: 10px;
	border-bottom: 1px dashed #666;
	padding-bottom: 10px;
}

#comment-list cite {
	float: left;
	padding-bottom: 10px;
}

#comment-list time {
	float: right;
	padding-bottom: 10px;
}

#comment-list p {
	clear: both;
}






.goal {
	margin-bottom: 20px;
	border-bottom: 2px dashed #666;
}
.goal h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.goal .track {
	height: 70px;
	background: #fff;	
	margin-bottom: 10px;
}
.goal .progress {
	background: url(../img/btn.png) #ff0066 repeat-x;
	height: 70px; display: none;
}



.half-goal {
	margin-bottom: 20px;
	border-bottom: 2px dashed #666;
	width: 460px; float: left;
	margin-right: 30px;
}
.half-goal.end {
	margin-right: 0;
}

.half-goal h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.half-goal p {
	font-size: 11px;
}

.half-goal .track {
	height: 50px;
	background: #fff;	
	margin-bottom: 10px;
}
.half-goal .progress {
	background: url(../img/btn.png) #ff0066 repeat-x;
	height: 50px; display: none;
}



.mini-goal {
	margin-bottom: 20px;
	border-bottom: 2px dashed #666;
	width: 295px; float: left;
	margin-right: 30px;
}
.mini-goal.end {
	margin-right: 0;
}

#full-content article.mini-goal h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.mini-goal p {
	font-size: 11px;
}

.mini-goal .track {
	height: 30px;
	background: #fff;	
	margin-bottom: 10px;
}
.mini-goal .progress {
	background: url(../img/btn.png) #ff0066 repeat-x;
	height: 30px; display: none;
}




#sidebar {
	float: right;
	width: 230px;
}
#sidebar .item {
	margin-bottom: 20px;
}
#sidebar .item h3 {
	/*background: #5b5b5b;*/
	background: url(../img/btn.png) #ff0066;
	color: #fff; height: 30px;
	margin-bottom: 10px;
	line-height: 32px;
	text-indent: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom: 1px solid #ff0066;
	text-shadow: 1px 2px 1px #ff0066;
}
#sidebar .item a {
	color: #fff;
}

#sidebar ul {
	margin-left: 15px;
}


#tweet p {
	margin-bottom: 10px;
}
#follow-andy383 {
	margin-bottom: 15px;
	cursor: pointer;
}



ul#tweets{
	list-style: none;
	margin-left: 0;
}
ul#tweets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
	line-height: 140%;
}


#flickr ul {
	list-style: none;
	margin-left: 0;
}
#flickr ul li {
	float: left;
}
#flickr ul li img {
	width: 50px;
	height: 50px;
}

ul#tunes {
	margin-left: 0;
}
#tunes li {
	list-style: none;
	background: url(../img/track-bullet.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}






footer {
	background: url(../img/btn.png) #000;
	margin: 0 auto;
	width: 100%; height: 40px;
	border-right: 1px solid #444;
	border-top: 1px solid #555;
	border-left: 1px solid #444;
	
	color: #fff;
	z-index: 9999;
}
footer p {
	line-height: 40px;
	margin-bottom: 0;
	text-indent: 10px;
}


