body{
	margin:0;
}
p{
display: block;
margin-bottom:0;
margin-top:0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
line-height:18px;
}
ul{
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0;
}
a img {
	border: none;
}
p{
	line-height:auto;
}
#clg_contentContainer{
width:960px;
height:1900px;
}
.clg_desc a, .clg_excerpt a{
	color:black;
}
.clg_desc a:hover, .clg_excerpt a:hover{
	color:#ee3224;
}
.clg_cntBox{
	font-family:arial,sans-serif;
	width:270px;
	min-height:80px;
	margin:10px;
	padding:12px 12px 3px 12px;
	background-color:white;
	box-shadow:0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc; /* Firefox */
  -webkit-box-shadow: 0 0 10px #ccc; /* Safari, Chrome */
border:1px solid #ccc;
}
.clg_cntBox.active{
	background-color:#fffad1!important;
}
.clg_imgBox{
	width:100px;
	height:125px;
	float:left;
	margin:5px 12px 0 0;
}
.clg_caption{
	font-size: 10px;
	text-align: right;
	line-height:10px;
	color:#666;
}
.clg_cntBox img{
	float:left;
	margin-bottom:4px;
}
.clg_boxHed{
	font-size:14px;
	font-weight:bold;
}
a img:hover{
	cursor:pointer;
	cursor:hand;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.clg_boxTitle{
	color:#666666;
	font-size:13px;
}
.clg_boxTitle span{
	font-style:italic;
}
.clg_reprtCmp{
	margin-bottom:5px;
}
.clg_excerpt{
	font-size:13px;
	line-height:22px;
}
.clg_readMore{
	font-size: 13px;
	text-decoration: underline;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 3px;
}
.clg_readMore:hover{
	cursor:pointer;
	cursor:hand;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.clg_desc{
	font-size:13px;
	line-height:22px;
	display:none;
}
ul#clg_filters{
	list-style:none;
	margin-top: 10px;
	margin-left:15px;
	margin-bottom: 10px;
	font-family: "TitlingGothicFBStandCond","Arial Narrow",Arial,sans-serif;
	color: #444;
	font-size: 17px;
}
#clg_filters li{
	display:inline;
	padding: 5px 0 5px 0;
}
#clg_filters li a{
	text-decoration: none;
	color:#303030;
	margin-left: -5px;
	padding: 5px 20px 5px 20px;
}
#clg_filters li a:hover{
	color:#ee3224;
	text-decoration:underline;
}
#clg_filters li a.active{
	color:#EE3224;
}
a#olymp_tweet_btn {
background: transparent url(../libs/imgs/twitter-bird-blue-on-white42.png) no-repeat top left;
width: 21px;
height: 21px;
position: absolute;
right:0;
margin-right: 15px;
margin-left: 5px;
}
a#olymp_tweet_btn span {
visibility: hidden;
height: 40px;
}
a#olymp_tweet_btn:hover {
background-position: 0 -21px;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.25s;
     -moz-transition-duration: 0.25s;
      -ms-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}