body {
	background: #010203 url(http://fifty-two.nowdirection.com/images/bg_body.jpg) top center no-repeat fixed;
	color: #e1e2e3;
	font-size: 11px;
	padding: 20px 0 40px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
    color:#59B;
	text-decoration: underline;
}

h1 {
    color:#010203;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:2.5em;
	font-weight:700;
	text-align: left;
	letter-spacing:-1px;
}

h2 {
    margin-top:20px;
	padding:0 0 0 30px;
	text-align: left;
}

p {
	padding: 5px 0;
}

.xcontainer_12 {
	background: #fff url(../images/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.xcontainer_16 {
	background: #fff url(../images/16_col.gif) repeat-y;
}

.xcontainer_24 {
	background: #fff url(../images/24_col.gif) repeat-y;
}

#header h1 {
    margin-top:20px;
}

#header h1 a {
    display:block;
    height:65px;
    outline: none;
    overflow:hidden;
    width:645px;
}

#header h1 a span {
    background:transparent url(../images/bg_logo.jpg) top left no-repeat;
    display:block;
    height:66px;
    width:645px;
}

#header .description {
    text-align:right;
}

#content {
    background:#f1f2f3;
    color:#000;
    text-align:left;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}

p {
    font-family: Palatino, Garamond, serif;
}

p a {
    color:#000;
    text-decoration:underline;
}

p a:hover {
    color:#5BE;
}

#content .excerpt {
    margin:0 15px 0 30px;
}

#content .search li {
	font-size:1.15em;
}

#content .excerpt p {
    color:#010203;
    font-size:1.5em;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:700;
    font-style: italic;
}

#content .search .excerpt {
	margin:0;
}
#content .search .excerpt p {
	font-size:1em;
	font-weight:500;
}


#content p {
    font-size:15px;
}
    
#content p.postmeta {
    color:#666;
    font-size:1em;
    font-weight:600;
}

form p {
    padding:2px 0 3px;
    margin-bottom:5px;
}

.code h2 {
    background:#666;
    color:#efefef;
    margin-bottom:10px;
    padding-left:30px;
}

.default h2 {
    background:#F14600;
    color:#efefef;
    margin-bottom:10px;
    padding-left:30px;
}

.tweet h2, .tag-tweet h2 {
    background:#59B url(../images/icn_tweet_blue.gif) 15px 8px no-repeat;
    color:#efefef;
    margin-bottom:10px;
    padding-left:57px;
}

.attachment h2 {
    background:#71727f;
    color:#efefef;
    margin-bottom:10px;
    padding-left:30px;
}

h2 a {
    color:#efefef;
}

h2 a:hover {
    color:#fff;
}

.tag-tweet .entry p {
    color:#047;
    font-size:1.5em;
    margin-bottom: 0;
}

.tag-tweet .postmeta,
.tag-tweet .postmeta a {
    color:#666;
}

.tag-tweet .postmeta a:hover {
    color:#59B;
}

.navigation {
    background:transparent;
    padding-bottom:1em;
}

.navigation div {
    margin:3px 0;

}

.single .navigation {
    padding:1em 0 0 0;
}

.single .navigation a {
    margin-left:15px; 
}

.navigation .next {
    text-align:right;
}

.single .navigation .next a {
    margin:0 15px 0 0;
}

.navigation a {
    border:1px solid #999;
    padding:2px 8px 3px;
    text-decoration:none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.navigation a:hover {
    background:#fff;
    border:1px solid #000;
    color:#000;
}

.navigation a:active {
    background:#F14600;
    border:1px solid #000;
    color:#fff;
}

.tweet.navigation a:active {
    background:#59B;
    border:1px solid #000;
    color:#fff;
}

.code.navigation a:active {
    background:#666;
    border:1px solid #000;
    color:#fff;
}

#sidebar li {
    font-size:14px;
    list-style: none;
    margin-bottom:5px;
}

#sidebar h2 {
    background:rgba(155, 155, 155, 0.15) none repeat scroll 0 0;
    padding:0 8px;
    position:relative;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:6px;
}

#sidebar ul ul {
    width:340px;
}

#sidebar ul ul li {
    margin-left:10px;
}


#twitter-tools span.tweet_time {
    display:block;
    font-size:12px;
    left:-30px;
    position:relative;
}

#twitter-tools span.tweet_time a {
    color:#59B;
}

#footer {
    background-color:rgb(47,42,30);
    color:#fff;
    font-weight:600;
    margin:20px 0;
    text-align:center;
    background-color:rgba(155,155,155,0.15);
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#footer p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding:12px 0 13px 0;
    margin:0;
}

h3#respond,
h3#comments {
    margin-left:30px;
}

textarea {
    background:#fff url(../images/bg_input.gif) top left repeat-x;
    border:1px solid #999;
}

#commentform textarea {
    width:395px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

ol.commentlist {
    margin-left:30px;
    margin-right:60px;
}

ol.commentlist li {
    padding:5px 0 10px 0;
}

#Comments p {
    padding:2px 0 5px;
    margin-bottom:5px;
}

#Comments label {
    font-family:"Helvetica Neue", Hevetica, Arial, sans;
    display:block;
    font-variant:small-caps;
}

#content blockquote {
    background:#fff url(../images/bg_bqopen.gif) top left no-repeat;
    padding:15px 0 0 50px;
    position:relative;
    width:410px;
}

#content blockquote p {
    background:transparent url(../images/bg_bqclose.gif) bottom right no-repeat;
    font-size:16px;
    font-style: italic;
    padding:5px 42px 12px 8px;
    width:360px;
}

.post hr {
    margin-bottom:0;
}

 h6 a { color:#000; text-decoration:underline; }
 h6 a:focus,
 h6 a:hover { color:#59B; text-decoration:underline; }
 
.left, .alignleft  { float:left; }
.right, .alignright { float:right; }
.ltgreen    { color:#3d3; }
.green      { color:#3c3; }