/*
	 This file contains your Custom Stylesheet code.
	 
	 You can add your Custom Styleheet (CSS) code in this file.
	 
	 Don't forget to rename the file to "syndication_custom_stylesheet.php" and enable it.

** Add your Custom Stylesheet code below this line ****************/

h5 {
font-size: 14px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
}

.h-recommend {
font-size:95%;
font-weight: bold;
font-style: italic;
color: blue;
margin-top: 25px;
margin-bottom: 5px;
}

.custom_ad_image {
max-width:120px;
max-height:120px;
padding:10px;
border:2px solid #4c4c4c;
}

/* for images in tables, in posts */
.post_img {
height:150px;
min-height:150px;
width:auto;
border:2px solid #4c4c4c;
}

/* for LARGER images in tables, in posts */
.post_limg {
min-height:200px;
max-height:200px;
border:2px solid #4c4c4c;
}

.post_limg_noborder {
min-height:200px;
max-height:200px;
border:0px;
}

.post_bottom_ad {
width:420px;
border-style:solid;
border-width:1px;
border-color:#D4D0C8;
padding:10px;
text-align:center;
background-color:#EDEDED;
color:black;
}

.sidebar_ad {
max-width: 160px;
border:1px;
}

/* for tables in posts, spacing */
#table_img {
text-align="center";
padding-left:10px;
padding-right:10px;
}