/* ================================================ */
/* STANDARD ELEMENTS                                */
/* ================================================ */

html {
    margin:0px 0px 1px 0px;
}

body {
    margin:0px 0px 0px 0px;
    font-family: verdana, arial;
    font-size:12px;
    background:#FFFFFF;
    color:#333333;
    text-align:center;
    background-image:url("http://www.appnation.com/blogger/images/misc/body_bg.gif");
}
  
p {
    margin:15px 0px 15px 0px;
    line-height:160%;
}

abbr {
    border-bottom:1px dashed #0000BB;
}

blockquote {
    padding-left:30px;
    width:80%;
}

/* ================================================ */
/* HEADINGS                                         */
/* ================================================ */

h1, h2, h3, h4 {
    font-size:12px;
}

h1 {
    color:#800000;
    color:green;
    font-weight:normal;
    margin:0px;
    padding:0px;
}

h2 {
    margin:0px 0px 10px 0px;
    font-weight:normal;
    text-transform:uppercase;
    text-transform:normal;
    color:#777777;
}

h3 { font-weight:normal; }  /* not used */
h4 { font-weight:normal; }  /* not used */
  
/* ================================================ */
/* Links                                            */
/* ================================================ */

a:link              { color:#0000BB; text-decoration:none; }
a:visited           { color:#999999; text-decoration:none; }
a:hover             { color:#CC0000; text-decoration:underline; }

a img               { border-width:0; }

a.simple:link       { color:#0000BB; text-decoration:underline; }
a.simple:visited    { color:#0000BB; text-decoration:underline; }
a.simple:hover      { color:#CC0000; text-decoration:none; }

/* ================================================ */
/* WRAPPERS                                         */
/* ================================================ */

#outer-wrapper {
    margin:0px auto 0px auto;
    text-align:left;
    width:800px;
    background-color:#FFFFFF;
    padding:0px 0px 0px 0px;
    border:1px solid #CCCCCC;
}

#main-wrapper {
    float: right;
    word-wrap: break-word;  /* fix for long text breaking sidebar float in IE */
    overflow: hidden;       /* fix for long non-text content breaking IE sidebar float */
    width:520px;
    border-left:1px solid #CCCCCC;
    padding-left:20px;
    padding-top:20px;
    padding-right:25px;
}

#sidebar-wrapper {
    float: left;
    word-wrap: break-word;  /* fix for long text breaking sidebar float in IE */
    overflow: hidden;       /* fix for long non-text content breaking IE sidebar float */
    width:190px;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
}

.subscribe-wrapper {
    margin:0px;
}

/* ================================================ */
/* HEADER CONTENT                                   */
/* ================================================ */

#navbar {
    display:none;
}

#header-wrapper {
    margin:20px auto 0px;
    width:800px;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:5px;
}

#header-inner {
    margin-left:auto;
    margin-right:auto;
}

#header { 
    color:#666666;
}

#header a {
    color:#666666;
    text-decoration:none;
}

#header a:hover {
    color:#666666;
}

#header .description {
    text-transform: uppercase;
    text-transform: normal;
    letter-spacing: 1px;
    color:#999999;
}

#header img {
    margin:0px auto;
}

/* ================================================ */
/* SIDEBAR CONTENT                                  */
/* ================================================ */

.sidebar ul {
    list-style:none;
    margin:0 0 0;
    padding:0 0 0;
}

.sidebar li {
    margin:0;
    padding-top:0;
    padding-bottom:1px;
    padding-right:0;
    padding-left:15px;
    text-indent:-15px;
}

.sidebar .widget, .main .widget { 
    margin-bottom:15px;
    padding:0px;
}

.main .Blog { 
    border-bottom-width: 0;
}

/* ================================================ */
/* FOOTER CONTENT                                   */
/* ================================================ */

#footer-wrapper {
    border-top:1px solid #CCCCCC;
}

#footer {
    width:800px;
    clear:both;
    margin:0 auto;
    padding-top:20px;
    padding-left:20px;
    padding-right:25px;
    text-align: left;
}

.footer {
    text-align: left;
}

/* ================================================ */
/* POSTS                                            */
/* ================================================ */

#blog-pager {
    display:none;
}

p.opening_paragraph {
 /* font-size:12px; */
}

.post {
    border-bottom:1px dotted #CCCCCC;
    margin-bottom:20px;
 /* font-size:12px; */
 /* background-color:#F1F1F1; */
 /* padding:20px 20px 20px 20px; */
}

.post ul { line-height:160%; }
.post ol { line-height:160%; }
.post li { margin-bottom:10px; }

.post h1 {
    color:#AA0000;
}

.post h1 a, .post h1 a:visited, .post h1 strong {
    display:block;
    text-decoration:none;
    color:#AA0000;
}

.post h1 strong, .post h1 a:hover {
    color:#333333;
    color:#AA0000;
}

h3.post-title {
    font-size:20px;
    font-weight:bold;
}

h3.post-title a {
    color:#AA0000;    
}

.post-header-line-1 {
    margin-top:5px;
    color:#777777;
}

.post-body {
    margin:15px 0px 15px 0px;
}

.post-body blockquote {
}

.post-footer {
    margin:10px 0px;
    text-transform:uppercase;
    text-transform:normal;
    letter-spacing:1px;
}

.comment-link {
    margin-left:0px;
}

.post img {
    padding:4px;
    border:1px solid #CCCCCC;
}

.post blockquote {
    margin:14px 20px;
}

.post blockquote p {
    margin:10px 0;
}

/* ================================================ */
/* POST COMMENTS                                    */
/* ================================================ */

#comments h4 {
    margin:0px;
    font-weight:bold;
    letter-spacing:1px;
}

#comments-block {
    margin:10px 0px 0px 0px;
    border-top:0px solid #CCCCCC;        
}

#comments-block dt.comment-author {
    margin:20px 0px 10px 0px;
}

#comments-block dd.comment-body {
    margin:10px 0px 10px 0px;
}

#comments-block dd.comment-body p {
    margin:0px;
    padding:15px;
    background-color:#EBEBEB;
    line-height:120%;
}

#comments-block dd.comment-footer {
    text-align:right;
    margin:10px 0px 10px 0px;
    padding-bottom:10px;
    border-bottom:1px solid #CCCCCC;
}

.deleted-comment {
    font-style:italic;
    color:gray;
}

.feed-links {
    clear: both;
}

#blog-pager-newer-link {
    float: left;
}
 
#blog-pager-older-link {
    float: right;
}

#blog-pager {   
    text-align: center; 
}

/* ================================================ */
/* PROFILE                                          */
/* ================================================ */

.profile-img { 
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

.profile-data {
    text-transform:uppercase;
    text-transform:normal;
    letter-spacing:1px;
}

.profile-datablock { 
    margin:7px 0px 7px;
}

.profile-textblock { 
    margin: 7px 0;
}

.profile-link { 
    text-transform:uppercase;
    text-transform:normal;
    letter-spacing: 1px;
}

/* ================================================ */
/* CUSTOM ITEMS                                     */
/* ================================================ */

p.profile {
    font-size:11px;
    padding-right:20px;
    line-height:130%;
}

img.profile {
    width:72px;
    height:94px;
    float:left;
    margin-right:10px;
}

img.bullet {
    width:9px;
    height:9px;
    margin:0px 2px 0px 0px;
    padding:0px;
    border:0px;
}

