/* @override http://danny-garcia.com/css/style.css */

body { font-family: Helvetica, Arial, sans-serif; background-color: #fbfbfb; }

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


#space {
	display: block;
	height: 10px;
	background-color: rgba(0,0,0,0.8);
}

#masthead {
	display: block;
}

#logo span, #tagline {
	display: none;
}

#info {
	background-color: rgba(0,0,0,0.8);
	display: block;
	width: 310px;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 500;
}

#info p, #info li {
	color: rgba(255,255,255,0.8);
}

#info p strong {
	color: #fff;
}

#info p a, #info li a {
	font-weight: bold;
	color: rgba(255,255,255,0.95);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-decoration: none;
}

#info p a:hover, #info li a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

#info hr {
	border-color: rgba(254,255,254,0.3);
}

#info #me {
	margin-top: 0px;
	float: left;
	margin-right: 15px;
}

#info_float {
	position: absolute;
	display: none;
	width: 280px;
	float: left;
	background-color: #000;
	color: #fff;
	padding: 0 20px;
	margin-left: -10px;
	top: 87px;
}

#info_float h3 {
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0 0 1px;
	font-size: 24px;
	margin-bottom: 5px;
}

#info_float h3#inform {
	padding-top: 7px;
}

ul#social li {
	list-style: none;
	margin: 0;
}

ul#social li a {
	color: rgba(255,255,255,0.8);
	padding: 5px 5px 5px 35px;
	border: 1px solid rgba(255,255,255,0.2);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	background-position: 10px 9px;
	margin-bottom: 10px;
	display: block;
}

ul#social li a:hover { 	border: 1px solid rgba(255,255,255,0.6); }

	ul#social li a#twitter_i { background-image: url(/img2/social/twitter_16.png); }
	
	ul#social li a#gowalla {	background-image: url(/img2/social/gowalla_16.png); }
	
	ul#social li a#email {	background-image: url(/img2/social/email_16.png); }
	
	ul#social li a#facebook {	background-image: url(/img2/social/facebook_16.png); }
	
	ul#social li a#flickr {	background-image: url(/img2/social/flickr_16.png); }
	
	ul#social li a#rss {	background-image: url(/img2/social/rss_16.png); }


#logo {
	margin-left: 8px;
}

#logo a {
	display: block;
	background: url(/img2/logo.png) no-repeat 0 -45px;
	height: 45px;
	width: 280px;
}

#logo a:hover {
	background-position: 0 -90px;
}

.info_click {
	display: block;
	background: rgba(0,0,0,0.14) url(/img2/more.png) no-repeat center top;
	width: 320px;
	height: 12px;
	margin: 0px 0 0 -10px;
}

.info_click#trigger {
	display: inline;
	background: inherit;
	width: inherit;
	height: inherit;
	margin: inherit;
}

.info_click:hover {	background-color: rgba(0,0,0,0.75); }

.info_click#more2 {
	background: rgba(255,255,255,0.2) url(/img2/more.png) no-repeat 0 -12px;
	margin: 0px 0 0 -20px;
}

.info_click#more2:hover {
	background-color: #fff;
}

/* Menu */

#menu {
	display: block;
	width: 960px;
}

#menu ul {
	list-style: none;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

#menu li {
	float: left;
	margin: 0;
}

#menu li a {
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
	margin-right: 30px;
	font-size: 18px;
	position: relative;
}

#menu li a:hover {
	color: #000;
	border-bottom: 2px solid;
	position: relative;
	top: -1px;
}

#menu li a:active, #menu li a#active {
	color: rgba(0,0,0,0.2);
	position: relative;
	top: 0px;
}

#menu a.disabled, #menu a.disabled:hover, #menu a.disabled:active {
	color: rgba(0,0,0,0.2);
	text-decoration: line-through;
	top: 0;
	border: none;
}

/* Main Page*/

#post_area .post h3 {
	margin-bottom: 5px;
}

#post_area .post span {
	color: rgba(0,0,0,0.25);
	margin-right: 5px;
}

.column h2 {
	margin-bottom: 5px;
	line-height: 50px;
	height: 50px;
}

h2.side a, #post_area .post h2 a, #post_area .outlink {
	color: #000;
	text-decoration: none;
	border: none;
	padding-right: 25px;
	background: transparent url(../img2/rarr.png) no-repeat right center;
	opacity: 0.7;
	-webkit-transition-property: opacity, padding-right;
	-webkit-transition-duration: 0.2s;
}

#post_area .outlink {
	background: transparent url(../img2/rarr2.png) no-repeat right center;
}

#post_area .post h2#articles a, h2#cool_header a {
	background: transparent url(../img2/rarr3.png) no-repeat right center;
}

h2.side a:hover, #post_area .post h2 a:hover, #post_area .outlink:hover {
	opacity: 1;
	padding-right: 30px;
}

#imagery_pics {
	margin-top: 20px;
}

ul#imagery_pics li {
	margin: 0;
	list-style: none;
	position: relative;
	float: left;
	margin-right: 10px;
}

ul#imagery_pics li a {
	display: block;
	overflow: hidden;
	background-position: 0% 0%;
	width: 303px;
	height: 300px;
	margin-bottom: 10px;
	-webkit-transition-property: background-position;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	background-repeat: no-repeat;
}

ul#imagery_pics li a:hover {
	background-position: 100% 100%;
	-webkit-transition-property: background-position;
	-webkit-transition-duration: 1s;
}

ul#imagery_pics li span {
	position: absolute;
	top: 10px;
	left: 10px;
	color: rgba(255,255,255,0);
	text-decoration: none;
	border-bottom: #fff;
	z-index: 5;
	background-color: rgba(0,0,0,0);
	padding: 1px 5px;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 1s;
}

