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

}

h1{
    padding-top: 5px;
    font-size: 24px;
    padding: 0 0 0 0;

}


/*Post title headers*/
h2, div.attachment h2{
    font-family: Arial, Verdana, sans-serif;
    font-size:22px;
    font-weight:bold;
    margin-bottom: 6px;
    width:80%;
}


p{
    padding: 10px 0 0 0;
    clear:both;

}


strong{
    font-weight: bold;
}


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

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

table a:hover{
    text-decoration: underline;   
}



table tr {
    background:#FFFCF2;
}



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

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

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

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;

}



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

iframe {
    margin: 5px 0px 5px 0px;
}


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

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

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



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



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




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

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