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;
}


/*table style rules*/
div.entry table {
  border-collapse: collapse;
  margin: 1em; 
    
}

div.entry table a, div.entry table a:active, div.entry table a:visited {
    font-weight:normal;
    text-decoration: none;
   
}

div.entry table a:hover{
    text-decoration: underline;   
}



div.entry table tr {
    background:#FFFCF2;
}



div.entry th, thead{
    background: #D1DAFF;
    font-weight: bold;
}

div.entry td, div.entry th {
    padding: 0.4em;
    border: 1px #ccc solid;
}


/*=====================================*/
/*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;
 }

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



/*Header container for posts/pages */
div.postheader{
    position:relative;
    width:100%;
}

/*Style Rules for Min/Max icon/link container div*/
div.minmax{
    display:none; /*This is set so that the min/max icon is not displayed in browsers where Javascript is not supported/has been disabled */
    position: relative;
    height: 18px;
    width: 140px;
    left: 440px;
    top: -25px;
}


/*Style rules for the "Minimise" and "Maximise" Links */
a.minmaxlink{


}


/*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, #container div.attachment{
    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, #container div.attachment h2{
    font-family: Arial, Verdana, sans-serif;
    font-size:22px;
    font-weight:bold;
    margin-bottom: 6px;
    width:80%;
}



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



/*Social Networking icons container*/

.entry #socneticons {
    position:relative;
    width: 130px;
    top:-17px;
    left:470px;

}



/* 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;
}

div.entry p {
    clear:both;
}


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



div.entry p img.alignnone, div.entry p img.alignleft{
     max-width: 572px;
     margin-bottom: 15px;
     padding: 3px 3px 3px 3px; /* Added extra padding around thumbnails in post/page content */
}
