/*Stylesheet for: Antlerfin Website
Created February 2012 by inky3d (www.inky3d.com)*/

/*Tagadelic*/
.block-tagadelic .content{
    background: url(gfx/brown.png); 
    padding: 5px;	
}
.block-tagadelic a {
    color: #F1ECE3;
    font-weight: normal;
}
.block-tagadelic a:hover {
    color: #FFF;
}
.block-tagadelic a:visited {
    color: #E2D8C4;
}
.more-link a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;	
	 margin-top: 5px;
}
/***********/

/*Quote Block*/
.quotes {
    background: url(gfx/brown.png); 
    padding: 10px;	
    color: #F1ECE3;
}
.qtxt {
    font-style:	italic;
}
.qauth {
    text-transform: uppercase;
    font-size: 11px;	
}
.qpic {
    background: url(gfx/lquote.png) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
}
.qpic.top {    
    background-position: top left;
    float: left;
    margin: -3px 3px 3px -3px;
}
.qpic.bot {
    background-position: bottom right;
    float: right;
    margin: 3px -3px -3px 3px;
}
/***********/

/*News Feeds*/
.news-block  { 
    background: url(gfx/brown.png); 
    padding: 5px 10px;	
    color: #F1ECE3;    
}
.news-block h3 {
    font-size: 16px;
    line-height: 18px;   
}
.news-block a {
    color: #F1ECE3;
    font-weight: normal;
}
.news-block a:hover {
    color: #FFF;
}
.news-block a:visited {
    color: #E2D8C4;
}
.news-block .more a, .news .more a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;	
    text-align: right;
    border-bottom: 1px solid #9D7B38;
    padding-bottom: 5px;
    margin: 3px 0 6px;
}
.news .txt {
    margin-top: 8px;
}
.news h3 a {
    font-weight: normal;  
}
.news .ntax {
    float: right;
    font-size: 11px;
}

.cbot .news-block {
    padding: 10px;
}
.cbot td {
    padding: 0px;
    width: 215px;
}
.cbot .news-block .more a {
    border-bottom: 0;
    padding-bottom: 0px;
    margin: 3px 0 0;
}
.cbot td.col-1 {
    padding: 5px 10px 5px 0;
}
.cbot td.col-2 {
    padding: 5px 10px;
    border-left: 1px solid #9D7B38;
    border-right: 1px solid #9D7B38;
}
.cbot td.col-3 {
    padding: 5px 0px 5px 10px;
}
/***********/

/*About Us Table*/
table.about td {
    padding: 3px 20px 0px 3px;
}
table.about tbody th {
    border-bottom: 0;
	 padding: 3px 20px 3px 3px;
}
table.about h4 {
	border-bottom: 1px solid;
	padding-bottom: 3px;
}
table.about p {
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0;
}
/***********/

/*Social*/
#block-block-2 h2 {
    background: none;
    color: #81652F;  
    padding: 3px 5px;
    margin: 0;	
    margin-top: 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 16px;
}
#block-block-2 .content, #block-block-1 .content{
    margin-top: 10px;
    text-align: center;
}
/***********/