/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
border-top:5px solid #000000;
margin-bottom:0 !important;
color:#333333;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.3;
}

a
{
	color: #6498CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
	color:#999999;
}

a:active {color:#FF0000;}

p
{
	overflow: hidden;
	padding:0px;
	margin-top:10px;
	text-align: left;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

object {
margin-bottom: 20px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

body > hr {
  margin: 0 0 40px 0;
  padding: 0;
}

.day p{
margin:0px -10px 0px 10px; 
padding:0px 0px 0px 0px;
text-align:right;
color:#CCCCCC;
font-family:Helvetica,sans-serif;
font-size:34px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-2px;
line-height:35px;
text-transform:uppercase;
white-space:nowrap;
}

.date p{
margin:0px -1px 0px -1px;
text-align:center;
font-weight:bold;
background:#6498CC;
color:#BBD5F1;
line-height:12px;
text-transform:uppercase;
padding-top:5px;
padding-bottom:5px;
font-family:Verdana,Sans-Serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
letter-spacing:0;
overflow:hidden;
}

.content p{
padding: 0 15px 0 0;
}

.content b{
padding: 0px;
margin-bottom:20px;
color:#888;
}

.content h1{
font-family:Arial,sans-serif;
color:#6498CC;
font-size:22px;
letter-spacing:0px;
line-height:1;
margin:0px 0px 20px 0px;
padding: 0px 15px 0px 0px;
text-align:left;
}

.quote h1{
font-size:36px; 
font-weight:bold; 
color:#888; 
padding: 0px 40px 0px 5px; 
line-height:40px; 
letter-spacing:-1px; 
margin:0px 0px 0px 0px;
border-left:#6498CC solid 5px;
}

.quote p{
color:#333333; 
font-size:16px;
font-weight:bold; 
line-height:40px;
margin-top:0px;
}

.photo{
margin-bottom:20px;
width:441px;
background:#333;
border: 2px solid #333333;
}

.photo p{
padding:3px; 
margin:0px; 
color:#DDD;
}

.photo_no_caption{margin-bottom:20px;}

.photo h1{
font-family:Arial,sans-serif;
color:#6498CC;
font-size:22px;
letter-spacing:0px;
line-height:1;
margin:0px 0px 5px 0px;
text-align:left;
}

#sidebar{
margin: 0px 0px 0px 10px;
}

#sidebar p{
line-height:20px;
font-size:13px;
font-weight:bold;
color:#888888;
}

#sidebar b{color:#333333;}

#footer > p {
  margin: 0;
}

#footer > p span {
  float: right;
}

#services{margin:0px;}

#services b{color:#333333;}

#services p{
margin:0 0 20px 0; padding:0px; color:#888888; font-size:13px; font-weight:bold; line-height:20px; width:468px;
}

#fb_comments{
margin:0 0 40px 0;
}

h2{
	color:#6498CC;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 5px;
}


.container_16{
	padding-top: 20px;
	background:#ffffff;
	/*background: #fff url(http://www.whatsamattyfo.com//css/images/16_col.gif) repeat-y;
	background: #fff url(http://www.whatsamattyfo.com/images/nav/layout_grid.png)*/
        height:100%;
        height:auto !important;
}

#RSS{}

#nav_wrapper{margin-top:100px;}

.invisible{
opacity:.2;
float: right;
margin-left:-14px;
}

.post:hover img{opacity:1;}
/*
#nav {
width: 410px;
height: 50px;
position: relative;
/*background: url(http://www.whatsamattyfo.com/images/nav/navbar_second.jpg);*/
margin: 0;
padding: 0;
color:#FFFFFF;

}

#nav li {
float: left;
}

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: inline;
height: 50px;
background: url(http://www.whatsamattyfo.com/images/nav/navbar_second.jpg) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

/*up state*/
li#nav_thoughts a {
left: 0;
width: 105px;
background-position: 0 0;
}

li#nav_projects a {
left: 105px;
width: 100px;
background-position: -105px 0;
}

li#nav_services a {
left: 205px;
width: 105px;
background-position: -205px 0;
}

li#nav_find_me a {
left: 310px;
width: 100px;
background-position: -310px 0;
}

/*hover state*/
li#nav_thoughts a:hover {
background-position: 0 -50px;
}

li#nav_projects a:hover {
background-position: -105px -50px;
}

li#nav_services a:hover {
background-position: -205px -50px;
}

li#nav_find_me a:hover {
background-position: -310px -50px;
}


/*current state*/
#body_thoughts li#nav_thoughts a {
background-position: 0 -100px;
}

#body_projects li#nav_projects a {
background-position: -105px -100px;
}

#body_services li#nav_services a {
background-position: -205px -100px;
}

#body_contact li#nav_find_me a {
background-position: -310px -100px;
}
*/

blockquote, q { border : 2px dotted #000; }

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }