/*  
Author: Enjay
Author URI: http://aboutenjay.com/
(c)2008 Enjay and TheWebHub.com
*/

body {
       margin: 0;
       padding: 0;
       background: #000 url(images/bg.png);
       font-family: "Arial", Arial, Helvetica, sans-serif;
       font-size: 12px;
       color: #333;
}

h1, h2, h3, p, ul, ol {
       margin-top: 0;
}

h1, h2, h3 {
       text-transform: none;
}

h1 {
       letter-spacing: -2px;
       font-size: 250%;
}

h2 {
       letter-spacing: -1px;
       font-size: 167%;
}

h3 {
       font-size: 123.1%;
}

p, ul, ol {
       margin-bottom: 1.8em;
       line-height: 180%;
}

strong, em {
       color: #222;
}

a {
       text-decoration: none;
}
a{ text-shadow: 2px 2px 10px #e60000;}
a{ color:#ffffff;}
a:hover{color:#ff0000;}

a:focus {
outline:none;
}
}

a:visited {
       color: none;
       border-bottom: none;
       a:focus {
outline:none;
}
}

a:hover {
       color: #fff;
       border-bottom-color: #fff;
}

a img {
       border: none;
}

/* WRAP - Encloses everything to add the header background. */

#wrap {
       background: url(images/header_bg.gif) no-repeat 50% 0;
}

/* HEADER - Contains the logo, slogan and menu. */

#header {
       width: 960px;
       height: 150px;
       margin: 0 auto;
       text-transform: none;
}

/* LOGO & SLOGAN */

#header h1, #header h2 {
       margin: 0;
       text-align: center;
       color: #fff;
}

#header h1 {
       padding-top: 35px;
}

#header a {
       border: none;
       color: #666;
}

#header a:hover {
       color: #fff;
}

/* MENU */

#header ul {
       margin: 0;
       padding: 1em 0 0 0;
       line-height: normal;
       list-style: none;
       text-align: center;
}

#header li {
       display: inline;
}

#header li a {
       padding: 0 1em;
       font-weight: bold;
       color: #000;
}

#header li a:hover {
       background: url(images/post_entry_bg.png) repeat-x 0 50%;
       color: #222;
}

/* PAGE - Contains the main content and the sidebar. */

#page {
       width: 0 auto;
       margin: 0 auto;
}

/* CONTENT - The main content area. */

#content {
       float: left;
       width: 100%;
}

/* POST - Contains a section of the content. Grouping content is neat. */

.post {
       margin-bottom: 20px;
}

.post .title {
       height: 35px;
       margin: 0;
       padding: 6px 0 0 20px;
       background: url(images/post_title_bg.png) repeat-x;
       font-size: 153.9%;
       font-weight: normal;
       color: #fff;
}

.post .title a {
       border: none;
       color: #fff;
}

.post .entry {
       padding: 20px 20px 1px 20px;
       background: none;
}

.post .byline {
       font-size: none;
       color: #222;
}

.post .byline a {
       font-weight: bold;
       color: #999;
}

.post .meta {
       background: url(images/post_meta_bg.png);
       border-top: 0px solid #000;
}

.post .meta p {
       margin: 0;
       padding: 10px;
       border-bottom: 1px solid #000;
       line-height: normal;
       color: #000;
}

.post .meta a {
       border: none;
       color: #999;
}

.post .meta a:hover {
       color: #fff;
}

.post .meta .tags {
       padding-left: 30px;
       background: url(images/tag_green.png) no-repeat 10px 50%;
}

.post .meta .tags a {
}

.post .meta .links {
}

.post .meta .links a {
       padding-left: 22px;
}

.post .meta .comments {
       background: url(images/comments.png) no-repeat 0 50%;
}

.post .meta .permalink {
       background: url(images/world_link.png) no-repeat 0 50%;
}

.post .meta .more {
       background: url(images/bullet_go.png) no-repeat 0 50%;
}



/* FOOTER - For footnotes and copyright notices. */

#footer {
       clear: both;
       width: 960px;
       margin: 0 auto;
       padding: 10px 0;
       border-top: 0px solid #222;
       text-align: center;
       font-size: 10px;
}

#footer p {
       margin: 0;
       line-height: normal;
}

#footer .legal img {
       margin-top: 1em;
}
