/*
*******************COMMON
*/
body{
    font-family: Arial, SansSerif;
    background: #ffffff url('images/background.gif');
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 20px;
}
#header_logo{
    border: none;
    position:absolute;
    top:30px;
    left: 261px;
}

a {
	color: #fc0c0c;;
}

img {
	border: none;
}

/*
********************SIDEBAR ZONE
*/

#sidebar{
    position: absolute;
    line-height: 26px;
    font-size: 18px;
    top: 315px;
    left: 30px;
    margin-left: 0px;
    margin-top: 0px;
    padding-top:0px;
}

#sidebar ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    
}
#sidebar li{
    left: 0px;
}
#sidebar a{
    color: #fc0c0c;
    text-decoration: none;
}
#sidebar a:hover{
    /*text-decoration: underline;*/
    color: black;
}

/*
********************POSTS
*/
#post_zone{
    position:absolute;
    top: 333px;
    left: 274px;
}

.post{}

h2{
    color: black;
    line-height: 29px;
    font-size: 27px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 500px;

}

h2 a{
    color: black;
    text-decoration: none;

}
h2 a:hover{
    color: #888888;
    text-decoration: underline;
}

.post small{
    line-height: 14px;
    font-size: 11px;
    
}
.post img{
    margin-top: 0px;
    margin-bottom: 10px;
}

p{
    width: 400px;
}

.post .closer{
    padding-bottom: 30px;
}

.wp-caption {
	margin-top: 15px;
}

.wp-caption-text {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}


/*
*******************Twitter
*/


#twitter_div {
  color: white;
 
  position: fixed;
  top: 10px;
  left: 860px;
  font-family: Monaco, Courier, monospaced;
  font-size: 9px!important;
  line-height: 12px;
  text-align: left;
  width: 204px;
}
#twitter_div h3{
 line-height: 9px;
    font-size: 12px;
    padding-left: 0px;
    color: black;
    font-weight: normal;
    text-align: left;
}
#twitter_div ul {
  list-style-type: none;
padding-left: 0px;
}
#twitter_text{
    /*position: absolute;
    top: 9px;*/
    background-color: #fc0c0c;
    min-height: 280px;
    
    width: 177px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 10px;
    margin-top: 9px;
    border-bottom: 1px solid #fc0c0c;

}
#twitter_top{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-bottom: 0px;
}
#twitter_bottom{
    
    /*vertical-align: bottom;*/
    /*top: 280px;*/
    border-top: 1px solid #fc0c0c;
    padding-top: 0px;
    padding-left: 0px;
    margin-top:0px;
    margin-left:0px;

}
#twitter_div li {
    
 margin-bottom:20px;

}
#twitter_div li span {
    
 

}
#twitter_div a {
  color: #ffffff;

}

#twitter a:hover {
  color: #ffffff;
  text-decoration: none;
}
