@charset "utf-8";
/* CSS Document */
/* Items List [START] */
.items_list {}
.items_list .container {background: none; margin: 0; padding: 0;}
.items_list h1 {margin: 20px 0 50px 0;}
.items_list .title {font: normal normal 18px Georgia; color: #ce0000;}
.items_list ul {margin:0; padding: 0;}
.items_list ul li {display: block; margin: 0 0 30px 0; padding: 0 0 15px 0; overflow: hidden;}
.items_list ul li .date {block; color: #000; margin: 0 0 10px 0; display: block;}
.items_list li .image_holder {width: 60px; height: 50px; display: block; margin: 0 20px 0 0; text-align: center; padding: 10px 0 0 0;border-radius: 5px;
color: #000; text-shadow: 0 1px 0 #fff; border-radius: 5px; background: #d9d9d9; box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 2px 2px rgba(0,0,0,0.1); float: left;}
.items_list li a.image_holder img.image {width: 210px; height: 150px; border: 1px solid #dadada; display: none;}
.items_list ul li .image_holder .image {display: none;}
.items_list ul li h2 {font-size: 17px; color: #1f4577; margin:-4px 0 7px 0; padding: 0; line-height: 22px; text-shadow: 0 1px 1px rgba(255,255,255,1);}
.items_list ul li h2 .title {color: #000; font: normal normal 21px/25px Georgia,"Times New Roman",Times,serif; margin: 0 0 15px; padding: 10px 0 0;}
.items_list ul li h2 a {color: #1f4577; text-decoration: none; padding-bottom: 3px;}
.items_list ul li h2 a:hover {background: url(/static/img/backgrounds/blue-horiz-splitter.png) left bottom repeat-x;}
.items_list ul li p {margin:0; padding:0;}
.items_list ul li .summary {}
.items_list ul li .summary p {/* height: 138px; */ display: table-cell; vertical-align: middle; line-height: 17px;}
.items_list ul li .clouds {display: block; color: #717171; margin: 20px 0 0 0; padding: 5px 0 5px 0; font-style: italic; border: 1px dotted #aeaeae; border-width: 1px 0 1px 0; overflow: hidden;}
.items_list ul li .clouds .views {display: block; height: 24px; float: left; padding: 0 0 0 30px; margin: 0 20px 0 0; line-height: 24px; background: url(/static/img/backgrounds/views-bg.png) 0 0 no-repeat;}
.items_list ul li .clouds .rating {display: block; height: 24px; float: left; padding: 0 0 0 30px; margin: 0 20px 0 0; line-height: 24px; background: url(/static/img/backgrounds/rating-bg.png) 0 0 no-repeat;}
.items_list ul li .clouds .comments {display: block; height: 24px; float: left; padding: 0 0 0 30px; margin: 0 20px 0 0; line-height: 24px; background: url(/static/img/backgrounds/comments-bg.png) 0 0 no-repeat;}
/* Items List [END] */
/* Bottom Pager [START] */
.bottom-pager {width: 100%; overflow: hidden; text-align: center; font-size: 14px; padding: 30px 0 30px 0;}
.bottom-pager .caption {font-size: 14px; display: inline-block; margin: 0 10px 0 0; color: #717171;}
.bottom-pager a {display: inline-block; font-weight: normal; color: #1f4577; text-shadow: 0 1px 0 #fff; margin: 0; padding: 6px 12px 10px 12px; text-decoration: none; border-radius: 5px;
}
.bottom-pager a:hover {color: #676767;}
.bottom-pager .selected {display: inline-block; font-weight: normal; color: #fff; margin: 0; padding: 8px 12px 12px 12px; text-decoration: none; border-radius: 5px;
color: #000; text-shadow: 0 1px 0 #fff; border-radius: 5px; background: #d9d9d9; box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 2px 2px rgba(0,0,0,0.1);}
/* Bottom Pager [END] */