/* general */
* {}
body {}
a img { border: none }
#nav a, h1 a, a.url, a.email, a.tel { text-decoration: none }


/* layout */
#wrap {
	margin: 1em auto;
	width: 50em;
}

#header {
	margin: 6em 0 0.5em;
	padding-bottom: 1em;
}
/* flash messages */
#error, #notice {
	font-size: 0.9em;
	width: 30em;
}

#content {
	position: relative;
	padding: 1em 0;
}
#tags {
	float:left;
	width: 12em;
}
#photo {
	float:right;
	width: 32em;
}
#footer {
	clear: both;
	font-size:0.9em;
	margin-top: 2em;
	padding-top: 0.5em;
}
#nav {
	float: right;
}
#nav a {
	font-weight: normal;
}


h1 {
	font-size: 1.3em;
	padding: 0.3em 0;
}
h1 a {
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	padding: 0.1em 0;
}

/*#tags*/ li {
	margin-left: .3em;
}
/*#tags*/ ul {
	margin-bottom: .6em;
}
/* typogrophy */

body {
	font-family: Georgia ;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS";
	font-weight:normal;
}

a { text-decoration: underline }
small { font-size:0.7em}
#photo img { border: 1px solid #301818; padding: 15px 12px; background:#fff;}
.photo img { border: 1px solid #301818; padding: 5px 4px; background:#fff;}
#home #photo img { border:none; padding: 0; background:transparent;}
/* pretty urls */
.modified {
	font-size:0.8em;
}
abbr {
	border-bottom: 1px dotted #444;
	speak:normal;
	cursor:help;
	font-style:normal;
	font-variant: small-caps;
	font-size: 0.8em;
}
abbr.rev {
	border:0pt none;
	font-variant:normal;
	font-size:  1.0em;
}

abbr.initialism {
	speak:spell-out;
}

a[href ^="mailto:"] {
	padding-left: 20px;
	background: transparent url(/images/icons/icon_email.gif) no-repeat center left;
}
.adr {
	padding-left: 20px;
}
a[href ^="tel:"] {
	padding-left: 20px;
	background: transparent url(/images/icons/phone.png) no-repeat center left;
}
a[href *="twitter.com"] {
	padding-left: 20px;
	background: transparent url(/images/icons/twitter_16x16.gif) no-repeat center left;
}
a[href *="linkedin.com"] {
	padding-left: 20px;
	background: transparent url(/images/icons/linkedin_16x16.gif) no-repeat center left;
}
a[href *="del.icio.us"] {
	padding-left: 20px;
	background: transparent url(/images/icons/delicious_16x16.gif) no-repeat center left;
}
a[href *="/reflectivepixel.com"] {
	padding-left: 20px;
	padding-bottom:2px;
	background: transparent url(/images/icons/book_open.png) no-repeat center left;
}
a[href *="/photos.reflectivepixel.com"] {
	padding-left: 20px;
	padding-bottom:2px;
/*	background: transparent url(/images/icons/smugmug_smile.png) no-repeat center left;*/
	background: transparent url(/images/icons/picture.png) no-repeat center left;
}
a[href *="famfamfam.com"] {
	padding-left: 20px;
	padding-bottom:2px;
	background: transparent url(/images/icons/famfamfam.png) no-repeat center left;
}
a[href^="aim"] {
	padding-left: 20px;
	background: transparent url(/images/icons/aim_16x16.gif) no-repeat center left;
}
a[href^="ymsgr"] {
	padding-left: 20px;
	background: transparent url(/images/icons/yahoo_16x16.gif) no-repeat center left;
}
a[href^="msnim"] {
	padding-left: 20px;
	background: transparent url(/images/icons/msn_16x16.gif) no-repeat center left;
}
.person {
	padding-left: 20px;
	background: transparent url(/images/icons/user.png) no-repeat center left;
}
.ruby {
	padding-left: 20px;
	background: transparent url(/images/icons/ruby.png) no-repeat center left;
}
.java {
	padding-left: 20px;
	background: transparent url(/images/icons/cup.png) no-repeat center left;
}
.config {
	padding-left: 20px;
	background: transparent url(/images/icons/bullet_wrench.png) no-repeat center left;
}
