/*
Theme Name: f/22
Theme URI: http://isaacsuttell.com/
Description: A photography portfolio theme
Version: .1
Author: Isaac Suttell
Author URI: http://isaacsuttell.com/
Tags: photography, dark, portfolio

*/

@import url("reset.css");
@import url("lightbox.css");

header,
footer,
aside,
nav,
article,
section {
	display: block;	
}

body {
	font: 13px/22px Helvetica, Arial, sans-serif;	
	line-height: 18px;
	margin: 0 auto;
	background: #fff;
	color: #666;
	width: 912px;
	min-width: 912px;

}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;	
	color: #000;
	border-bottom: 1px dotted #000;
}

section a:hover,
nav a:hover {
	border-bottom: 1px dashed #999;	
}

section a:active,
nav a:active {
	border-bottom: 1px solid #fff;
	color: #ccc;
}

img a:hover {
	border: none;
}

h1 {
	color: #000;
	font-size: 23px;
}

h2 {
	color: #000;
	font-size: 20px;	
}

strong {
	border-bottom: 1px #fff dotted;
	color: #000;	
	text-transform: uppercase;
}
	
header {
	margin: 50px 0 10px 0;	
}

header section {
	border-bottom: 1px #333 solid;	
	padding: 5px 0;	
}

header h1 {
	font-size: 13px;	
	margin-right: 10px;
	color: #ccc;
}

header h2 {
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	float: left;	
}

header h1 a {
	color: #fff !important;
	text-decoration: none !important;	
}



#logo {
    margin-bottom: -7px;   
}

footer {
	margin-top: 10px;
	border-top: 1px #333 solid;		
	clear: both;
	font-size: 11px;
	outline: 1px;
}

.linkcat {
	margin: 0 0 25px 0;	
}

footer h1,
footer h2 {
	font-size: 16px;	
	margin: 0 0 5px 0;
}

.social article {
	margin: 0 0 20px 0;
}

.time-ago,
.twitter-timestamp {
	font-size: 80%;
	color: #999;
	font-weight: bold;
	display: inline;	
	white-space: nowrap;
}

#top-nav {	
	margin: 0 10px 0 0;
	padding: 0 0 5px 0;	
	border-bottom: 1px #333 solid;
}

#top-nav h2 a:link,
#top-nav h2 a:visited {
	color: #fff;	
}

#top-nav .cat-item {
	display: inline;
	margin: 0 10px 0 0;
}

#top-nav h1 {
	display: inline;
	margin: 0 10px 0 0;
	float: left;	
	font-size: 22px;
}

#top-nav .children {
	font-size: 11px;	
}

#gallery {
    margin: 0;   
}

#gallery li {
	width : 150px;
	height: 150px;
	margin: 1px 0;
#	border-radius: 5px;
#	-moz-border-radius: 5px;
#	-webkit-border-radius: 5px;
	border-style: solid;	
	border-color: #000;
	border-width: 10px 1px;
	float: left;
	overflow: hidden;
	background: #111;
	display: block;
	color: #333;
}

#gallery li:hover,
.flickr li:hover {
#	box-shadow: 0 0 7px #333;
#	-webkit-box-shadow: 0 0 7px #333;
#	-moz-box-shadow: 0 0 7px #333;
	filter:alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;	
	border-color: #111;
}

#gallery .post-title {
	background: #fff;
	opacity: .6;
	color: #fff;
	display: block;
	padding: 5px;
	position: relative;
	top: 115px;
	height: 25px;
	overflow: hidden;	
	z-index: 50;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
	font-weight: bold;
}

#gallery .post-excerpt {
	position: relative;
	top: -35px;
	left: -20px;
	width: 250px;	
	font-size: 9px;
}

#gallery .post-title a:link,
#gallery .post-title a:hover,
#gallery .post-title a:visited {
	color: #330 !important;	
}

.img-title h1 {
	font-size: 13px;	
}

#gallery img {
	position: relative;
	top: 0;	
}

#single .post-title {
	font-size: 21px;
	border-top: 1px solid #333;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

#single .single-bar {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;	
}

#single .back-bar {
	border-top: 1px solid #000;
	margin: 10px 0 -10px 0;
	font-weight: bold;	
	text-align: center;
}

#single .back-bar a {
	border: none;	
}

#single .post-title a {
	color: #000;
	text-decoration: none;
	border: none;
}

#single .meta {
	font-size: 11px;
	border-bottom: 1px solid #333; 	
	border-top: 1px solid #333;	
	margin: 0 0 10px 0;
}


#single p {
	margin: 0 0 25px 0;	
}

.single-image img {
	margin: 0 auto;
	display: block;	
	border: #220 1px solid;			
}

.col {
	width: 294px;
	margin: 10px 10px 10px 0;
	float: left;
}

.clear {
	clear: both;	
}

.description {
	font-size: 11px;	
}

.description p {
	display: inline;
}

.tags a {
	white-space: nowrap;	
}

.copyright {
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;    
    clear: both;   
    text-align: center;
    text-style: italic;
    margin: 10px 0;
}

.modeling article {
	margin: 0 0 25px 0;	
}

.modeling h1,
.modeling h2 {
	margin: 0 0 10px 0;	
}

#single h2 {
	font-size: 16px;
}

#app ul {
	margin: 0 20px;	
}

#app li {
	width: 300px;
	border-bottom: #887 1px dotted;	
	font-weight: bold;
	color: #887;
}

.paste {
	width: 300px;
	font-style: italic;
	margin: 0 20px;
	text-align: center;
	font-size: 11px;	
}

.bullets li {
	list-style: square;
	padding: 0;	
	margin: 0 0 0 20px;
}

.flickr li {
	margin: 5px 5px 0 0;
	float: left;
	border: #333 1px solid;	
	width: 75px;
	height: 75px;
	overflow: none;
}

.flickr li a {
	border: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	clear: both;
	margin: auto 0;
	text-align: center;
}

.sub {
	display: inline;
	font-size: 80%;
	white-space: nowrap;
	font-weight: bold;
}

header a,
header a:hover {
    border: none !important;
}

#lightbox a,
#lightbox a:hover {
    border: none !important;   
}

/*
* ul.twitter: the main ul (if list is activated)
* li.twitter-item: the ul items (if list is activated)
* p.twitter-message: each one of the paragraphs (if msgs > 1)
* .twitter-timestamp: the timestamp span class
* a.twitter-link: the tweet link class
* a.twitter-user: the @username reply link class
/*