ul#imagery_pics li:hover span {
	color: #fff;
	background-color: #000;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 1s;
}

/* Articles */

.post.summary h2 {
	line-height: 35px;
}

.post a.short_img {
	border: none;
	display: block;
	overflow: hidden;
	height: 10px;
	margin-bottom: 5px;
	opacity: 1;
}

.post a.short_img:hover {
	border: none;
	opacity: 0.7;
}

#categories_list li {
	list-style: none;
	margin: 0;
}

#categories_list li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 5px 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: rgba(0,0,0,0.5);
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-transition-property: color, border-color;
	-webkit-transition-duration: 0.2s;
}

#categories_list li ul {
	margin-left: 15px;
}

#categories_list li a:hover, #categories_list li a#active {
	color: #000;
	border-bottom: 1px solid #000;
	-webkit-transition-property: color, border-color;
	-webkit-transition-duration: 0.2s;
}

#categories_list span, .post span.small_cat a {
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	text-decoration: none;
}

#categories_list li a:hover span, #categories_list li a#active span a { opacity: 1; -webkit-transition: opacity 0.2s; }

	#categories_list span#news, .post span#news a { background: url(/img2/cat.png) 0px 60px; }
	#categories_list span#surfing, .post span#surfing a { background: url(/img2/cat.png) 0px 50px; }
	#categories_list span#coolstuff, .post span#coolstuff a { background: url(/img2/cat.png) 0px 40px; }
	#categories_list span#life, .post span#life a { background: url(/img2/cat.png) 0px 30px; }
	#categories_list span#artists_and_thinkers, .post span#artists_and_thinkers a { background: url(/img2/cat.png) 0px 20px; }
	#categories_list span#graphic_design, .post span#graphic_design a { background: url(/img2/cat.png) 0px 10px; }
	
.post span.small_cat a { margin-right: 0px; position: relative; bottom: -1px; height: 10px; border: none; opacity: 0.2; }
.post span.small_cat a:hover { opacity: 1; }
	
/* Posts */

.container_12 {
	margin-left: 10px;
}

.post { color: rgba(0,0,0,0.7); }

.post h2, #post_area h1 {
	font-size: 30px;
	margin-bottom: 5px;
	color: rgba(0,0,0,0.9);
}

.post hr { border-color: rgba(0,0,0,0.3); }

.post li { margin-left: 0;
	list-style-position: outside;
}

.post a {
	font-weight: bold;
	color: rgba(0,0,0,0.7);
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-transition-property: color, border-color;
	-webkit-transition-duration: 0.2s;
}

.post a:hover {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.6);
}

	/* Special Post Image Thingy */
	
.pic p, .caption {
font-size: 11px;
line-height: 16px;
font-family: Verdana, Arial, sans-serif;
color: rgba(0,0,0,0.5);
margin: 4px 0 10px;
}
 
.left {float: left; margin-right: 10px;}
.right {float: right; margin-left: 10px;}
.right.inset {margin: 0 --120px 0 20px;} /* img floated right within text */
.left.inset {margin-left: 230px;} /* img floated left within text */
 
.one {width: 60px;}
.two {width: 140px;}
.three {width: 220px;}
.four {width: 300px;}
.five {width: 380px;}
.six {width: 460px;}
.seven {width: 540px;}
.eight {width: 620px;}
.nine {width: 700px;}
.ten {width: 780px;}
.eleven {width: 860px;}
.twelve {width: 940px; margin-left: -330px; margin-bottom: 18px; }

.one.left { margin-left: -90px; }
.two.left { margin-left: -170px; }
.three.left { margin-left: -250px; }
.four.left { margin-left: -330px; }
.five.left { margin-left: -410px; }
.six.left { margin-left: -490px; }
.seven.left { margin-left: -570px; }
.eight.left { margin-left: -650px; }
.nine.left { margin-left: -730px; }
.ten.left { margin-left: -810px; }
.eleven.left { margin-left: -890px; }
.twelve.left { margin-left: -970px; }
 
.frame {border: 1px solid rgba(0,0,0,0.25);}
.solo img {margin-bottom: 20px;}

/* main page, right column */

#cool_stuff li {
	list-style: none;
	margin: 0 0 15px;
	color: rgba(0,0,0,0.5);
}

#cool_stuff a {
	font-weight: bold;
	color: rgba(0,0,0,0.5);
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-transition-property: color, border-color;
	-webkit-transition-duration: 0.2s;
}

#cool_stuff a:hover {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.6);
}

#cool_stuff li p {
	font-size: 11px;
	margin-bottom: 3px;
}

#cool_stuff li p.stuff_cat, #cool_stuff li p.stuff_cat a, .stuff_cat, .stuff_cat a {
	color: rgba(0,0,0,0.3);
}

#cool_stuff li p.stuff_cat a:hover {
	color: #000;
}

#post_area .stuff_cat {
	font-size: 12px;
	position: relative;
	top: -10px;
	margin-bottom: 10px;
}

/* Footer */
#copy {
	font-size: 9px;
}

/* Contact Form */
form#contact_form input, form#contact_form textarea {
	width: 359px;
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 3px;
}

form#contact_form input {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	font-size: 18px;
}

form#contact_form textarea {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	font-size: 12px;
	height: 100px;
}

form#contact_form input:hover, form#contact_form textarea:hover{ border: 1px solid rgba(0,0,0,0.4); }

form#contact_form input:focus, form#contact_form textarea:focus { border: 1px solid #000; }

#contact_form input#submit {
	width: 382px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}

#contact_form input#submit:hover { 	background-color: #000; cursor: pointer; position: relative; top: -1px; }

#contact_form input#submit:active { 	background-color: rgba(0,0,0,0.2); border: 1px solid rgba(255,254,255,0.8); color: #fff; top: 0; }