body{
    
    margin: 0;
    font-family: Arial, Verdana, Georgia, Sans-serif;
    font-size: 13px;
    /*text-align: center;*/
    vertical-align: top;
    background: #fafafa;
    
    
}


#container{
    float:left;
    width: 600px;
    overflow: hidden;
    margin-left:1px;
}



#wrapper {
    margin: 0 auto 0 auto;
    width: 900px;
    text-align: left;
}



a:link, a:visited {
    text-decoration: none;
    color: #336699;
    
}

a:hover {
    text-decoration: none;
    font-weight:bold;
}



h1{
    
    font-size: 24px;
    padding: 0 0 0 0;
    
}



p{
    padding: 10px 0 0 0;

}


strong{
    font-weight: bold;
}


/*=====================================*/
/*Post/Page image caption style rules */
/*====================================*/

.aligncenter,
 div.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
 }  

 .alignleft {
     float: left;
 }  

 .alignright {
     float: right;
 }  

 .wp-caption {
     border: 1px solid #ddd;
     text-align: center;
     background-color: #f3f3f3;
     padding-top: 4px;
     margin: 10px;
     -moz-border-radius: 3px;
     -khtml-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
 }  

 .wp-caption img {
     margin: 0;
     padding: 0;
     border: 0 none;
 }  

 .wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     padding: 0 4px 5px;
     margin: 0;
 }

/*===================================*/


/*Style rules for 'Previous Page' and 'Next Page' navigation menu */
div#container .navigation{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:5px 5px 10px 10px;
}


.post{
    padding: 10px 10px 20px 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    
}


/*Post title headers*/
.post h2{
    font-family: Arial, Verdana, sans-serif;
    font-size:22px;
    font-weight:bold;
    margin-bottom: 4px;
}



.entry{
    /*Main body text of Blog Post Entries */
    line-height: 18px;
}



/*Social Networking icons container*/

.entry #socneticons {
    position:relative;
    width: 100px;
    top:-17px;
    left:497px;
    
}



/* Create a small margin between the top and bottom of iframe's embedded in posts and the rest of the content */

div.entry iframe {
    margin: 5px 0px 5px 0px;
}


/*Unordered lists in post entries*/
div.entry ul {
    list-style: disc;
    margin-left:30px;
    margin-top:15px;
}

/* Unordered List sub-item rules in post entries */
div.entry ul li ul {
   list-style: square;
   margin: 10px 0px 10px 30px;
}

/*Ordered List items in post entries*/
div.entry ol{
    list-style: decimal;
    margin: 10px 0px 10px 30px;
}


/*Container for 'Back to Top' link */
div#backtotop{
    margin: 4px 0 4px 0px;
}



p.postmetadata{
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 0.5em; /* Put a little bit of space between the post content and metadata text. */
    /*display: inline-block;*/
    clear: both;
}

.navigation{
    /*Styling for 'Next Page' and 'Previous Page' links */
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    background:#fefefe;
    text-align:center;
}


/*Global style for all hyperlink elements in .navigation */
div.navigation a {
    text-decoration: none;
    
}



/*Home link in the posts navigation section*/
div.navigation a.homelink {
    display: inline-block;
    padding: 0px 15px 0px 15px;
}


/*Image element of Home link in navigation section*/
div.navigation a.homelink img {
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 3px;
}


.navigation a[rel=next] { /* Style rules for 'Next Post' text hyperlinks at the foot of all site posts */
    display: inline-block;
    
}

/* Images in Post's navigation bar */
.navigation img {
    vertical-align: text-bottom;
    border: none;
    
}

/*Header 1 text with post entries*/

div.entry h1{
    padding-top: 5px;
}


/* Constrain width of embedded content and images within posts/pages */
div.entry p embed, div.entry p object{
    width: 572px !important;
    margin-bottom: 10px;
}



div.entry p img.alignnone, div.entry p img.alignleft{
     max-width: 572px;
     margin-bottom: 15px;
}



