/* Header Item */
#header h1
{
  width: 400px; 
}
#article_by
{
  float: left;
  clear: left;
  margin: 0px 0px 10px 10px;
}

#tags
{
  float: right;
  text-align: right;
  width: 300px;
  margin: 0px 10px 10px 0px;
}
.tag
{
  float: left;
  display: block;

  color: #ccc;
  text-decoration: none;

  padding: 2px 3px 1px 3px;
  margin: 0px 3px 3px 0px;
  background: rgba(128,128,128,0.2);

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
a.tag
{
  color: #ccc;
  text-decoration: none;
  background: rgba(0,136,204,0.5);
}
a.tag:hover
{
  color: #ccc;
  text-decoration: none;
  background: rgba(64,192,224,0.7);
}

/* List */

#article_content
{ 
  float: left;
  margin: 5px 0px 0px 0px;
  padding: 10px;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}

div.item
{
  float: left;
  position: relative;
  height: 135px;
  width: 180px;
  margin: 0px 5px 5px 0px;
  background-position: center;
  background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

div.item:hover h3, div.item:hover span {
  background-color: rgba(225,16,192,0.6);
}


h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px 0px 5px 60px;
  padding: 2px 0px 2px 0px;
  letter-spacing: 0em;
  line-height: 1em;
}

h3 {
  color: #fff;
  font-size: 150%;
  text-transform: uppercase;
  text-decoration: none;
}

h3 a
{
  color: #ffffff;
}

h3.item {

  position: absolute;

  right: 0px;
  bottom: 0px;
  width: 140px;

  margin: 0px;
  padding: 2px 0px 2px 0px;  
  bottom: 5px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);

  
}

h3 a {
  text-decoration: none;
}

/* Content */

#article_detail
{
  float: left;
  margin: 5px 0px 0px 0px;
  padding: 10px;
  width: 740px;
  background: rgba(255,255,255,1);
  
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.article_image
{
  float: right;
  width: 300px;
  margin: 0px 0px 20px 20px;
}
.article_related
{
  float: right;
  clear: right;
  width: 280px;
  margin: 0px 0px 20px 20px;
  padding: 0px 0px 0px 20px;
  border-left: 1px solid #eee;
}
.article_related p
{
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}
.article_related h4
{
  margin: 0px 0px 5px 0px;
}
.article_related ul
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.article_related ul li
{
  list-style: none;
  margin: 0px;
  padding: 2px 0px;
}
.article_related a
{
  color: rgba(0,136,204,1);
  text-decoration: none;
}

.article_related a:hover
{
  color: rgba(0,136,204,1);
  text-decoration: underline;
}
p
{
  font-size: 120%;  
}
.standfirst
{
  font-weight: bold;
  font-size: 140%;
}

/* Ads */

#article_tile 
{
  float: right;
  clear: right;
  margin: 0px 0px 20px 20px;
}
